From 16555851b6514a736c5c9d8e73de7da7fc9b6288 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Thu, 20 Oct 2022 18:25:31 +0200 Subject: Migrate from 'jekyll-katex' to 'kramdown-math-sskatex' --- source/know/concept/parsevals-theorem/index.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source/know/concept/parsevals-theorem') diff --git a/source/know/concept/parsevals-theorem/index.md b/source/know/concept/parsevals-theorem/index.md index e1d73a7..df90244 100644 --- a/source/know/concept/parsevals-theorem/index.md +++ b/source/know/concept/parsevals-theorem/index.md @@ -8,11 +8,11 @@ categories: layout: "concept" --- -**Parseval's theorem** is a relation between the inner product of two functions $f(x)$ and $g(x)$, +**Parseval's theorem** is a relation between the inner product of two functions $$f(x)$$ and $$g(x)$$, and the inner product of their [Fourier transforms](/know/concept/fourier-transform/) -$\tilde{f}(k)$ and $\tilde{g}(k)$. +$$\tilde{f}(k)$$ and $$\tilde{g}(k)$$. There are two equivalent ways of stating it, -where $A$, $B$, and $s$ are constants from the FT's definition: +where $$A$$, $$B$$, and $$s$$ are constants from the FT's definition: $$\begin{aligned} \boxed{ @@ -48,7 +48,7 @@ $$\begin{aligned} = \frac{2 \pi B^2}{|s|} \inprod{\tilde{f}}{\tilde{g}} \end{aligned}$$ -Where $\delta(k)$ is the [Dirac delta function](/know/concept/dirac-delta-function/). +Where $$\delta(k)$$ is the [Dirac delta function](/know/concept/dirac-delta-function/). Note that we can equally well do this proof in the opposite direction, which yields an equivalent result: @@ -68,11 +68,12 @@ $$\begin{aligned} &= \frac{2 \pi A^2}{|s|} \int_{-\infty}^\infty f^*(x) \: g(x) \dd{x} = \frac{2 \pi A^2}{|s|} \Inprod{f}{g} \end{aligned}$$ + For this reason, physicists like to define the Fourier transform -with $A\!=\!B\!=\!1 / \sqrt{2\pi}$ and $|s|\!=\!1$, because then it nicely +with $$A\!=\!B\!=\!1 / \sqrt{2\pi}$$ and $$|s|\!=\!1$$, because then it nicely conserves the functions' normalization. -- cgit v1.2.3