How do you write a rule for the nth term of the geometric sequence given the two terms a_2=36, a_4=576a2=36,a4=576?

1 Answer
May 16, 2017

See explanation.

Explanation:

For any geometric sequence a_nan, and natural n,kn,k (n>k)(n>k) you can write that:

a_n=a_k*q^(n-k)an=akqnk

In this task we can write that:

576=36q^2576=36q2

q^2=16q2=16

This leads to 2 possible values of qq: q_1=-4q1=4 and q_2=4q2=4

Now we can calculate the first term separately for q=-4q=4 and q=4q=4

If q=-4q=4 then a_1=36/(-4)=-9a1=364=9

else if q=4q=4 then a_1=36/4=9a1=364=9

So this task has 2 solutions:

a_n=(-9)*(-4)^(n-1)an=(9)(4)n1 or a_n=9*4^(n-1)an=94n1