Message Boards Message Boards

0
|
2172 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Calculate some integrals with Chebyshev polynomials and Bessel functions?

Posted 6 years ago

Hello,

Recently I want to evaluate some Integrals with Chebyshev polynomials and Bessel functions. I found the Mathematica came out with no analytical solutions (The results were the same as I typed in.) Therefore I tried

Integrate[Cos[n*theta]*E^(I*w*W*Cos[theta]), {theta, 0, Pi}, 
 Assumptions -> {Element[{W, theta}, Reals], Element[n, Integers]}]

And it still showed no analytical results. However, there is one Bessel identity, which specifies

$ \int_o^\pi \cos n\theta e^{jwW\cos\theta}d\theta=\pi j^n J_n (wW) $

where $J_n$ is the bessel functions of order $n$

Can Mathematica deal with integration with Bessel identities? Or I made any mistakes.

POSTED BY: Evan Hsu

Possible duplicate.

Table[Integrate[Cos[n*theta]*E^(I*w*W*Cos[theta]), {theta, 0, Pi}, Assumptions -> {Element[{W, w, theta}, Reals]}], {n, 1, 
3}] // MatrixForm

enter image description here

POSTED BY: Mariusz Iwaniuk
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract