Find the Fourier sine transform of - 2e^-3x + 3e^-2x
Answers
Answer:
he Fourier sine transform is the imaginary part of the full complex Fourier transform,
F_x^((s))[f(x)](k) = I[F_x[f(x)](k)]
(1)
= int_(-infty)^inftysin(2pikx)f(x)dx.
(2)
The Fourier sine transform F_s(k) of a function f(x) is implemented as FourierSinTransform[f, x, k], and different choices of a and b can be used by passing the optional FourierParameters -> {a, b} option. In this work, a=0 and b=-2pi.
Step-by-step explanation:
Answer:
The Fourier sine transform of the given function is
Step-by-step explanation:
Given a function
The Fourier sine transform of a function is given by,
Therefore, for the given function, the Fourier sine transform is
Using the integral,
Since, and , we get
Therefore, the Fourier sine transform of the given function is
For more info:
https://brainly.in/question/27059345
https://brainly.in/question/29992667