Questions tagged [fresnel-integrals]

Questions on the Fresnel integrals.

Different normalizations are done for the Fresnel integrals. One normalization is

$$\begin{align*} S(x)&=\int_0^x \sin(t^2)\,\mathrm dt \\ C(x)&=\int_0^x \cos(t^2)\,\mathrm dt \end{align*}$$

and a different normalization is

$$\begin{align*} S(x)&=\int_0^x \sin\frac{\pi t^2}{2}\mathrm dt \\ C(x)&=\int_0^x \cos\frac{\pi t^2}{2}\mathrm dt \end{align*}$$

Check your reference to see which normalization is being used.

95 questions
2
votes
1 answer

Fresnel Integrals via Differentiation under the Integral Sign

I've been trying to compute $\int_{-\infty}^{\infty}sin( x^2)dx$ via the feynman method with no luck. I was able to compute the Gaussian integral. The trick failed for fresnel integrals. Any suggestions? here is what ive did for the…
1
vote
0 answers

Integrals of the Fresnel integrals

I find in an engineering book the Integrals of the Fresnel integrals and i don't know how to prove the expressions given bellow. $$C_I(t)=\int_{0}^{1}C(u)du=tC(t)-\frac{1}{\pi}sin(\frac{\pi…
1
vote
1 answer

Extended Fresnel integral

I want to see the method for computing the following integrals: $$\int_0^\infty\ln(x)\sin(x^2)dx$$ and $$\int_0^\infty\ln(x)\cos(x^2)dx$$ I believe I have seen these in this forum before, but I cannot find them again using the search function. Can…
Reynan Henry
  • 343
  • 1
  • 5
0
votes
0 answers

Fresnel Integral principle

I want to use clothoid obtain the next point, i found the formulars in the figure and source code, but it is difficult for me to understand it , who can help me to tackle the problem? enter image description here void end_of_clothoid(double x_i,…
Yihu
  • 1
0
votes
0 answers

Fresnel Integrals using the fundamental theorem of calculus and chain rule?

For the function $$S(x) = \int_{0}^{x} sin(t^2) dt$$ If we apply the change of variables $u=t^2$, $$S(x) = \int_{0}^{f(x)} sin(u)h(u) du$$ what are the functions $f(x)$ and $h(u)$? And, if we set $$Z(y) = \int_{0}^{y} sin(u)h(u) du$$, how do we find…