MHB Prove that (1+a/sinx)(1+b/cosx) is greater than or equal to (1+2sqrt(ab))^2

  • Thread starter Thread starter anemone
  • Start date Start date
AI Thread Summary
The discussion revolves around proving the inequality (1 + a/sinx)(1 + b/cosx) ≥ (1 + 2√ab)² for non-negative real numbers a, b, and x in the interval (0, π/2). The initial approach utilized the Cauchy-Schwarz inequality, but it was pointed out that the problem statement contained an error regarding the placement of the square root. The correct form should involve (1 + √2ab)² instead of (1 + 2√ab)². After clarification, the participants agreed on the correct application of Cauchy-Schwarz and the necessary substitutions to achieve the desired inequality. The final conclusion confirmed that the inequality holds true with the corrected formulation.
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
For all real numbers a, b, x with $ a, b \geq 0 $ and $ 0 < x < \frac{\pi}{2}$, prove that $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2 \sqrt {ab})^2$.

By using the Cauchy-Schwarz inequality, we can say that
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{sinxcosx})^2$ ------(*)

But we know that $ sinxcosx=\frac{sin2x}{2} $
and we're given $ 0 < x < \frac{\pi}{2}$, therefore, $ 0 <sin2x < 1$ and this means $ 0 < \frac{sin2x}{2} < \frac{1}{2}$

From the equation (*), in order to prove $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{sinxcosx})^2$, we need to have a maximum of $ sinxcosx $, and this happens when $ sinxcosx=\frac{1}{2} $.

Now, the inequalities becomes $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{\frac{1}{2}})^2$

$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2ab)^2$------(**)

Since $ a, b \geq 0 $,
$ a \geq \sqrt a $
$ b \geq \sqrt b $
$ ab \geq \sqrt {ab} $
$ 2ab \geq 2\sqrt {ab} $
$ 1+2ab \geq 1+2\sqrt {ab} $
$ (1+2ab)^2 \geq (1+2\sqrt {ab})^2 $------(***)

From equations (**) and (***), it's obvious that $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2 \sqrt {ab})^2$.
Am I doing this correct?

Thanks, as usual. :)
 
Mathematics news on Phys.org
anemone said:
For all real numbers a, b, x with $ a, b \geq 0 $ and $ 0 < x < \frac{\pi}{2}$, prove that $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2 \sqrt {ab})^2$.

By using the Cauchy-Schwarz inequality, we can say that
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{sinxcosx})^2$ ------(*)

But we know that $ sinxcosx=\frac{sin2x}{2} $
and we're given $ 0 < x < \frac{\pi}{2}$, therefore, $ 0 <sin2x < 1$ and this means $ 0 < \frac{sin2x}{2} < \frac{1}{2}$

From the equation (*), in order to prove $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{sinxcosx})^2$, we need to have a maximum of $ sinxcosx $, and this happens when $ sinxcosx=\frac{1}{2} $.

Now, the inequalities becomes $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{\frac{1}{2}})^2$

$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2ab)^2$------(**)

Since $ a, b \geq 0 $,
$ a \geq \sqrt a $
$ b \geq \sqrt b $
$ ab \geq \sqrt {ab} $
$ 2ab \geq 2\sqrt {ab} $
$ 1+2ab \geq 1+2\sqrt {ab} $
$ (1+2ab)^2 \geq (1+2\sqrt {ab})^2 $------(***)

From equations (**) and (***), it's obvious that $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+2 \sqrt {ab})^2$.
Am I doing this correct?
The idea of using Cauchy–Schwarz is exactly what is needed here. But you have made mistakes in both the statement and the solution of the problem.

For a start, the problem should say "prove that $\bigl(1+\frac{a}{\sin x}\bigr)\bigl(1+\frac{b}{\cos x}\bigr) \geq (1+ \sqrt {2ab})^2$." As stated, with the 2 outside the square root sign, the result is false (as you can see by putting $a=b=1$ and $x=\pi/4$).

To use Cauchy–Schwarz, you need to apply it to the vectors $\Bigl(1,\sqrt{\frac a{\sin x}}\,\Bigr)$ and $\Bigl(1,\sqrt{\frac b{\cos x}}\,\Bigr).$ The inequality then says $$\Bigl(1+ \tfrac{\sqrt{ab}}{\sqrt{\sin x\cos x}}\Bigr)^2\leqslant \Bigl(1+\frac{a}{\sin x}\Bigr)\Bigl(1+\frac{b}{\cos x}\Bigr).$$

Now you can use the fact that $\sin x\cos x = \frac12\sin(2x)$, as in your argument above, to get the result. That way, you avoid having to assume that $ a \geqslant \sqrt a $ and $ b \geqslant \sqrt b $, which is just as well because those inequalities only hold when $a\geqslant1$ and $b\geqslant1.$
 
Last edited:
Opalg said:
The idea of using Cauchy–Schwarz is exactly what is needed here. But you have made mistakes in both the statement and the solution of the problem.

For a start, the problem should say "prove that $\bigl(1+\frac{a}{\sin x}\bigr)\bigl(1+\frac{b}{\cos x}\bigr) \geq (1+ \sqrt {2ab})^2$." As stated, with the 2 outside the square root sign, the result is false (as you can see by putting $a=b=1$ and $x=\pi/4$).
OK.
I also suspected something went wrong after doing the substitution (a=2, b=3, $x=\pi/6$). But I didn't realize that the 2 should be placed inside the radical sign.

Ha, I couldn't believe I made this kind of mistake! (I've missed out the square root signs on both ab and sinxcosx!:mad:)
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{ab}{sinxcosx})^2$

After your explanation, everything becomes so clear.:o
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{\sqrt {ab}}{\sqrt {sinxcosx}})^2$
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{\sqrt {2ab}}{\sqrt {sin2x}})^2$

But we have $ 0 < sin2x < 1$, to obtain $(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{\sqrt {2ab}}{\sqrt {sin2x}})^2$, we need to have a maximum of $ sinxcosx $, and this happens when $ sinxcosx=1 $.

Therefore,
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\frac{\sqrt {2ab}}{1})^2$
$(1+\frac{a}{sinx})(1+\frac{b}{cosx}) \geq (1+\sqrt {2ab})^2$ (Q.E.D.)

Thanks, Opalg.
 
Last edited:
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Thread 'Imaginary Pythagoras'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
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...
Back
Top