Arithmetic · real student question

Find the square root of 2706.225166081663.

Question

Compute

2706.225166081663\sqrt{2706.225166081663}

Step-by-step solution

  1. Bracket the answer with nearby perfect squares. 522=270452^2 = 2704 and 532=280953^2 = 2809. Since 2704<2706.225<28092704 < 2706.225 < 2809, the root lies between 5252 and 5353, and much closer to 5252 because the target is only 2.2252.225 above 27042704 out of a 105105-wide gap.

  2. Get a first-order estimate. Near x0=52x_0 = 52 the square function has slope 2x0=1042x_0 = 104, so a rise of 2.2251662.225166 in the square corresponds to about

    2.2251661040.021396\frac{2.225166}{104} \approx 0.021396

    in the root, giving the estimate 52.02139652.021396. This is exactly one step of Newton's method.

  3. Refine with a second Newton iteration. The iteration is xn+1=12(xn+Nxn)x_{n+1} = \tfrac{1}{2}\left(x_n + \tfrac{N}{x_n}\right) with N=2706.225166081663N = 2706.225166081663. From x1=52.021396x_1 = 52.021396:

    Nx1=52.021387,x2=52.021396+52.0213872=52.021391\frac{N}{x_1} = 52.021387, \qquad x_2 = \frac{52.021396 + 52.021387}{2} = 52.021391

    Newton's method roughly doubles the number of correct digits per step, which is why one more pass already stabilises six decimals.

  4. State the result.

    2706.22516608166352.021391\sqrt{2706.225166081663} \approx 52.021391

  5. Verify by squaring. 52.0213912=2706.22512252.021391^2 = 2706.225122, which falls short of the target by 4.45×1054.45 \times 10^{-5} — consistent with the root being truncated at the 10610^{-6} level, since the derivative 2x1042x \approx 104 magnifies that error by about a hundred. Carrying more digits, 52.02139142782=2706.225166084452.0213914278^2 = 2706.2251660844, matching the given number to eleven significant figures.

Answer

2706.22516608166352.021391\sqrt{2706.225166081663} \approx 52.021391

Need to solve a different problem like this? Open the solver →