If $f$ is odd and periodic then a translation of $f$ is even?

110 Views Asked by At

Let $f: \mathbb{R} \longrightarrow \mathbb{R}$ be a odd and periodic function, with period $L>0$. If we define $$g(x):=f\left(x-\frac{L}{2}\right), \; \forall \; x \in \mathbb{R},$$ then $g$ is even?

I tried to prove it, as follows: let $x \in\mathbb{R}$ arbitrary. Thus, $$g(-x)=f\left(-x-\frac{L}{2}\right)=f\left(-\left(x+\frac{L}{2}\right)\right)=-f\left(x+\frac{L}{2}\right).$$

But I couldn't conclude that $g(-x)=g(x)$.

Is this true in general? What did I do is right?

3

There are 3 best solutions below

2
On BEST ANSWER

From your last line, $$g(-x)=-f(x+L/2)$$ $$=-f(x-L/2+L)$$ $$=-f(x-L/2)=-g(x)$$ $g$ is in fact odd.

3
On

I think $g(x)$ is odd.

$g(-x)=f(-x-L/2)=f(-x+L/2)=-f(x-L/2)=-g(x)$

0
On

If you want to get even function, then for $\left( -\frac{L}{2}, \frac{L}{2} \right)$ let's define: $$ g(x)=\begin{cases} f(x), & x>0 \\ -f(x), & x<0 \end{cases} $$