Newton's method uses iteration to find the zero's of a function:
xn+1 = xn - f(xn)/f'(xn)
Start by plugging in x1 = 3 into f(x) = 4x^7 + 2x^4 + 4 and into f'(x) = 28x^6 + 8x^3
get x2 and repeat for x3
Drake S.
asked 12/10/21Use Newton's method to approximate a root of the equation 4x^7+2x^4+4=0 as follows.Let x_1=3 be the initial approximation.The second approximation x_2 is and the third approximation x_3 is Carry at least 4 decimal places through your calculations. find x_2 and x_3
Newton's method uses iteration to find the zero's of a function:
xn+1 = xn - f(xn)/f'(xn)
Start by plugging in x1 = 3 into f(x) = 4x^7 + 2x^4 + 4 and into f'(x) = 28x^6 + 8x^3
get x2 and repeat for x3
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.