What is the best way of finding #sqrt(13)# without using a calculator?
3 Answers
I'd suggest Newton's Method, though I'm not prepared to claim that is is easier than guess and check, then adjust the guess.
Explanation:
Newton's Method is an iterative method of approximation. (It works because of calculus, but this question is posted in Algebra, so let's leave that alone.)
Make a first approximation. In your example, say
The next approximation is:
In other words, divide
Knowing
So we get:
To find
The average of our current approximation,
So
To find
The average of our current approximation,
So
Yes, it used to be tedious doing calculations.
There is a (perhaps not well known) method for finding the square root of a number which I have attempted to demonstrate below.
Explanation:
Start as if you were setting up a long division (but note the absence of a divisor). The number is divided into blocks of 2 digits with as many pairs of zeros after the decimal point as you care to write. The decimal point should be written directly above the decimal point of the number for which you are trying to find the square root (I seem to have lost mine).
Decide on the largest digit whose square is not larger than the first digit pair of the value you are working with and enter them as indicated below
Multiply the number above the line by the number to the left of the vertical line and subtract this product from the value above it.
Copy the next pair of digits down as a suffix to the previous remainder.
Double the value above the line and allow for a suffix digit (so, in this case 3 becomes something between 60 and 69; yet to be determined).
Determine the largest digit which when used as the suffix digit on the left and then used to multiply the resultant value is not greater than the working value (in this case not greater than 400).
Multiply, subtract, bring down the next digit pair.
Double the value from the top and write with space for a suffix digit to the left of the work area.
Continue the process as indicated below:
Please; if anyone can provide a simpler explanation of how to work this process, please do so.
Rather than write a long comment to Jim's, here's 'another' answer.
To find
Explanation:
I usually use this with 'improper' fractions to derive a sequence of approximations, stopping when I think I have enough significant digits, then long dividing the resulting integers.
Alternatively, if I only want the square root to 4 significant digits or so, I start with a reasonable 2 digit approximation and perform one or two steps.
I try to memorise the squares of
The next approximation would be
Hence