A simple strategy is the Newton Raphson method. See link for details.
Suppose to wish to find the square root of a number k.
Define f(x) = x2 - k
Let f'(x) = 2*x
Now start with some estimate for sqrt(k), say x0.
Then calculate x1 = x0 - f(x0)/f'(x0) as the next estimate.
Repeat, using xn+1 = xn - f(xn)/f'(xn).
The estimates will soon be very close to sqrt(k)
To illustrate:
Try sqrt(50) - which is approx 7.071068.
Even though you know the answer, start with a pretty feeble first estimate:
x0 = 10
Then x1 = 10 - (102 - 50)/(2*10) = 7.5
x3 is accurate to 4 decimal places and x4 to 11 dp.
Chat with our AI personalities
One strategy is estimating the factors the other i don't know
square inches do not have square roots only number have square roots.
Perfect square roots are square roots that have a whole number that can go into it perfectly. Nonperfect square roots are square roots that have decimal numbers going into it. Example: Perfect Square Root: 144- Square Root: 12 Nonperfect Square Root: 24- Square Root: About 4.89
You call them principal square roots.
The square roots of 64 are +8 and -8.