Solveeit Logo

Question

Question: Consider a sequence $\{a_n\}$ with $a_1=2$ and $a_n = \frac{a_{n-1}^2}{a_{n-2}}$ (for all $n \ge 3$,...

Consider a sequence {an}\{a_n\} with a1=2a_1=2 and an=an12an2a_n = \frac{a_{n-1}^2}{a_{n-2}} (for all n3n \ge 3, terms of the sequence being distinct).

Given that a2a_2 and a5a_5 are positive integers and a5162a_5 \le 162 then the possible value(s) of a5a_5 can be

A

2

B

32

C

64

D

162

Answer

32, 162

Explanation

Solution

The recurrence relation an=an12an2a_n = \frac{a_{n-1}^2}{a_{n-2}} implies that the sequence {an}\{a_n\} is a Geometric Progression (GP). Given a1=2a_1 = 2, we have an=2rn1a_n = 2r^{n-1}, where rr is the common ratio. Since a2=2ra_2 = 2r and a5=2r4a_5 = 2r^4 are positive integers, let 2r=k2r = k, where kk is a positive integer. Thus, r=k2r = \frac{k}{2}. Substituting this into a5a_5, we get a5=2(k2)4=k48a_5 = 2(\frac{k}{2})^4 = \frac{k^4}{8}. For a5a_5 to be an integer, k4k^4 must be divisible by 8, implying kk is even. Let k=2mk = 2m, where mm is a positive integer. Then a5=(2m)48=2m4a_5 = \frac{(2m)^4}{8} = 2m^4. Given a5162a_5 \le 162, we have 2m41622m^4 \le 162, so m481m^4 \le 81. Possible values for mm are 1, 2, and 3.

  • If m=1m=1, a5=2(1)4=2a_5 = 2(1)^4 = 2. Then r=2(1)2=1r = \frac{2(1)}{2} = 1. The sequence becomes 2,2,2,...2, 2, 2, ..., which violates the distinct terms condition.
  • If m=2m=2, a5=2(2)4=32a_5 = 2(2)^4 = 32. Then r=2(2)2=2r = \frac{2(2)}{2} = 2. The sequence becomes 2,4,8,16,32,...2, 4, 8, 16, 32, ..., which has distinct terms.
  • If m=3m=3, a5=2(3)4=162a_5 = 2(3)^4 = 162. Then r=2(3)2=3r = \frac{2(3)}{2} = 3. The sequence becomes 2,6,18,54,162,...2, 6, 18, 54, 162, ..., which has distinct terms.

Therefore, the possible values of a5a_5 are 32 and 162.