How do you write the first five terms of the geometric sequence a_1=6, a_(k+1)=-3/2a_ka1=6,ak+1=32ak and determine the common ratio and write the nth term of the sequence as a function of n?

1 Answer
Mar 8, 2018

See details below

Explanation:

A geometric sequence is defined as: an ordered sequence of number such that each term is calculated multipliying the prior term by a constant number called ratio. In mathematical terms

a_(k+1)=r·a_kak+1=rak or if you want a_k=r·a_(k-1)ak=rak1

In our case a_(k+1)=-3/2·a_kak+1=32ak. So, the ratio is -3/232.

Lets calculate:

a_1=6a1=6
a_2=-3/2·6=-9a2=326=9
a_3=-3/2·(-9)=+27/2a3=32(9)=+272
a_4=-3/2·27/2=-81/4a4=32272=814
a_5=-3/2·(-81/4)=+243/8a5=32(814)=+2438

The general term is given by a_n=a_1·r^(n-1)an=a1rn1...in our case

a_n=6·(-3/2)^(n-1)an=6(32)n1

Each term with a odd position will be positive and each term in a even postion will be negative (oscillating)