Fourier sine and cosine transforms of Heaviside function

Click For Summary
The discussion centers on the challenges of calculating the Fourier sine and cosine transforms of the Heaviside unit step function. The original poster is struggling with undefined limits as x approaches infinity when applying the transforms. Suggestions include using theorems related to the Fourier transform of derivatives and employing a convergence factor, such as e^(-λx), to ensure the integrals converge. The importance of shifting theorems to transition between intervals is also highlighted. Overall, the conversation emphasizes the need for a more strategic approach rather than relying solely on definitions.
ashah99
Messages
55
Reaction score
2
Homework Statement
Problem statement is given below.
Relevant Equations
Relevant equation used are given below.
Hi, I am really struggling with the following problem on the Fourier sine and cosine transforms of the Heaviside unit step function. The definitions I have been using are provided below. I tried each part of the problem, but I'm only left in terms of limits as x -> infinity of sin or cos function, which are undefined. How do I approach this? Am I totally off track and missing some key properties of these transforms? Sorry for the poor formatting...any help appreciated.

Problem:
1664468467400.png

Attempt

1664468499323.png

1664468524407.png
 
Physics news on Phys.org
ashah99 said:
Homework Statement:: Problem statement is given below.
Relevant Equations:: Relevant equation used are given below.

Hi, I am really struggling with the following problem on the Fourier sine and cosine transforms of the Heaviside unit step function. The definitions I have been using are provided below. I tried each part of the problem, but I'm only left in terms of limits as x -> infinity of sin or cos function, which are undefined. How do I approach this? Am I totally off track and missing some key properties of these transforms? Sorry for the poor formatting...any help appreciated.

Problem:
View attachment 314809
Attempt

View attachment 314810
View attachment 314811
I would try using theorems rather than just brute-forcing from the definition.
The derivative of a step-function from -1/2 to +1/2 is a delta.
There's a theorem for the FT of a derivative.
Use the shift- theorem to move between 0 and x0.
Maybe work with the full FT and then extract the Cos and Sine-transform from the result.

Just a few ideas. I haven't tried it.
 
ashah99 said:
I tried each part of the problem, but I'm only left in terms of limits as x -> infinity of sin or cos function, which are undefined. How do I approach this?
To get the integrals to converge, you can introduce a convergence factor ##e^{-\lambda x}## and then take the limit as ##\lambda \to 0^+## after you integrate.
 
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...