Wednesday, January 23, 2019

calculus - Generalized Fresnel Integral using Laplace



So I wanted to solve the following integral:




0sin(x2)dx



I did it by using the Laplace transform of the function:



I(t)=0sin(tx2)dx



L[I(t)]=0x2s2+x4dx



This last integral is easily solvable for x, and then I took the inverse Laplace Transform to get:




I(t)=π8t1/2



But afterwards I googled about it, and I found this thread. The best answer easily got the generalized Fresnel Integral by applying a LT and an ILT, and I have no idea why he did this, but it worked! (I solved the generalized integral using the Mellin transform and I got the same result).



If I try my previous method here, I would have to solve the integral:



0xps2+x2pdx



And this seems much harder than the mysterious method. So can someone please explain me what is going on there ? Thanks in advance.


Answer




There is a theorem that states that
0f(x)g(x)dx=0L{f(x)}(s)L1{g(x)}(s)ds


To compute the generalized integral
0sin(xp)dx

You can first substitute u=xp, and then use (1), choosing f(u)=sinu and g(u)=u1p1.



The resulting integral can be calculated by using one of the integral representation of the Beta function.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...