Newton-Raphson Method
Find the root of
Newton: "I wonder if I can represent this as a line, and I can always find the zero of a line."
What is
From IVT, since our function is continuous, there's a root somewhere between 2 and 3 (i.e the line can't teleport across the axis).
So the root is
Then we take the point where the tangent line crosses the x-axis, find the point on curve that corresponds to this x coordinate, and repeat with a tangent line at this point. This is Newtons Method.
Where does
so
Pretty good approximation, but lets try again:
so
Eventually, extra iterations are indistinguishable.
Compare this to the actual value:
- Start with a point that you know which is close to the desired root
- Find the tangent line at this point. Make sure it is not zero.
- Find the x-coordinate where the tangent line crosses the x-axis
- Find the point on the curve which corresponds to this x-coordinate (i.e
) - Repeat step 2 with this new point
The sequence
Consider the equation
- Show that there is a root in the interval
and - Using Newton's method, approximate the root of the equation between
and , to 6 decimal places - Using Newton's method, approximate the root of the equation between
and , to 6 decimal places
solution
Let
Since the
We have:
So we can conclude that there is a root between
Next, we have
For the first interval, it seems
so we estimate the root to be
For the second interval, we chose
so we estimate the root to be