Finding surface area using double integrals

shemer77
Messages
96
Reaction score
0

Homework Statement



The portion of the paraboloid 2z=x^2+y^2 that is inside the cylinder x^2+y^2=8




The Attempt at a Solution


my attempt was that i would turn this into polar coordinates and solve that integral but is it right? I came up with
http://gyazo.com/78f4ae60e703dd6028e1f32f1b7ad9df
 
Physics news on Phys.org
shemer77 said:

Homework Statement



The portion of the paraboloid 2z=x^2+y^2 that is inside the cylinder x^2+y^2=8

The Attempt at a Solution


my attempt was that i would turn this into polar coordinates and solve that integral but is it right? I came up with
http://gyazo.com/78f4ae60e703dd6028e1f32f1b7ad9df

That integral isn't correct. Show us how you calculated dS.
 
woops my limits arent right on that, it should go from 0 to sqrt(8). is that what is wrong?
 
LCKurtz said:
That integral isn't correct. Show us how you calculated dS.

shemer77 said:
woops my limits arent right on that, it should go from 0 to sqrt(8). is that what is wrong?

That's one thing.
 
well i know that a cylinder makes the dr integral go from 0 to sqrt(8), and I know for dθ it goes all the way around so i know that's from 0 to 2pi, and for my integral i just did (x^2+y^2)/2 and then converted that to polar so it would be r^2/2 and then wrote out the complete equation ie
http://gyazo.com/78f4ae60e703dd6028e1f32f1b7ad9df
 
shemer77 said:
well i know that a cylinder makes the dr integral go from 0 to sqrt(8), and I know for dθ it goes all the way around so i know that's from 0 to 2pi, and for my integral i just did (x^2+y^2)/2 and then converted that to polar so it would be r^2/2 and then wrote out the complete equation ie
http://gyazo.com/78f4ae60e703dd6028e1f32f1b7ad9df

That would be right if you were asked to calculate the volume under the paraboloid and above the xy plane. But the title of your thread says you are asked to get the surface area of the paraboloid inside the cylinder. That is why I keep asking you for dS.
 
Any surface can be written as a vector equation:
\vec{r}(u,v)= x(u,v)\vec{i}+ y(u,v)\vec{j}+ z(u,v)\vec{k}
where u and v are parameters.

The vectors
\vec{r}_u(u,v)= x_u\vec{i}+ y_u\vec{j}+ z_u\vec{k}
and
\vec{r}_v(u,v)= x_v\vec{i}+ y_v\vec{j}+ z_v\vec{k}

are tangent vectors. Their cross product gives the "differential of surface area":
dS= \left|\vec{r}_u\times \vec{r}_v\right|du dv
 
wow I am an idiot. so the equation i found was
sa=double integral of the sqrt((fx)^2 + (fy)^2 +1)

so this was my equation
http://gyazo.com/a90a63c1d98779233c0a246864823cd4
with the respective integrals of course. is that right?
and If it is, i know i have to convert it to polar, which looks terribly difficult
 
Last edited:
  • #10
I gave you a link which shows you how to work out the integrand and do the conversion.
You have to scroll down to the bit where it shows you the example related to your problem.
I suspect you are still thinking in terms of integrating some function provided. Get that out of your head - the dS takes care of that for you. (Either that or you forgot to do the cross product...)

The thinking:
In general - when you have a flat area to calculate, you stamp the area with small squares and count them. dS is that small area. If the rea is flat then the sides of the small squares are dx and dy then the surface area of each is dS=dxdy. The Area of the whole surface is the sum of all the little areas like this:

\int_{Y} \int_{X} dxdy ... where X and Y represent the limits of integration.
Notice how there is apprently no function to integrate? The function in question is g(x,y)=1 - because the surface is flat, it's slope in the x and y directions is 1.

The area below a function in the x-y plane is a special case of this that simplifies to a single integral - so it is easier to teach.
As a double integral, the area under f(x) is:

\int_{a}^{b} \int_{y=0}^{y=f(x)} 1dydxIf the area is not flat, then you project the squares onto the surface - so they look like parallelograms - the sides will be longer depending on the slope of the surface in their directions (hint: partial derivatives) and dS will be in terms of dxdy but modified for the area of a parallelogram. Which is basically what you've just done.

But you can also do this in other coordinate systems.

In polar coords, a small area at position (r,\theta) from the z axis, in a plane perpendicular to the z axis, which covers a distance \Delta r in the r direction, and an angle \Delta \phi in the \phi would be roughly dS=(r\Delta \phi) \Delta r - can you see why? In the limit that \Delta \phi and \Delta r are very small, then this area is exact with:

dS = r dr d\phi

BUT: the surface is not flat!
A parabaloid about z in cylindrical-polar coords would be:

z=a(r+b)^2

So the slope varies in the r direction - making the sides of dS longer in the r direction.
A quick sketch of the situation will help.

(BTW: You'll have noticed how useful LaTeX is by now - it is really worth learning.)
 
Last edited:
Back
Top