Suppose we have a function $f$ and its Fourier transform: $$F[f](t) = \displaystyle\int_{-\infty}^\infty f(x)\cdot e^{-itx}dx$$ Now we are interested in: $$F[f^2](t) = \displaystyle\int_{-\infty}^\infty f^2(x)\cdot e^{-itx}dx$$ Can we express $F[f^2](t)$ in terms of $F[f](t)$? Or if that isn't possible, can we approximate $F[f^2](t)$ using $F[f](t)$?
The only property of the Fourier-transform I could find that might be helpful is Parseval's equation:
$$\int_{-\infty}^\infty f(t)^2 dx = \frac{1}{2 \pi} \int_{-\infty}^\infty [Ff(t)]^2 dx$$
I was hoping to use this to write something like: $$\int_{-\infty}^\infty F[f^2](t) \stackrel{?}{=}\int_{-\infty}^\infty f(t)^2 dx = \frac{1}{2 \pi} \int_{-\infty}^\infty (F[f](t))^2 dx$$ Then maybe use this in an approximation.