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".
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top