We are given a sequence $\{a_n\}$ defined recursively by $a_1 = 2$ and $a_{n+1} = 3a_n + 4$. The goal is to find a formula for the general term $a_n$ of this sequence.
2025/4/22
1. Problem Description
We are given a sequence defined recursively by and . The goal is to find a formula for the general term of this sequence.
2. Solution Steps
First, let's find a particular solution to the recursion . Assume that the sequence converges to a constant value . Then, in the limit as goes to infinity, we have . Solving for , we get .
Now, let's define a new sequence . Then .
Substituting this into the original recurrence, we get
,
,
.
This means that is a geometric sequence with common ratio .
We have .
Since , we have .
So .
Then .
Let us verify this for a few values of .
For , we have . This matches the given initial condition.
For , we have .
Using the formula, . This matches the recursion.
For , we have .
Using the formula, . This matches the recursion.