Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
2x^4-3x^2-7x+1=0 Estimate what the real solution will be using Newton's method. Answers must be 4 decimal places. Let the first...Asked by Rachel
2x^4-3x^2-7x+1=0
Estimate what the real solution will be using Newton's method. Answers must be 4 decimal places. Let the first guess be x=1.75
Estimate what the real solution will be using Newton's method. Answers must be 4 decimal places. Let the first guess be x=1.75
Answers
Answered by
Reiny
let y = 2x^4 - 3x^2 - 7x + 1
y ' = 8x^3 - 6x - 7
newx = x - y/y'
= x - (2x^4 - 3x^2 - 7x + 1)/(8x^3 - 6x - 7)
=(6x^4- 3x^2 - 1)/(8x^3 - 6x - 7)
x = 1.75
newx = 1.8162 ---> x
newx = 1.8111 ---> x
newx = 1.811102
I would call 1.8111 a good estimate
y ' = 8x^3 - 6x - 7
newx = x - y/y'
= x - (2x^4 - 3x^2 - 7x + 1)/(8x^3 - 6x - 7)
=(6x^4- 3x^2 - 1)/(8x^3 - 6x - 7)
x = 1.75
newx = 1.8162 ---> x
newx = 1.8111 ---> x
newx = 1.811102
I would call 1.8111 a good estimate
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.