BurningHot
- 3
- 0
Homework Statement
Compute the integral
\iint_S \sin y dS
where S is part of the surface x^2 +z^2 = \cos^2(y) lying between the planes y=0 and y=\pi/2.
Homework Equations
\iint_S f(x,y,z) dS = \iint_D f(x,y, g(x,y)) \sqrt{g_x^2 +g_y^2 +1}dA
\iint_S f(x,y,z) dS = \iint_D f(\vec{r}(u,v)) \|\vec{r}_v\times\vec{r}_v\| dA
The Attempt at a Solution
So my attempt was to parametrize to surface as x=x , y=y, z=\sqrt{\cos^2y - x^2}, then put everything in the equation, and ended up with this integral \int_0^{\pi/2}\int_0^{cosy} siny \sqrt{\frac{x^2+sin^2ycos^2y}{cos^2y-x^2} +1} dxdy
This is exactly what I would get if I took the partial derivatives and used the other equation. I don't think I've made a mistake in my calculations, but that's more than likely to happen.
I'm not sure how to proceed from here. Is there some kind of factorization I can do? Some identity to apply? Some substitution to use?