5

I saw this proof that a function $f$ is orthogonal to its derivative $f'$:

$$ \int_{-\infty}^\infty f(t)f'(t)dt = \frac{1}{2\pi} \int_{-\infty}^\infty F(\Omega) (-j\Omega) F^*(\Omega) d\Omega = -\frac{1}{2\pi} \int_{-\infty}^\infty j\Omega |F(\Omega)|^2 d\Omega = 0 $$

where $F(\Omega)$ denotes the Fourier transform of $f(t)$.

This clearly isn't true for all functions, e.g. $f(t) = \max(0,t)$. Could anyone help me figure out which assumptions were made? The original text was not more specific than this.

Mark
  • 195
  • 1
  • 5

1 Answers1

4

In addition to the assumptions that the integral even makes sense, this particular result is based on the assumption is that $f(t)^2$ is defined at $t = \pm\infty$ and that the two limiting values (at $t = \infty$ and $t = -\infty$) are equal. $$ \int_{-\infty}^\infty f(t)f^\prime(t)dt = \tfrac{1}{2}\int_{-\infty}^\infty \tfrac{d}{dt}f(t)^2 dt = \tfrac{1}{2}f(t)^2|_{-\infty}^\infty $$

josh
  • 1,076
  • 5
  • 6