Surface area of smooth parametric surface

zzheng
Messages
1
Reaction score
0
Sorry I am new to the forum, I don't know how to type in the integrals and stuff.

Homework Statement


Let S be the portion of the surface y = x2 where 0 <= z <= X <= 2. Compute the surface area of S.

Homework Equations


r(u,v) = x(u,v)i + y(u,v)j + z(u,v)k
A(S) = integral ru X rv dA

The Attempt at a Solution


My first attempt I did: x = ucosv, y = u2cos2v, and z = ucosv where 0<= u <= 2 and 0 <= v <= 2pi
when I was doing ru X rv, got a lot of sines and cosines but everything canceled out at the end and became 0.

Then I just decided to use x = x, and y = x2 where x is from 0 to 2.
but then ry turns out to be 0.

I am not sure how I would do this, most of the problems I have done are z as a function of x and y, but this case z is given but I don't know what to do with it.

Could some one please help me with this? Thank you for your help in advance.
 
Physics news on Phys.org
Unless you are describing a surface of revolution, which you haven't described, I don't see why you would involve trig functions in the parameterization. The surface y = x2 is a cylindrical parabola standing vertically on the xy plane. If I understand your description correctly, you are talking about that portion of the cylindrical surface in the first octant under the plane z = x.

If I'm correct, the natural paramaterization would be to use x and z:

\vec R(x,z) = \langle x,x^2,z\rangle

and your domain is a triangle in the xz plane. Try that.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top