Trying to invert an expression

  • Level: Graduate 
  • Thread starter Thread starter Morberticus
  • Start date Start date
  • Tags Tags
    Expression
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
Morberticus
Messages
82
Reaction score
0
I've come across an expression that looks like

n(k) = ∫cos(x-y)f(x,y)dxdy

Is there a name for this transform? I would like to invert it to obtain f(x,y) but I'm not used to the 2D integral on the RHS. I tried to turn it into a Fourier transform:

n(k) = 1/2 ( ∫eixe-iyf(x,y)dxdy + ∫e-ixeiyf(x,y)dxdy)

but got stuck. Any help would be appreciated.

Thanks
 
Physics news on Phys.org
Hi, there is something of strange, where is ##k## in the integral?, you say ##n(k)## but in the right side I don't see ##k##, and what is the domain of integration ?
 
You are right! Sorry, I forgot about the k when writing down the expression(s). The correct expression is

n(k) = ∫ cos( k(x-y) ) f(x,y) dxdy

Thanks