What is the value of $\sin(x)$ for the maximum value of $(5+3\sin(x))^2 (7-3\sin(x))^3$.
2026-04-24 15:50:20.1777045820
On
On
Min value of a trigonometric expression
276 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
1
On
Hint:
AM GM inequality
$$\dfrac{2\cdot3(5+3\sin x)+3\cdot2(7-3\sin x)}{2+3}\ge\sqrt[5]{3^2(5+3\sin x)^22^3(7-3\sin x)^3}$$
The equality occurs if $3(5+3\sin x)=2(7-3\sin x)$
0
On
AM-GM inequality is the neat approach, but if you can't figure it out algebra also helps...
let $z=\sin(x)$, $f(z)=g(z)^2h(z)^3$
$$ f' = 2gg'h^3 + 3gh^2h' = gh^2(2g'h+3hh') $$
since $-1 \le z \le 1$, $g$ and $h$ do not have zeros in this region. Therefore $2g'h=-3hh'$, which will give you the same equation to solve for $z$.
HINT
Let $z = \sin x$. You are asking for what value of $z$ does the function $$f(z) = (5+3z)^2 (7-3z)^3$$ attains its maximum. Taking a derivative would likely help.
UPDATE
As mentioned in the comments below, you are only optimizing over $-1 \le z \le 1$.