The equation $x^3 - 3x + 1 = 0$ has three real roots - AQA - A-Level Maths Pure - Question 4 - 2017 - Paper 2
Question 4
The equation $x^3 - 3x + 1 = 0$ has three real roots.
(a) Show that one of the roots lies between -2 and -1.
(b) Taking $x_1 = -2$ as the first approximation to on... show full transcript
Worked Solution & Example Answer:The equation $x^3 - 3x + 1 = 0$ has three real roots - AQA - A-Level Maths Pure - Question 4 - 2017 - Paper 2
Step 1
Show that one of the roots lies between -2 and -1.
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 demonstrate that a root exists between -2 and -1, we will evaluate the function at these points:
Calculate f(−2):
f(−2)=(−2)3−3(−2)+1=−8+6+1=−1
Calculate f(−1):
f(−1)=(−1)3−3(−1)+1=−1+3+1=3
Since f(−2)=−1<0 and f(−1)=3>0, we see that f(−2) and f(−1) have opposite signs. By the Intermediate Value Theorem, because f(x) is continuous, there exists at least one root in the interval (−2,−1).
Step 2
Taking $x_1 = -2$ as the first approximation to one of the roots, use the Newton-Raphson method to find $x_2$, the second approximation.
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
The Newton-Raphson formula is given by:
xn+1=xn−f′(xn)f(xn)
where:
Evaluate f(x)=x3−3x+1.
The derivative is f′(x)=3x2−3.
For x1=−2:
Compute f(−2) (already found in part (a)): f(−2)=−1.
Compute f′(−2):
f′(−2)=3(−2)2−3=12−3=9
Apply the Newton-Raphson formula:
x2=−2−9−1x2=−2+91=−918+91=−917