original question
I understand that the equation $\vec{x}^\top\mathbf{A}\vec{x} = r$ represents an ellipsoid, i.e. the solution space of that equation is an ellipsoid, and you can do the eigen-decomposition of $\mathbf{A}$ to tell you about the principle axis of the ellipsoid. My question is how can you interpret the left-hand side of that equation alone, i.e. the quadratic form by itself?
This comes up during PCA, where we are trying to maximize the quadratic form $\vec{x}^\top\mathbf{A}\vec{x}$ under the constraint that $\vec{x}^\top\vec{x} = 1$. My gut feeling is that the quadratic form under constraint will form the "same" (or probably "similar" is a more appropriate word) ellipsoid as the equation form $\vec{x}^\top\mathbf{A}\vec{x} = 1$, and the $\vec{x}$ to maximize the quadratic form would just be the long axis, but I couldn't prove this to myself nor come up with a formal way to set up this picture in my mind. Sorry in advance if this has been asked before (but I couldn't find it)... Any help would be much appreciated! Thank you!
comments
The original question is sort of vague, and the question "why do the eigenvalues/vectors maximize the quadratic term?" is indeed asked elsewhere, probably several times. Apologize again for the duplication. However, I do realize I was picturing something else that's not found in other questions. I will try to formalize that in the following new question:
new question
Let $\mathbf{A}$ be a positive definite matrix, so that $\vec{x}^\top\mathbf{A}\vec{x} = 1$ represent an ellipsoid. Let $\vec{v}$ be a vector that's on the same direction as $\vec{x}$, and at the same time assume the length of the quadratic form: $\lVert\vec{v}\rVert = \vec{x}^\top\mathbf{A}\vec{x}$. My question is what would the graph of $\vec{v}$ look like? Can you put the unit circle $\vec{x}^\top\vec{x} = 1$, the ellipsoid $\vec{x}^\top\mathbf{A}\vec{x} = 1$, and $\vec{v}$ in the same plot and develope some intuitive geometric relationship between them? (just to be clear, the vector $\vec{v}$ is what I was picturing when I say "geometric interpretation of the quadratic form by itself" in the title)
A quadratic norm is a function $f(x) = \mathbf{x^\top A x}$, which will be a quadratic function of $x_1, x_2, ... x_n$. This graph will look differently depending on how those "parabolas fit together" (this will depend on the matrix $\mathbf{A}$). If $\mathbf{A}$ is positive definite you can view this as a generalisation of a 2D parabola pointing upwards (the function $f$ will be positive for any value $x_1, x_2, ... x_n$, i.e. $\mathbf{x^\top A x} > 0$), so you get an elliptic paraboloid. Similarly with negative definite $\mathbf{A}$. Otherwise you will get a hyperbolic paraboloid (saddle). The cross section of elliptic paraboloid is an ellipse and a cross section of hyperbolic paraboloid is a hyperbola.