Actually I am from physics background, so I need a help in understanding the geometrical properties of a surface, Suppose If an expression for a surface is given such as
$$Ax^2+By^2+Cz^2+Dxy+Eyz+Fxz+G=0$$
How can I find the geometrical properties of such a 3D surface? In 2D, I know how to find the maxima, minima, eccentricity of conic sections, If I change the 3D surface into 2D plot by introducing contours? will it be useful in finding the properties of 3D surface?
There are only a few basic shapes that an equation in this form can take on.
An elipsoid, a hyperboloid in one sheet, and a hyperboloid in two sheets.
If you opened it up a littlle bit wiht
$Ax^2 + By^2 +Cz^2 + Dxy + Eyz+Fxz+Gx+Hy+Iz + K = 0$ paraboloids and hyperbolic paraboloids enter the picture.
I would suggest you become familiar with the more simplified equations first
$Ax^2 + By^2 +Cz^2 = K$ and $Ax^2 + By^2 = z$
And look at what you get with positive, negative and zero values for $A,B$ and $C.$
If you now linear algebra:
Build this matrix
\begin{bmatrix} A &\frac D2 &\frac F2\\ \frac D2 & B &\frac E2\\ \frac F2&\frac E2&C\end{bmatrix}
And the eigenvalues will determine the shape (same as A,B and C when we didn't have those pesky cross terms). The eigenvectors will determine the orientation.
That said, contours are certainly useful. You can also use partial derivatives to find the critical points (peaks, saddles, etc.)