Integrating product of bessel function,

Click For Summary
SUMMARY

The discussion focuses on integrating a Bessel function, specifically the integral of (BesselJ(1, 16981.9*sin(x)))^2 / sin(x) from 0 to 0.0002257 using MATLAB. The user encountered difficulties due to the presence of dx instead of d(sinx), complicating the integration process. A solution was provided, recommending the use of numerical integration techniques to achieve the desired result. The integration can be verified using Wolfram Alpha for accuracy.

PREREQUISITES
  • Understanding of Bessel functions, specifically BesselJ in MATLAB.
  • Familiarity with numerical integration methods in MATLAB.
  • Basic knowledge of trigonometric functions, particularly sine and cosecant.
  • Experience with MATLAB syntax and function implementation.
NEXT STEPS
  • Learn MATLAB numerical integration techniques, such as the 'integral' function.
  • Explore the properties and applications of Bessel functions in signal processing.
  • Investigate how to manipulate integrals involving trigonometric substitutions.
  • Utilize Wolfram Alpha for complex integral verification and analysis.
USEFUL FOR

Mathematicians, engineers, and researchers working with Bessel functions and numerical integration in MATLAB, particularly those simulating optical patterns or wave phenomena.

thomitsu
Messages
5
Reaction score
0
Hallo there. I m trying to integrate a bessel function but with no great success... I thing it can't be calculated..
I m trying to simulate the airy pattern of a certain aperture radius and wavelength in matlab.

the integral is : int (besselj(1,16981.9*sin(x)))^2/ sin(x) dx

where you can change 1/sinx to csc(x) so the integral becomes

int csc(x)*(besselj(1,16981.9*sin(x)))^2 dx x from 0 to 0.0002257

the problem is that there is dx and not d(sinx) ( it whould be easy then..)

any ideas how can I do this??


thanks in advance!
 
Physics news on Phys.org
:):):)

thank you!
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K