Hey Everybody,
Apply Newton's method to find a root of
f(x) = x3 – 10
in the interval (2, 3). If your initial guess is x0 = 2, then approximately
how far is x2 from the cube root of 10 (the actual root of the equation)?
This is how I set it up
x1 = x0 - f(x0)/ f ' (x0)
= 2 - 8 -10/ 3 - 4
= 2 + 1/6
= 13/6, which i then plug in again to get
x2 = x1 - f(x1) / f ' (x1)
f ' (x) = 3x^2
x2 = 13/6 - (2197 / 216) / (4.69444)
I dont know what to do afterwards, I think I am supposed to get 0.000068926
Apply Newton's method to find a root of
f(x) = x3 – 10
in the interval (2, 3). If your initial guess is x0 = 2, then approximately
how far is x2 from the cube root of 10 (the actual root of the equation)?
This is how I set it up
x1 = x0 - f(x0)/ f ' (x0)
= 2 - 8 -10/ 3 - 4
= 2 + 1/6
= 13/6, which i then plug in again to get
x2 = x1 - f(x1) / f ' (x1)
f ' (x) = 3x^2
x2 = 13/6 - (2197 / 216) / (4.69444)
I dont know what to do afterwards, I think I am supposed to get 0.000068926