How do you approximate #sqrt5#?
2 Answers
Explanation:
So
Midpoint between 2 and 3 is 2.5
So
Midpoint between 2 and 2.5 is (approximately) 2.2
So
Midpoint between 2.2 and 2.5 is (approximately) 2.3
So
Obviously you could care this process on getting a smaller range each time.
The process is basically the Newton Method. For each cycle find the midpoint of the range, evaluate the square at that value, and replace either the upper or lower bound of the range. If you need to do the process manually, I've found that working with decimal fractions (and converting to fractions with a denominator which is a power of 10) as demonstrated, reduces the effort.
Choose a reasonable first approximation
If
Explanation:
Let
Then using the formula:
Iterate again:
This is certainly good enough for 4 significant digits.