Newton's Method & Error Analysis

Physics197
Messages
70
Reaction score
0

Homework Statement



(i) Use Newton’s Method and apparent convergence
to solve x ln(x) = 5 accurate to 3 and 4 significant figures. Start out with x0 = 2. (ii) Directly
approximate the absolute error on f, i.e. _f = f(x) − f(˜x). (iii) Use the difference between
the 4 significant figures and 3 significant figures results for x and the error formula to estimate
_f. You should find that they approximate each other.

Homework Equations



_f = ef'(x)

The Attempt at a Solution



I understand (i), I got 3.77 & 3.769.

For (ii), I don't understand what f(x) and f(~x) are. I know x is the measured value and ~x is the true value, but what are they in this case?

For (iii) do we take the difference to be the absolute error and the multiple it by the derivative at the true value?
 
Physics news on Phys.org
x is the solution you get using Newton's method and ~x is the "true" value. You can't know ~x, that's why they say "approximate".
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top