Question
Use Newton's method to approximate the root of the equation x^3+x+2=0 with initial guess x1=-1 gives:
Answers
Using trig get:
Xn+1 = Xn - Yn/Y'n
where
Y = x^3 + x + 2
Y' = 3x^2 + 1
for x = -1
Y = -1-1+2 = 0 well how embarrassing, we guessed it exactly
Y' = 4 irrelevant
Xn+1 = Xn - Yn/Y'n
where
Y = x^3 + x + 2
Y' = 3x^2 + 1
for x = -1
Y = -1-1+2 = 0 well how embarrassing, we guessed it exactly
Y' = 4 irrelevant
Related Questions
Use Newton's method to solve the equation sec x = 4 in the interval x in (0, pi/2).
In other words...
Using Newton's method, approximate the root of the equation x^3+x+2=0 with the initial guess x1=-1 g...
Starting with an initial guess of x=2, use Newton’s method to approximate (Third root of 7). Stop t...
Problem (2): Use Newton's Method to find the only real root of the equation , correct to 9 decimal...