Find the root of the equation correct to three decimal places using the Newton-Raphson method. Begin with the initial approximation .
The Newton-Raphson method is an iterative numerical technique for finding successively better approximations to the roots of a real-valued function. Starting from an initial guess , each iteration uses the tangent line to the curve at the current point to find the next approximation.
Newton-Raphson Formula:
Let .
Differentiate:
Substituting into the Newton-Raphson formula:
Simplifying over the common denominator:
Working iteration formula:
First Iteration (): Using :
Second Iteration (): Using :
Third Iteration (): Using :
Since and agree to three decimal places:
| Formula | Expression |
|---|---|
| Newton-Raphson | |
| Derived iteration | |
| Power rule |
Find the root of the equation correct to three decimal places using the Newton-Raphson method, starting with .
Rearrange:
Let .
Differentiate:
Substituting into Newton-Raphson and simplifying:
Working iteration formula:
Iterations starting from :
| 0 | 2.0000 | 7.3891 | 1.5567 |
| 1 | 1.5567 | 4.7426 | 1.3271 |
| 2 | 1.3271 | 3.7700 | 1.2616 |
| 3 | 1.2616 | 3.5310 | 1.2565 |
| 4 | 1.2565 | 3.5130 | 1.2564 |
Since and agree to three decimal places:
| Formula | Expression |
|---|---|
| Newton-Raphson | |
| Derived iteration | |
| Exponential derivative |
Find the root of the equation correct to three decimal places using the Newton-Raphson method with initial approximation .
Note: All angles are in radians.
Rearrange:
Let .
Differentiate (recall ):
Substituting into Newton-Raphson and simplifying:
Working iteration formula:
First Iteration (): Using rad:
Second Iteration (): Using :
Third Iteration (): Using :
Since and agree to three decimal places:
| Formula | Expression |
|---|---|
| Newton-Raphson | |
| Derived iteration | |
| Trig derivative |