I'm currently working through my text book, but it doesn't seem to cover this concept very well. :)
Find the closed form of $a_n=3a_{n-1}$ with initial condition $a_0=2$.
I'm currently working through my text book, but it doesn't seem to cover this concept very well. :)
Find the closed form of $a_n=3a_{n-1}$ with initial condition $a_0=2$.
This is a geometric sequence. The terms of your sequence will look like this:
$$a_0 = 2$$
$$a_1 = 2\times3 = 6$$
$$a_2 = 2\times3^2 = 18$$
$$a_n = 2\times3^n$$
You can see from $a_n = 3a_{n-1}$ that each term is multiplied by $3$, so our ratio is $3$. Our initial term is $2$.