taking example 1:
we want to project the standard ellipsoid equation: $$ \frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1 $$
onto the plane equation $$z=0$$
here we can just substitute $z$ with $0$ and get the projected equations:
$$ \begin{cases} \frac{x^2}{a^2}+\frac{y^2}{b^2}=1 \\ z=0 \end{cases} $$
taking example 2:
there is a non-standard ellipsoid equation with center shifted: $$ \frac{(x-u)^2}{a^2}+\frac{(y-v)^2}{b^2}+\frac{(z-w)^2}{c^2}=1 $$
too, project it onto the plane equation $$z=0$$
if we just substitute $z$ with $0$ again.
we get the equation 1 :
$$ \begin{cases} \frac{(x-u)^2}{a^2}+\frac{(y-v)^2}{b^2}=1-\frac{(w)^2}{c^2} \\ z=0 \end{cases} $$
but by geometrical intuition , the equation 1 is not the corrected solution.
it is just a slice of the ellisoid cut by $z=0$
instead, by intuition, the projected equation should be the equation 2: $$ \begin{cases} \frac{(x-u)^2}{a^2}+\frac{(y-v)^2}{b^2}=1 \\ z=0 \end{cases} $$ equation2 means that we can substitute $\frac{(z-w)^2}{c^2}$ with $0$ and get the projected equation.
but why this operating works?
I don't know.
if we get a non-standard ellipsoid equation that not only center shifted but also center rotated.
how to get the corrected projected equation onto $z=0$?
like example3: $$ 2x^2+2y^2+2z^2-2(x+y+z)+2xy+2zy+2zx=0 $$
I don't know.
further more, a general surface or plane equation like $F(x,y,z)=0$, projecting it onto a general plane like $Ax+By+Cz+D=0$, how to get the corresponding projected equation? do we have the general method to get it?
If you project a surface $S$ described in however way to the plane $z=0$ the "equation" of the projected surface $\pi_z(S)$ is $z=0$. But of course this is not what you want. If $S$ is an ellipsoid surface in space then $\pi_z(S)$ is a doubly covered elliptical disc $E$ in the $(x,y)$-plane. What you want to know is the exact boundary $\partial E$.
If $S$ is axis aligned and centered at ${\bf 0}$ then it so happens that you can just put $z=0$ in the equation of $S$, and a similar reasoning works if $S$ is still axis aligned, but offset. The following argument shows why this works in these special cases.
For the general case we have to find out how the boundary $\partial E$ comes about. Now $\partial E$ is the image of the points on $S$ where the tangent plane is vertical, i.e. parallel to the $z$-axis. Therefore we have to find these points. If $S$ is given by a quadratic polynomial equation $F(x,y,z)=0$ then at each point $(x,y,z)\in S$ the vector $\nabla F(x,y,z)$ points into the normal direction of $S$. This normal direction is horizontal (hence the tangent plane vertical) iff the third component ${\partial F\over\partial z}$ of $\nabla F(x,y,z)$ vanishes. It follows that the outline points of $S$ with respect to $\pi_z$ are satisfying the two equations $$F(x,y,z)=0,\qquad{\partial F\over\partial z}(x,y,z)=0\ .\tag{1}$$ If $(x,y,z)$ satisfies $(1)$ then $\pi_z(x,y,z)=(x,y,0)$ is a point of $\partial E$. This fact can be cast into the following recipe: If you eliminate $z$ from $(1)$ you obtain the equation of $\partial E$ in the form $g(x,y)=0$.