Re: dbt in taking Fourier transform of signum and step funct
Let me take u(t) as an example. According to your post,
du(t)/dt=δ(t).
Applying FT, you get
jFT[u(t)]=1,
which means
FT[u(t)]=1/(jω).
Now you claim it is NOT correct. So, why is it not correct?
What you got is perfectly right. The next thing you do is to take the inverse transform:
u(t) = (1/(2π))∫_{-∞}^{∞}((e^{jtω})/(jω))dω
= (1/(2π))∫_{-∞}^{∞}((cos(tω))/(jω))dω+(1/(2π))∫_{-∞}^{∞}((sin(tω))/ω)dω.
The first integral is zero according to the integral of Cauchy Principal Value. Therefore,
u(t)=(1/(2π))∫_{-∞}^{∞}((sin(tω))/ω)dω.
Notice the famous integral
∫_{-∞}^{∞}((sin(ω))/ω)dω=π.
You obtain,
u(t)=-(1/2), if t<0, (1/2) if t>0,
which might differ from what you want (Heaviside function) by a constant 1/2. This is understandable, because you have been actually solving a differential equation, which usually produces the solution with an arbitrary constant. Just look:
d(u(t)+C))/dt=δ(t),
which still produces the same solution.