A sequence $a_n$, $a_{n+1}$, $a_{n+2}, ...$ is defined by
$a_1 = 4$
$a_{n+1} = k(a_n + 2)$ for $n
geq 1$
where $k$ is a constant - Edexcel - A-Level Maths Pure - Question 6 - 2013 - Paper 1
Question 6
A sequence $a_n$, $a_{n+1}$, $a_{n+2}, ...$ is defined by
$a_1 = 4$
$a_{n+1} = k(a_n + 2)$ for $n
geq 1$
where $k$ is a constant.
(a) Find an expression for $a_2... show full transcript
Worked Solution & Example Answer:A sequence $a_n$, $a_{n+1}$, $a_{n+2}, ...$ is defined by
$a_1 = 4$
$a_{n+1} = k(a_n + 2)$ for $n
geq 1$
where $k$ is a constant - Edexcel - A-Level Maths Pure - Question 6 - 2013 - Paper 1
Step 1
Find an expression for $a_2$ in terms of $k$.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
To find a2, we substitute n=1 into the recurrence relation:
a2=k(a1+2)
Substituting a1=4, we have:
a2=k(4+2)=6k.
Step 2
find the two possible values of $k$.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Given that:
∑i=13ai=a1+a2+a3=2,
we first find expressions for a3 using the recurrence relation:
a3=k(a2+2)=k(6k+2)=6k2+2k.
Now substituting for a1, a2, and a3:
4+6k+(6k2+2k)=2.
This simplifies to:
ightarrow 6k^2 + 8k + 2 = 0.$$
Now we solve this quadratic equation using the quadratic formula:
$$k = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{-8 \pm \sqrt{8^2 - 4 \cdot 6 \cdot 2}}{2 \cdot 6}$$
Calculating the discriminant:
$$b^2 - 4ac = 64 - 48 = 16,$$
so:
$$k = \frac{-8 \pm 4}{12}.$$
Thus we find two values:
1. $$k = \frac{-4}{12} = -\frac{1}{3},$$
2. $$k = \frac{-12}{12} = -1.$$