Interesting question about irrational numbers

211 Views Asked by At

Find all solutions in un-ordered integers $(a,b)$ to $7-a-b=2\sqrt{10}-2\sqrt{ab}$. It would appear that the only solution to this is $a=2, b=5$. But how to prove this rigorously? Do irrational numbers have a unique (after decimal point) representation? i.e $-------...----.a_1a_2a_3a_4 \cdots$ and $-------...---.a_1a_2a_3a_4 \cdots$

1

There are 1 best solutions below

0
On BEST ANSWER

Squaring both sides you get $(7 - a - b)^2 - 40 - 4ab = -8\sqrt{10ab}$. Since $10ab$ is an integer, and the square root of an integer is always an integer or irrational, we get that $\sqrt{10ab}$ is an integer. This shows that $ab = 10r^2$ for some $r \in \mathbb{Z}$. Then, the original equation implies $7 -a - b = 2\sqrt{10}(1 - |r|)$. Since $\sqrt{10}$ is irrational and everything else in this last equation is an integer, we obtain $1 - |r| = 0$. Thus, $r = +1$ or $-1$. Hence, $ab = 10$. This restricts our choices for $a, b$ because they have to be divisors of $10$ so can only be from the set $\{1,-1,2,-2,5,-5, 10, -10\}$. You can take it from there.