We can do this using Newton's Method, starting by describing the problem as a simple equation:
x2 = 7
In this case, we'll want to find the value of x. Instead of simply solving it though, we'll create a function that gets a zero value when the above statement is true:
f(x) = x2 - 7
The next step is to find the derivative of that expression. Explaining how to do that is beyond the scope of this question, and I would recommend reading some introductory calculus if you are unfamiliar with the concept of derivatives. In this case (or in any case where you're finding the square root of a number), it would be 2x.
Next we'll take an initial guess at the root. Let's go with 3. We'll call that initial guess X0. Our terms should be assembled together in this format:
x1 = x0 - f(x0) / f'(x0)
Where x0 is our initial guess, f() is the initial function we created, and f'() the derivative that we already took. That gives us the following equation:
x1 = 3 - (32 - 7) / 2(3) = 3 - 2/6 ≈ 2.66667
Now we take that new value that we found for x1, and repeat the calculation, replacing x0 with x1, and finding a new value, which we'll call x2.
x2 = x1 - f(x1) / f'(x1)
x2 = 2.66667 - (2.666672 - 7) / (2 * 2.66667) ≈ 2.64583
And we continually repeat this process until we are happy with the answer:
x3 = 2.64583 - (2.645832 - 7) / (2 * 2.64583) ≈ 2.64575
x4 = 2.64575 - (2.645752 - 7) / (2 * 2.64575) ≈ 2.64575
The fact that the number we reached is no longer changing indicates that we have reached an answer which is correct to the number of digits that we have chosen. The square root of seven is approximately 2.64575.
7
no, 28 has no whole square root; the square root of 49 is 7
irrational
7 times the square root of 7
JACK
2
It is -343 or 343
7
No, the square root of 7 is NOT an Integer ...The square root of 7 = 2.64575131106
Seven.
2
Square root of 2 = 1.414213562... Square root of 7 = 2.645751311... The sum is 4.059964873...
no, 28 has no whole square root; the square root of 49 is 7
the 4th root of 49 is the square root of the square root of 49 since square root 49 =7 then simplify is square root of 7
The square root of 49 is 7.7 times 7 is 49, so the square root of 49 is 7. 7
yes. Examples: the square root of 7 times the square root of 7 = 7 the square root of 7 times one over the square root of 7 = 1
The square root of 49 is 7, because 7 x 7 = 49