Charanjit said:
I am just starting to do double integrals and came acorss an issue. I remembered from single integrals when we integrate from limits for say -1 to 1, we can double it and change integration limits to 0 to 1. Now, when is this the case? Basically, when can we not do this?
This can be done in general if and only if integrand is even and you are integrating over a symmetric interval about the origin. That is, if f(x) = f(-x) then
\int_{-a}^a f(x) \text{d}x = 2\int_0^a f(x) \text{d}x\;.
For double integration over a rectangular region, you can simply applied the above rule separately to each integral. If f(x,y) = f(x,-y), then
\int_{-a}^a \int_{-b}^b f(x,y) \text{d}y \text{d}x = 2\int_{-a}^a\int_0^b f(x,y) \text{d}y \text{d}x\;,
and if f(x,y) = f(-x,-y)
\int_{-a}^a \int_{-b}^b f(x,y) \text{d}y \text{d}x = 4\int_0^a\int_0^b f(x,y) \text{d}y \text{d}x\;.
If you are integrating over a non-rectangular region in Cartesian coordinates, i.e. if the inner limits depend on the outer variable of integration, then you need to be a little more careful, but you can apply the rule.