I want to prove that this function $$f(x)=\frac{\cosh (2 \pi x)}{x^2}$$ is convex $(0<x<10)$, and find its minimum. The first and second derivatives are a follows $$f'(x)=\frac{2 (\pi x \sinh (2 \pi x)-\cosh (2 \pi x))}{x^3}$$
$$f''(x)=\frac{\left(4 \pi ^2 x^2+6\right) \cosh (2 \pi x)-8 \pi x \sinh (2 \pi x)}{x^4}$$ How to prove that $f''$ is positive?
I think my hint might've been a little too vague so here's a direct method.
Since $x^4$ is always positive then we just have to show that the numerator is positive. Using the definitions $\mbox{cosh}(x) = \frac{e^x + e^{-x}}{2}$ and $\mbox{sinh}(x) = \frac{e^x - e^{-x}}{2}$ then we have
$$(4 \pi ^2 x^2+6) \cosh (2 \pi x)-8 \pi x \sinh (2 \pi x)=(4 \pi ^2 x^2+6)\frac{e^{2\pi x} + e^{-2\pi x}}{2} - 8\pi x\frac{e^{2\pi x} - e^{-2\pi x}}{2}$$
now simplifying and ignoring the $1/2$ factor because it's not important then we just have to show that
$$(4\pi^2 x^2 - 8\pi x + 6)e^{2\pi x} + (4\pi^2 x^2 + 8\pi x + 6)e^{-2\pi x}$$
is positive. Now, the quadratic $4\pi^2 x^2 - 8\pi x + 6$ is positive at $x=0$, and its determinant is negative. Therefore it has no real roots, and so it is positive for all values of $x$. And since the coefficient of $e^{-2\pi x}$ is positive in the range $0<x<10$ then the entire expression is positive in the range $0<x<10$. And so $f^{\prime\prime}$ is positive for $0<x<10$.