Bounded variation of functions and sequences

120 Views Asked by At

I would like to know if there is a relation between bounded variation of functions and bounded variation in sequences. I know one can not directly correlate the concepts but if we consider the Fourier series of the function of bounded variation, what can be said about Fourier coefficients, would they be of bounded variation (sequence definition) and what about the vice versa case? Are there any articles or books related to interlinking these concepts?

2

There are 2 best solutions below

0
On BEST ANSWER

No, there is no relation between bounded variation of functions and sequences via Fourier transform.

The function $f(x) = x$ on $(-\pi, \pi)$ has bounded variation, but its Fourier coefficients do not; indeed, for every $n\in\mathbb Z$ we have $\int_{-\pi}^\pi f(x) \sin(n x) d x = 2\pi\frac{ (-1)^{n+1}}{n}$.

Conversely, bounded variation for sequences does not seem to be the way to go for Fourier coefficients. If a sequence converges to $1$, when applying the inverse Fourier transform you don’t even get a function, only a distribution. But if you assume that the sequence is $L^1$, i.e. that $S = \sum_{n\in \mathbb Z} |a_n| < \infty$, then the inverse Fourier transform $f$ is continuous and bounded by $S$.

This is already good, but unfortunately, you cannot deduce that $f$ has bounded variation. Indeed, take $a_{2^n} = n^{-2}$ for every $n\geq 1$, and $a_k = 0$ if $k$ is not a power of $2$. The sequence $a_n$ is in $L^1$ (thus has bounded variation) but $n a_n$ is not bounded. But if $f$ had bounded variation, then it should be bounded, as $$ na_n = n\left| \int_{-\pi}^\pi f(x) \sin(nx) dx \right| = \left| \int_{-\pi}^\pi (\cos (nx)-1) df(x) \right| \leq 4\pi \mathrm{Variation}(f) . $$

In conclusion, a function with bounded variation can have Fourier coefficients that do not have bounded variation, and a function with Fourier coefficients having bounded variation may not, itself, have bounded variation.

1
On

If a real or complex function $f:[0,2\pi]\rightarrow\mathbb{C}$ is of bounded variation on $[0,2\pi]$, then the Fourier coefficients have nice properties because you can integrate by parts for functions of bounded variation when computing the coefficients: \begin{align} \int_0^{2\pi}f(x)\sin(nx)dx &= \int_0^{2\pi}f(x)d_x\int_0^x\sin(nu)du \\ &=\left.f(x)\int_0^x\sin(nu)du\right|_{x=0}^{x=2\pi}-\int_0^{2\pi}\left(\int_0^x \sin(nv)dv\right)d_x f(x) \\ &=f(2\pi)\int_0^{2\pi}\sin(nu)du + \int_0^{2\pi}\frac{\cos(nx)-1} {n}d_xf(x) \\ &=\int_0^{2\pi}\frac{\cos(nx)-1}{n}d_xf(x). \end{align} Now you get a decent bound on the Fourier $\sin$ coefficients in terms of the variation of the function $f$ using integration by parts: $$ \left|\int_0^{2\pi}f(x)\sin(nx)dx\right| \le 2\pi\frac{2}{|n|}\mbox{Var}_0^{2\pi}(f). $$ You can also look at $\int_0^{2\pi}f(x)\sin(nx)dx-\int_0^{2\pi}f(x)\sin((n+1)x)dx$ in this way.