Posted by kayla on Tuesday, November 22, 2011 at 1:22am.
The question is not completely defined.
Newton's method is for solving an equation.
(543)^(1/5) is an expression that does not contain unknowns.
Please check for typo.
543^(1/5) is the solution to
x^5 = 543 or
x^5 - 543 = 0
let y = x^5 - 543
y' = 5x^4
newx = x - y/y' = x - (x^5 - 543)/(5x^4)
= (4x^5 + 543)/(5x^4)
x2 = 8.3875
x3 = 6.7319
x4 = 5.4384
x5 = 4.3507
x6 = 3.480576
x7 = 3.524449
x8 = 3.5233845
x9 = 3.523384
Related Questions
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 3sin(x...
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 (2 x^3...
CALC - Use Newton's method to approximate a root of the equation x3+x+3=0 as...
Calculus 1 Newton's Method - Using Newton's method, approximate the root...
Calculus 1 - Use Newton's method to approximate the root of the equation x^3...
Calculus - You are using Newton's method to solve e^x - 2. If you first ...
Calculus - Use Newton's Method with the function f(x)=x^2-2 and initial ...
For Further Reading