New Reply

Surface Area of a Multivariable function

 
Share Thread Thread Tools
Jun1-12, 01:30 PM   #1
 

Surface Area of a Multivariable function


I don't know how to calculate the surface area after setting everything up. I have tried both MAPLE 15 program and wolfram alpha, but I can't find the answer.

I have the function:
f(x,y)= x*(y^2)*e^-((x^2+y^2)/4)

The form I found for surface are was the square root of (sum of squares of partials with respect to x and y).
The work I have so far
∫∫√(e^(-(x^2+y^2)/4))*(y^4-(3x^2*y^4)+(4y^2*x^2)+((x^4*y^4)/4)+((x^2*y^6)/4)+1 dx dy
I have to integrate from -3 to 3 for both x and y.
I have tried putting it into MAPLE 15, but it won't solve the function for a value.
What should I do? Is there any way to simplify this algebraically so that it is easier to solve? Is it even possible to solve it by hand?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Jun1-12, 02:07 PM   #2
 
try spherical/cylindrical coordinates
Jun1-12, 02:11 PM   #3
 
What would the limits of integration be though? It is not shaped anything like a cylinder or sphere.
Jun1-12, 03:16 PM   #4
 
Recognitions:
Homework Helper Homework Help

Surface Area of a Multivariable function


Quote by mariya259 View Post
I don't know how to calculate the surface area after setting everything up. I have tried both MAPLE 15 program and wolfram alpha, but I can't find the answer.

I have the function:
f(x,y)= x*(y^2)*e^-((x^2+y^2)/4)

The form I found for surface are was the square root of (sum of squares of partials with respect to x and y).
The work I have so far
∫∫√(e^(-(x^2+y^2)/4))*(y^4-(3x^2*y^4)+(4y^2*x^2)+((x^4*y^4)/4)+((x^2*y^6)/4)+1 dx dy
I have to integrate from -3 to 3 for both x and y.
I have tried putting it into MAPLE 15, but it won't solve the function for a value.
What should I do? Is there any way to simplify this algebraically so that it is easier to solve? Is it even possible to solve it by hand?
I doubt that there is a closed-form formula for the area, so try a numerical approach. If you call dA your integrand, the following works for me in Maple 11:
Jx:=evalf(Int(dA,y=-3..3));
Area:=evalf(Int(Jx,x=-3..3));
Area := 44.43229369

RGV
Jun1-12, 05:48 PM   #5
 
Isn't it an odd function in the appropriate sense? You do not have to do the integration, you can realize the value "by inspection".

Ray Vickson has pointed out below that I made a (large) oversight.
Jun1-12, 10:57 PM   #6
 
Recognitions:
Homework Helper Homework Help
Quote by algebrat View Post
Isn't it an odd function in the appropriate sense? You do not have to do the integration, you can realize the value "by inspection".
I think you have misunderstood the problem. For a graph of the form [itex] z = f(x,y)[/itex] the surface area S of the graph over a region [itex] A \subset R^2 [/itex] in (x,y)-space is
[tex] S = \int\int_{A} \sqrt{1 + f_x^2 + f_y^2} \: dx \, dy,[/tex]
where [itex] f_x = \partial f/\partial x,\; f_y = \partial f/\partial y.[/itex] For [tex]f = x y^2 \exp{\left(-\frac{x^2 + y^2}{4}\right)} [/tex] we have
[tex] f_x = \frac{1}{2}y^2 (x^2-2) \exp{\left(-\frac{x^2 + y^2}{4}\right)}\\
f_y = \frac{1}{2}x y (y^2-4) \exp{\left(-\frac{x^2 + y^2}{4}\right)}.[/tex]
Do you really think the double integral S can be evaluated by inspection?

RGV
Jun2-12, 01:49 AM   #7
 
Yes, that was my mistake, thank you Ray!
Jun2-12, 03:42 AM   #8
 
Quote by mariya259 View Post
I don't know how to calculate the surface area after setting everything up. I have tried both MAPLE 15 program and wolfram alpha, but I can't find the answer.

I have the function:
f(x,y)= x*(y^2)*e^-((x^2+y^2)/4)

The form I found for surface are was the square root of (sum of squares of partials with respect to x and y).
The work I have so far
∫∫√(e^(-(x^2+y^2)/4))*(y^4-(3x^2*y^4)+(4y^2*x^2)+((x^4*y^4)/4)+((x^2*y^6)/4)+1 dx dy
I have to integrate from -3 to 3 for both x and y.
I have tried putting it into MAPLE 15, but it won't solve the function for a value.
What should I do? Is there any way to simplify this algebraically so that it is easier to solve? Is it even possible to solve it by hand?
Try parametrising it in some other way.
Jun2-12, 03:47 AM   #9
 
So dimension10, are you thinking some thing like polar coords., r goes from 0 to 3 cos theta?

Oh yeah sorry, I'm not reading very carefully.
Jun2-12, 04:35 AM   #10
 
[Post cleared]
Jun2-12, 06:30 AM   #11
 
never mind, deleted
Jun2-12, 04:56 PM   #12
 
how would i parametrize this function?
Jun2-12, 11:37 PM   #13
 
Quote by mariya259 View Post
how would i parametrize this function?
I'm not sure but I would suggest a way through which you can use some algebraic/trigonometric identities OR reverse chain rule/reverse product rule.
Jun3-12, 02:16 AM   #14
 
Recognitions:
Homework Helper Homework Help
Quote by mariya259 View Post
how would i parametrize this function?
No matter what you do the function will not have a closed-form double integral. The only reason to bother parametrizing is to make it easier to fit the shape of the region [itex] A \subset R^2[/itex] over which you want to take the surface area. So, if A is rectangular with sides parallel to the x and y axes, just use the original parametrization. If A is a circular disc, you could switch to polar coordinates. If A is an elliptical disc, re-scale x and y to make it a circle, then switch to polar coordinates. In every case you will be forced to get a numerical answer.

RGV
Jun3-12, 02:26 PM   #15
 
I think I would have to keep the original though, because here is how the region looks like
http://www.wolframalpha.com/input/?i...2F4%29%2B1+%29
Jun3-12, 03:07 PM   #16
 
with your region, in wolfram alpha, I think you need to put the 1 outside the parenthesis in the square root
Jun3-12, 03:18 PM   #17
 
Recognitions:
Homework Helper Homework Help
Quote by mariya259 View Post
I think I would have to keep the original though, because here is how the region looks like
http://www.wolframalpha.com/input/?i...2F4%29%2B1+%29
I think you have the wrong integrand: your integrand should be of the form
[tex] \sqrt{1 + e^{-(x^2+y^2)/2} \cdot \text{some function of x and y}},[/tex] but that is not what you have.

RGV
New Reply

Tags
integration, surface area
Thread Tools


Similar Threads for: Surface Area of a Multivariable function
Thread Forum Replies
Volume of a cube as a function of surface area Precalculus Mathematics Homework 1
Multivariable Calc Problem (Surface Area/Integral) Calculus & Beyond Homework 2
Polar Regions: Area, Arc Length, and Surface Area Calculus & Beyond Homework 2
Center of Mass and Surface Area (multivariable) Calculus & Beyond Homework 3
Surface area of a function Calculus & Beyond Homework 3