| 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? |
| 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:
|
Surface Area of a Multivariable functionJx:=evalf(Int(dA,y=-3..3)); Area:=evalf(Int(Jx,x=-3..3)); Area := 44.43229369 RGV |
| Jun1-12, 05:48 PM | #5 |
|
|
Ray Vickson has pointed out below that I made a (large) oversight. |
| Jun1-12, 10:57 PM | #6 |
|
Recognitions:
|
[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 |
|
|
|
| Jun2-12, 03:47 AM | #9 |
|
|
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 |
|
|
|
| Jun3-12, 02:16 AM | #14 |
|
Recognitions:
|
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:
|
[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 | ||