Thread Closed

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

 
Share Thread Thread Tools
Jul14-10, 10:15 PM   #1
 

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


Please verify my answer.

1. The problem statement, all variables and given/known data

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

2. Relevant equations



3. 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
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Jul15-10, 06:52 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by phillyolly View Post
Please verify my answer.

1. The problem statement, all variables and given/known data

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

2. Relevant equations



3. 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).
 
Jul15-10, 11:34 AM   #3
 
Hi! What do you mean by
Quote by HallsofIvy View Post
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?...
 
Jul15-10, 12:34 PM   #4
 
Mentor

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


I think that HallsOfIvy missed the part about the third approximation, so you're done.
 
Thread Closed
Thread Tools


Similar Threads for: Use Newton’s method with the specified initial approximation x1 to find x3.
Thread Forum Replies
Newton–Raphson method - Finite difference method Differential Equations 5
Approximation for Newton-Raphson Inverse Algorithm General Math 0
Nevilles Method for approximation Calculus & Beyond Homework 1
Method of successive approximation Introductory Physics Homework 1
I'm better then Newton (Method of Approximation) General Math 4