Newtons method error approximation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
TyErd
Messages
297
Reaction score
0

Homework Statement


I've attached the question

Homework Equations


x(n+1) = x(n) - f(x(n)) / f '(x(n))

The Attempt at a Solution



okay so x2= 1.3517323300 and I've already calculated x3 to be 1.3483949227

then how do i estimate the error in x2? do i subtract or something?
 

Attachments

  • 3333333333333333333.png
    3333333333333333333.png
    15 KB · Views: 631
Physics news on Phys.org
I assume they want a percent error as an answer. To do that you do [itex]\displaystyle\left|\frac{\text{true value} - \text{estimated value}}{\text{true value}}\right| \times 100[/itex]

So while your third iteration isn't the "true" value (it's still an approximation), it's more accurate than your second iteration so that's why you would divide by it.
 
nah its not a percent error. Its says |error in x2| =< ...

so if i didn't multiply by 100 it would give me decimal answer.
so it would be | (1.3483949227 - 1.351732330) / 1.3483949227 | yeah??
 
and that equals 0.002475.