A geometric sequence is a type of number sequence where each term is found by multiplying the previous term by a constant value called the common ratio, denoted as r. This distinguishes geometric sequences from arithmetic sequences, where the pattern involves adding or subtracting a fixed number known as the common difference.
For example, in an arithmetic sequence like 2, 4, 6, 8, the pattern is adding 2 each time. However, in a geometric sequence such as 2, 4, 8, 16, each term is multiplied by 2, making the common ratio r = 2. Similarly, sequences can also have common ratios less than 1, such as 9, 3, 1, 1/3, where each term is multiplied by 1/3.
To identify the common ratio in a geometric sequence, divide any term by the previous term. Mathematically, this is expressed as:
\[r = \frac{a_n}{a_{n-1}}\]
where aₙ is the current term and aₙ₋₁ is the preceding term. This ratio remains constant throughout the sequence.
Once the common ratio is known, subsequent terms can be found by multiplying the last known term by r. For instance, if the first term a₁ is 5 and the second term a₂ is 20, then the common ratio is:
\[r = \frac{20}{5} = 4\]
Using this, the next terms are calculated as:
\[a_3 = a_2 \times r = 20 \times 4 = 80\]
\[a_4 = a_3 \times r = 80 \times 4 = 320\]
Understanding geometric sequences is essential for analyzing patterns where multiplication or division defines the progression of terms. Recognizing the common ratio allows for predicting future terms and solving problems involving exponential growth or decay.