How do you use Newton's method to find the approximate solution to the equation #2x^5+3x=2#?
2 Answers
(See below for Newton Method of approximation).
Explanation:
Noting that if
and if
we can start with "bracketing" values Low
At each iteration we evaluate the mid-point and adjust either the Low or High closing in the brackets about the solution value.
Here is what the first 10 iterations look like in a spreadsheet form:
Explanation:
Let
First let us look at the graphs:
graph{2x^5+3x-2 [-10, 10, -5, 4.995]}
We can see there is one solution in the interval
We can find the solution numerically, using Newton-Rhapson method
<IMAGE>
Then using excel working to 6dp we can tabulate the iterations as follows:
And we conclude that the remaining solution is