Master the concepts of arithmetic, geometric, and other types of sequences with clear explanations and examples.
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant difference is called the common difference (d).
a₁, a₁+d, a₁+2d, a₁+3d, ...
A geometric sequence is a sequence where the ratio between consecutive terms is constant. This constant ratio is called the common ratio (r).
a₁, a₁r, a₁r², a₁r³, ...
A harmonic sequence is a sequence where the reciprocals of the terms form an arithmetic sequence.
1/a₁, 1/(a₁+d), 1/(a₁+2d), 1/(a₁+3d), ...
The Fibonacci sequence is a sequence where each term is the sum of the two preceding terms.
F(n) = F(n-1) + F(n-2)
Some important special sequences and their properties.
1, 4, 9, 16, 25, ...
nth term = n²
Sum of first n terms = n(n+1)(2n+1)/6
1, 8, 27, 64, 125, ...
nth term = n³
Sum of first n terms = [n(n+1)/2]²
1, 3, 6, 10, 15, ...
nth term = n(n+1)/2
Sum of first n terms = n(n+1)(n+2)/6
Test your understanding of Sequences & Series with 20 fully solved, step-by-step questions designed for beginners.
Start Practice