Welcome, future engineers and mathematicians! Today, we're embarking on a deep dive into the fascinating world of
Geometric Progressions (G.P.). This isn't just about memorizing formulas; it's about understanding the fundamental growth patterns that show up everywhere, from compound interest to the decay of radioactive elements, and yes, extensively in competitive exams like JEE. So, grab your virtual notebooks, and let's get started!
---
1. What is a Geometric Progression (G.P.)? The Basics
Imagine a sequence of numbers where each term, after the first, is obtained by multiplying the preceding term by a fixed, non-zero constant. This constant is called the
common ratio. That, my friends, is a Geometric Progression.
Let's represent this formally:
If 'a' is the first term and 'r' is the common ratio, then a G.P. looks like this:
a, ar, ar2, ar3, ..., arn-1, ...
Term |
Representation |
Common Ratio (r) |
|---|
First Term (t1) |
a |
- |
Second Term (t2) |
ar |
t2 / t1 = r |
Third Term (t3) |
ar2 |
t3 / t2 = r |
... |
... |
... |
n-th Term (tn) |
arn-1 |
tn / tn-1 = r |
Key points for the common ratio 'r':
* It cannot be zero. (Why? If r=0, all terms after the first would be 0, which isn't very 'progressive'!)
* It can be positive or negative.
* If r > 0, all terms have the same sign as 'a'. (e.g., 2, 4, 8, ...)
* If r < 0, terms alternate in sign. (e.g., 2, -4, 8, -16, ...)
* It can be greater than 1, equal to 1, or between -1 and 1 (but not 0).
* If r = 1, the sequence is a, a, a, ... (e.g., 3, 3, 3, ...)
* If |r| > 1, the terms grow in magnitude (divergent G.P.).
* If |r| < 1, the terms shrink in magnitude (convergent G.P.).
Example:
Consider the sequence: 5, 10, 20, 40, ...
Here, the first term
a = 5.
The common ratio
r = 10/5 = 20/10 = 40/20 = 2.
---
2. The General Term of a G.P. (n-th Term)
Knowing the first term 'a' and the common ratio 'r', we can find any term in the sequence. Let's see the pattern:
* t
1 = a = ar
0
* t
2 = ar = ar
1
* t
3 = ar
2
* t
4 = ar
3
...
You can observe that the power of 'r' is always one less than the term number.
So, the formula for the
n-th term (or general term) of a G.P. is:
tn = arn-1
This formula is fundamental! It allows you to find any term without listing all the preceding ones.
Example 1:
Find the 7th term of the G.P.: 3, 6, 12, ...
Here, a = 3, and r = 6/3 = 2.
Using the formula t
n = ar
n-1:
t
7 = 3 * (2)
7-1
t
7 = 3 * 2
6
t
7 = 3 * 64
t7 = 192
Example 2 (JEE Level Conceptual):
If the p-th, q-th, and r-th terms of a G.P. are x, y, z respectively, prove that x
q-r y
r-p z
p-q = 1.
Solution:
Let the first term of the G.P. be A and the common ratio be R.
Given:
t
p = AR
p-1 = x ...(1)
t
q = AR
q-1 = y ...(2)
t
r = AR
r-1 = z ...(3)
We need to prove x
q-r y
r-p z
p-q = 1.
Substitute (1), (2), (3) into the expression:
(AR
p-1)
q-r (AR
q-1)
r-p (AR
r-1)
p-q
Expand using exponent rules ( (ab)
c = a
cb
c and (a
m)
n = a
mn ):
A
q-r R
(p-1)(q-r) * A
r-p R
(q-1)(r-p) * A
p-q R
(r-1)(p-q)
Combine terms with base A and base R:
A
(q-r) + (r-p) + (p-q) * R
(p-1)(q-r) + (q-1)(r-p) + (r-1)(p-q)
Let's look at the exponent of A:
(q-r) + (r-p) + (p-q) = q - r + r - p + p - q = 0
So, A
0 = 1.
Now, let's look at the exponent of R:
(p-1)(q-r) + (q-1)(r-p) + (r-1)(p-q)
= (pq - pr - q + r) + (qr - qp - r + p) + (rp - rq - p + q)
Arrange terms:
= (pq - qp) + (pr - rp) + (qr - rq) + (-q + q) + (-r + r) + (-p + p)
= 0 + 0 + 0 + 0 + 0 + 0
= 0
So, R
0 = 1.
Therefore, the expression simplifies to 1 * 1 =
1.
This type of problem often appears in JEE, testing your algebraic manipulation skills alongside G.P. definitions.
---
3. Sum of the First 'n' Terms of a G.P. (Sn)
Sometimes, we need to find the sum of a certain number of terms in a G.P. Let S
n denote this sum.
S
n = a + ar + ar
2 + ... + ar
n-1 ...(Equation 1)
To derive the formula, we use a clever trick: multiply Equation 1 by the common ratio 'r'.
rS
n = ar + ar
2 + ar
3 + ... + ar
n ...(Equation 2)
Now, subtract Equation 1 from Equation 2 (or vice-versa).
(rS
n) - S
n = (ar + ar
2 + ... + ar
n) - (a + ar + ... + ar
n-1)
S
n(r - 1) = ar
n - a
S
n(r - 1) = a(r
n - 1)
So, if r β 1:
Sn = a(rn - 1) / (r - 1)
Alternatively, if we subtract Equation 2 from Equation 1 (which is often preferred when r < 1 to keep the denominator positive):
S
n - rS
n = a - ar
n
S
n(1 - r) = a(1 - r
n)
Sn = a(1 - rn) / (1 - r)
What if r = 1?
If r = 1, the G.P. is a, a, a, ..., a (n times).
In this case, S
n = a + a + ... + a (n times).
Sn = na (for r = 1)
Tip: Use S
n = a(r
n - 1) / (r - 1) when
r > 1 to avoid negative values in the numerator and denominator. Use S
n = a(1 - r
n) / (1 - r) when
r < 1. Both formulas are mathematically equivalent, so don't fret if you mix them up, but this convention makes calculations cleaner.
Example 3:
Find the sum of the first 6 terms of the G.P.: 2, -6, 18, ...
Here, a = 2.
r = -6/2 = -3.
Since r = -3 (which is < 1), we'll use S
n = a(1 - r
n) / (1 - r).
n = 6.
S
6 = 2(1 - (-3)
6) / (1 - (-3))
S
6 = 2(1 - 729) / (1 + 3)
S
6 = 2(-728) / 4
S
6 = -728 / 2
S6 = -364
---
4. Sum of an Infinite G.P. (Sβ)
This is a powerful concept, especially in higher mathematics and JEE. Can we sum an infinite number of terms? Sometimes, yes!
Consider the formula for S
n = a(1 - r
n) / (1 - r).
For an infinite sum (S
β), we are looking at the limit of S
n as n approaches infinity.
Sβ = limnββ [a(1 - rn) / (1 - r)]
For this limit to be finite (i.e., for the sum to converge), the term
rn must approach zero as n approaches infinity. This happens only when the absolute value of the common ratio, |r|, is less than 1.
Condition for convergence: |r| < 1 (i.e., -1 < r < 1).
If this condition holds, then as n β β, r
n β 0.
So, the formula for the sum of an infinite G.P. becomes:
Sβ = a / (1 - r) (for |r| < 1)
Warning: If |r| β₯ 1, the infinite sum does not converge to a finite value. It either diverges (goes to Β±β) or oscillates.
Example 4:
Find the sum to infinity of the G.P.: 1 + 1/2 + 1/4 + 1/8 + ...
Here, a = 1.
r = (1/2) / 1 = 1/2.
Since |r| = |1/2| = 0.5, which is < 1, the sum converges.
Using the formula S
β = a / (1 - r):
S
β = 1 / (1 - 1/2)
S
β = 1 / (1/2)
Sβ = 2
This makes intuitive sense: imagine cutting a pizza in half, then half of the remaining half, and so on. If you keep adding these pieces, you will eventually have eaten the whole pizza (sum = 1, if the whole pizza is 1). In this example, the "whole" is 2.
Example 5 (JEE Advanced Type):
The sum of an infinite G.P. is 15 and the sum of the squares of its terms is 45. Find the G.P.
Solution:
Let the G.P. be a, ar, ar
2, ...
Sum to infinity (S
β) = a / (1 - r) = 15 ...(1)
Now, consider the squares of its terms:
a
2, (ar)
2, (ar
2)
2, ...
This is a
2, a
2r
2, a
2r
4, ...
This is also a G.P. with first term A = a
2 and common ratio R = r
2.
For this G.P. to converge, we need |R| < 1, which means |r
2| < 1, implying |r| < 1. This condition is consistent with the original G.P. converging.
Sum of squares to infinity (S'
β) = A / (1 - R) = a
2 / (1 - r
2) = 45 ...(2)
We have two equations:
1) a / (1 - r) = 15
2) a
2 / (1 - r
2) = 45
From (1), a = 15(1 - r). Substitute this into (2):
(15(1 - r))
2 / (1 - r
2) = 45
225(1 - r)
2 / ((1 - r)(1 + r)) = 45 (Using a
2 - b
2 = (a-b)(a+b))
225(1 - r) / (1 + r) = 45
Divide both sides by 45:
5(1 - r) / (1 + r) = 1
5(1 - r) = 1 + r
5 - 5r = 1 + r
4 = 6r
r = 4/6 =
2/3
Now substitute r = 2/3 back into a = 15(1 - r):
a = 15(1 - 2/3)
a = 15(1/3)
a =
5
So, the G.P. is 5, 5(2/3), 5(2/3)
2, ...
The G.P. is 5, 10/3, 20/9, ...
---
5. Properties of Geometric Progressions
Understanding these properties can significantly simplify problem-solving:
- If three non-zero numbers a, b, c are in G.P., then b2 = ac.
- This comes directly from the definition: b/a = r and c/b = r, so b/a = c/b => b2 = ac.
- If each term of a G.P. is multiplied or divided by a non-zero constant, the resulting sequence is also a G.P. with the same common ratio.
- Example: If a, ar, ar2, ... is a G.P., then ka, kar, kar2, ... is also a G.P. with common ratio r.
- If terms of a G.P. are raised to the same power, the new sequence is also a G.P.
- Example: If a, ar, ar2, ... is a G.P., then ak, (ar)k, (ar2)k, ... which is ak, akrk, akr2k, ... is a G.P. with common ratio rk.
- The product of terms equidistant from the beginning and end of a finite G.P. is constant and equal to the product of the first and last terms.
- For a G.P. with n terms: t1 * tn = t2 * tn-1 = t3 * tn-2 = ... = a * arn-1 = a2rn-1.
- If you need to assume three terms in a G.P., they are often taken as a/r, a, ar. This simplifies calculations, especially when their product is given, as 'r' cancels out.
- Product: (a/r) * a * (ar) = a3.
- If you need to assume four terms in a G.P., they are often taken as a/r3, a/r, ar, ar3. This is helpful if the common ratio of these terms is r2, and the product is given. However, more generally, for four terms, simply a, ar, ar2, ar3 is also used. The specific choice depends on the problem's symmetry or what needs to be cancelled.
---
6. Geometric Mean (G.M.)
The concept of Geometric Mean is crucial, particularly when dealing with positive numbers, and it connects beautifully with AM-GM inequality.
Geometric Mean of two numbers:
If a, G, b are in G.P., then G is called the Geometric Mean of a and b.
From the property b
2 = ac, we have G
2 = ab.
So,
G = β(ab) (for positive numbers a and b).
Note: If a and b are both negative, then G = -β(ab). The G.M. of two numbers should have the same sign as the numbers themselves. For JEE, it is typically assumed that the numbers are positive unless stated otherwise.
Geometric Mean of n numbers:
For n positive numbers x
1, x
2, ..., x
n, their Geometric Mean (G.M.) is defined as:
G.M. = (x1 * x2 * ... * xn)1/n
Multiple Geometric Means between two numbers:
If we insert n geometric means (G
1, G
2, ..., G
n) between two positive numbers 'a' and 'b', then the sequence a, G
1, G
2, ..., G
n, b forms a G.P.
The total number of terms in this G.P. is n + 2.
The first term is 'a' and the (n+2)-th term is 'b'.
So, t
n+2 = ar
(n+2)-1 = ar
n+1 = b.
This gives us the common ratio:
r = (b/a)1/(n+1).
Once 'r' is known, we can find the geometric means:
G
1 = ar
G
2 = ar
2
...
G
n = ar
n
Relationship between A.M., G.M., and H.M.:
For any two positive numbers 'a' and 'b':
* Arithmetic Mean (A.M.) = (a + b) / 2
* Geometric Mean (G.M.) = β(ab)
* Harmonic Mean (H.M.) = 2ab / (a + b)
The beautiful relationship is:
1. A.M. β₯ G.M. β₯ H.M. (Equality holds only when a = b)
2. G.M.2 = A.M. * H.M. (Also written as G
2 = AH)
These inequalities and relations are extremely important for solving optimization problems and proving inequalities in JEE.
Example 6:
Insert three geometric means between 1/3 and 432.
Let the two numbers be a = 1/3 and b = 432. We need to insert n=3 G.M.s (G
1, G
2, G
3).
The sequence is 1/3, G
1, G
2, G
3, 432. This is a G.P. with 5 terms.
t
1 = 1/3
t
5 = 432
Using t
n = ar
n-1:
t
5 = ar
4 = 432
(1/3) * r
4 = 432
r
4 = 432 * 3
r
4 = 1296
To find 'r', we need the 4th root of 1296.
1296 = 6
4 or (-6)
4.
So, r = 6 or r = -6.
Case 1: r = 6
G
1 = ar = (1/3) * 6 = 2
G
2 = ar
2 = (1/3) * 6
2 = (1/3) * 36 = 12
G
3 = ar
3 = (1/3) * 6
3 = (1/3) * 216 = 72
The G.M.s are
2, 12, 72.
Case 2: r = -6
G
1 = ar = (1/3) * (-6) = -2
G
2 = ar
2 = (1/3) * (-6)
2 = (1/3) * 36 = 12
G
3 = ar
3 = (1/3) * (-6)
3 = (1/3) * (-216) = -72
The G.M.s are
-2, 12, -72.
Both sets of G.M.s are valid as the problem did not specify positive means.
---
7. CBSE vs. JEE Focus on G.P.
Aspect |
CBSE / Board Level |
JEE Mains & Advanced Level |
|---|
Core Concepts |
Definition of G.P., tn, Sn, Sβ formulas, basic G.M. |
All core concepts, but with deeper understanding and more intricate applications. |
Problem Complexity |
Direct application of formulas. Problems like "find the nth term" or "sum of first n terms." Simple word problems. |
- Complex algebraic manipulations involving G.P. terms.
- Combination with A.P. and H.P. (e.g., three numbers in A.P. but their squares are in G.P.).
- Application of properties to simplify solutions.
- Infinite G.P. problems involving functions, trigonometry, or nested structures.
- Inequalities (A.M. β₯ G.M. β₯ H.M.) for finding range/minimum/maximum values.
- Summation of series that are not directly G.P. but can be split into G.P.s (e.g., Arithmetico-Geometric Progression).
- Locus problems involving G.P. conditions.
|
Derivations |
Derivations of tn and Sn formulas are sometimes asked directly. |
Derivations are assumed knowledge. Focus is on applying derived formulas in challenging scenarios. |
Key Skills |
Formula recall, basic substitution, straightforward problem-solving. |
- Analytical thinking and problem decomposition.
- Strong algebraic manipulation.
- Recognizing patterns and properties.
- Creative application of multiple concepts.
- Handling conditions like |r|<1 carefully.
|
For JEE, you must master the basics, but then push further into understanding *why* these formulas work and *how* to apply them in non-obvious ways. Practice a wide variety of problems, especially those combining G.P. with other topics. Geometric Progression is a cornerstone of Sequences and Series and appears frequently in both Mains and Advanced. Keep practicing, and you'll master it!