Compute
Bracket the answer with nearby perfect squares. and . Since , the root lies between and , and much closer to because the target is only above out of a -wide gap.
Get a first-order estimate. Near the square function has slope , so a rise of in the square corresponds to about
in the root, giving the estimate . This is exactly one step of Newton's method.
Refine with a second Newton iteration. The iteration is with . From :
Newton's method roughly doubles the number of correct digits per step, which is why one more pass already stabilises six decimals.
State the result.
Verify by squaring. , which falls short of the target by — consistent with the root being truncated at the level, since the derivative magnifies that error by about a hundred. Carrying more digits, , matching the given number to eleven significant figures.
Need to solve a different problem like this? Open the solver →