How Can I Solve This Complex Integral?

  • Thread starter Thread starter mvillagra
  • Start date Start date
  • Tags Tags
    Integral
mvillagra
Messages
21
Reaction score
0
Hi, can someone give me a hand with this "little" integral please.

\int (\cos{k})^{t-s+1}(b-a\sin^2k)^{s/2}e^{-ik(n-1)}dk

where
t is the time, which is discrete
s is between 0 and t
k has domain [-pi, pi]
n is a natural number
a, b are complex constants

actually this integral is the binomial expansion of this other integral

\int (\cos{k}+\sqrt{b-a\sin^2k})^t\cos k \quad e^{-ik(n-1)}dk

there are some other constants, which I omitted. Also, I am omitting the coefficients and summation of the binomial expansion in the first integral.

I'm looking for a closed form, and I tried using asymptotic approximations but it doesn't work because in general to solve it using asymptotic techniques you need to write it in this form:

f(k)e^{\phi(k,t)}

and I can't do that. Maybe there are some other asymptotic techniques that I don't know, maybe you can also give me a hand on this.

Thanks in advance!
 
Physics news on Phys.org
That looks painfull. Sorry, but I have no ideas.
 
Maybe Laplaces's method could work. It requires an integral with the form:

I_n=\int_a^b \phi(k)[f(x)]^tdk

Take a maximum point \xi of the function f, then the integral is:

I_n\sim \phi(\xi)[f(\xi)]^{t+1/2}\left[\frac{-2\pi}{tf{''}(\xi)}\right]^{1/2}\textrm{ as }t\to\infty

I think that this method only requires f and \phi to be analytic.
 
I am not fully sure right now how to incorporate it, but it seems as though you have "[URL identity[/URL] in your original equation. Perhaps you can rewrite e^{-ik(n-1)} in terms of complex numbers (cosine and sine). You would have e^{-ik(n-1)} = e^{i(1k- kn)} = \frac{e^{ik}}{e^{kn}} = \frac{cos(1k)+isin(1k)}{cos(kn)+isin(kn)}. If that seems like a good idea, maybe someone else could go into this integration in more detail (using euler's identity).

If that helps at all, that would be great. Otherwise, forgive me, and you can always check answers to various integrations online- Wolfram offers a website that does nearly all integrations.

I did out your"binomial expansion" equation and the results can be found:
http://integrals.wolfram.com/index....sin(k))^2k)^(t)cos(x)e^(-ix(n-1)&random=false

Goodluck,JL
 
Last edited by a moderator:
jeff1evesque said:
I am not fully sure right now how to incorporate it, but it seems as though you have "[URL identity[/URL] in your original equation. Perhaps you can rewrite e^{-ik(n-1)} in terms of complex numbers (cosine and sine). You would have e^{-ik(n-1)} = e^{i(1k- kn)} = \frac{e^{ik}}{e^{kn}} = \frac{cos(1k)+isin(1k)}{cos(kn)+isin(kn)}. If that seems like a good idea, maybe someone else could go into this integration in more detail (using euler's identity).

I did out your"binomial expansion" equation and the results can be found:
http://integrals.wolfram.com/index....sin(k))^2k)^(t)cos(x)e^(-ix(n-1)&random=false

I tried to decompose it but the integral stays ugly :frown:

Also, I've checked the link, but the input was incorrect, there was one parenthesis missing and solved a different integral. I fixed it, and the answer I got was "Mathematica could not find a formula for your integral. Most likely this means that no formula exists" :cry:

Thank you very much for the reply
 
Last edited by a moderator:
Back
Top