Posted by kwack on Tuesday, September 7, 2010 at 3:45am.
f(x) = 3 sinx - x
f'(x) = 3 cosx -1
if xo = 1 is the first approximation, the second approximation is
x1 = xo - f(1)/f'(1)
= 1 - 1.524/0.621 = -1.454
x2 = x1 - f(x1)/f'(x1)
= -1.454 -1.525/1.804 = -2.299
x3 = x2 - f(x2)/f'(x2)
= -2.299 -0.0599/(-1.997)
= -2.269
I tried to follow the format at
http://en.wikipedia.org/wiki/Newton's_method
My xo may be your x1, etc.
I put -1.454 for x2 but when I put -2.299 for x3 I got it wrong
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