Suppose $A$ is a symmetric positive definite matrix $A\in \Bbb{R}^{n\times n}$, $b \in \Bbb{R}^n$, and c is a real number. Let $$g(x)=x^TAx + b^Tx + c$$ Show that $g$ is coercive.
Because $A$ is positive definite, then $x^TAx\gt0\ \ , \forall x \ne0$
I tried expanding out $g(x)$ and got $$g(x)=(a_{11}x_1^2+a_{22}x_2^2+...+a_{nn}x_n^2+2x_1(a_{12}x_2+a_{13}x_3+...+a_{1n}x_n)+2x_2(a_{23}x_3+...+a_{2n}x_n)+...+2a_{n-1,n}x_{n-1}x_n)+(b_1x_1+b_2x_2+...+b_nx_n)+c$$
Now I'm stuck as to how to show that $$\lim_{|x|\to\infty} g(x)=\infty$$
As $A$ is positive definite, let $C>0$ so that $x^T Ax\ge C|x|^2$ for all $x$. Then
$$|g(x)| = |x^TA x + bx + c| \ge C|x|^2 - |b| \cdot |x| - |c| \to \infty$$
as $|x| \to \infty$.