OK, I got it- but I don't like the j notation. Everyone else writes
x(t) <-----> X(omega)
Define FT[x(t)]= Int[e^-iwt x(t)] dt
FT-1[X(w)]=(1/2pi)Int[e^iwt X(w)] dw
(you may use a different convention, but the prefactors of FT and FT-1 must multiply to (1/2pi) no matter what convention you use)Start with FT[x(t)]=X(w)
Int [ e^-iwt x(t)] dt = X(w)
substitute w=t', t=w'
Int [ e^-iw't' x(w') ] dw' =X (t')
which is the same as writing
Int [ e^-iwt x(w) ] dw =X (t)
Substitute w -> -w
-(1/2pi) Int [ e^iwt x(-w) ] dw =1/(2pi) X (t)
The LHS is the inverse FT, which I'll call FT-1
-FT-1 [x(-w)]=1/2pi X(t)
Take 2pi to other side
X(t)=-2pi FT-1 [x(-w)]
FT both sides
FT[ X(t) ] =-2pi x(-w)
X(t) <----> - 2pi x(-w)
I seem to have an extra minus sign- but who cares? You can have fun checking if it's me or the teacher who messed it up.
Edit- the minus sign comes from changing the limits from +ininity,-infinity to -infinity,+infinity in the integral, when w-> -w
You can then turn the integral 'the right way up' with the introduction of a minus sign.
That always trips me up.