Find the minimum of function $$f(x)=\frac{4x^2}{\sqrt{x^2-16}}$$ without using the derivative.
In math class we haven't learnt how to solve this kind of problems (optimization) yet. I already know that is solvable using derivatives, but there should be another way. Thanks in advance!
Since the quantity inside root can't be negative for real values of x we have $$x\in (-\infty, -4]\cup [4,\infty) $$
Hence we substitute $x=4\sec \theta$ for some arbitrary $\theta$
Hence we need to find the minimum value of $$\frac {64\sec^2\theta}{4\tan \theta}=\frac {32}{2\sin\theta\cos\theta}$$
Now using$$2\sin\theta\cos\theta=\sin 2\theta$$
We need to find minimum value of $$\frac {32}{\sin 2\theta}$$ which is simply $32$ attained when $\sin 2\theta=1$ , i.e.$$\theta=\frac {(4n+1)\pi}{4}$$ hence at that point we have $$x=4\sec\theta=\pm 4\sqrt 2$$