Surface area of z²=2xy above the xy plane

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 9K views
twotwelve
Messages
9
Reaction score
0
Apostol page 429, problem 4

Is there a better way to set up this problem or have I made a mistake along the way?
(ie easier to integrate by different parameterization)

Homework Statement


Find the surface area of the surface [tex]z^2=2xy[/tex] lying above the [tex]xy[/tex] plane and bounded by [tex]x=2[/tex] and [tex]y=1[/tex].

Homework Equations


[tex] S=r(T)<br /> =\bigg(<br /> X(x,y),Y(x,y),Z(x,y)<br /> \bigg)<br /> =\bigg(<br /> x,y,\sqrt{2xy}<br /> \bigg)[/tex]
[tex] \frac{\partial r}{\partial x}=(1,0,\frac{\sqrt{2y}}{2\sqrt{x}})[/tex]
[tex] \frac{\partial r}{\partial y}=(0,1,\frac{\sqrt{2x}}{2\sqrt{y}})[/tex]
[tex] \frac{\partial r}{\partial x}\times\frac{\partial r}{\partial y}<br /> =\bigg(<br /> -\frac{\sqrt{2y}}{2\sqrt{x}},-\frac{\sqrt{2x}}{2\sqrt{y}},1<br /> \bigg)[/tex]
[tex] \left|\left|\frac{\partial r}{\partial x}\times\frac{\partial r}{\partial t}\right|\right|<br /> =\sqrt{1+\frac{2y}{4x}+\frac{2x}{4y}}[/tex]
[tex] a(S)=\int_0^1 \int_0^2 \sqrt{1+\frac{2y}{4x}+\frac{2x}{4y}}\,dx\,dy[/tex]
 
Last edited:
Physics news on Phys.org
Did I perhaps set something up wrong? Could this be parameterized somehow as an Elliptic Paraboloid?
 
Last edited:
You are on the right track. It's actually easy to continue. Add the terms under the radical and rewrite is as

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

and take the root in the numerator.
 
Yes, thank you. I was actually inquiring if anyone could find a better way to represent the surface area.