MHB POTW #374: Finding the 1000th Digit of the Square Root of a Large Number

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The problem involves calculating the sum \( A = 1 + 10 + 10^2 + \cdots + 10^{1997} \) and finding the 1000th digit after the decimal point of its square root in base 10. The sum can be expressed as a geometric series, leading to a closed-form solution for \( A \). Members MegaMoh and kaliprasad provided correct solutions to the problem, demonstrating effective methods for determining the square root and its decimal representation. The discussion highlights the importance of understanding geometric series and numerical approximation techniques. This exploration of mathematical concepts emphasizes the challenge of extracting specific digits from irrational numbers.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Here is this week's POTW:

-----

Let $A=1+10+10^2+\cdots+10^{1997}$. Determine the 1000th digit after the decimal point of the square root of $A$ in base 10.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
Congratulations to the following members for their correct solution!(Cool)

1. MegaMoh
2. kaliprasad

Sample solution from other:
The answer is the same as the unit digit of $10^{1000}\sqrt{A}$. We have

$10^{1000}\sqrt{A}=10^{1000}\sqrt{\dfrac{10^{1998}-1}{9}}=\dfrac{\sqrt{10^{3998}-10^{2000}}}{3}$

Since $(10^{1997}-1)^2<10^{3998}-10^{2000}<(10^{1999}-4)^2$, so it follows that

$10^{1000}\sqrt{A}$ is between $\dfrac{10^{1999}-7}{3}=33\cdots33$ and $\dfrac{10^{1999}-4}{3}=33\cdots32$

Therefore the answer is 1.
 
Back
Top