Recursive Sequences

Recursive sequences define each term by using one or more previous terms. These problems practice finding terms from recursive rules, recognizing arithmetic and geometric recursive patterns, and rewriting some recursive rules as explicit formulas. Recursive sequences are useful for modeling patterns like Fibonacci numbers, repeated growth, alternating signs, factorials, and sequences that approach a limit.

Notes

Arithmetic Recursive Series
\(a_n=a_{n-1}+d\)

 

Geometric Recursive Series
\(a_n=r \cdot a_{n-1}\)

 

 

Practice Problems

\(\textbf{1)}\) Find the first 5 terms of this sequence \(a_{1}=2, \, a_{n+1}=a_{n}+3\)

 

\(\textbf{2)}\) Find the first 5 terms of this sequence \(a_{1}=-3, \, a_{n+1}=a_{n}+2n\)Link to Youtube Video Solving Question Number 2

 

\(\textbf{3)}\) Find the first 5 terms of this sequence \(a_{1}=0, \, a_{n+1}=5a_{n}-8\)Link to Youtube Video Solving Question Number 3

 

\(\textbf{4)}\) Find the first 5 terms of this sequence \(a_{1}=5, \, a_{2}=3, \, a_{n+2}=a_{n+1}-2a_{n}\)Link to Youtube Video Solving Question Number 4

 

\(\textbf{5)}\) Write an explicit rule for the sequence \(a_{1}=3, \, a_{n}=4a_{n-1}\)

 

\(\textbf{6)}\) Find the first 8 terms of this sequence \(a_{1}=1, \, a_{2}=1, \, a_{n+2}=a_{n+1}+a_{n}\)

 

\(\textbf{7)}\) Find the first 6 terms of this sequence \(a_{1}=2, \, a_{n+1}=(-1)^{n}a_{n}+1\)

 

\(\textbf{8)}\) Find the first 6 terms of this sequence \(a_{1}=1, \, a_{n+1}=a_{n}+(2n+1)\)

 

\(\textbf{9)}\) Find the first 6 terms of this sequence \(a_{1}=6, \, a_{n+1}=-2a_{n}\)

 

\(\textbf{10)}\) Find the first 5 terms of this sequence \(a_{1}=1, \, a_{n+1}=a_{n}+\dfrac{1}{n}\)

 

\(\textbf{11)}\) Find the first 6 terms of this sequence \(a_{1}=2, \, a_{2}=4, \, a_{n+2}=3a_{n+1}-2a_{n}\)

 

\(\textbf{12)}\) Find the first 5 terms of this sequence \(a_{1}=1, \, a_{n+1}=3a_{n}+2\)

 

\(\textbf{13)}\) Find the first 6 terms of this sequence (factorial) \(a_{1}=1, \, a_{n+1}=n \cdot a_{n}\)

 

\(\textbf{14)}\) Find the first 6 terms of this sequence (averaging toward a limit) \(a_{1}=10, \, a_{n+1}=\dfrac{a_{n}+4}{2}\)

 

\(\textbf{15)}\) Write an explicit rule for this arithmetic sequence \(a_{1}=7, \, a_{n+1}=a_{n}-4\)

 

\(\textbf{16)}\) Write an explicit rule for this geometric sequence \(a_{1}=5, \, a_{n+1}=2a_n\)

 

\(\textbf{17)}\) Find the first 5 terms of this sequence \(a_{1}=4, \, a_{n+1}=a_n^2-3\)

 

\(\textbf{18)}\) Find the first 6 terms of this sequence \(a_{1}=3, \, a_{n+1}=a_n+n^2\)

 

\(\textbf{19)}\) Find the first 6 terms of this sequence \(a_{1}=1, \, a_{2}=2, \, a_{n+2}=2a_{n+1}+a_n\)

 

\(\textbf{20)}\) Find the first 5 terms of this sequence \(a_{1}=12, \, a_{n+1}=\dfrac{1}{2}a_n+3\)

 

Related Pages

\(\text{Arithmetic Sequences}\Rightarrow\)
\(\,\,\,\,\,\,\,a_n=a_1 + d(n-1)\)
\(\text{Geometric Sequences}\Rightarrow\)
\(\,\,\,\,\,\,\,a_n=a_1 \cdot r^{(n-1)}\)
\(\text{Arithmetic Series}\Rightarrow\)
\(\,\,\,\,\,\,\,s_n=\frac{n}{2}(a_1+a_n)\)
\(\text{Geometric Series}\Rightarrow\)
\(\,\,\,\,\,\,\,s_n=a_1 \frac{1-r^n}{1-r}\)
\(\text{Infinite Geometric Series}\Rightarrow\)
\(\,\,\,\,\,\,\,s_\infty = \frac{a_1}{1-r}\,\,\, |r| \lt 1\)
\(\text{Summation Notation}\Rightarrow\)
\(\,\,\,\,\,\,\, \displaystyle \sum_{i=4}^{9} 3i-5 \)

 

Scroll to Top