Prove: $\lfloor \sqrt{44} \rfloor = 6 $, $\lfloor \sqrt{4444} \rfloor = 66 $, $\lfloor \sqrt{444444} \rfloor = 666$, ...
$$ \lfloor \underbrace{\sqrt{44...4}}_{2n} \rfloor = \underbrace{66..6}_{n} $$
Attempt:
The approach is to prove $$ \underbrace{(66...6)^{2}}_{n} < \underbrace{44...4}_{2n} < (\underbrace{66...6}_{n} + 1)^{2}$$
Now notice that $$(66 + 1)^{2} = 66^{2} + 2(66) + 1 = 66^{2} +133$$ $$(666 + 1)^{2} = 666^{2} + 2(666) + 1 = 666^{2} +1333$$ $$ \vdots $$ $$(\underbrace{66...6}_{n} + 1)^{2} = \underbrace{(66...6)^{2}}_{n} + 1\underbrace{33...3}_{n}$$
Next, notice
$$ 66^{2} = 36(11^{2}) = 36(121) = 3600 + 720 + 36 = 4356 = 4444 - 2(44) $$
$$ 666^{2} = 36(111^{2}) = 36(12321) = 360000 + 72000 + 10800 + 720 + 36 = 443556 = 444444 - 2(444) $$
and after several trials it seems convincing that
$$ (\underbrace{66...6}_{n})^{2} = \underbrace{44...4}_{2n} - 2(\underbrace{44...4}_{n}) = \underbrace{44...4}_{2n} - \underbrace{88...8}_{n} $$
and since $\underbrace{88...8}_{n} < 1\underbrace{33...3}_{n}$, we are done.
Q:
1.) But how to prove the: $$ (\underbrace{66...6}_{n})^{2} = \underbrace{44...4}_{2n} - \underbrace{88...8}_{n} $$ nicely?
2.) What other better ways?
Call $a_n$ the number with $n$ digits all equal to $6$ and $b_n$ the number with $2n$ digits all equal to $4$. We want to prove that $a_n^2 < b_n < (a_n+1)^2$. Observe that $$a_n = \frac{2}{3}(10^n-1) \text{ so } a_n+1 = \frac{2}{3}(10^n+\frac{1}{2}).$$ Hence $$a_n^2 = \frac{4}{9}(10^{2n} -2 \times 10^n + 1) \text{ so } (a_n+1)^2 = \frac{4}{9}(10^{2n} + 10^n + \frac{1}{4}),$$ whereas $$b_n = \frac{4}{9}(10^{2n}-1).$$ The desired inequalities follow.