Posted by Dakota on Thursday, November 10, 2011 at 1:40am.
A little perl program for Newton's Method reveals the solution for x^2 - 3sinx = 0:
1: 2.0000000 = 1.2721077
2: 1.7576218 = 0.1414378
3: 1.7228915 = 0.0029877
4: 1.7221255 = 0.0000015
5: 1.7221251 = 0.0000000
Related Questions
Calculus - Use Newton's Method to approximate the positive root of the ...
calculus - Use Newton's method to solve the equation sec x = 4 in the ...
math - Use a calculator and systematic trial to approximate each square root to ...
Numerical Analysis - Using the bisection method, Newtons method, and the ...
Calculus 1 Newton's Method - Using Newton's method, approximate the root...
college math - hello i just want a answer in these question: please. im begging...
Calculus 1 - Use Newton's method to approximate the root of the equation x^3...
Calculus - Use five iterations in Newtons method to estimate the root of ...
Calculus - Use Newton's method to approximate a root of the equation (2 x^3...
calculus - Use Newton's method to approximate a root of the equation 3sin(x...
For Further Reading