Posted by HELLLLLPPPPPPP on Wednesday, September 8, 2010 at 1:47am.
You are on the right track!
x1=1,
x2=-1.455,
x3=-3.787,
x4=-2.140,
...
eventually it will settle on x=-2.28.
Remember that in the case of multiple roots, the one obtained by Newton's method is very dependent on the initial approximation. I assumed x1=1 is in radians.
I agree with drwls's setup in
Newton's method
starting with x1=1 I also got
x2= -41.454 but then I got the next values as
x3 = -3.787
x4 = -2.1404
x5 = -2.2878
x6 = -2.1813
x7 = -2.283
etc
appears to converge to around x = -2.28
check:
3sin(-2.28) = -2.2766
there was supposed to be a reference to
drwls setup in
http://www.jiskha.com/display.cgi?id=1283845535
As you can see in MathMate's reply both of our results coincide.
Related Questions
calculus - Use Newton's method to approximate a root of the equation 3sin(x...
calculus - Use Newton's method to approximate a root of the equation 3sin(x...
Math - Use Newton's method to approximate a root of the equation 5sin(x)=x ...
Calculus - Use Newton's method to approximate a root of the equation (2 x^3...
CALC - Use Newton's method to approximate a root of the equation x3+x+3=0 as...
calculus, math - Use Newton's method to approximate the value of (543)^(1/5...
Calculus 1 - Use Newton's method to approximate the root of the equation x^3...
Calculus 1 Newton's Method - Using Newton's method, approximate the root...
calculus - Use Newton's method to solve the equation sec x = 4 in the ...
calculus - Use Newton's method to approximate the indicated root of the ...
For Further Reading