A sequence in which each term increases or decreases from the last by multiplying by a constant factor is called a geometric sequence. The constant factor multiplying each term in the sequence to create the next term is referred to as the common ratio, which will result from dividing any two successive terms \dfrac{u_{n+1}}{u_n}.
The first term in the sequence is denoted by the letter a and the common ratio is denoted by R. For example, the sequence 4, 8, 16, 32 is geometric with a = 4 and R = 2. The sequence 100, -50, 25, -12.5 is geometric with a = 100 and R =-\dfrac{1}{2}.
Since, u_2=R\times u_1, u_3=R\times u_2, and so on, any geometric sequence can be written as a recurrence relation, which was found previously in this chapter :
u_{n+1}=Ru_n, u_0=a
An explicit generating rule can be found in terms of a and R. This is useful for finding the nth term without listing the sequence or having to use the previous term in the sequence each time to find the next term.
Consider the following table to see the pattern for the explicit formula. For the sequence 5,10,20,40, \ldots, the starting term is 5 and there is a common ratio of 2, that is a=5 and R=2.
A table of the sequence is show below:
n | u_{n+1} | \text{Pattern} |
---|---|---|
0 | 5 | 5 \times 2^0 |
1 | 10 | 5 \times 2^1 |
2 | 20 | 5 \times 2^2 |
3 | 40 | 5 \times 2^3 |
\ldots | ||
n | u_{n+1} | 5 \times 2^n |
By correctly identifying the pattern, the tenth term becomes u_{10}=10\times 2^9 and the one-hundredth term would be u_{100}=5\times 2^{99}. And following the pattern, the explicit formula for the nth term is u_n=5\times 2^{n-1}.
For any geometric progression with starting value a and common ratio R and with terms given by: a,aR,aR^2,aR^3,... , a similar pattern can be observed. Hence, the explicit generating rule for the nth term in any geometric sequence is given by:
u_n=aR^{n-1}
Consider the following sequence.
810, \,270, \,90,\,30,\,...
Find an explicit rule for the nth term.
Hence, find the 8th term.
For the sequence 5, 20, 80, 320,..., find n if the nth term is 327 \,680.
Study the pattern for the following sequence.
-9, \, 8.1, \, -7.29, \, 6.561, \,\ldots
State the common ratio between the terms.
If a geometric sequence has u_3=12 and u_6=96, find the recurrence relation for the sequence.
In a geometric progression, T_4=32 and T_6=128.
Solve for r, the common ratio in the sequence. Write both solutions on the same line separated by a comma.
Solve for a, the first term in the progression.
Consider the sequence in which the first term is positive. Find an expression for T_n, the general nth term of this sequence.
Any geometric sequence can be expressed in either of the following two forms:
When given a formula for the nth term, a table of values can be generated for the sequence. For example, in the sequence given by the formula u_n=12\times \left(1.5\right)^{n - 1}, by substituting for n appropriately and using a calculator, the following table can be created, listing the first 6 terms of the sequence:
n | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
u_n | 12 | 18 | 27 | 40.5 | 60.75 | 91.125 |
Perhaps more interesting though is the different types of graphs that geometric sequences correspond to. The graphs are not linear like arithmetic progressions, except for the trivial case of R = 1. The path of points plotted from a geometric sequence follow an exponential curve for positive values of R (graph can be seen below in the next worked example).
Geometric sequences of the form u_n=aR^{n-1}, where a>0 will follow:
The path of an exponential growth function for R>1.
The path of an exponential decay function for 0<R<1.
If a is negative the path will be reflected about the x-axis.
What if R is negative? The values of successive terms flip their sign so that the graph is depicted as either a growing (|R|>1) or diminishing (|R|<1) zig-zag path - alternating between points on the graph f(n)=a|R|^{n-1} and f(n)=-a|R|^{n-1}, depending on the power being odd or even.
Adjust the values of a and R in the applet below to observe the effect on the plotted points.
For |R|>1 the values will diverge as n increases, the terms will keep getting larger in size without bound.
For |R|<1 the values will converge as n increases, each term getting smaller and smaller and approaching a limit of 0.
For the geometric progression with starting value 12 and ratio R = -1.5, we can create a table and plot a graph of the sequence.
This is the same as the example in the previous table but the ratio is now negative. The nth term is given by u_n=12\times \left(-1.5\right)^{n-1}, the table will be the same but the sign of the terms will alternate.
The new table becomes:
n | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
u_n | 12 | -18 | 27 | -40.5 | 60.75 | -91.125 |
Checking, for n = 1, we have u_1=12\times \left(-1.5\right)^{1-1}=12 and for n = 2 we have u_2=12\times \left(-1.5\right)^{2-1}=-18, continuing on even numbered terms become negative and odd numbered terms become positive.
Here is a graph of the two geometric sequences depicted in both tables. Note that the odd terms of the zig-zag graph coincide with the terms of the first geometric progression.
The nth term of a geometric progression is given by the equation T_n=2\times 3^{n-1}.
Complete the table of values:
n | 1 | 2 | 3 | 4 | 10 |
---|---|---|---|---|---|
T_n | ⬚ | ⬚ | ⬚ | ⬚ | ⬚ |
What is the common ratio between consecutive terms?
Plot the points in the table that correspond to n=1, n=2, n=3, and n=4.
If the plots on the graph were joined they would form:
Because of the quadratic nature of geometric sequence, its graph is represented by a curved line.