Answer:
Explanation:
Newton-Rhapson method
This iterative method finds roots of equations in the form f(x) = 0 when an equation cannot be solved using the usual analytical methods
This method works by finding the tangent to a function at a point
, and using its x-intercept for the next iteration,
. Repeating the process iteratively gets you closer to the root.
Newton-Rhapson formula
Given function:
First check that the function is in the form f(x) = 0 ← yes!
(if it is not, rearrange it so that it is equal to zero)
Now differentiate the function:
Substitute the function and its derivative into the N-R formula:
To determine which value to set as
examine the function.
is a cubic function with a positive leading coefficient.
Therefore, its endpoint behavior is:
Its y-intercept is (0, -6)
It's turning points are when
Therefore, using the quadratic formula, its turning points are:
Sketching the graph (see attached) suggests that the x-intercept will be when:
Let's start with inputting values of x = 3 and x = 4 into the function:
The x-intercept will be between values where there is a change in sign. As there is a change in sign between f(3) and f(4), the root is
Therefore, let
Therefore,