Using the iteration formula x_(n+1) = √3xn + 1, with x0 = 2, find x1, giving your answer to 4 decimal places.
(Total for Question 3 is 1 mark)
4
State the Newton-Raphson iteration formula for finding an improved estimate x_(n+1) for a root of f(x) = 0.
(Total for Question 4 is 1 mark)
5
f(x) = x2 - 7. Find f'(x).
(Total for Question 5 is 1 mark)
6
The trapezium rule is to be used with 2 strips of equal width to estimate the integral from x = 0 to x = 4. State the width of each strip.
(Total for Question 6 is 1 mark)
7
Relative to a fixed origin O, OP = 2i + 3j - k and OQ = 5i - j + 2k. Find the vector PQ.
(Total for Question 7 is 1 mark)
8
State the formula for the scalar (dot) product of vectors a = a1 i + a2 j + a3 k and b = b1 i + b2 j + b3 k.
(Total for Question 8 is 1 mark)
9
a = 2i + j - 3k, b = i - 2j + 4k. Find a . b.
(Total for Question 9 is 1 mark)
10
f(x) = x3 - 2x - 5. Given that f(2) = -1 and f(3) = 16, state whether f(x) = 0 has a root between x = 2 and x = 3, with a reason.
(Total for Question 10 is 1 mark)
11
Show that the equation x3 - 5x - 2 = 0 has a root between x = 2 and x = 3.
(Total for Question 11 is 2 marks)
12
f(x) = x3 - 5x - 2. Using x0 = 3, apply the Newton-Raphson method once to f(x) to find x1, giving your answer to 4 decimal places.
(Total for Question 12 is 2 marks)
13
Relative to a fixed origin O, points P and Q have position vectors OP = i + 2j - k and OQ = 4i - 2j + 5k. Find the vector PQ, and hence find |PQ|, giving your answer as an exact simplified surd.
(Total for Question 13 is 2 marks)
14
Using the trapezium rule with 4 strips of equal width, find an estimate for the integral from x = 0 to x = 2 of (x2+1) dx, giving your answer to 2 decimal places.
(Total for Question 14 is 2 marks)
15
f(x) = x3 - 4x2 + 2.
(a)Show that the equation f(x) = 0 has a root between x = 3 and x = 4.(2)
(b)Show that the equation f(x) = 0 can be rearranged into the form x = 4 - 2/x2.(2)
(Total for Question 15 is 4 marks)
16
Using the iteration formula x_(n+1) = 4 - 2/xn2, with x0 = 3.7, find the values of x1, x2 and x3, each to 4 decimal places, and hence state an estimate for the root of x3 - 4x2 + 2 = 0, to 2 decimal places.
(Total for Question 16 is 4 marks)
17
g(x) = x3 + 2x - 6. The equation g(x) = 0 has a root α in the interval [1,2].
(a)Using x0 = 1.5, apply the Newton-Raphson method once to g(x) to find x1, giving your answer to 4 decimal places.(2)
(b)Apply the Newton-Raphson method a second time to find x2, giving your answer to 4 decimal places.(2)
(Total for Question 17 is 4 marks)
18
h(x) = ex - 4x. Show that h(x) = 0 has a root between x = 0.3 and x = 0.4. By further decimal search, show that this root is x = 0.36, correct to 2 decimal places.
(Total for Question 18 is 3 marks)
19
Relative to a fixed origin O, the line l has vector equation r = (2i - j + k) + t(i + 2j - 2k), where t is a scalar parameter. The point A has position vector 9i + 3j - 5k.
(a)Show that the point C with position vector 4i + 3j - 3k lies on l, stating the corresponding value of t.(2)
(b)Find the vector AC, and hence find |AC|, giving your answer as an exact simplified surd.(2)
(Total for Question 19 is 4 marks)
20
J = the definite integral, from x = 0 to x = 1, of 1/(1+x) dx. The exact value of J is ln(2).
(a)Using the trapezium rule with 2 strips of equal width, find an estimate for J, giving your answer to 3 decimal places.(2)
(b)Given that the exact value of J is ln(2), find the percentage error in your estimate from part (a), giving your answer to 2 significant figures.(1)
(Total for Question 20 is 3 marks)
Mark scheme · P16D Pure: Vectors and Numerical Methods Depth: Fluency and Exam Drill
Question 1
B1 13 cao
Answer: 13
Question 2
B1 f(2) = -1, f(3) = 14, both required
Answer: f(2) = -1, f(3) = 14
Question 3
B1 2.6458 cao
Answer: 2.6458
Question 4
B1 x_(n+1) = xn - f(xn)/f'(xn)
Answer: x_(n+1) = xn - f(xn)/f'(xn)
Question 5
B1 2x cao
Answer: 2x
Question 6
B1 2 cao
Answer: 2
Question 7
B1 3i - 4j + 3k cao
Answer: PQ = 3i - 4j + 3k
Question 8
B1 a.b = a1 b1 + a2 b2 + a3 b3
Answer: a.b = a1b1 + a2b2 + a3b3
Question 9
B1 -12 cao
Answer: -12
Question 10
B1 yes, since f changes sign (from negative to positive) and f is continuous
Answer: Yes, by the change of sign
Question 11
M1 evaluates f(2) = -4 and f(3) = 10
A1 cso: sign change (negative to positive) with f continuous confirms a root in (2,3)