Resources For Teachers For Tutors For Students & Parents Pricing
Year 11 Maths - General Number Patterns and Recursion

Using a Recurrence Relation To Generate and Analyse an Arithmetic Sequence

ACCOUNT REQUIRED

Unlock all 5 questions & worked solutions

You're viewing a free preview. Create an account to access the complete question set, step-by-step solutions, and progress tracking.

All Questions

Access the full question set for every topic.

Worked Solutions

Step-by-step explanations for every answer.

Track Progress

Mark questions right or wrong and monitor your growth.

It's Free

No credit card required - sign up in under a minute.

Questions
Question 1
30638

Given the recurrence relation: \({t_1} = 12,\,\,\,{t_{n + 1}} = \,{t_{n}} + 3\) where \(n \ge 1\), calculate the value of the 20 th term in the sequence. 

\(69\)

\begin{align}
&\begin{aligned}
t_{1}&=12 \\
t_{2}&=12+3 \\
t_{3}&=12+3+3 \\
&=12+2 \times 3\\
t_{4}&=12+3 \times 3\\
t_{n} &=12+(n-1) \times 3 \\
&=12+3n-3 \\
&=9+3n
\end{aligned}\\
&\begin{aligned}
\therefore t_{20} &=9+3 \times 20 \\
&=69
\end{aligned}
\end{align}

📚 Want More Questions?

There are 4 more questions available. Create your free account to access the complete question set with detailed solutions.