Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
You are using Newton's method to solve x^3-5x-2=0. If your first guess is X1=2, what value will you calculate for the next appr...Asked by Alannah
You are using Newton's method to solve x3-5x-2=0. If your first guess is x1=2, what value will you calculate for the next approximation x2?
Answers
Answered by
PhysicsPro
your equation would be
xnew = x - (x^3 - 5x - 2)/(3x^2 - 5)
so for x=2
xnew = 2 - (8-10-2)/(12-5)
= 2.5714
Incidentally, my next 4 answers were
2.4268029
2.4143045
2.4142136 and
2.4142136 which would be one of the answers correct up to 7 decimal places.
xnew = x - (x^3 - 5x - 2)/(3x^2 - 5)
so for x=2
xnew = 2 - (8-10-2)/(12-5)
= 2.5714
Incidentally, my next 4 answers were
2.4268029
2.4143045
2.4142136 and
2.4142136 which would be one of the answers correct up to 7 decimal places.
Answered by
keiori
90+89=
There are no AI answers yet. The ability to request AI answers is coming soon!