
Isaac H.
asked 11/21/22Use Newton's method to approximate the value of the cube root of 59.
Use Newton's method to approximate the value of
as follows:
Let x1 = 3 be the initial approximation.
The second approximation x2 is
and the third approximation x3 is
1 Expert Answer
Newton's method is xn+1 = xn - f(xn)/f'(xn) in order to find the zeroes of f(x)
A useful function for this problem is x3 - 59 (this will be zero when x = (59)1/3
f'(x) = 3x2
If x1 = 3
x2 = 3 - (33-59)/(3*32) = 4.185185
I'll leave x3 for you.
Please consider a tutor. Take care.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Take a look at this graph and see if it helps. Performing the calculations by hand is tedious, but the graph should point you in the right direction. desmos.com/calculator/7tlrolbjhh11/21/22