Need help with solving this hard integral

  • Thread starter Thread starter m06antwe
  • Start date Start date
  • Tags Tags
    Hard Integral
m06antwe
Messages
2
Reaction score
0
I have big problems solving this integration:

<br /> \int_{-a}^{a}\sqrt{a^2-x^2}e^{i(kx-wt)}dx<br />

I did an substitution with:

<br /> x=a*sin(u)<br />

Which gave me:

<br /> \int_{-{pi}/2}^{{pi}/2}a^2cos^2(u)e^{i(kasin(u)-wt)}du<br />

But i don't know if that did it any better, cause i can't figure out how to go on from there. I've been told to try the substitution:

<br /> v=a*sin(u)<br />

But without any success... Please help me somebody!
 
Physics news on Phys.org
m06antwe said:
I have big problems solving this integration:

<br /> \int_{-a}^{a}\sqrt{a^2-x^2}e^{i(kx-wt)}dx<br />

Write it as

e^{-i\omega t}\int_{-a}^a \sqrt{a^2-x^2}\cos(kx) + i\sqrt{a^2-x^2}\sin(kx))\, dx

The second term is an odd function of x which contributes nothing to the answer. The first term isn't going to give you an elementary answer. Maple gives

e^{-i\omega t}\frac{a\pi}{k}BesselJ(1,ka)

where BesselJ is the Bessel function of the 1st kind of index 1 with argument ka.
 
Oh, I would not have figured out that myself! I've never seen the Bessel function before, but it seems to give me the same answer when I'm solving it numerically in Matlab so therefore I'm happy!

Thanks alot, that really helped me! :smile:
 
Back
Top