
ALi A.
asked 11/20/21Newton’s Method. The golden ratio is the positive root of the equation x^2-x-1=0
Starting with x1 = 1 use Newton’s method to calculate rational approximations
and
Write your estimates as rational numbers. How close to
is
1 Expert Answer

Yefim S. answered 11/21/21
Math Tutor with Experience
f'(x) = 2x - 1; x0 = 1
x1= 1 - f(1)/f'(1) = 1 - (- 1)/1 = 2
x2 = 2 - f(2)/f'(2) = 2 - 1/3 = 5/3
x3 = 5/3 - f(5/3)/f'(5/3) = 5/3 - (25/9 - 5/3 - 1)/(10/3 - 1) = 5/3 - (1/9(7/3) = 5/3 - 1/21 = 34/21 ≈ 1.619
Exact value: x = (1 + √5)/2 ≈ 1.618
Difference is 0.001
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.
Mark M.
The links are broken. Do you know how to do Newton's approximation?11/20/21