Tejav
Sign in

Class 10 Mathematics

Sum of n Terms

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).

Key Concepts

1. Arithmetic Progression (AP)

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:

  • a, a + d, a + 2d, a + 3d, ..., a + (n - 1)d

Where:

  • a = first term
  • d = common difference
  • n = number of terms

Example of AP

Consider the sequence: 2, 5, 8, 11, 14. Here:

  • First term (a) = 2
  • Common difference (d) = 5 - 2 = 3

2. Sum of n Terms of an AP

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:

  • S_n = Sum of the first n terms
  • a = first term
  • l = last term
  • n = number of terms

Example of Sum of n Terms in an AP

Using the previous AP (2, 5, 8, 11, 14):

  • First term (a) = 2
  • Common difference (d) = 3
  • Number of terms (n) = 5

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.

3. Geometric Progression (GP)

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:

  • a, ar, ar², ar³, ..., ar^(n-1)

Where:

  • a = first term
  • r = common ratio
  • n = number of terms

Example of GP

Consider the sequence: 3, 6, 12, 24. Here:

  • First term (a) = 3
  • Common ratio (r) = 6 / 3 = 2

4. Sum of n Terms of a GP

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:

  • S_n = Sum of the first n terms
  • a = first term
  • r = common ratio
  • n = number of terms

Example of Sum of n Terms in a GP

Using the previous GP (3, 6, 12, 24):

  • First term (a) = 3
  • Common ratio (r) = 2
  • Number of terms (n) = 4

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.

Summary

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.

Found this useful?
Share:

💬 Discussion

Loading discussion…