Approximating Square Root of Numbers by Averaging

There are several algorithms developed to manually calculate the square root of a number. My favorite is the method of averaging, which is probably the least complicated.  In this method, the number is divided by the nearest square root estimate, and then the quotient and the square root estimate are averaged. The result is the new estimate.

Sounds complicated? Not really.

Example: Approximate \sqrt{24}.

Note: Using a calculator, \sqrt{24} \approx 4.8989794855.

Solution

We know that \sqrt{24} is between 4^2 and 5^2. Between the two, it is nearer to 5^2. So, the first estimate is 5. Next, we divide 24 by the first estimate and “average” it with the quotient . » Read more

Daum: An Excellent Equation Editor Alternative

If you are working with lots of equations  and you are looking for a Latex, MS or Open Office Equation Editor alternative, you may want to check out the Daum Equation Editor.

daum equation editor

Daum Equation is a free Google Chrome app WYSIWYG equation editor. The application generates tex code that you can save and reuse later, and the mathematical expressions created can also be saved as pictures. In addition, Daum supports text input, task history, as well as copy and paste.  Watch the (voiceless?) video below to see how it works.  » Read more

1 2 3 4 5 7