anoegenetic
- 3
- 0
If the limits of integration of my integral are from -Infinity to zero, can I change those limits such that they're from zero to +Infinity? If so, how?
Thanks!
Thanks!
dreit said:You would not be able to change those limits, because that would be integrating on the complete opposite side of the graph
Mark44 said:What's the problem with "integrating on the complete opposite side of the graph"?
Following micromass's lead, suppose we have
[tex]\int_{-\infty}^0 x dx[/tex]
Making the substitution u = -x, (hence du = -dx) and changing the limits of integration, we have
[tex]\int_{u = \infty}^0 -u (-du) = -\int_{u = \infty}^0 -u du[/tex]
[tex]= \int_{u = 0}^{\infty} -u du[/tex]
Geometrically, the first integral represents the infinitely large triangle bounded by the negative x-axis and the line y = x. The last integral represents the infinitely large triangle bounded by the positive u-axis and the line y = -u. Geometrically the two regions are the same size: any point in one region can be shown to be in the other region, and vice versa.
This was just an example that showed how you could change the limits of integration.Prove It said:Of course, [tex]\displaystyle \int_{-\infty}^0{x\,dx}[/tex] is divergent, so I don't see any reason to evaluate it anyway...
Mark44 said:This was just an example that showed how you could change the limits of integration.