If $x \in \mathbb{R} $, find the smallest value of $y=\frac{x^2 + 7}{\sqrt{x^2 + 6}}$
Attempted solution:
$y$ can be expressed as $ y=\frac{(x^2 + 6)+1}{\sqrt{x^2 + 6}} = \sqrt{x^2+6} + \frac{1}{\sqrt{x^2 + 6}}$.
However, we can't use AM-GM here since $\sqrt{x^2+6} = \frac{1}{\sqrt{x^2 + 6}}$ when $x^2=-5$.
Using graphing software, I can tell that $y$ minimizes when $x=0,$ I know I can also get the derivative of $y$ with respect to $x$ and get the critical points.
My question is, how can we get the minimum of $y$ analytically (without using calculus)?
Note: Since $y$ is an even function, I think we only need to prove that the function is monotonically increasing on the interval $[0,\infty)$. However, I don't know how to show this without resorting to calculus.