Predicting What Comes Next: Sequences and Progressions | EOT

Question 10

Which term of the GP: 2,8,32,2, 8, 32, \dots is 131072131072? Write the explicit formula as well as the recursive formula for the nthn^{\text{th}} term.

Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • In a Geometric Progression (GP), each subsequent term is obtained by multiplying the preceding term by a constant value called the common ratio (rr).
  • For the GP 2,8,32,2, 8, 32, \dots, the first term is a=2a = 2 and the common ratio is r=82=4r = \dfrac{8}{2} = 4.
  • The explicit formula expresses the nthn^{\text{th}} term directly in terms of nn: an=arn1a_n = a r^{n-1}.
  • The recursive formula expresses each term using the previous term: a1=2a_1 = 2 and an=ran1a_n = r \cdot a_{n-1} for n2n \ge 2.
  • To find which term equals 131072131072, we set an=131072a_n = 131072 and solve for nn.

Step 1 · Find the First Term and Common Ratio

Given GP: 2,8,32,2, 8, 32, \dots

First term (aa): a=2a = 2

Common ratio (rr): r=82=4r = \dfrac{8}{2} = 4

Step 2 · Write Explicit and Recursive Formulas

Explicit Formula:

an=arn1an=24n1\begin{aligned} a_n &= a r^{n-1} \\[0.6em] a_n &= 2 \cdot 4^{n-1} \end{aligned}

Alternatively, in powers of 22: an=2(22)n1=222n2=22n1a_n = 2 \cdot (2^2)^{n-1} = 2 \cdot 2^{2n-2} = 2^{2n-1}

Recursive Formula: a1=2,an=4an1for n2a_1 = 2, \quad a_n = 4a_{n-1} \quad \text{for } n \ge 2

Step 3 · Find the Term Number nn for 131072131072

Let the nthn^{\text{th}} term be an=131072a_n = 131072.

Using the explicit formula:

24n1=1310724n1=13107224n1=65536\begin{aligned} 2 \cdot 4^{n-1} &= 131072 \\[0.6em] 4^{n-1} &= \dfrac{131072}{2} \\[0.6em] 4^{n-1} &= 65536 \end{aligned}

Expressing 6553665536 as a power of 44: 65536=4865536 = 4^8

Equating exponents:

n1=8n=9\begin{aligned} n - 1 &= 8 \\[0.6em] n &= 9 \end{aligned}

Thus, 131072131072 is the 9th9^{\text{th}} term.

Answer

The 9th9^{\text{th}} term is 131072131072.

  • Explicit Formula: an=24n1a_n = 2 \cdot 4^{n-1} (or an=22n1a_n = 2^{2n-1})
  • Recursive Formula: a1=2,an=4an1a_1 = 2, \, a_n = 4a_{n-1} for n2n \ge 2
Common Mistakes
  • Index Exponent Error: Using an=arna_n = a r^n instead of an=arn1a_n = a r^{n-1}, which shifts all term indices by one.
  • Incomplete Recursive Definition: Writing only an=4an1a_n = 4a_{n-1} while omitting the initial condition (a1=2a_1 = 2) and the domain constraint (n2n \ge 2).
  • Base Conversion Mistakes: Mixing powers of 22 and 44 without converting both sides to the same base.

More questions in EOT

Q1

Find the 31st31^{\text{st}} term of an AP whose 11th11^{\text{th}} term is 38 and 16th16^{\text{th}} term is 73.

Q2

Determine the AP whose third term is 16 and whose 7th7^{\text{th}} term exceeds the 5th5^{\text{th}} term by 12.

Q3

How many three-digit numbers are divisible by 77? (Hint: All three-digit numbers divisible by 77 form an AP. Find the smallest and largest such three-digit numbers.)

Q4

How many multiples of 4 lie between 10 and 250? (Hint: All multiples of 4 form an AP. Find the smallest and largest multiples of 4 between 10 and 250.)

Q5

Find a GP for which the sum of the first two terms is 4-4 and the fifth term is 4 times the third term.

Q6

Find all possible ways of expressing 100100 as the sum of consecutive natural numbers.

Q7

The number of bacteria in a certain culture doubles every hour. If there were 30 bacteria present in the culture originally, how many bacteria will be present at the end of the 2nd2^{\text{nd}} hour, 4th4^{\text{th}} hour and nthn^{\text{th}} hour?

Q8

The sum of the 4th4^{\text{th}} and 8th8^{\text{th}} terms of an AP is 24 and the sum of the 6th6^{\text{th}} and 10th10^{\text{th}} terms is 44. Find the first three terms of the AP.

Q9

Find the smallest value of nn such that the sum of the first nn natural numbers is greater than 1,000.

Q10

Which term of the GP: 2,8,32,2, 8, 32, \dots is 131072131072? Write the explicit formula as well as the recursive formula for the nthn^{\text{th}} term.

Q11

The sum of the first three terms of a GP is 1312\dfrac{13}{12} and their product is 1-1. Find the common ratio and the terms.

Q12

If the 4th4^{\text{th}}, 10th10^{\text{th}} and 16th16^{\text{th}} terms of a GP are xx, yy and zz respectively, prove that x,y,zx, y, z are in GP.

Q13

The sum of the first three terms of a geometric progression is 26, and the sum of their squares is 364. Find the terms of the GP.

Q14

Suppose P1=1P_1 = 1, P2=2P_2 = 2 and for n>2n > 2, Pn=P1+P2++Pn1+1P_n = P_1 + P_2 + \dots + P_{n-1} + 1. Find the values of P1,P2,,P8P_1, P_2, \dots, P_8. Can you find a simpler recursive formula for PnP_n? Can you give an explicit formula?

Q15

Suppose W1=1W_1 = 1, W2=2W_2 = 2 and for n>2n > 2, Wn=W1+W2++Wn2+2W_n = W_1 + W_2 + \dots + W_{n-2} + 2. Find the values of W1,W2,,W8W_1, W_2, \dots, W_8. Do you recognise this sequence?

← Back to Predicting What Comes Next: Sequences and Progressions