- Rules for proving limits
- Problems on Proving Limits
- Explain Infinite Sequences
- Properties of Convergent Sequence
- Explain Convergent Sequences
- Stirling formula
- Introduction to integer sequences
- Introduction of sequence theory
- Types of Sequence Theory
- Problems on Sequence Theory
- Introduction of Calculus Series
- What is Series Calculus
- Problems on Calculus series
- Explain Convergent series
- Convergent Series example
- Infinite Series
- Convergence of Infinite Series
- Explain Finite Series
- Sum of Geometric finite series
- Problems on Finite Geometric Series
Math sequence recursive formula
The sequence which is described to represent its first terms and the formula is to determine the other terms of the sequences such a formula is called as recursive formula .For example, 1, 4, 5, 9, 14, …, are the sequences because each term is obtained by taking the sum of preceding two terms .The corresponding recursive formula is an + 2 = an + an + 1 , n ≥ 1 here a1 = 1, a2 = 4,a3 = 5.
Terms of a sequences:
The various numbers which occurs in the sequences are called its terms. We represents the terms of the sequences by a1, a2, a3, … an the subscript denote the position of the term. The nth term is called the general term of the sequence.. The word ‘sequence’ is used as in the common use of the term to convey the idea of a set of things in order.
For example, in the sequence 1, 3, 5, 7… 2n-1 the 1st term is 1, 2nd term is 3 and nth term is 2n − 1.
Every number after the second is obtained by the sum of the previous two terms.
V1 = 1
V2 = 1
V3 = V2 + V1
V4 = V3 + V2
Vn = Vn − 1 + Vn − 2
Vn = Vn − 1 + Vn − 2.This sequence is called Fibonacci sequence.