4. (i) A sequence $U_1, U_2, U_3, ...$ is defined by
$U_{n+2} = 2U_{n+1} - U_n$, $n \geq 1$ - Edexcel - A-Level Maths Pure - Question 6 - 2015 - Paper 1
Question 6
4. (i) A sequence $U_1, U_2, U_3, ...$ is defined by
$U_{n+2} = 2U_{n+1} - U_n$, $n \geq 1$.
$U_1 = 4$ and $U_2 = 4$
Find the value of
(a) $U_3$
(b) \sum_{n=1}^{20} ... show full transcript
Worked Solution & Example Answer:4. (i) A sequence $U_1, U_2, U_3, ...$ is defined by
$U_{n+2} = 2U_{n+1} - U_n$, $n \geq 1$ - Edexcel - A-Level Maths Pure - Question 6 - 2015 - Paper 1
Step 1
Find the value of $U_3$
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 U3, we use the given recurrence relation:
Un+2=2Un+1−Un
We substitute n=1:
U3=2U2−U1
Substituting the known values:
U3=2(4)−4=8−4=4
Thus, U3=4.
Step 2
Find $\sum_{n=1}^{20} U_n$
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
First, we need to calculate the terms of the sequence up to U20 using the recurrence relation:
U1=4
U2=4
U3=4
U4=2U3−U2=2(4)−4=4
Continuing this way, we can calculate:
U5=4
U6=4
...
In fact, we observe that Un=4 for all n from 1 to 20.
Thus, we have:
∑n=120Un=20×4=80
Step 3
Find $V_n$ and $V_n$ in terms of $k$
96%
101 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 Vn, we again use the recurrence relation:
Vn=2Vn−1−Vn−2
Starting with the given initial conditions:
V1=k
V2=2k
Calculating subsequent terms:
V3=2V2−V1=2(2k)−k=4k−k=3k
V4=2V3−V2=2(3k)−2k=6k−2k=4k
V5=2V4−V3=2(4k)−3k=8k−3k=5k
This suggests a pattern, which leads us to the formula:
Vn=(n+1)k
Step 4
Find the value of $k$ given that $\sum_{n=1}^{5} V_n = 165$
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
We first calculate:
∑n=15Vn=V1+V2+V3+V4+V5
Substituting our expressions for each: