10
$\begingroup$

I recently tackled some questions on maths-challenge / maths-aptitude papers where the task was to order various expressions made up of surds (without a calculator, obviously).

I found myself wondering whether I was relying too much on knowing the numerical value of some common surds, when a more robust method was available (and would work in more difficult cases).

For example, one question asked which is the largest of:

(a) $\sqrt{10}$
(b) $\sqrt2+\sqrt3$
(c) $5-\sqrt3$

In this case, I relied on my knowledge that $\sqrt{10} \approx 3.16$ and $\sqrt2\approx 1.41$ and $\sqrt3 \approx 1.73$ to find (a) $\approx 3.16$, (b) $\approx ~3.14$ and (c) $\approx ~3.27$ so that the required answer is (c).

But this seemed inelegant: I felt there might be some way to manipulate the surd expressions to make the ordering more explicit. I can't see what that might be, however (squaring all the expressions didn't really help).

I'd appreciate some views: am I missing a trick, or was this particular question simply testing knowledge of some common values?

EDIT: after the very helpful answers, which certainly showed that there was a much satisfying and general way of approaching the original question, can I also ask about another version of the question which included (d) $\sqrt[4]{101}$.

When approaching the question by approximation, I simply observed that $\sqrt[4]{101}$ is only a tiny bit greater than $\sqrt{10}$, and hence it still was clear to choose (c) as the answer. Is there any elegant way to extend the more robust methods to handle this case?

$\endgroup$
2
  • 2
    $\begingroup$ +1 for providing context (your first two sentences), something that nearly all questions at this level fail to do, and for providing a nice explanation of your concern. Incidentally, for math aptitude and other tests, it has always been my understanding that the questions are NOT testing whether you know the approximations, but whether you can perform the type of analysis in the answer by @Lord Shark the Unknown. Of course, unless the question writer puts some effort behind writing such questions, such questions can often be solved by your method. $\endgroup$ Commented Sep 19, 2018 at 10:41
  • $\begingroup$ Thank you for all the comments and answers. I am pleased I chose to ask the question at MSE -- there was indeed something to learn here! $\endgroup$
    – BBO555
    Commented Sep 20, 2018 at 10:05

2 Answers 2

16
$\begingroup$

Comparing $\sqrt{10}$ and $\sqrt2+\sqrt3$ is the same as comparing $10$ and $(\sqrt2+\sqrt3)^2=5+2\sqrt6$. That's the same as comparing $5$ and $2\sqrt6$. Which of these is bigger?

Likewise comparing $\sqrt{10}$ and $5-\sqrt3$ is the same as comparing $10$ and $(5-\sqrt3)^2=28-10\sqrt3$. That's the same as comparing $10\sqrt3$ and $18$.

Which of these is bigger?

$\endgroup$
3
  • 2
    $\begingroup$ Ah .... yes of course ... $5=\sqrt{25}>\sqrt{24}=2\sqrt6$ $\endgroup$
    – BBO555
    Commented Sep 19, 2018 at 10:30
  • $\begingroup$ Thank you for the hint! $\endgroup$
    – BBO555
    Commented Sep 19, 2018 at 10:32
  • 2
    $\begingroup$ BBO555, regarding $5$ and $2\sqrt{6},$ you can simply square again and compare the resulting squared values (although what you did in your comment is quite nice). This relies on the property that, when $a$ and $b$ are positive (or even when they are nonnegative), then we have: $a < b$ if and only if $a^2 < b^2$ (this can be "seen" by considering the graph of $y = x^2$ for $x\geq0).$ Incidentally, the analogous result for cubing also is true and the result for cubing doesn't require the numbers to be positive (consider the graph of $y = x^3).$ $\endgroup$ Commented Sep 19, 2018 at 10:47
5
$\begingroup$

You can use:

(1) the fact that $f(x)=x^2$ is a monotonically increasing function when $x\geq0$ and

(2) the arithmetic-geometric mean inequality $\sqrt{ab}\leq\frac{a+b}{2}$, when $a, b\geq0$. Hence, $$ (\sqrt{2}+\sqrt{3})^2=5+2\sqrt{2\cdot3}\leq5+2\frac{2+3}{2}=5+5=10=(\sqrt{10})^2 $$ Therefore, using (1), we obtain $\sqrt{2}+\sqrt{3}\leq 10$. I forgot about this: $$ 5-\sqrt{3}=3+2-\sqrt{3}=3+\frac{1}{2+\sqrt{3}}\geq3+\frac{1}{2+2}=3.25 $$ One can easily verify that $(3+1/4)^2>10.5>10$. One also finds that $10.5^2>110>101$.

Then, performing argument (1) twice, one finds that $5-\sqrt{3}>(101)^{1/4}$.

Consequently, $5-\sqrt{3}$ is the bigger number.

$\endgroup$
2
  • 3
    $\begingroup$ I would add that you can also "round down" at an intermediate stage of the computation. If you are trying to prove $a \gt b$ sometimes you can find an expression $c$ that is simpler than $a$ where $a \gt c$, do some more manipulation, and show $c \gt b$. The numerical estimates are useful for this because they tell you how much room you have. You might find that rough approximations work, or you might need to be quite careful. $\endgroup$ Commented Sep 19, 2018 at 14:01
  • $\begingroup$ Thanks for including a route to handling case (d) ! $\endgroup$
    – BBO555
    Commented Sep 20, 2018 at 8:07

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .