Question: What is the minimum value of $$\dfrac {9x^2\sin^2x+4}{x\sin x}\tag1$$For $0
I solved this, but somewhere, I did something wrong. My work is as follows:
First, set $y=x\sin x$. Therefore, $$\begin{align*}\dfrac {9y^2+4}{y}=\dfrac 4y+9y\tag2\end{align*}$$ And by the AM-GM Inequality, we have$$\begin{align*}\dfrac {9y+\dfrac 4y}2 & \geq\sqrt{\dfrac 4y\cdot 9y}\tag3\\9y+\dfrac 4y & \geq12\tag4\end{align*}$$ $(4)$ is minimized only when the RHS is equal to zero. So$$9y+\dfrac 4y=0\implies 9y^2=-4\implies y^2=-\dfrac 49\tag5$$ However, if I square root both sides, I get an imaginary value. Where did I go wrong? The book says the solution is $12$ (received by plugging in $x=\dfrac 23$).