Compute the decimal expansion of \sqrt{\pi}, where is the number of consecutive correct digits immediately following the decimal point in your answer.
Solution
For this problem, it is useful to know the following square root algorithm that allows for digit-by-digit extraction of \sqrt{x} for each two decimal places of . We will illustrate how to extract the second digit after the decimal point of \sqrt{\pi} and \sqrt{\pi}=1.7 \cdotsdd(1.7+0.01 d)^{2}<\pi(1.7+0.01 d)^{2}<3.14152.89+0.034 d+0.0001 d^{2}<d, since the term is negligible. Indeed, 7 is the largest such digit, and so is the second digit of \sqrt{\pi}$. Because we are constantly subtracting the square of our extracted answer so far, we can record the difference in a manner similar to long division, which yields a quick method of extracting square roots by hand.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.