Finding Average Value of function

Jimmy21
Messages
2
Reaction score
0

Homework Statement



Find the average value of the function g(x,y) = x^2 + y^2 on the region x^2 + 2xy + 2y^2 -4y =8

Homework Equations





The Attempt at a Solution



so far, I complete the square of the region that we want to find average value, x^2 + 2xy + 2y^2 -4y =8. And after completed the square I got, (x+y)^2 + (y-2)^2 = 12. Then I let u = x+y, v = y-2, therefore, i got u^2 + v^2 = 12, which is just a circle with radius 2sqrt3. Then I solve for x and y to plug it into the original function, x = u-v-2, y = v + 2.
After that, I plug it into g(x,y), which I then have, [int][int] (u-v-2)^2 + (v+2)^2, integrate from theta = 0 to 2pi, and r = 0 to 2sqrt3, using polar coordinate. Is the way i did on this problem right so far? I'm not exactly sure of myself.
 
Physics news on Phys.org
The region of integration is one-dimensional. Justthe circle, not the interior, so there's no need for a double integral.
 
Good point about the one-dimensionality, but that's not a circle, it's a hyperbola. A circle would never have an "xy" term.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top