Class 10 Mathematics
Sum of n Terms
⏱ 12 min read
In this chapter, we will explore the Sum of n Terms of sequences and series, a fundamental concept in mathematics. Understanding how to find the sum of a series allows us to solve various problems in algebra, arithmetic, and even real-life applications. We will focus on two primary types of series: Arithmetic Progressions (AP) and Geometric Progressions (GP).
An Arithmetic Progression is a sequence of numbers in which the difference between any two consecutive terms is constant. This difference is known as the common difference (d). The general form of an AP can be expressed as:
Where:
Consider the sequence: 2, 5, 8, 11, 14. Here:
The formula for finding the Sum of n Terms (S_n) of an AP is given by:
S_n = ( \frac{n}{2} \times (2a + (n - 1)d) )
or
S_n = ( \frac{n}{2} \times (a + l) )
Where:
Using the previous AP (2, 5, 8, 11, 14):
Using the first formula:
S_5 = ( \frac{5}{2} \times (2 \times 2 + (5 - 1) \times 3) )
= ( \frac{5}{2} \times (4 + 12) )
= ( \frac{5}{2} \times 16 )
= 40
Thus, the sum of the first 5 terms is 40.
A Geometric Progression is a sequence where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio (r). The general form of a GP is:
Where:
Consider the sequence: 3, 6, 12, 24. Here:
The formula for finding the Sum of n Terms (S_n) of a GP is:
S_n = ( a \frac{(1 - r^n)}{(1 - r)} )
for r ≠ 1.
Where:
Using the previous GP (3, 6, 12, 24):
Using the formula:
S_4 = ( 3 \frac{(1 - 2^4)}{(1 - 2)} )
= ( 3 \frac{(1 - 16)}{(-1)} )
= ( 3 \times 15 )
= 45
Thus, the sum of the first 4 terms is 45.
In this chapter, we learned about the Sum of n Terms of both Arithmetic and Geometric Progressions. We discussed the definitions, formulas, and provided examples for better understanding. The Sum of n Terms is a vital concept in mathematics that helps in solving various problems efficiently. Mastering this topic will not only enhance your mathematical skills but also prepare you for more complex topics in the future.
🧠 Ready to test your knowledge?
Take the quiz for this chapter to reinforce what you just learned and track your progress.