Hi fellow mathematicians!
I am having a hard time figuring out how an ellipsoid is globally defined.
I know that a local formula for an ellipsoid is:
$(\frac{x}{A})^2 + (\frac{y}{B})^2 + (\frac{z}{C})^2 - 1 = 0$.
However, with this formula I can only place it on the coordinate beginning and it would be aligned with axis. I would like to be able to place it anywhere with any rotation I could think of.
I have found a formula that should globally describe an ellipsoid:
$Ax^2 + By^2 + Cz^2 + Dyz + Ezx + Fxy + Gx + Hy + Jz + K = 0$.
Unfortunately, I have no idea how we got such a formula from the local one and I do not know how to use it. It would be really, really appreciated if someone could explain it to me.
Notation: Capital letters are constants and $x$, $y$ and $z$ are coordinates.
Thanks a lot!
What you have there is the general equation of a quadric surface. It could be an ellipsoid, a hyperboloid of one or two sheets, a paraboloid etc. It is an ellipsoid if the matrix $$M=\pmatrix{A&F/2&E/2\\F/2&B&D/2\\E/2&D/2&C}$$ is positive definite, that is $v^tMv>0$ for any nonzero real vector $v$. One condition that is equivalent to the positive definiteness of $M$ is that $A>0$, $AB>F^2/4$ and $\det M>0$.