Newton-Raphson Method Example
Find the real root of correct to four decimal places
Step 1: Define the function
Check sign change:
Since there's a sign change between 0 and 1, a root lies in this interval. Choose initial guess:
Step 2: Use Newton-Raphson formula
Where:
Iteration (n) | ||
---|---|---|
0 | 0.5 | 0.6085 |
1 | 0.6085 | 0.6071 |
2 | 0.6071 | 0.6071 |
Therefore, the root is:
✓
✓
No comments:
Post a Comment