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

Click For Summary

Homework Help Overview

The discussion revolves around applying Newton's method to find the third approximation of the root for the equation x^5 + 2 = 0, starting from an initial approximation of x1 = -1.

Discussion Character

  • Exploratory, Mathematical reasoning

Approaches and Questions Raised

  • Participants present calculations for successive approximations using Newton's method, questioning the need for further iterations to achieve a specific precision.

Discussion Status

Some participants have provided calculations for the second and third approximations, while others have raised questions about the requirement for precision and the interpretation of the task. There is a recognition of the completion of the third approximation, but some uncertainty remains regarding the need for additional iterations.

Contextual Notes

Participants are discussing the requirement to present results to four decimal places, with some suggesting that further calculations may be necessary to meet this criterion.

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.
 

Similar threads

Replies
16
Views
7K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 4 ·
Replies
4
Views
1K