BurningHot
- 3
- 0
Homework Statement
Compute the integral
[itex]\iint_S \sin y dS[/itex]
where S is part of the surface [itex]x^2 +z^2 = \cos^2(y)[/itex] lying between the planes [itex]y=0[/itex] and [itex]y=\pi/2[/itex].
Homework Equations
[itex]\iint_S f(x,y,z) dS = \iint_D f(x,y, g(x,y)) \sqrt{g_x^2 +g_y^2 +1}dA[/itex]
[itex]\iint_S f(x,y,z) dS = \iint_D f(\vec{r}(u,v)) \|\vec{r}_v\times\vec{r}_v\| dA[/itex]
The Attempt at a Solution
So my attempt was to parametrize to surface as [itex]x=x , y=y, z=\sqrt{\cos^2y - x^2}[/itex], then put everything in the equation, and ended up with this integral [itex]\int_0^{\pi/2}\int_0^{cosy} siny \sqrt{\frac{x^2+sin^2ycos^2y}{cos^2y-x^2} +1} dxdy[/itex]
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?