Proving that odd function has zero integral using Riemann sums

1.6k Views Asked by At

Let $f$ be a continuous function on $[-a,a]$, where $a>0$. Use Riemann sums to prove that if $f$ is an odd function, then$$\int_{-a}^{a}f(x)dx=0$$

Using Riemann Sum for proving

Very unsure about how to use Riemann sum to prove that f is an odd function. Any solutions/hints on how to get started on this question will be greatly appreciated!

1

There are 1 best solutions below

0
On

If $f(x)$ is odd, then $f(-x)=-f(x), \; \forall x \in \mathbb R$.

$$\int_{-a}^{a}f(x)\,dx=\int_{-a}^{0}{f(x)}\,dx+\int_{0}^{a}{f(x)}\,dx$$ Now $$\int_{0}^{a}{f(x)}\,dx=\lim_{n \to \infty}{\sum\limits_{i=1}^{n}{f(x_{i}^{*})\Delta x}}$$ But

$$ \begin{align} \int_{-a}^{0}{f(x)}\,dx &= \lim_{n \to \infty}{\sum\limits_{i=1}^{n}{f(-x_{i}^{*})\Delta x}} \\ &= \lim_{n \to \infty}{\sum\limits_{i=1}^{n}{-f(x_{i}^{*})\Delta x}} \\ &= -\lim_{n \to \infty}{\sum\limits_{i=1}^{n}{f(x_{i}^{*})\Delta x}} \\ \end{align} $$

$$ \begin{align} \therefore \int_{-a}^{a}f(x)\,dx&=\int_{-a}^{0}{f(x)}\,dx+\int_{0}^{a}{f(x)}\,dx \\ &= -\lim_{n \to \infty}{\sum\limits_{i=1}^{n}{f(x_{i}^{*})\Delta x}}+\lim_{n \to \infty}{\sum\limits_{i=1}^{n}{f(x_{i}^{*})\Delta x}} \\ &= 0 \\ \end{align} $$