Suppose an ellipsoid given by $\{{(x,y,z)| {x^{2}+\frac{y^{2}}{4}+\frac{z^{2}}{9}}}=1\}$, find the area of the orthogonal projection of the ellipsoid on the plane ${2x+4y-5z=10}$.
What is the right direction to solve this question? Thanks in advance!
Given the ellipsoid
$$ C\to p'Mp=1,\ \ \ p = (x,y,z), \ \ \ M = \mbox{diag}\left({1,\frac 14, \frac 19}\right) $$
and the plane
$$ \Pi\to(p-p_0)\cdot\vec v,\ \ \ \vec v = (2,4,-5) $$
the line
$$ L\to p=p_1+\lambda \vec v $$
is by construction, orthogonal to $\Pi$. Now making
$$ (p_1+\lambda\vec v)'M(p_1+\lambda\vec v)=1 $$
and solving for $\lambda$ we have
$$ \lambda = \frac{-2p_1'M\vec v\pm 2\sqrt{(p_1'M\vec v)^2-(p_1'M p_1-1)(\vec v'M\vec v)}}{2\vec v'M\vec v} $$
but if $L$ is tangent to $C$ then
$$ (p_1'M\vec v)^2-(p_1'M p_1-1)(\vec v'M\vec v)=0 $$
now assuming that $p_1'$ is the generic tangency point, the sought projection is given by the solution
$$ (p_1'M\vec v)^2-(p_1'M p_1-1)(\vec v'M\vec v)=0\\ (p_1-p_0)'\cdot \vec v = 0 $$
for $p_1$
which eliminating $z$ gives
$$ 7028 x^2 + 1088 x y + 2837 y^2 = 9700 $$
this is the trace projection on the $z=0$ plane. Eliminating the $x y$ term with a convenient rotation we get
$$ (1973 + \sqrt{749929}) X^2 + (1973-\sqrt{749929}) Y^2 = 3880 $$
with main axes
$$ r_X=2 \sqrt{\frac{970}{1973+\sqrt{749929}}}\\ r_Y=2 \sqrt{\frac{970}{1973-\sqrt{749929}}} $$
so the projected area is given by
$$ S_p = \pi r_X r_Y = \frac{2 \sqrt{97} \pi }{9} $$
but
$$ S_p = S \left(\frac{\vec v}{||\vec v||}\cdot \hat e_z\right) $$
hence
$$ S = \frac{2 \sqrt{97} \pi }{45} $$
Attached the problem setup
In lightblue $(p_1'M\vec v)^2-(p_1'M p_1-1)(\vec v'M\vec v)=0$ in light red $(p_1-p_0)'\cdot \vec v = 0$ and in light yellow $7028 x^2 + 1088 x y + 2837 y^2 = 9700$