Formula for a geometric series

69 Views Asked by At

Helping my brother with his math homework and I am hung up on this one.

Find a formula for $a_n$ for the geometric sequence:
$a_1=2$, $a_{k+1}=-3a_k$

If anyone here can help that would be great. Thanks. My thought would be that I just need to turn the formula above into $a_k = ____ a_{k-1}$

3

There are 3 best solutions below

0
On BEST ANSWER

$a_n=2\cdot (-3)^{n-1}$, or $\,(-1)^{n-1}\, 2\cdot 3^{n-1}$ , if the sequence indices begin at $n=1$.

0
On

I think you are searching for $a_n = 2\cdot(-3)^n$

2
On

$$ a_n = (-1)^{n+1} (2)( 3^{n-1}) $$