QUESTION
Use the Fourier Transform to solve the ODE
$\frac {df}{dx}-bf(x)=g(x)$
Subject to the boundary condition at infinity $f(x)\to0 $ as $\lvert x \rvert \to \infty$
where $ g(x) = \begin{cases} e^{-bx}, & \text{if $x \ge 0$} \\[2ex] 0, & \text{if $x \lt 0$ } \end{cases} $
Attempt
I have applied the Fourier Transform to the equation given, and applied the inverse Fourier Transform after that. But I got stuck at this step:
$f(x) = \frac{-1}{2 \pi} \int_{\xi=-\infty}^{\infty} \frac{e^{-i \xi x}}{i \xi +b} \; \int_{y=0}^\infty \ e^{(i \xi - b)y} \;\; dy \ d\xi$
Could someone advise how I can proceed further? I think I am missing out on something here..