I Apologize that this is a continuation of a question that I just asked. Anyway here is where I am:
Ok so I was trying to solve the Poisson's equation for a point charge with a Fourier transform to get the familiar equation.
This is what I did so far:
So ultimately I am trying to solve this in 3 dimensions but I am embarrassingly struggling with the 1-D solution right now.
$\frac{\partial^{2}}{\partial x^{2}} f(x) = \rho(x) $
I express f and ρ in terms of their Fourier transforms:
$f(x) = \frac{1}{ \sqrt{2 \pi}} \int_{-\infty}^{+\infty} f(\vec{k})e^{i \vec{k}\vec{x}}dk$
and
$\rho(x) = \frac{1}{ \sqrt{2 \pi}} \int_{-\infty}^{+\infty}\rho(\vec{k})e^{i \vec{k}\vec{x}} dk$
So from here I bring the derivative into the integral that is $f(x)$ and operate on the $e^{i \vec{k}\vec{x}}$ term:
$\frac{\partial^{2}}{\partial x^{2}} f(x) = \frac{1}{ \sqrt{2 \pi}} \int_{-\infty}^{+\infty} -k^{2} f(\vec{k})e^{i \vec{k}\vec{x}}dk$
I have:
$\frac{1}{ \sqrt{2 \pi}} \int_{-\infty}^{+\infty} -k^{2} f(\vec{k})e^{i \vec{k}\vec{x}}dk = \frac{1}{ \sqrt{2 \pi}} \int_{-\infty}^{+\infty}\rho(\vec{k})e^{i \vec{k}\vec{x}} dk$
And I am able to drop the integrals because the Fourier transform is unique.
$-k^{2}f(\vec{k}) = \rho(\vec{k})$
So Now I can solve for $f(x)$:
$f(\vec{k}) = \frac{\rho(\vec{k})}{-k^2}$
So now for a point charge I know that $\rho(x) = q \delta(x)$ which will leave me with the following result when i try to use Fourier transforms to transform $f(\vec{k})$ back to $f(\vec{x})$:
$f(\vec{x}) = \frac{-1}{2 \pi} \frac{q}{\epsilon_o} \int_{-\infty}^{+\infty} \frac{1}{k^2}e^{i \vec{k}\vec{x}}dk $
However I do not know how to integrate this to find the answer back in x-space. Have I went wrong somewhere or is their a certain trick to this integral?