Given the equations $x^2+2y^2 \leq 1$, and $x+y+z=1$, how do I find the surface area of their intersection?
I approached this question by first parameterizing the equation for the elliptic cylinder.
$x=\cos(u)$, $y= \frac{\sqrt2}{2} \sin(u)$, $z = v$
Then, I calculated the tangent vectors $T_u$ and $T_v$.
$T_u = (-\sin(u), \frac{\sqrt2}{2}\cos(u),0)$.
$T_v=(0,0,1)$.
$T_u \times T_v = -\frac{\sqrt2}{2}\cos(u)\cdot i-\sin(v)\cdot j$.
$|T_u \times T_v| = \sqrt{\frac{1}{2}\cdot\cos^2(u)+\sin^2(u)}$.
I could not integrate the above expression. After looking through various resources, they all say to parameterize the elliptic cylinder the way I did above. So now I am looking for either other methods of parametrization or a different approach to this problem overall.
Any help is appreciated, thank you!
You are cutting an elliptical cylinder with a plane, leading to an ellipse. By a simple change of variable ($y=Y/2$) this is the same as cutting a cylinder with a plane. In such a case the area of the section is $\pi R^2 |\sec\theta|$, where $R$ is the radius of the cylinder and $\theta$ the the angle between the cutting plane and a plane containing a circular section of the cylinder. Can you compute $R$, $\cos\theta$ and finish by scaling?