Question about double (and triple) integrals over a symmetric area

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
farleyknight
Messages
143
Reaction score
0
]This isn't a home work question in particular, but just want confirmation about a general idea.

So in Calc III, you have integrals of the form

[tex]\int_{-a}^a \int_{-\sqrt{a^2 - x^2}}^{\sqrt{a^2 - x^2}} x y dy dx[/tex]which is the typical rectangular coordinates for a circle. Now, the integrand is the term x y, and you sum over the pieces in the circle, you'll have for each piece a negative and a positive part, which will sum to zero. And since this holds for all pieces, then the integral will be zero.My question is basically, what kind of rule of thumb can you use to check if the integral actually is zero versus some still mistake on your part? I would assume that if x and y are both odd powers of a polynomial then you'll always have these opposing pairs. Is that correct?
 
Physics news on Phys.org
you could do the integration.

with polar coordinates porbably wouldn't be too hard

otherwise this is a question about the symmetry of the function, or more correct in this case x & y are both 1D anti-symmetric functions

so in the 1D case
note f(x) = x is defined as an antisymmetric function as f(-x) = -f(x) so it is easy to show the integral is zero
[tex]\int_{-a}^{a}dx f(x) = \int_{-a}^{0}dx f(x)+ \int_0^{a}dx f(x)[/tex]

now in the, use dummy variable x', then change variable (back to x) to x' = -x, dx = -dx'
[tex]\int_{-a}^{0}dx' f(x') = \int_{a}^{0}(-dx) f(-x) = - \int_{0}^{a}(-dx) (-f(x)) =- \int_{0}^{a}dx f(x)[/tex]

giving the result
[tex]\int_{-a}^{a}dx f(x) = - \int_{0}^{a}dx f(x)+ \int_0^{a}dx f(x) = 0[/tex]