I want to show that the function $N: \mathbb{R} \rightarrow \mathbb{R^2}$ defined by $\sqrt{x_1^2 - x_1x_2 + 4x_2^2}$
I know that in order to do so, I have to show the 3 following properties:
$N(x) = 0 \iff x= 0$
$N(\lambda x) = |\lambda|N(x)$
$N(x+y) ≤ N(x) + N(y)$
I tried to show the frst property but I got stuck.
I don't know how to prove that $x_1^2 - x_1x_2 + 4x_2^2 = 0 \iff (x_1, x_2) = (0,0)$
For the third property I guess I'd just have to use the triangle inequality. But I don't know how to show the second property either.
One way: $$Q(x_1,x_2)=x_{1}^2 - x_1 x_2 + 4 x_{2}^{2}=\begin{pmatrix}x_1,\;x_2\end{pmatrix}\begin{pmatrix}{1}&{-1/2 }\\{-1/2 }&{4}\end{pmatrix}\begin{pmatrix}x_1\\{x_2}\end{pmatrix}$$ is a definite positive quadratic form, so $$\langle (x_1,x_2),(y_1,y_2) \rangle=\begin{pmatrix}x_1,\;x_2\end{pmatrix}\begin{pmatrix}{1}&{-1/2 }\\{-1/2 }&{4}\end{pmatrix}\begin{pmatrix}y_1\\{y_2}\end{pmatrix}$$ is an inner product. As a consequence, $$N(x_1,x_2)=\sqrt{\langle (x_1,x_2),(x_1,x_2) \rangle}$$ is a norm.