Would anyone be able to help me or give me some advice on the following problem:
Consider the recurrence with $T_0 = 3$ and $T_{n+1} = 3T_n - 4$ for all $n \in \mathbb{N}$.
How would I show that $T_n=3^n + 2$ is a solution to the recurrence?
Would anyone be able to help me or give me some advice on the following problem:
Consider the recurrence with $T_0 = 3$ and $T_{n+1} = 3T_n - 4$ for all $n \in \mathbb{N}$.
How would I show that $T_n=3^n + 2$ is a solution to the recurrence?
$$T_{n+1}-1=3(T_n-1)=\cdots=3^r(T_{n+1-r}-1)$$ where integer $r\ge0$