A geometric sequence is defined recursively by a_n= 4a_(n-1)an=4an1, and the first term of the sequence is 0.5, how do you find the explicit formula?

1 Answer
Jul 3, 2018

a_n= 0.5(4)^(n-1)an=0.5(4)n1

Explanation:

Looking at this we have...
a_n= 4a_(n-1)an=4an1

a_2= 4a_(2-1)a2=4a21
a_2= 4a_1a2=4a1
a_2= 4*0.5a2=40.5
a_2=2a2=2

Since we are told that is a geometric sequence there has to be a rr or a common ratio:
r=a_2/a_1r=a2a1
r=2/.5=4r=2.5=4

So explicitly written, the formula would be:
a_n= 0.5(4)^(n-1)an=0.5(4)n1