Parametrize a surface and calculating a surface integral

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
physmatics
Messages
16
Reaction score
0

Homework Statement


Calculate the surface integral I = [tex]\int\int[/tex] f dS of the function f(x,y,z) = [tex]\sqrt{1/2 + y^{2}}[/tex] over the surface S given by [tex]x^{2} + 2*y^{2} = 1[/tex], [tex]0 \leq z \leq x^{2} + y^{2}[/tex]. (Clue: parametrize the surface.)

Homework Equations


-

The Attempt at a Solution


The surface is, as far as I can tell, the elliptic cylinder [tex]x^{2} + 2*y^{2} = 1[/tex], from z = 0 to z = 1.
Now, I have trouble parametrizing the surface. Can I just parametrize it as an ellips in [tex]R^{2}[/tex]? The equation of that ellips would be [tex]x = \sqrt{1 - 2*y^{2}}[/tex]. Then, how do I parametrize the ellips given the equation? And also, why is 'parametrizing the surface' a clue? I really don't get it...
Sorry for clumsy use of LaTeX, I'm not very familiar with it.

Thank you very much!
 
Physics news on Phys.org
You try to parameterize a surface in a way to express it in a nice form that hopefully makes the integral easy. This problem suggests cylindrical-like coordinates. Here's what I would try. Write your cylinder like this:

[tex]x^2 + \frac{y^2}{\left(\frac 1 {\sqrt{2}}\right)^2} = 1[/tex]

This suggests

[tex]x = \cos(\theta),\ y = \frac 1{\sqrt{2}}\sin(\theta)[/tex]

for the ellipse so you could try this parameterization for your surface:

[tex]\vec R(\theta,z) =\langle \cos(\theta),\frac 1{\sqrt{2}}\sin(\theta),z\rangle[/tex]

Try that. It might get a little messy but I think you will find it works. Be brave.:smile:
 
Strictly speaking, what LKurtz gives is the parametrization of the intersection of that cylinder with a plane of constant z. For the surface itself you will need to add z= z.

You then have the surface parameterized by [itex]x= cos(\theta)[/itex], [itex]y= (1/\sqrt{2})sin(\theta)[/itex], [itex]z= z[/itex] so the two-dimensional surface is in terms of the two parameters [itex]\theta[/itex] and [itex]z[/itex].

We can then write
[tex]\vec{R}(\theta, z)= \langle cos(\theta), (1/sqrt{2})sin(\theta), z\rangle[/tex]

The derivatives with respect to the two parameters,
[tex]\vec{R}(\theta, z)_\theta= \langle -sin(\theta), (1/\sqrt{2})cos(\theta), 0\rangle[/tex]
[tex]\vec{R}(\theta, z)_z= \langle 0, 0 , 1 \rangle[/tex]
are vectors in the tangent plane at each point and their cross product (the "fundamental vector product" the surface), a vector perpendicular to the tangent plane at each point, with "[itex]d\theta dz[/itex]" is the vector differential of surface area and its magnitude is the differential of surface area.
 
HallsofIvy said:
Strictly speaking, what LKurtz gives is the parametrization of the intersection of that cylinder with a plane of constant z.

Huh? Maybe your scroll-down bar isn't working??