0

Suppose we have $2\pi$ periodic function $f:\mathbb{R} \rightarrow \mathbb{C}$ that is integrable on $[0,2\pi]$ where it holds that $\int^{2\pi}_0 f(x) dx = 0$ Define this function $$h:\mathbb{R} \rightarrow \mathbb{C}:h(t) = \int^t_0 f(x) dx. $$ How can we see that $h$ is well defined? Usually it seems quite obvious how to prove "well-definedness" but I'm a bit confused here. Any help is appreciated!

1 Answers1

1

for example, write $t=t_0+2k\pi$, with $t_0 \in [0,2\pi]$ then

$$h(t) = \int_0^{t_0+2k\pi}f(x)dx = \int_0^{t_0}f(x)dx+\int_{t_0}^{t_0+2\pi}f(x)dx+ \cdots+\int_{t_0+2(k-1)\pi}^{[t_0+2(k-1)\pi]+2\pi}f(x)dx$$ successively use this result enter link description here.

With this result, all that matters is the fact that $\int_0^{t_0}f(x)dx$ exists.

Ilovemath
  • 2,921