need help

marvellover

New member
Joined
May 2, 2020
Messages
9
how can i solve the gaussian function in one dimension using laplace transform and fourier transform i don't understand pls help me
 
What do you mean by "solve a function"? Typically we "solve an equation" or "solve a problem" but the gaussian function isn't either of those.
 
I want to know how to solve the Gaussian integral in 1D and 2D by the Laplace transform and the Fourier transform

1D gaussian equation - 1593566542892.png

2D gaussian equation -1593566604328.png

where x and y can be any random variable
 
I think you mean
[math]G(x) = \dfrac{1}{ \pi } e^{-(x- x_m)^2/ ( \Delta x )^2}[/math]
[math]G(x, y) = \dfrac{1}{ \pi ^2 } e^{-(x- x_m)^2/ ( \Delta x )^2} ~ e^{-(y- y_m)^2/ ( \Delta y )^2}[/math]
This is a bit different from how the Gaussian function is usually written but you can fix that if you need to. Any Calculus methods will work the same way.

Take G(x, y) and modify it a bit, just to show the method.
[math]G(x, y) = A e^{-x^2} e^{-y^2}[/math]
[math]\int_{- \infty }^{ \infty } \int_{- \infty }^{ \infty } A e^{-x^2 - y^2 } ~ dx ~ dy[/math]
Convert to polar coordinates:
[math]= \int_{0}^{ \infty } \int_{0}^{2 \pi } A e^{-r^2} ~ r ~ dr ~ d \theta [/math]
You can now use integration by parts.

The G(x) integration is done in exactly the same way. [math]G(x) G(y) = G(x, y)[/math], so [math]\int G(x) ~ dx = \sqrt{ \int G(x, y) dx dy}[/math]
-Dan
 
In addition, the Fourier transform of a Gaussian is also a Gaussian (in the k space), you may write down the definition of the Fourier transform and reduce your problem to the integral of a Gaussian that can be solved using a method similar to the one exposed by one of the forum members to compute the Laplace transform.
 
Top