Assuming the number whose square root you require is not a perfect square, one way to find its square root is through iteration. This entails making a guess at the answer and then improving on it. Repeating the procedure should lead to a better estimate at each stage. One such is the Newton-Raphson method.
To start with, if you want to find the square root of 7, define f(x) = x2 - 7.
Then finding the square root of 7 is equivalent to solving f(x) = 0.
Let f'(x) = 2x. This is the derivative of f(x) but you do not need to know that to use the N-R method.
Start with x0 as the first guess.
Then let xn+1 = xn - f(xn)/f'(xn) for n = 0, 1, 2, …
Provided you made a reasonable choice for the starting point, the iteration will very quickly converge to the true answer. Even if your first guess is not so good:
Suppose you start with x0 = 5 (a pretty poor choice since 52 is 25, which is nowhere near 7).
Even so, x3 = 2.646178944, which is the square root of approx 7.002. Finally, remember that the negative value is also a square root.
We will walk through the definition of the square root of 63, find out whether the square root of 63 is rational or irrational, and see how to find the square root of 63 by the long division method. ... Square Root of 63.
Searching Google with "square root of 396" gave 19.8997487421 (round to 19.9). To discover the method used to calculate the sq root, search Google.
The square root of 28224 is 168
The square root of 2304 is 48
The square root of 20 is an irrational number that can be expressed as 2 times square root of 5
We will walk through the definition of the square root of 63, find out whether the square root of 63 is rational or irrational, and see how to find the square root of 63 by the long division method. ... Square Root of 63.
by long division
52
You can use the Math.sqrt() method.
Searching Google with "square root of 396" gave 19.8997487421 (round to 19.9). To discover the method used to calculate the sq root, search Google.
The square root of 28224 is 168
The square root of 2304 is 48
The square root of 20 is an irrational number that can be expressed as 2 times square root of 5
There is no formula relating to a perfect square but if you want a method 1. Find square root(x) 2. Take the integer component (integral value) of square root(x) 3 Add 1 to intenger(square root(x)) 4. square it So: (integer(square root(x)) + 1)^2
The square root of 86 is approximately 9.2736. To find this, you can first estimate the square root of 86 to be between 9 and 10. Then, using a method like the Babylonian method, you can iteratively refine your estimate until you reach a desired level of accuracy.
mathforum.org/dr.math/faq/faq.sqrt.by.hand.html has a simple method. Try it.
find the square root of the numerator and the square root of the denominator