Class 10 Exam  >  Class 10 Notes  >  Mathematics Class 10 ICSE  >  Chapter Notes: Geometric Progression

Geometric Progression Chapter Notes | Mathematics Class 10 ICSE PDF Download

Introduction

Dive into the fascinating world of Geometric Progression (G.P.), where numbers dance in a rhythmic pattern, each term multiplying or dividing its predecessor by a fixed quantity! This chapter unveils the magic of sequences and series that grow or shrink consistently, forming the backbone of many mathematical and real-world applications. From understanding how terms connect through a common ratio to exploring infinite sums and geometric means, this journey through G.P. will sharpen your problem-solving skills and spark curiosity about the patterns hidden in numbers. Let’s unravel the elegance of Geometric Progression together!

  • A sequence is a list of numbers arranged in a specific order following a rule.
  • Each number in the sequence is called a term.
  • A series is formed by connecting the terms of a sequence with plus or minus signs.
  • In this chapter, sequences and series are often considered the same.
  • Example: The sequence 2, 6, 18, 54 forms a series when written as 2 + 6 + 18 + 54. Each term is multiplied by 3 to get the next term.

Geometric Progression

Geometric Progression Chapter Notes | Mathematics Class 10 ICSE

  • A geometric progression (G.P.) is a sequence where each term is obtained by multiplying or dividing the previous term by a fixed number, called the common ratio (denoted by r).
  • Abbreviated as G.P., it’s identified by checking if the ratio between consecutive terms is constant.
  • The common ratio r is found by dividing any term by its preceding term.
  • Formula: If a is the first term and r is the common ratio, the nthterm of a G.P. is:
    tn = a × rn-1
  • Example 1: For the sequence 2, 4, 8, 16:
    • Each term is multiplied by 2 to get the next term.
    • Common ratio r = 4/2 = 2.
    • Thus, it’s a G.P. with first term a = 2 and common ratio r = 2.
  • Example 2: Find the 6thterm of the G.P. with first term 125 and second term 25.
    • Given: First term a = 125, second term = ar = 25.
    • Common ratio r = 25/125 = 1/5.
    • 6th term = ar5 = 125 × (1/5)5 = 125/3125 = 1/25.

General Term of a Geometric Progression

  • The general term (or nth term) of a G.P. helps find any term in the sequence without listing all previous terms.
  • It is derived from the pattern where each term is the first term multiplied by the common ratio raised to the power of (term number - 1).
  • Formula: For a G.P. with first term a and common ratio r, the nthterm is:
    tn = a × rn-1
  • Example 1: For the G.P. 12, 4, 4/3, find the 10thterm.
    • First term a = 12, common ratio r = 4/12 = 1/3.
    • 10th term = t10 = 12 × (1/3)10-1 = 12 × (1/3)9 = 12 / 19683 = 4/6561.
  • Example 2: Find the 8thterm of the sequence 3/4, 3/2, 3.
    • First term a = 3/4, common ratio r = (3/2) / (3/4) = 3/2 × 4/3 = 2.
    • 8th term = t8 = (3/4) × 28-1 = (3/4) × 27 = (3/4) × 128 = 96.

Properties of Geometric Progression

  • If each term of a G.P. is multiplied or divided by a non-zero constant, the resulting sequence is still a G.P. with the same common ratio.
  • The reciprocals of the terms of a G.P. form another G.P. with common ratio 1/r.
  • If a, b, c are in G.P., then b2 = a × c.
  • Example 1: If the 4th, 7th, and 10th terms of a G.P. are a, b, and c, then b2= a × c.
    • Let first term = A, common ratio = R.
    • 4th term = AR3 = a, 7th term = AR6 = b, 10th term = AR9 = c.
    • a × c = AR3 × AR9 = A2R12 = (AR6)2 = b2.
  • Example 2: If the 3rdterm of a G.P. is 4, find the product of its first five terms.
    • Let first term = a, common ratio = r. Given: 3rd term = ar2 = 4.
    • Product of first five terms = a × ar × ar2 × ar3 × ar4 = a5r10 = (ar2)5 = 45 = 1024.

Sum of Finite Terms of a Geometric Progression

The sum of the first n terms of a G.P. depends on the common ratio r.

Formulas:

  • If r = 1: Sn = n × a
  • If r < 1: Sn = a × (1 - rn) / (1 - r)
  • If r > 1: Sn = a × (rn - 1) / (r - 1)

Alternative forms using last term l = arn-1:

  • If r < 1: Sn = (a - lr) / (1 - r)
  • If r > 1: Sn = (lr - a) / (r - 1)

Example 1: Find the sum of 10 terms of the series 96 - 48 + 24.

  • First term a = 96, common ratio r = -48/96 = -1/2 (r < 1).
  • S10 = 96 × [1 - (-1/2)10] / [1 - (-1/2)] = 96 × (1 - 1/1024) / (3/2).
  • = 96 × (1023/1024) × (2/3) = 1023/16 = 63 15/16.

Alternative Method: For the same series, using the last term.

  • 10th term = l = 96 × (-1/2)9 = 96 / 512 = 3/16.
  • lr = (3/16) × (-1/2) = -3/32.
  • S10 = (96 - (-3/32)) / (1 - (-1/2)) = (96 + 3/32) / (3/2) = 1023/16.

Example 2: Find the sum of 8 terms of the G.P. 3 + 6 + 12 + 24 + ...

  • First term a = 3, common ratio r = 6/3 = 2 (r > 1).
  • S8 = 3 × (28 - 1) / (2 - 1) = 3 × (256 - 1) / 1 = 3 × 255 = 765.

Sum of Infinite Terms of a G.P.

  • For a G.P. with first term a and common ratio r, if the absolute value of the common ratio is less than 1 (|r| < 1), the sum of infinite terms exists.
  • Formula: Sum of infinite terms =
    S = a / (1 - r), where |r| < 1
  • Example 1: Find the sum of the G.P. 1 - 1/4 + 1/16 - 1/64 + ... up to infinite terms.
    • First term a = 1, common ratio r = (-1/4)/1 = -1/4.
    • |r| = 1/4 < 1, so the sum exists.
    • Sum = a / (1 - r) = 1 / (1 - (-1/4)) = 1 / (1 + 1/4) = 4/5.
  • Example 2: Find the first term of a G.P. with second term 2 and sum of infinite terms 8.
    • Given: ar = 2 and a / (1 - r) = 8, where |r| < 1.
    • From ar = 2, we get a = 2/r.
    • Substitute in sum formula: (2/r) / (1 - r) = 8.
    • Simplify: 2 = 8r - 8r2 → 4r2 - 4r + 1 = 0.
    • Solve: (2r - 1)2 = 0 → r = 1/2.
    • Then, a = 2 / (1/2) = 4.
    • First term is 4.

 Recurring Decimals

  • Recurring decimals can be expressed as the sum of an infinite G.P.
  • Use the formula for the sum of an infinite G.P. to convert recurring decimals to fractions.
  • Formula: For a recurring decimal, sum =
    S = a / (1 - r), where |r| < 1
  • Example 1: Evaluate 0.4373737....
    • Write as: 0.437 = 0.4 + 0.037 + 0.00037 + 0.0000037 + ...
    • First term a = 37/1000, common ratio r = 1/100.
    • Sum of infinite terms = (37/1000) / (1 - 1/100) = (37/1000) / (99/100) = 37/990.
    • Add non-recurring part: 0.4 = 4/10.
    • Total = 4/10 + 37/990 = (396 + 37)/990 = 433/990.

Geometric Mean between Numbers a and b

  • The geometric mean (G) between two positive numbers a and b forms a G.P.: a, G, b.
  • Formula: Geometric mean =
    G = √(a × b)
  • Example 1: Find the geometric mean between 3 and 12.
    • G = √(3 × 12) = √36 = 6.
  • Example 2: Find the geometric mean between 3 and 243.
    • G = √(3 × 243) = √729 = 27.

n Geometric Means between a and b

  • To insert n geometric means between a and b, form a G.P. with n + 2 terms: a, G1, G2, ..., Gn, b.
  • The common ratio r is found using: b = a × rn+1.
  • Each mean is calculated as: Gk = a × rk.
  • Example 1: Insert two numbers between 3 and 81 to form a G.P.
    • Sequence: 3, G1, G2, 81 (4 terms).
    • 81 = 3 × r3 → r3 = 27 → r = 3.
    • G1 = 3 × 3 = 9, G2 = 3 × 32 = 27.
    • Sequence: 3, 9, 27, 81.
  • Example 2: Insert three numbers between 1 and 256 to form a G.P.
    • Sequence: 1, G1, G2, G3, 256 (5 terms).
    • 256 = 1 × r4 → r4 = 256 = 44 → r = 4.
    • G1 = 1 × 4 = 4, G2 = 1 × 42 = 16, G3 = 1 × 43 = 64.
    • Sequence: 1, 4, 16, 64, 256.
The document Geometric Progression Chapter Notes | Mathematics Class 10 ICSE is a part of the Class 10 Course Mathematics Class 10 ICSE.
All you need of Class 10 at this link: Class 10
74 videos|328 docs|30 tests

FAQs on Geometric Progression Chapter Notes - Mathematics Class 10 ICSE

1. What is a geometric progression and how is it defined?
Ans. A geometric progression (G.P.) is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed, non-zero number called the common ratio. The general form of a G.P. is a, ar, ar², ar³, ..., where 'a' is the first term and 'r' is the common ratio.
2. How can we find the general term of a geometric progression?
Ans. The general term (nth term) of a geometric progression can be expressed using the formula Tn = a * r^(n-1), where 'Tn' is the nth term, 'a' is the first term, 'r' is the common ratio, and 'n' is the term number.
3. What are some important properties of geometric progressions?
Ans. Some important properties of geometric progressions include: 1. The ratio of two consecutive terms is constant (equal to the common ratio). 2. The product of the terms in a G.P. is equal to the square of the geometric mean of the first and last terms. 3. If the common ratio is greater than 1, the terms increase; if it is between 0 and 1, the terms decrease.
4. How do you calculate the sum of the first n terms of a geometric progression?
Ans. The sum of the first n terms of a geometric progression can be calculated using the formula S_n = a(1 - r^n) / (1 - r), where 'S_n' is the sum of the first n terms, 'a' is the first term, 'r' is the common ratio, and 'n' is the number of terms. This formula is valid when the common ratio r is not equal to 1.
5. What is the sum of an infinite geometric series and when does it converge?
Ans. The sum of an infinite geometric series can be calculated using the formula S = a / (1 - r), where 'S' is the sum, 'a' is the first term, and 'r' is the common ratio. This sum converges (is finite) only if the absolute value of the common ratio is less than 1 (|r| < 1).></ 1).>
Related Searches

Exam

,

Objective type Questions

,

Previous Year Questions with Solutions

,

MCQs

,

Semester Notes

,

shortcuts and tricks

,

Free

,

ppt

,

Sample Paper

,

Viva Questions

,

pdf

,

video lectures

,

practice quizzes

,

past year papers

,

Geometric Progression Chapter Notes | Mathematics Class 10 ICSE

,

Important questions

,

Geometric Progression Chapter Notes | Mathematics Class 10 ICSE

,

mock tests for examination

,

Geometric Progression Chapter Notes | Mathematics Class 10 ICSE

,

study material

,

Extra Questions

,

Summary

;