Ask your own question, for FREE!
Mathematics 20 Online
OpenStudy (anonymous):

how do you find the square root of a number without using a calculator?

OpenStudy (zarkon):

one could use newtons method

hero (hero):

There's a formula for it around somewhere. it's not newton's method but it also works.

OpenStudy (anonymous):

and what is it?

OpenStudy (zarkon):

one can use the iterative procedure \[x_{n+1}=\frac{x_{n}^2+a}{2x_{n}}\] this gives the solution to \[\sqrt{a}\] \[x_0\] is the initial guess for the value of the square root

OpenStudy (anonymous):

can you use it in an example pliz

hero (hero):

I could have posted a formula. It's in one of my old programming books that I recently sold :/

OpenStudy (anonymous):

can you pliz

OpenStudy (zarkon):

it is the same formula \[x_{n+1}=\frac{x_{n}^2+a}{2x_{n}}=\frac{1}{2}\left(\frac{x_n^2}{x_n}+\frac{a}{x_n}\right)=\frac{1}{2}\left(x_n+\frac{a}{x_n}\right)\]

OpenStudy (zarkon):

this formula can be derived using newtons method.(that's how I did it)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!