Without using a calculator, how would you determine if terms of the form $\sum b_i\sqrt{a_i} $ are positive? (You may assume that $a_i, b_i$ are integers, though that need not be the case)
When there are 5 or fewer terms involved, we can try and split the terms and square both sides, to reduce the number of surds that are involved. For example, to determine if $$\sqrt{2} - \sqrt{3} - \sqrt{5} + \sqrt{7} > 0, $$ we can square both sides of $\sqrt{2} + \sqrt{7} > \sqrt{3}+\sqrt{5} $ to obtain $$9 + 2 \sqrt{14} > 8 + 2 \sqrt{15}.$$
Repeated squaring eventually resolves this question, as the number of surds are reduced.
However, when there are more than 6 terms involved, then repeated squaring need not necessarily reduce the terms that are involved.
E.g. How would you determine if
$$\sqrt{2} - \sqrt{3} + \sqrt{5} - \sqrt{7} - \sqrt{11} + \sqrt{13} < 0 $$
I can think of several approaches
There are special cases, which allow us to apply Jensen's inequality. However, this gives a somewhat restrictive condition on the set of values.
Show that $$ \sqrt{2} + \sqrt{5} + \sqrt{13} < 7.26 < \sqrt{3} + \sqrt{7} + \sqrt{11} $$ However, it might not be feasible to guess what the middle number is, unless you already had a calculator.
Calculate the surds to the appropriate level of precision (e.g. use Taylor expansion). This could be a little annoying.
Do you have any other suggestions?
How do you use Jensen's Inequality in this ?
– Jun 01 '15 at 12:24