MHB Can Every Natural Number be Expressed as a Sum of Square Roots?

  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Radicals
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Prove that for any natural number $a$, there is an integer $k$ such that $(\sqrt{1982}+1)^a=\sqrt{k}+\sqrt{k+1981^a}$
 
Mathematics news on Phys.org
We can actually solve this for $k$ directly:
$$(\sqrt{1982}+1)^a=\sqrt{k}+\sqrt{k+1981^a}$$
$$(\sqrt{1982}+1)^a - \sqrt{k}=\sqrt{k+1981^a}$$
$$\left ((\sqrt{1982}+1)^a - \sqrt{k} \right )^2=k+1981^a$$
$$(\sqrt{1982}+1)^{2a} - 2 \sqrt{k} (\sqrt{1982}+1)^a + k=k+1981^a$$
$$(\sqrt{1982}+1)^{2a} - 2 \sqrt{k} (\sqrt{1982}+1)^a = 1981^a$$
$$2 \sqrt{k} (\sqrt{1982}+1)^a = (\sqrt{1982}+1)^{2a} - 1981^a$$
$$\sqrt{k} = \frac{(\sqrt{1982}+1)^{2a} - 1981^a}{2 (\sqrt{1982}+1)^a}$$
Now just note that:
$$\left (\sqrt{1982} - 1 \right ) \left (\sqrt{1982} + 1 \right ) = 1981$$
And so we get:
$$\sqrt{k} = \frac{(\sqrt{1982}+1)^{2a} - \left (\sqrt{1982} - 1 \right )^a \left (\sqrt{1982} + 1 \right )^a}{2 (\sqrt{1982}+1)^a}$$
We can now divide through to get:
$$\sqrt{k} = \frac{1}{2} \left [ (\sqrt{1982}+1)^a - \left (\sqrt{1982} - 1 \right )^a \right ]$$
And finally:
$$k = \frac{1}{4} \left [ (\sqrt{1982}+1)^a - \left (\sqrt{1982} - 1 \right )^a \right ]^2$$
Expanding:
$$k = \frac{1}{4} \left [ (\sqrt{1982}+1)^{2a} + \left (\sqrt{1982} - 1 \right )^{2a} - 2 \cdot 1981^a \right ]$$
Finally we use the binomial theorem to expand the powers:
$$\left ( \sqrt{1982} + 1 \right )^{2a} + \left (\sqrt{1982} - 1 \right )^{2a} = \sum_{k = 0}^{2a} \binom{2a}{k} \left [ \sqrt{1982}^{2a - k} + \sqrt{1982}^{2a - k} (-1)^k \right ]$$
Now for odd $k$ the $k$th term vanishes, so consider only even $k$, say $k = 2m$:
$$\left ( \sqrt{1982} + 1 \right )^{2a} + \left (\sqrt{1982} - 1 \right )^{2a} = \sum_{m = 0}^{a} \binom{2a}{2m} \sqrt{1982}^{2a - 2m} + \sqrt{1982}^{2a - 2m} = \sum_{m = 0}^{a} \binom{2a}{2m} 2 \cdot 1982^{a - m}$$
So that the sum is clearly an integer. Note that 1982 is even, so that all the terms in the series except the last (which is always just $(2a, 2a) 2 \cdot 1982^0 = 2$) are divisible by 4, so that the sum as a whole is divisible by 2 but not by 4. On the other hand, $2 \cdot 1981^a$ is also divisible by 2 but not by 4, and so:
$$(\sqrt{1982}+1)^{2a} + \left (\sqrt{1982} - 1 \right )^{2a} - 2 \cdot 1981^a ~ ~ ~ \text{is divisible by 4}$$
We conclude that:
$$k = \frac{1}{4} \left [ (\sqrt{1982}+1)^{2a} + \left (\sqrt{1982} - 1 \right )^{2a} - 2 \cdot 1981^a \right ] = \frac{1}{4} \left [ (\sqrt{1982}+1)^a - \left (\sqrt{1982} - 1 \right )^a \right ]^2$$
is in fact an integer and a solution to the original equation as derived earlier. $\blacksquare$

First few solutions $(a, k)$ are given by $(0, 0), (1, 1), (2, 7928), (3, 35366809), (4, 124700748768), \cdots$
 
Last edited:
Hi Bacterius, sorry for the late reply, and thanks for the great solution!:)

I also want to share the solution (of other) here:

Let $$X=\sum_{j=o\,\,j\,\,\text{even}}^{a} {a\choose j}(\sqrt{1982})^j$$, $$Y=\sum_{j=o\,\,j\,\,\text{odd}}^{a} {a\choose j}(\sqrt{1982})^j$$

Thus $X$ is the sum of the even-numbered terms in the expansion of $(\sqrt{1982}+1)^a$ and $Y$ is the sum of the odd-numbered terms in that expansion.

Note also that

$$(\sqrt{1982}-1)^a=\sum_{j=o}^{a} {a\choose j}(\sqrt{1982})^{a-j}(-1)^j=\begin{cases}Y-X \,\,\,\text{if}\,\,a\,\,\text{is odd}, & \\[3pt] X-Y \,\,\,\text{if}\,\,a\,\,\text{is even} \\ \end{cases}$$

Case 1: $a$ is odd. Let $k=X^2$

Then we have

$\begin{align*}\sqrt{k+1981^a}+\sqrt{k}&=\sqrt{X^2+(\sqrt{1982}-1)^a(\sqrt{1982}+1)^a}+X\\&=\sqrt{X^2+(Y-X)(X+Y)}+X\\&=\sqrt{X^2+Y^2-X^2}+X\\&=Y+X\\&=(\sqrt{1981}+1)^a \end{align*}$

Case 2: $a$ is even. Let $k=Y^2$

Then we have

$\begin{align*}\sqrt{k+1981^a}+\sqrt{k}&=\sqrt{Y^2+(X-Y)(X+Y)}+\sqrt{Y^2}\\&=\sqrt{X^2}+\sqrt{Y^2}\\&=(\sqrt{1981}+1)^a \end{align*}$

It's evident that $X^2$ is an integer, and $Y^2$ is an integer since $Y$ has the form $\sqrt{1982}M$, for some integer $M$, and this completes the proof.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top