Comparing numbers of the form $c+\sqrt{b}$ (eg, $3+3\sqrt{3}$ and $4+2\sqrt{5}$) without a calculator

elementary-number-theorynumber-comparisonradicalsreal numbers

It is easy to compare to numbers of the form $a\sqrt{b}$, simply by comparing their squares, for example $3\sqrt{3}$ and $2\sqrt{5}$.

But what if we have $a=3+3\sqrt{3}$ and $b=4+2\sqrt{5}$ for example?

How to compare them without using a calculator? Is there a method that works for all numbers of the form $c+\sqrt{b}$?

I found a similar question to this on the site, but that one is a bit different and I am looking for an answer suitable for elementary students to understand. (but I would love to know any kind of answer even if it does not fit the elementary level).

I was thinking about subtracting $b-a$ and checking wether it is negative or positive,

I got $b-a=1+2\sqrt{5}-3\sqrt{3}$ but $2\sqrt{5}-3\sqrt{3}<0$

(I don't want to continue from here by approximating $\sqrt{5}=2.something$, because we will be somehow using the calculator in our mind; so I am stuck here)

Best Answer

General algorithm:

Let us consider $d>b$. Assume $$a+\sqrt b>c+\sqrt d$$ Then $$(a-c)>(\sqrt d-\sqrt b)$$ Note that we need to proceed further, only if $a>c$, because, if $c>a$ then our assumption is certainly false. If $a>c$: $$(a-c)^2>b+d-2\sqrt {bd}$$ $$2\sqrt {bd}>b+d-(a-c)^2$$ If $(a-c)^2>b+d$, then this is certainly true, hence our assumption is true. Otherwise, we square once more, and compare. This time it's easy to compare, since all radicals are removed.

Example:

Since $27>20$, we assume:

$$4+\sqrt {20}>3+\sqrt {27}$$

We have, $1>\sqrt {27}-\sqrt {20}$

Since $4>3$, we proceed further by squaring:

$$1>47-2\sqrt {540}$$

$$2\sqrt {540}>46$$

Again, we need to proceed further, as $46>0$. So, $$\sqrt {540}>23$$ Squaring the last time, $$540>529$$ Since this is true, our original assumption was true as well.

Related Question