If $Q\in\mathbb{R}^{n\times n}$ is positive definite, then show that $f(x) = \sqrt{x^TQx+1}$ is convex over $\mathbb{R}^n$. My first idea was to rewrite $f$ to be \begin{align*} f(x) &= \sqrt{x^T\left(Q+(x^Tx)^{-1}\right)x}\\ &= \sqrt{x^T L_xL^T_xx}\\ &=\sqrt{\| L^T_x x\|^2}\\ &= \| L^T_x x\|, \end{align*} where $L^T_xL_x$ is the Cholesky decomposition of $\left(Q+(x^Tx)^{-1}\right)$. It doesn't seem clear to me that the last term, $\| L^T_x x\|$, is in fact convex.
Is there an explanation to this or another way to do it?
Thanks
Here is a easy way to show the convexity by using convex function composition rules.
$\Vert x \Vert_2$ is obviously convex.
$\sqrt{x^2+1}$ is an composition of $\Vert x \Vert_2$ of dimension 2 and an affine transformation of $$ g(x) = \left[\array{x_1 \\ 1}\right] = \left( \array{1 \quad 0 \\0\quad 0} \right)\left[\array{x_1 \\ x_2}\right] + \left[\array{0 \\ 1}\right].$$ Hence $\sqrt{x^2+1}$ is convex (If you want, you can use the second derivative to verify its convexity as well. I am trying to minimize mathematical manipulations here.)
$\sqrt{x^TQx} \equiv \Vert x \Vert_Q$ is a form of norm. Hence it is convex.
Further note $\sqrt{x^2+1}$ is an increasing function of $x$ for $x\ge0$. By the composition rule $\sqrt{{(\sqrt{x^TQx})}^2+1} = \sqrt{x^TQx+1}$ is convex.
Note if you are not convince that $\sqrt{x^TQx} \equiv \Vert x \Vert_Q$ is convex, then you can convince yourself by noting $\Vert x\Vert_2$ is convex, and its composition with an affine transformation $g(x)=\sqrt{\Lambda}Ux$ should also be convex where $Q=U^T\Lambda U$, $\Lambda$ is a diagonal matrix with positive entries since $Q$ is positive definite.