ishanz
- 8
- 0
Homework Statement
Evaluate the surface integral.
∫∫S x^2*z^2 dS
S is the part of the cone z^2 = x^2 + y^2 that lies between the planes z = 1 and z = 3.
Homework Equations
\int \int _{S}F dS = \int \int _D F(r(u,v))|r_u\times r_v|dA
x=rcos(\theta)
y=rsin(\theta)
The Attempt at a Solution
First, I parametrized the cone.
z^2=x^2+y^2\Rightarrow z=\sqrt{x^2+y^2} \Rightarrow z=r
Therefore, the cone's vector equation should be
{\bf R}(r,\theta)=rcos(\theta){\bf i}+rsin(\theta){\bf j}+r{\bf k}
{\bf R}_r=cos(\theta){\bf i}+sin(\theta){\bf j}+{\bf k}
{\bf R}_\theta=-rsin(\theta){\bf i}+rcos(\theta){\bf j}
|{\bf R}_r \times {\bf R}_\theta| = r\sqrt{2}
\int_0^{2\pi}\int_1 ^3 {(rcos(\theta))^2(r)^2(r\sqrt{2})}drd\theta=\frac{364\sqrt{2}\pi}{3}
Now, this is the right answer as per the book. My question is, when we go from dA to drd\theta, why don't we use the Jacobian for polar coordinates, r? Had we included the Jacobian, the degree of r in the final double integral would have been six instead of five, giving us a completely different answer. My confusion here: Why is dA not equal to rdrd\theta?
Last edited by a moderator: