Use Newton’s method with the specified initial approximation x1 to find x3.

phillyolly
Messages
157
Reaction score
0
Please verify my answer.

Homework Statement



Use Newton’s method with the specified initial approximation to find , the third approximation to the root of the given equation. (Give your answer to four decimal places.)
x^5+2=0, x_1=-1

Homework Equations





The Attempt at a Solution



x5+2=0, x1=-1
y'=5x4
x(n+1)=xn-(x5+2)/(5x4 )

For n=1
x2=-1-((-1)5+2)/(5(-1)4 )=-6/5=-1.2
For n=2

x3=-1.2-((-1.2)5+2)/(5(-1.2)4 )= -1.2-0.4883/10.368=-1.2+0.047=-1.1530
 
Physics news on Phys.org
phillyolly said:
Please verify my answer.

Homework Statement



Use Newton’s method with the specified initial approximation to find , the third approximation to the root of the given equation. (Give your answer to four decimal places.)
x^5+2=0, x_1=-1

Homework Equations





The Attempt at a Solution



x5+2=0, x1=-1
y'=5x4
x(n+1)=xn-(x5+2)/(5x4 )
This should be
x(n+1)=xn-(xn5+2)/(5xn4 )

For n=1
x2=-1-((-1)5+2)/(5(-1)4 )=-6/5=-1.2
For n=2

x3=-1.2-((-1.2)5+2)/(5(-1.2)4 )= -1.2-0.4883/10.368=-1.2+0.047=-1.1530

Looks good, but you aren't at "4 decimal places" yet. Continue until you get two consecutive results that are the same to 4 decimal places (and I would recommend doing the calculations to at least 5 decimal places until then).
 
Hi! What do you mean by
HallsofIvy said:
Looks good, but you aren't at "4 decimal places" yet.
?

The task says to do the third approximation, which I found already...
Do you mean I should do the fourth...and the fifth?...
 
I think that HallsOfIvy missed the part about the third approximation, so you're done.
 
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