rrroach said:
Homework Statement
Calculate the surface integral ∫∫S x2z2 dS, where S is the part of the cone z2=x2+y2 between the planes z=1 and z=3
Homework Equations
There are two relative equations for calculating surface integrals by transforming them into double integrals, but my question is about the two forms of the magnitude: |ru x rv| (where r is the vector equation and u, v are parameters) and √((dg/dx)2+(dg/dy)2+1) (where x,y represent cartesian coordinates and are the parameters for g(x,y), which defines the z-coordinate).
If z= g(x,y) then [itex]\vec{r}(x,y)= x\vec{i}+ y\vec{j}+ g(x,y)\vec{k}[/itex]
So [itex]\vec{r}_x= \vec{i}+ g_x\vec{k}[/itex] and [itex]\vec{r}_y= \vec{j}+ g_y\vec{k}[/itex]. There cross product is [itex]\vec{r}_y\times \vec{r}_x= g_x\vec{i}+ g_y\vec{j}- \vec{k}[/itex] and the norm of that is, in fact, [itex]\sqrt{\vec{r}_x^2+ \vec{r}_y^2+ 1}[/itex].
The Attempt at a Solution
I thought that the two equations were really just two different ways of expressing the same value, but due to this problem, I'm not so sure anymore.
I parameterized the equation of the cone as x=r cos θ, y=r sin θ, z=r, which I believe is the correct parameterization. In using the first form of the equation, for the part that involves the magnitude of the cross product of the partial derivatives of the vector equation (which is formed by the parameterization), I yield r√2. By using the second form of the equation, I yield only √2.
Okay, with that parameterization, [itex]\vec{r}(\theta, r)= rcos(\theta)\vec{i}+ r sin(\theta)\vec{j}+ r\vec{k}[/itex] so that [itex]\vec{v}_\theta= -r sin(\theta)\vec{i}+ r cos(\theta)\vec{j}[/itex] and [itex]\vec{v}_r= cos(\theta)\vec{i}+ sin(\theta)\vec{j}+ \vec{k}[/itex]. Their cross product is [itex]rcos(\theta)\vec{i}+ rsin(\theta)\vec{j}- r\vec{k}[/itex] and the norm of that is [itex]\sqrt{r^2cos^2(\theta)+ r^2sin^2(\theta)+ r^2}= r\sqrt{2}[/itex] as you say. The area integral would be
[tex]\int_{r= 1}^3\int_{\theta= 0}^{2\pi} r\sqrt{2} d\theta dr[/tex]
Using [itex]z^2= x^2+ y^2[/itex], we have [itex]2z z_x= 2x[/itex] so that [itex]z_x= x/z[/itex] and [itex]2z z_y= 2y[/itex] so that [itex]z_y= y/z[/itex].
[itex]\sqrt{z_x^2+ z_y^2+ 1}= \sqrt{x^2/z^2+ y^2/z^2+ 1}= \sqrt{\frac{x^2+ y^2+ z^2}{z^2}}= \frac{R}{z}[/itex] where R is now the straight line distance from the origin to (x, y, z). Since the cone makes a 45 degree angle, [itex]R= \sqrt{2}r[/itex] with r measured in the xy-plane. And, of course, [itex]z= \sqrt{x^2+ y^2}= r[/itex] so that is, in fact, [itex]\sqrt{2}[/itex] alone.
However, you are not taking into account the "differential of area" in the xy-plane. In polar coordinates, that is [itex]rdrd\theta[/itex] so that the area is given by
[tex]\int_{r= 1}^3\int_{\theta= 0}^{2\pi} \sqrt{2}(r d\theta dr)[/tex]
exactly as before.
I've double-checked the cross product and the parameterization at least 10 times, but I still do not understand why the two forms of the same equation are giving me two different answers. Is my parameterization wrong or am I falsely thinking that the equations are really the same? Any help is appreciated!
You were checking the wrong integral.