Change of limits in integral question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
Master J
Messages
219
Reaction score
0
Ive come across a few derivations whereby a few changes that don't see so obvious to me occur.
For instance, this one:


Integral, from 0 to infinity, of x.sin(ax), whereby it becomes x.exp(iax) / 2i, from minus infinity to plus. How can the limits be changed like that, and what about the exp(-iax) ?


Cheers chaps!
 
on Phys.org
[tex]sin(ax)= \frac{e^{iax}- e^{-iax}}{2i}[/tex]
so
[tex]xsin(ax)= \frac{xe^{iax}}{2i}- \frac{xe^{-iax}}{2i}[/tex]
and then
[tex]\int_0^\infty xsin(ax)dx= \int_0^\infty \frac{xe^{iax}}{2i}dx- \int_0^\infty\frac{xe^{-iax}}{2i}dx[/tex]

Now, in that second integral, let u= -x. Then du= -dx, when x= 0, u= 0. When [itex]x= \infty[/itex], [itex]u= -\infty[/itex] so that second integral becomes
[tex]+\int_{-\infty}^0 ue^{iau}du[/tex].

That is,
[tex]\int_0^\infty \frac{xe^{iax}}{2i}dx-\int_0^\infty \frac{xe^{-iax}}{2i}dx[/tex]
[tex]= \int_0^\infty \frac{xe^{iax}}{2i}dx+ \int_{-\infty}^0 \frac{ue^{iau}}{2i}du[/tex]
Since those two integrands are the same, we can combine the two integrals:
[tex]\int_{-\infty}^\infty xe^{iax}dx[/itex][/tex]