Compute Fourier Transform of x/(x^2+1)^2 using e^|x|

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
saxen
Messages
44
Reaction score
0

Homework Statement


Using that the Fourier transform of e[itex]^{|x|}[/itex] is [itex]\frac{2}{\xi^2+1}[/itex]. Compute the Fourier transform of [itex]\frac{x}{(x^2+1)^2}[/itex]

Homework Equations


The Attempt at a Solution



My first thought was to try and rewrite the problem in a form I recognized, tried a couple of things but what I though was best was to write:

[itex]\frac{d}{dx}[/itex] [itex]\frac{-1}{x^2+1}[/itex]

And transform that to e[itex]^{i*\xi}[/itex]*f([itex]\xi[/itex]). This was wrong. Very wrong actually.

Anyone have any hints for me?

thanks!

edit: Missed some things but should be right this time.
 
Last edited:
Physics news on Phys.org
susskind_leon said:
http://en.wikipedia.org/wiki/Fourier_transform#Functional_relationships Is has nothing to do with convolution! Fourier transform turns DERIVATIVE into MULTIPLICATION with i times argument, so [itex]i \xi[/itex] in this case, so the result should be something like [itex]i \xi e^{|x|}[/itex] (i assume you are supposed to perform the inverse FT, right?

Hello sussking_leon,

My bad, the * means multiplication and not convolution. How do you get the [itex]i \xi[/itex] infront of the exponent?
 
Check the wiki page, formula 106 and 107 do the trick. So if FT{e^|x|} = f(v), then FT{x e^|x|} = i d/dv f(v). (Fourier transform non-unitary, angular frequency)
 
susskind_leon said:
Check the wiki page, formula 106 and 107 do the trick. So if FT{e^|x|} = f(v), then FT{x e^|x|} = i d/dv f(v). (Fourier transform non-unitary, angular frequency)

Ah, I was thinking right at least. Its so stupid, we don't get any of these rules on our exam so without wiki, I would have never solved this exercise. Thanks for the help.