MHB Can You Prove this Trigonometric Inequality Challenge?

anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Let the real $x\in \left(0,\,\dfrac{\pi}{2}\right)$, prove that $\dfrac{\sin^3 x}{5}+\dfrac{\cos^3 x}{12}≥ \dfrac{1}{13}$.
 
Mathematics news on Phys.org
My solution:

Let's multiply through by:

$$5\cdot12\cdot13=780$$

to get:

$$156\sin^3(x)+65\cos^3(x)\ge60$$

Let:

$$g(x,y)=x+y-\frac{\pi}{2}=0$$

and:

$$f(x,y)=156\sin^3(x)+65\sin^3(y)$$

Using Lagrange multipliers, we obtain:

$$468\sin^2(x)\cos(x)=\lambda$$

$$195\sin^2(y)\cos(y)=\lambda$$

From this, we obtain:

$$12\sin^2(x)\cos(x)=5\sin^2(y)\cos(y)$$

And, using the constraint, this implies:

$$\sin(x)=\frac{5}{13},\,\sin(y)=\frac{12}{13}$$

Hence:

$$f(x,y)=156\left(\frac{5}{13}\right)^3+65\left(\frac{12}{13}\right)^3=60$$

To show this is a minimum, we can pick another point on the constraint:

$$(x,y)=\left(\frac{\pi}{4},\frac{\pi}{4}\right)$$

$$f\left(\frac{\pi}{4},\frac{\pi}{4}\right)=\frac{156}{2\sqrt{2}}+\frac{65}{2\sqrt{2}}=\frac{221}{2\sqrt{2}}>60$$

Thus, we may state:

$$f_{\min}=60$$
 
MarkFL said:
My solution:

Let's multiply through by:

$$5\cdot12\cdot13=780$$

to get:

$$156\sin^3(x)+65\cos^3(x)\ge60$$

Let:

$$g(x,y)=x+y-\frac{\pi}{2}=0$$

and:

$$f(x,y)=156\sin^3(x)+65\sin^3(y)$$

Using Lagrange multipliers, we obtain:

$$468\sin^2(x)\cos(x)=\lambda$$

$$195\sin^2(y)\cos(y)=\lambda$$

From this, we obtain:

$$12\sin^2(x)\cos(x)=5\sin^2(y)\cos(y)$$

And, using the constraint, this implies:

$$\sin(x)=\frac{5}{13},\,\sin(y)=\frac{12}{13}$$

Hence:

$$f(x,y)=156\left(\frac{5}{13}\right)^3+65\left(\frac{12}{13}\right)^3=60$$

To show this is a minimum, we can pick another point on the constraint:

$$(x,y)=\left(\frac{\pi}{4},\frac{\pi}{4}\right)$$

$$f\left(\frac{\pi}{4},\frac{\pi}{4}\right)=\frac{156}{2\sqrt{2}}+\frac{65}{2\sqrt{2}}=\frac{221}{2\sqrt{2}}>60$$

Thus, we may state:

$$f_{\min}=60$$

Very good job, MarkFL!(Cool)

I welcome others to try it with another approach as well! :o
 
anemone said:
Let the real $x\in \left(0,\,\dfrac{\pi}{2}\right)$, prove that $\dfrac{\sin^3 x}{5}+\dfrac{\cos^3 x}{12}≥ \dfrac{1}{13}$.
[sp]Let $\theta = \arcsin\frac5{13}$, so that $\sin\theta = \frac5{13}$ and $\cos\theta = \frac{12}{13}.$ Then (after dividing the denominators by $13$) the inequality becomes $$\frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta} \geqslant 1.$$ To see that this is true, let $\mathbf{a}$, $\mathbf{b}$ be the vectors given by $$\mathbf{a} = \left(\sqrt{\frac{\sin^3x}{\sin\theta}}, \sqrt{\frac{\cos^3x}{\cos\theta}}\right), \qquad \mathbf{b} = \left(\sqrt{\sin x\sin\theta}, \sqrt{\cos x\cos\theta}\right).$$ The Cauchy–Schwarz inequality says that $(\mathbf{a\cdot b})^2 \leqslant \|\mathbf{a}\|^2\|\mathbf{b}\|^2$. But $$\mathbf{a\cdot b} = \sin^2x + \cos^2x = 1,$$ $$\|\mathbf{a}\|^2 = \frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta},$$ $$\|\mathbf{b}\|^2 = \sin x\sin\theta + \cos x\cos\theta = \cos(\theta - x).$$ Therefore $$1 \leqslant \left(\frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta}\right) \cos(\theta - x) \leqslant \frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta}.$$[/sp]
 
Opalg said:
[sp]Let $\theta = \arcsin\frac5{13}$, so that $\sin\theta = \frac5{13}$ and $\cos\theta = \frac{12}{13}.$ Then (after dividing the denominators by $13$) the inequality becomes $$\frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta} \geqslant 1.$$ To see that this is true, let $\mathbf{a}$, $\mathbf{b}$ be the vectors given by $$\mathbf{a} = \left(\sqrt{\frac{\sin^3x}{\sin\theta}}, \sqrt{\frac{\cos^3x}{\cos\theta}}\right), \qquad \mathbf{b} = \left(\sqrt{\sin x\sin\theta}, \sqrt{\cos x\cos\theta}\right).$$ The Cauchy–Schwarz inequality says that $(\mathbf{a\cdot b})^2 \leqslant \|\mathbf{a}\|^2\|\mathbf{b}\|^2$. But $$\mathbf{a\cdot b} = \sin^2x + \cos^2x = 1,$$ $$\|\mathbf{a}\|^2 = \frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta},$$ $$\|\mathbf{b}\|^2 = \sin x\sin\theta + \cos x\cos\theta = \cos(\theta - x).$$ Therefore $$1 \leqslant \left(\frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta}\right) \cos(\theta - x) \leqslant \frac{\sin^3x}{\sin\theta} + \frac{\cos^3x}{\cos\theta}.$$[/sp]

Very well done Opalg! Thanks for participating!(Cool)

My solution:
First, multiply the first and second fraction (top and bottom) from the LHS of the intended inequality by $\sin x$ and $\cos x$ respectively to get:

$\dfrac{\sin^3 x}{5}+\dfrac{\cos^3 x}{12}=\dfrac{\sin^4 x}{5\sin x}+\dfrac{\cos^4 x}{12 \cos x}$(*)

Since $\sin x$ and $\cos x$ are both positive reals in the given domain, we can apply the Titu's Lemma to the RHS of (*) to get:

$\begin{align*}\dfrac{\sin^4 x}{5\sin x}+\dfrac{\cos^4 x}{12 \cos x}&\ge \dfrac{(\sin^2 x+\cos^2 x)^2}{5\sin x+12 \cos x}\\&\ge \dfrac{1}{\sqrt{5^2+12^2}\sin \left(x+\tan^{-1}\dfrac{12}{5}\right)}\\&\ge \dfrac{1}{13 \sin \left(x+\tan^{-1}\dfrac{12}{5}\right)}\\&\ge \dfrac{1}{13}\,\,\,\text{since}\,\,\,\sin \left(x+\tan^{-1}\dfrac{12}{5}\right)\le 1 \,\,\,\text{for}\,\,\, x\in \left(0,\,\dfrac{\pi}{2}\right)\end{align*}$
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.

Similar threads

Replies
1
Views
1K
Replies
1
Views
941
Replies
1
Views
1K
Replies
2
Views
1K
Replies
2
Views
927
Replies
7
Views
1K
Back
Top