Let Σ be the surface in $R^3$ given by $2x^2 + 2xy + 4yz + z^2 = 1 $
By writing this equation as $x^TAx$ = 1, with A a real symmetric matrix, show that there is an orthonormal basis such that, if we use coordinates $(u, v, w)$ with respect to this new basis, Σ takes the form $λu^2 + µv^2 + νw^2 = 1.$ Find $λ$, $µ$ and $ν$ and hence find the minimum distance between the origin and Σ.
Hint: it is not necessary to find the basis explicitly.
I found matrix $A$ = $\begin{pmatrix} 2& 1 & 0 \\ 1 & 0 & 2 \\ 0 & 2 & 1 \end{pmatrix} $ , and figured that $λ$, $µ$ and $ν$ should be its eigenvalues, after changing the basis to the eigenvectors. The eigenvalues are $ 3, \sqrt{3}, -\sqrt{3} $, so I have $3u^2 + \sqrt{3}^2 -\sqrt{3}w^2 = 1.$
I feel like I have made a mistake somewhere, I don't know how to proceed.
Let be $u$, $v$ and $w$ the orthogonal base of eigenvectors of $A$. Then you can write each $x\in\mathbb R^3$ as the linear combination of $u$,$v$ and $w$. So there exist $\alpha,\beta,\gamma\in\mathbb R$ such that $x=\alpha u+\beta v+\gamma w$ and you get $$ x^TAx=1\Leftrightarrow 3\alpha^2 u^2+\sqrt{3}\beta^2 v^2-\sqrt{3}\gamma^2 w^2=1. $$ But we can do better. We can normalize $u$, $v$ and $w$ such that we get $$ 3\alpha^2 u^2+\sqrt{3}\beta^2 v^2-\sqrt{3}\gamma^2 w^2=1\Leftrightarrow 3\alpha^2+\sqrt{3}\beta^2-\sqrt{3}\gamma^2=1. $$ To compute the minimal distance of $\Sigma$ to the orgin, we have to compute the minimum of $\tilde f(x)=\|x\|^2=x_1^2+x_2^2+x_3^2$, which is the square of the distance, within the restriction $x^TAx=1$.
But considering $x=\alpha u+\beta v+\gamma w$, we can also minimize $f(\alpha,\beta,\gamma)=\alpha^2+\beta^2+\gamma^2$ with the restiction $3\alpha^2+\sqrt{3}\beta^2-\sqrt{3}\gamma^2=1$.
Here you see that we don't need the explicit eigenvectors. Should the rest be fine?
Hint:
Result: