Facebook Pixel
Mathos AI logo

Geometric Sequences

Understanding Geometric Sequences

What is a Geometric Sequence?

A geometric sequence is a list of numbers where each term is found by multiplying the previous term by a fixed, non-zero number. This fixed number is called the common ratio, denoted by rr.

For example, in the sequence 2,6,18,54,2, 6, 18, 54, \ldots, each number is multiplied by 33 to get the next one. Therefore, the common ratio is r=3r = 3.

The Formula for the nnth Term

To find any term in a geometric sequence without writing out the whole list, you can use the nnth term formula:

an=a1rn1a_n = a_1 \cdot r^{n-1}

  • ana_n is the nnth term you want to find.
  • a1a_1 is the first term in the sequence.
  • rr is the common ratio.
  • nn is the position of the term.

Because the formula involves an exponent (n1n-1), geometric sequences are closely related to exponential functions. They grow or decay exponentially depending on whether the common ratio is greater than or less than 11.

Example Problems

Example 1: Finding a specific term Find the 8th term of the sequence 2,6,18,54,2, 6, 18, 54, \ldots

Solution:

  1. Identify the first term: a1=2a_1 = 2.
  2. Find the common ratio: r=6/2=3r = 6 / 2 = 3.
  3. Plug these into the formula for n=8n = 8: a8=2381a_8 = 2 \cdot 3^{8-1} a8=237a_8 = 2 \cdot 3^7 a8=22187=4374a_8 = 2 \cdot 2187 = 4374

The 8th term is 43744374.

Example 2: Writing a formula Write a formula for the geometric sequence where a1=100a_1 = 100 and r=0.5r = 0.5.

Solution: Substitute the given values directly into the general formula: an=100(0.5)n1a_n = 100 \cdot (0.5)^{n-1}

This formula can now be used to find any term in this specific sequence.