Fresnel Integrals: Questions Answered

  • Context: Graduate 
  • Thread starter Thread starter Barkan
  • Start date Start date
  • Tags Tags
    Fresnel Integrals
Click For Summary
SUMMARY

This discussion centers on the computation and definition of Fresnel integrals, specifically in the context of MATLAB. The user seeks clarification on the definitions of Fresnel integrals, particularly FresnelS and FresnelC, and their application to functions rather than just real numbers. It is established that FresnelS can be computed for a time vector in MATLAB, and users are encouraged to refer to MATLAB Central for additional resources and examples related to Fresnel integrals.

PREREQUISITES
  • Understanding of Fresnel integrals, specifically FresnelS and FresnelC.
  • Familiarity with MATLAB programming and its numerical computation capabilities.
  • Basic knowledge of differential equations and their applications.
  • Ability to interpret mathematical definitions and documentation.
NEXT STEPS
  • Explore the MATLAB documentation for Fresnel integrals and their definitions.
  • Learn how to compute FresnelS and FresnelC for various functions in MATLAB.
  • Investigate numerical methods for approximating Fresnel integrals.
  • Review examples on MATLAB Central related to Fresnel integrals and their applications.
USEFUL FOR

Mathematicians, engineers, and researchers dealing with differential equations, as well as MATLAB users looking to compute Fresnel integrals in their projects.

Barkan
Messages
19
Reaction score
0
Hello everyone,

I am currently dealing with some coupled differential equations. Seems like the result include Fresnel integrals which are easy to be approximated.

However, I am confused in many ways and I hope some experienced people can answer following:

1) Normally, we can obtain real numbers' fresnel integral values meaning:

FresnelS(a) = int(sin(t^2),t , 0, a) where a is a real value.

What happens if I want to compute some function's fresnel integral?

FresnelS(t) for example

2) What is the correct definition of Fresnel integrals. Some say FresnelS= int(sin(t^2)) and others say FresnelS = int(pi/2 * (sin(t^2)))

3) MATLAB gives a solution including FresnelC and FresnelS. But Matlab does not have any function to deal with fresnels. Anyway, which definition (shown above) does Matlab use?
 
Physics news on Phys.org
There is no standard definition. You just need to know which one is being used each time. Try to figure it out by looking in the documentation or computing a few values.
 
Actually, I still don't know which definition does Matlab use. But -as you said- it should be asy to understand by trying some numeric values. I guess.

As I solved my own problem, I should answer my own questions.

i)What happens if I want to compute some function's fresnel integral?
Answer: Nothing special. For example you have a time vector like t=0.0:0.001:10
and you can calculate this vector's FresnelS and FresnelC straightforward.

If you go to MATLAB central, there are many good works to compute Fresnel Integrals in matlab.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K