MrCreamer
- 6
- 0
Homework Statement
The goal is to approximate the number \frac{-1+\sqrt{5}}{2} using linearization methods.
Homework Equations
This number is a solution to x^{2}=1-x
The Attempt at a Solution
I was told to use f(x)= x^{2}+x-1 with the Newton method to find x_{1},x_{2},x_{3},x_{4} at x_{0}=2;
The general equation was \frac{x^{2}_{n}+1}{2x_{n}+1} thus yielding:
x_{1} = 1
x_{2} = \frac{2}{3}
x_{3} = \frac{13}{21}
x_{4} = \frac{610}{987}
Using my calculator \frac{610}{987} is extremely close to \frac{-1+\sqrt{5}}{2}.