πŸ“– Geometric Sequence & Series Practice Score: 0 / 20
Mathematics Β· Sequences
Geometric Sequence & Series
Self-Study Notes Β· 20 Problems Β· Basic β†’ Advanced
⚑ Super Quick Memory Points
RATIO Common ratio r = next Γ· prev
Always the same!
nth TERM \(a_n = a_1 \cdot r^{n-1}\)
First Γ— ratio^(nβˆ’1)
SUM (finite) \(S_n = a_1 \dfrac{1-r^n}{1-r}\) when \(r \neq 1\)
SUM (infinite) \(S_\infty = \dfrac{a_1}{1-r}\) only when \(|r| < 1\)
πŸ“ Core Formulas β€” Write These Down!
Common Ratio \(r = \dfrac{a_{n+1}}{a_n}\) Divide any term by the one before it
General Term \(a_n = a_1 \cdot r^{n-1}\) n-th term formula
Partial Sum \(S_n = \dfrac{a_1(1-r^n)}{1-r}\) Sum of first n terms (\(r \neq 1\))
Infinite Sum \(S = \dfrac{a_1}{1-r},\ |r|<1\) Converges only if |r| < 1
✏️ ~ ~ ~ ~ ~ ~ ~ ~ ✏️
🌱 Level 1 β€” Basics (Q1–Q5)
⭐ Easy 1 Finding the Common Ratio
πŸ“Ž Example: In 2, 6, 18, 54, … β†’ r = 6Γ·2 = 3. Each term = previous Γ— 3
What is the common ratio of the geometric sequence:
\[4,\ 12,\ 36,\ 108,\ \ldots\]
πŸ’‘ HINT: r = any term Γ· previous term
πŸ“ Explanation
Divide any consecutive terms: \(\dfrac{12}{4} = 3\), \(\dfrac{36}{12} = 3\), \(\dfrac{108}{36} = 3\).
The common ratio is r = 3. Always check 2–3 pairs to be sure!
⭐ Easy 2 Identify the Geometric Sequence
Which of the following is a geometric sequence?
πŸ“ Explanation
C is geometric: \(\frac{10}{5}=\frac{20}{10}=\frac{40}{20}=2\). Constant ratio = 2 βœ…
A = triangular numbers, B = arithmetic (add 2), D = Fibonacci.
⭐ Easy 3 Find the Next Term
πŸ“Ž Example: 3, 6, 12, ____ β†’ next = 12 Γ— 2 = 24
Find the next term of the sequence:
\[81,\ 27,\ 9,\ 3,\ \underline{\quad}\]
πŸ’‘ KEY WORD: Decreasing ratio β€” r is a fraction!
πŸ“ Explanation
Common ratio: \(r = \dfrac{27}{81} = \dfrac{1}{3}\)
Next term = \(3 \times \dfrac{1}{3} = \mathbf{1}\) βœ…
Remember: r can be a fraction! That makes the sequence shrink.
⭐ Easy 4 nth Term Formula
A geometric sequence has \(a_1 = 2\) and \(r = 5\).
Find \(a_4\).
πŸ’‘ FORMULA: \(a_n = a_1 \cdot r^{n-1}\)
πŸ“ Explanation
\(a_4 = 2 \times 5^{4-1} = 2 \times 5^3 = 2 \times 125 = \mathbf{250}\) βœ…
⚠️ Common mistake: using \(r^n\) instead of \(r^{n-1}\). The exponent is always n MINUS 1!
⭐ Easy 5 Negative Common Ratio
Find the 5th term of the sequence:
\[3,\ -6,\ 12,\ -24,\ \underline{\quad}\]
πŸ’‘ KEY: negative r β†’ terms alternate signs (+ βˆ’ + βˆ’ …)
πŸ“ Explanation
\(r = \dfrac{-6}{3} = -2\)
\(a_5 = 3 \times (-2)^{4} = 3 \times 16 = \mathbf{48}\) βœ…
\((-2)^4 = +16\) because even power β†’ positive sign!
✦ ✦ ✦ ✦ ✦
πŸ“˜ Level 2 β€” Intermediate (Q6–Q12)
⭐⭐ Medium 6 Find a₁ Given aβ‚™ and r
πŸ“Ž Tip: Work BACKWARDS. \(a_n = a_1 \cdot r^{n-1}\) β†’ solve for \(a_1\)
The 4th term of a geometric sequence is \(54\) and the common ratio is \(3\).
Find the first term \(a_1\).
πŸ“ Explanation
\(a_4 = a_1 \cdot r^3\)
\(54 = a_1 \cdot 3^3 = a_1 \cdot 27\)
\(a_1 = \dfrac{54}{27} = \mathbf{2}\) βœ…
⭐⭐ Medium 7 Sum of First n Terms
Find \(S_5\) for the geometric sequence with \(a_1 = 1\) and \(r = 2\).
\[S_n = \frac{a_1(1 - r^n)}{1 - r}\]
πŸ’‘ Sequence: 1, 2, 4, 8, 16, … β†’ just add them!
πŸ“ Explanation
\(S_5 = \dfrac{1(1 - 2^5)}{1-2} = \dfrac{1-32}{-1} = \dfrac{-31}{-1} = \mathbf{31}\) βœ…
Or just add: \(1+2+4+8+16 = 31\)
⭐⭐ Medium 8 Geometric Mean
πŸ“Ž Geometric mean of a and b = \(\sqrt{ab}\). In a geo sequence: middleΒ² = (left)(right)
Three numbers form a geometric sequence.
If the first is \(4\) and the third is \(36\), what is the middle term (geometric mean)?
πŸ“ Explanation
Geometric mean \(= \sqrt{4 \times 36} = \sqrt{144} = \mathbf{12}\) βœ…
Check: \(4, 12, 36\) β†’ \(r = 3\) βœ”
⭐⭐ Medium 9 Find Which Term Equals X
In the geometric sequence \(3,\ 6,\ 12,\ 24,\ \ldots\), which term equals \(384\)?
πŸ’‘ Set \(a_n = 384\), solve: \(3 \cdot 2^{n-1} = 384\)
πŸ“ Explanation
\(3 \cdot 2^{n-1} = 384\)
\(2^{n-1} = 128 = 2^7\)
\(n-1 = 7 \Rightarrow n = \mathbf{8}\) βœ…
Sequence: 3, 6, 12, 24, 48, 96, 192, 384 ← 8th!
⭐⭐ Medium 10 Infinite Geometric Series β€” Does it Converge?
πŸ“Ž Key Rule: Infinite sum exists ONLY when \(|r| < 1\). Formula: \(S = \dfrac{a_1}{1-r}\)
Find the sum of the infinite series:
\[8 + 4 + 2 + 1 + \frac{1}{2} + \cdots\]
πŸ“ Explanation
\(a_1 = 8,\quad r = \dfrac{1}{2}\)
\(|r| = \dfrac{1}{2} < 1\) β†’ converges βœ…
\(S = \dfrac{8}{1 - \frac{1}{2}} = \dfrac{8}{\frac{1}{2}} = \mathbf{16}\)
⭐⭐ Medium 11 Find r Given Two Terms
In a geometric sequence, \(a_2 = 6\) and \(a_5 = 162\).
Find the common ratio \(r\).
πŸ’‘ TRICK: \(\dfrac{a_5}{a_2} = r^{5-2} = r^3\)
πŸ“ Explanation
\(\dfrac{a_5}{a_2} = r^{5-2} = r^3\)
\(\dfrac{162}{6} = 27 = r^3\)
\(r = \sqrt[3]{27} = \mathbf{3}\) βœ…
⭐⭐ Medium 12 Repeating Decimal as Infinite Series
πŸ“Ž Classic exam trick! \(0.\overline{3} = 0.333… = \frac{3}{10} + \frac{3}{100} + \frac{3}{1000} + \cdots\)
Express \(0.\overline{6} = 0.6666\ldots\) as a fraction using the infinite geometric series formula.
πŸ“ Explanation
\(a_1 = \dfrac{6}{10},\quad r = \dfrac{1}{10}\)
\(S = \dfrac{\frac{6}{10}}{1 - \frac{1}{10}} = \dfrac{\frac{6}{10}}{\frac{9}{10}} = \dfrac{6}{9} = \mathbf{\dfrac{2}{3}}\) βœ…
β˜… β˜… β˜… β˜… β˜… β˜… β˜…
πŸ”₯ Level 3 β€” Advanced (Q13–Q20)
⭐⭐⭐ Hard 13 Sigma Notation Sum
Evaluate: \[\sum_{k=1}^{6} 3 \cdot 2^{k-1}\]
πŸ’‘ This is \(S_6\) of a geometric series with \(a_1=3,\ r=2\)
πŸ“ Explanation
\(S_6 = \dfrac{3(1-2^6)}{1-2} = \dfrac{3(1-64)}{-1} = \dfrac{3 \times (-63)}{-1} = \mathbf{189}\) βœ…
Or: \(3+6+12+24+48+96 = 189\)
⭐⭐⭐ Hard 14 Three Terms in Geometric Sequence
πŸ“Ž Setup: if \(x-1,\ x+1,\ x+5\) are geometric, then \((x+1)^2 = (x-1)(x+5)\)
If \(x,\ x+4,\ x+12\) are three consecutive terms of a geometric sequence, find \(x\).
πŸ’‘ KEY: MiddleΒ² = First Γ— Third
πŸ“ Explanation
\((x+4)^2 = x(x+12)\)
\(x^2+8x+16 = x^2+12x\)
\(16 = 4x\)
\(x = \mathbf{4}\) βœ…
Check: \(4, 8, 16\) β†’ \(r = 2\) βœ”
⭐⭐⭐ Hard 15 Sum of Infinite Series β€” Find a₁
The sum of an infinite geometric series is \(20\), and the common ratio is \(r = \dfrac{3}{4}\).
Find the first term \(a_1\).
πŸ“ Explanation
\(S = \dfrac{a_1}{1-r} = 20\)
\(\dfrac{a_1}{1 - \frac{3}{4}} = 20\)
\(\dfrac{a_1}{\frac{1}{4}} = 20\)
\(a_1 = 20 \times \dfrac{1}{4} = \mathbf{5}\) βœ…
⭐⭐⭐ Hard 16 Mixed: Arithmetic & Geometric
The 2nd, 4th, and 8th terms of an arithmetic sequence are the 1st, 2nd, and 3rd terms of a geometric sequence.
If the arithmetic sequence has first term \(1\) and common difference \(d\), find the common ratio of the geometric sequence.
πŸ’‘ Arithmetic terms: \(a_2=1+d,\ a_4=1+3d,\ a_8=1+7d\)
πŸ“ Explanation
Arithmetic: \(a_2 = 1+d,\ a_4 = 1+3d,\ a_8 = 1+7d\)
These are geometric β†’ \((1+3d)^2 = (1+d)(1+7d)\)
\(1+6d+9d^2 = 1+8d+7d^2\)
\(2d^2 - 2d = 0 \Rightarrow d = 1\)
Geometric terms: \(2, 4, 8\) β†’ \(r = \mathbf{2}\) βœ…
⭐⭐⭐ Hard 17 Product of Terms
πŸ“Ž Secret formula: In geo sequence, product of n terms = \((a_1 \cdot a_n)^{n/2}\). Middle term is geometric mean of all!
A geometric sequence has 5 terms. The first term is \(2\) and the fifth term is \(162\).
Find the product of all 5 terms.
πŸ“ Explanation
Middle (3rd) term = \(\sqrt{a_1 \cdot a_5} = \sqrt{2 \times 162} = \sqrt{324} = 18\)
So sequence: \(2, 6, 18, 54, 162\)
Product: \(2 \times 6 \times 18 \times 54 \times 162 = \mathbf{11664}\) βœ…
(Or: \(18^5 / \text{...}\) β†’ product \(= 18^5 \div (9 \times 3) = ...\) just multiply directly)
⭐⭐⭐ Hard 18 Exponential Growth β€” Real World
A population of bacteria doubles every hour. If there are initially \(500\) bacteria,
how many are there after \(8\) hours?
πŸ’‘ \(a_1=500,\ r=2\). After 8 hours = \(a_9\)! (n hours later = term number n+1)
πŸ“ Explanation
After 8 hours: \(500 \times 2^8 = 500 \times 256 = \mathbf{128{,}000}\) βœ…
⚠️ "After 8 hours" means multiplied by r exactly 8 times β†’ \(r^8\), not \(r^7\)!
⭐⭐⭐ Hard 19 Sum Between Two Terms
Find the sum of the geometric series from the 4th term to the 8th term:
\[a_1 = 1,\quad r = 2\] \[\text{Find }\ a_4 + a_5 + a_6 + a_7 + a_8\]
πŸ’‘ TRICK: \(S_8 - S_3\) = sum from 4th to 8th
πŸ“ Explanation
\(S_8 = \dfrac{1(1-2^8)}{1-2} = 255\)
\(S_3 = \dfrac{1(1-2^3)}{1-2} = 7\)
Sum = \(S_8 - S_3 = 255 - 7 = \mathbf{248}\) βœ…
Check: \(8+16+32+64+128 = 248\) βœ”
⭐⭐⭐ Hard 20 🎯 Boss Level: Find n for a Given Sum
How many terms of the geometric series \(1 + 2 + 4 + 8 + \cdots\) must be taken
so that the sum exceeds \(1000\)?
πŸ’‘ Set \(S_n > 1000\), solve: \(2^n - 1 > 1000\) β†’ \(2^n > 1001\)
πŸ“ Explanation
\(S_n = 2^n - 1 > 1000\)
\(2^n > 1001\)
\(2^9 = 512\) βœ— (not enough)
\(2^{10} = 1024 > 1001\) βœ…
So we need \(n = \mathbf{10}\) terms. \(S_{10} = 1023 > 1000\) βœ”
πŸ†
0/20
Keep studying!
Refresh the page to try again