
Lynny C.
asked 07/06/21Use Newton's method to find all roots of the equation correct to six decimal places. (Enter your answers as a comma-separated list.) (x − 9)2 = ln(x)
Use Newton's method to find all roots of the equation correct to six decimal places. (Enter your answers as a comma-separated list.)
(x − 9)2 = ln(x)
1 Expert Answer
The Newton's method for root finding is based on xn+1 = xn - (f(xn)/f'(xn)) where xn is the initial value for the algorithm. Setting f(x)=(x-9)2 - ln(x), we obtain f'(x) = 2(x-9) - 1/x. Let's set the initial value x0= 3, then x1= 5.829842, x2= 7.102432, and so on. The first root is found approximately as x6= 7.576937. Similarly, by starting another initial value like x0= 10 we would obtain the another root as x4= 10.534488.
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.
Here is Newton's method for finding roots of a function on Desmos: desmos.com/calculator/lheqiuauwe Set x0 to 7 and then 10 to get approximations for both roots.07/06/21