Integrating exp(k1*cos (t + k2)) from 0 to 2*pi

  • Thread starter Thread starter soren.hauberg
  • Start date Start date
  • Tags Tags
    Integrating
soren.hauberg
Messages
2
Reaction score
0
Hi

I'm trying to compute the following integral (in LaTeX notation; * denotes multiplication)

\int_0^{2\pi} exp (k_1 * cos (t + k_2)) d t

with k_1 and k_2 being known constants. Furthermore k_2 is between 0 and 2 pi.

From Wikipedia [1] I get the following formula

\int_0^{2\pi} exp (k * cos (t)) d t = 2\pi I_0 (k)

where I_0 is a Bessel function of the first kind. I must admit I can't figure if I can change my original problem into one that is solvable using the equation from Wikipedia. If not, does anybody have any ideas on how to solve this?

Thanks
Søren

[1] http://en.wikipedia.org/wiki/List_of_integrals_of_exponential_functions
 
Physics news on Phys.org
Maybe I'm missing something, but if you substitute t' = t + k2, aren't you done already?

By the way, since you seem to know LaTeX, this forum supports it. You can use tex (or itex, for inline) tags like so (click on the formula or quote my post to view the source):
\int_0^{2\pi} \exp (k_1 * cos (t + k_2)) d t
Or inline: \int_0^{2\pi} \exp (k_1 * cos (t + k_2)) d t
 
What confused me was that if I make the substitution then the limits also change. This is, however, irrelevant as the cosine is periodic; the only thing that matters is that the length of the interval over which the integration is performed is 2 pi. I'm sorry for not seeing this myself. I just got lost in the details and forgot to look at the actual contents of the equation.

Thanks a bunch,
Søren

P.S. Cool with the LaTeX trick. I actually looked for this functionality, but I couldn't find it.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top