
James D.
asked 10/11/21Consider the following equation. 3x^4 − 8x^3 + 9 = 0, [2, 3]
(b) Use Newton's method to approximate the root correct to six decimal places.
1 Expert Answer
Write the statement x − (3x4 − 8x3 + 9) ÷ d(3x4 − 8x3 + 9)/dx which is equal to
x − (3x4 − 8x3 + 9)/(12x3 − 24x2).
Better yet, type x − (3x4 − 8x3 + 9)/(12x3 − 24x2) into a programmable calculator
and, for the given interval [2,3], evaluate x − (3x4 − 8x3 + 9)/(12x3 − 24x2) for the
"middle value" of 2.5.
Take the result of this evaluation (2.468333333) and feed it back into
x − (3x4 − 8x3 + 9)/(12x3 − 24x2) to obtain 2.46681613. Then run
2.46681613 in x − (3x4 − 8x3 + 9)/(12x3 − 24x2) to yield 2.466812727.
Here, evaluation of x − (3x4 − 8x3 + 9)/(12x3 − 24x2) for x = 2.466812727
again gives 2.466812727. This is the signal that an extremely close
approximation of the root for 3x4 − 8x3 + 9 = 0 in [2,3] has been reached.
Running x = 2.466812727 in 3x4 − 8x3 + 9 will return something like
-6.8×10-9 which is zero for all practical purposes.
Round 2.466812727 to the millionths decimal place to obtain x = 2.466813.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Try using this Desmos utility for Newton's method: desmos.com/calculator/whs2f35hrk10/12/21