Geometric sequences are used in several branches of applied mathematics to engineering, sciences, computer sciences, biology, finance...
Problems and exercises involving geometric sequences, along with answers are presented.
The sequence shown below
Problem 1
Find the terms a2, a3, a4 and a5 of a geometric sequence if a1 = 10 and the common ratio r = - 1.
Solution to Problem 1:
Use the definition of a geometric sequence
\(
a_2 = a_1 \times r = 10 (-1) = - 10 \\
a_3 = a_2 \times r = - 10 (-1) = 10 \\
a_4 = a_3 \times r = 10 (-1) = - 10 \\
a_5 = a_4 \times r = - 10 (-1) = 10
\)
Find the 10 th term of a geometric sequence if a1 = 45 and the common ration r = 0.2.
Solution to Problem 2:
Use the formula
\[
a_n = a_1 \times r^{n-1}
\]
that gives the n th term to find a10 as follows
\(
a_{10} = 45 \times 0.2^{10-1} = 2.304 \times 10^{-5}
\)
Find a20 of a geometric sequence if the first few terms of the sequence are given by
Given the terms a10 = 3 / 512 and a15 = 3 / 16384 of a geometric sequence, find the exact value of the term a30 of the sequence.
Solution to Problem 4:
We first use the formula for the n th term to write a10 and a15 as follows
\(
a_{10} = a_1 \times r^{10-1} = a_1 r^9 = 3 / 512 \\
\\
a_{15} = a_1 \times r^{15-1} = a_1 r^{14} = 3 / 16384
\)
We now divide the terms a10 and a15 to write
\(
a_{15} / a_{10} = a_1 \times r^{14} / (a_1 \times r^9) = (3 / 16384) / (3 / 512)
\)
Simplify expressions in the above equation to obtain.
r5 = 1 / 32 which gives r = 1/2
We now use a10 to find a1 as follows.
\(
a_{10} = 3 / 512 = a_1 (1/2)^9
\)
Solve for a1 to obtain.
\(
a_1 = 3
\)
We now use the formula for the n th term to find a30 as follows.
\(
a_{30} = 3(1/2)^{29} = 3 / 536870912
\)
Find the sum
\[
S = \sum_{k=1}^{6} 3^{k - 1}
\]
Solution to Problem 5:
We first rewrite the sum S as follows
S = 1 + 3 + 9 + 27 + 81 + 243 = 364
Another method is to first note that the terms making the sum are those of a geometric sequence with a1 = 1 and r = 3 using the formula sn = a1 (1 - rn) / (1 - r) with n = 6.
s6 = 1 (1 - 36) / (1 - 3) = 364
Find the sum
\[
S = \sum_{i=1}^{10} 8 \times (1/4)^{i - 1}
\]
Solution to Problem 6:
An examination of the terms included in the sum are
8 , 8× ((1/4)1 , 8×((1/4)2 , ... , 8×((1/4)9
These are the terms of a geometric sequence with a1 = 8 and r = 1/4 and therefore we can use the formula for the sum of the terms of a geometric sequence
s10 = a1 (1 - rn) / (1 - r)
= 8 × (1 - (1/4)10) / (1 - 1/4) = 10.67 (rounded to 2 decimal places)
Write the rational number 5.31313131... as the ratio of two integers.
Solution to Problem 7:
We first write the given rational number as an infinite sum as follows
5.313131... = 5 + 0.31 + 0.0031 + 0.000031 + ....
The terms making 0.31 + 0.0031 + 0.000031 ... are those of a geometric sequence with a1 = 0.31 and r = 0.01. Hence the use of the formula for an infinite sum of a geometric sequence
S = a1 / (1 - r) = 0.31 / (1 - 0.01) = 0.31 / 0.99 = 31 / 99
We now write 5.313131... as follows
5.313131... = 5 + 31/99 = 526 / 99
Answer the following questions related to geometric sequences:
a) Find a20 given that a3 = 1/2 and a5 = 8
b) Find a30 given that the first few terms of a geometric sequence are given by -2 , 1 , -1/2 , 1/4 ...
c) Find r given that a1 = 10 and a20 = 10-18
d) write the rational number 0.9717171... as a ratio of two positive integers.
a) a20 = 218
b) a30 = 1 / 228
c) r = 0.1
d) 0.9717171... = 481/495