Geometric Sequences

Patterns with common ratios

Geometric Sequences

Definition

A geometric sequence has a constant ratio between consecutive terms.

Example: 3,6,12,24,48,...3, 6, 12, 24, 48, ...

  • Common ratio: r=2r = 2

Finding the Common Ratio

r=a2a1=a3a2=...r = \frac{a_2}{a_1} = \frac{a_3}{a_2} = ...

Divide any term by the previous term.

Explicit Formula

To find the nnth term: an=a1rn1a_n = a_1 \cdot r^{n-1}

where:

  • ana_n = nth term
  • a1a_1 = first term
  • rr = common ratio
  • nn = term number

Recursive Formula

an=an1ra_n = a_{n-1} \cdot r

Each term equals the previous term times rr.

Growth vs. Decay

Growth: r>1|r| > 1

  • Terms get larger in magnitude

Decay: 0<r<10 < |r| < 1

  • Terms get smaller

Real-World Applications

  • Compound interest
  • Population growth
  • Radioactive decay

📚 Practice Problems

1Problem 1easy

Question:

Find the common ratio: 5,15,45,135,...5, 15, 45, 135, ...

💡 Show Solution

Divide consecutive terms:

r=155=3r = \frac{15}{5} = 3

Check: 4515=3\frac{45}{15} = 3

Answer: Common ratio = 33

2Problem 2medium

Question:

Find the 8th term of the sequence: 2,6,18,54,...2, 6, 18, 54, ...

💡 Show Solution

Step 1: Identify a1a_1 and rr a1=2,r=62=3a_1 = 2, \quad r = \frac{6}{2} = 3

Step 2: Use the explicit formula an=a1rn1a_n = a_1 \cdot r^{n-1}

Step 3: Substitute n=8n = 8 a8=2381a_8 = 2 \cdot 3^{8-1} =237= 2 \cdot 3^7 =22187= 2 \cdot 2187 =4374= 4374

Answer: a8=4374a_8 = 4374

3Problem 3hard

Question:

The 3rd term of a geometric sequence is 12 and the 6th term is 96. Find the first term and common ratio.

💡 Show Solution

Given: a3=12a_3 = 12 and a6=96a_6 = 96

Step 1: Write equations using an=a1rn1a_n = a_1 \cdot r^{n-1} a3:12=a1r2a_3: \quad 12 = a_1 \cdot r^2 a6:96=a1r5a_6: \quad 96 = a_1 \cdot r^5

Step 2: Divide the second by the first 9612=a1r5a1r2\frac{96}{12} = \frac{a_1 \cdot r^5}{a_1 \cdot r^2} 8=r38 = r^3 r=2r = 2

Step 3: Find a1a_1 using a3=12a_3 = 12 12=a12212 = a_1 \cdot 2^2 12=4a112 = 4a_1 a1=3a_1 = 3

Check: Sequence is 3,6,12,24,48,96,...3, 6, 12, 24, 48, 96, ...

Answer: a1=3a_1 = 3, r=2r = 2