
Bradford T. answered 06/14/23
Retired Engineer / Upper level math instructor
xn+1=xn-f(xn)/f'(xn) = xn-(2x7+3x4+4)/(14x6+12x3)
x1 = 3
x2 = 2.56115
x3 = 2.18099
Actually, it takes around 50 iterations to settle to the root of -1.3
Bradford T. answered 06/14/23
Retired Engineer / Upper level math instructor
xn+1=xn-f(xn)/f'(xn) = xn-(2x7+3x4+4)/(14x6+12x3)
x1 = 3
x2 = 2.56115
x3 = 2.18099
Actually, it takes around 50 iterations to settle to the root of -1.3
Newton's method to iterate towards a root is xn+1=xn - f(xn)/f'(xn) with x1 = 3 (apparently that is the first approximation, although I would call it x0 . This is a silly starting guess as the zero must be a negative number (about -1.3) and Newton's method is sensitive to initial guess. This may also fail as f'(0) = 0 which can lead to NM not working) - Maybe the equation is copied wrong.
Work out general expression for f'(x) = 14x6+12x3
Plug into the formula after subbing values for f(3) and f'(3):
x2 = 3 - (2(3)7+3(3)4+4)/(14(3)6+12x3) = (I get 2.56116)
The next step is to do the same process for x3 from x2
Please consider a tutor. Take care.
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.