Solveeit Logo

Question

Question: What is a recursive formula for a geometric sequence?...

What is a recursive formula for a geometric sequence?

Explanation

Solution

A recursive formula is a relation between the preceding term of a sequence and the next term of the sequence. So it essentially defines the next term of a sequence using the previous term. A geometric sequence is the sequence of terms in which the ratio of the two consecutive terms is always a constant. The nth{{n}^{th}} term is given by an=arn1{{a}_{n}}=a{{r}^{n-1}}. From this formula, we can derive the required recursive relation for a geometric sequence.

Complete step-by-step solution:
We know that a geometric sequence is the sequence of terms in which the ratio of the two consecutive terms is always a constant. Therefore, if the first term of a geometric sequence is a, and the constant ratio of the geometric sequence is equal to r, then the next terms can be written as ar,ar2,ar3........ar,a{{r}^{2}},a{{r}^{3}}......... Observing this sequence of the terms of the geometric sequence, we can generalise the nth{{n}^{th}}term of the sequence as
an=arn1.......(i)\Rightarrow {{a}_{n}}=a{{r}^{n-1}}.......\left( i \right)
But we also know that a recursive formula for a sequence is a relation between the next term and the previous term. Therefore, for writing the recursive relation for the geometric sequence, we need to define the next term with respect to the previous term. This means that we have to define the nth{{n}^{th}} term with respect to the (n1)th{{\left( n-1 \right)}^{th}} term. For the (n1)th{{\left( n-1 \right)}^{th}} term, we substitute n=n1n=n-1 in the equation (i) to get
an1=arn11 an1=arn2........(ii) \begin{aligned} & \Rightarrow {{a}_{n-1}}=a{{r}^{n-1-1}} \\\ & \Rightarrow {{a}_{n-1}}=a{{r}^{n-2}}........\left( ii \right) \\\ \end{aligned}
Dividing the equation (i) by (ii) we get

& \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}=\dfrac{a{{r}^{n-1}}}{a{{r}^{n-2}}} \\\ & \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}=\dfrac{{{r}^{n-1}}}{{{r}^{n-2}}} \\\ \end{aligned}$$ Using the laws of exponents, we can write the above equation as $$\begin{aligned} & \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}={{r}^{\left( n-1 \right)-\left( n-2 \right)}} \\\ & \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}={{r}^{n-1-n+2}} \\\ & \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}={{r}^{1}} \\\ & \Rightarrow \dfrac{{{a}_{n}}}{{{a}_{n-1}}}=r \\\ \end{aligned}$$ Multiplying both sides by $${{a}_{n-1}}$$, we get $$\Rightarrow {{a}_{n}}={{a}_{n-1}}\left( r \right)$$ **Hence, the recursive formula for the geometric sequence is $${{a}_{n}}={{a}_{n-1}}\left( r \right)$$.** **Note:** A recursive relation is a relation between two consecutive terms. It is not necessary to define it as the expression for the present term with respect to the previous term. We can define it as the relation between the next term and the present term also. Therefore, the recursive relation for a geometric series can also be written as ${{a}_{n+1}}={{a}_{n}}\left( r \right)$.