Questions tagged [even-and-odd-functions]

Even functions have reflective symmetry across the $y$-axis; odd functions have rotational symmetry about the origin.

We say a real function $f$ is even if $f(x)=f(-x)$ for any $x$, $-x$ in the domain. Even functions are symmetric about the $y$-axis. Similarly, a real function $g(x)$ is odd if $g(x)=-g(-x)$ for every $x$ in the domain. Odd functions are rotationally symmetric about the origin; if $g$ is odd and defined at $0$, $g(0)=0$.

Examples of even functions include $|x|$, $\cos(x)$, $x^2$, and Thomae's function. Examples of odd functions include $x$, $\sin(x)$, $1/x$, and $\text{sign}(x)$.

Even and odd functions enjoy nice calculus properties. The derivative of an even function is an odd function and vice-versa; similarly, an even (odd) function contains only even (odd) powers in its Maclaurin series. Further, if $f,g$ are even and odd respectively and integrable on $[-a,a]$, we have $$ \int _{-a}^{a} f(x)dx = 2\int _0^a f(x) dx $$ $$ \int _{-a}^{a} g(x)dx = 0 $$Every real function $h(x)$ admits a decomposition into even and odd parts: $h_{\text{even}} = \frac{1}{2}(h(x)+h(-x))$, $h_{\text{odd}} = \frac{1}{2}(h(x)-h(-x))$.

284 questions
0
votes
1 answer

Show that if d0 is even, then n is even

I recently came across this question: Suppose $b ∈ N$ is even. Let $$ n = (d_{k} d_{k-1} . . . d_{1} d_{0} )_{b} = d_{k} b^{k} + d_{k-1} b^{k-1} + · · · + d_{1} b + d_{0} $$ Show that if $d_{0}$ is even, then $n$ is even. I remember the basic…
Drew U
  • 199
-1
votes
1 answer

Both even function and odd function

I know that 0 is an even function and an odd function. How can I prove f is both even and odd if and only if it is the constant 0 function
-1
votes
2 answers

Is $\frac{(|x| - x^2)}{\sin x}$ an odd function, if it is odd, how do I prove that?

This is the function: $$f(x)=\frac{|x|-x^{2}}{\sin x}$$ I am not understanding where to go from the second line: $$\begin{array}{l} f(-x) & =\displaystyle\frac{|-x|-(-x)^{2}}{\sin(-x)}\\ \displaystyle & =\displaystyle\frac{|-x|-(-x)^{2}}{-\sin…
hmmmm
  • 21
-2
votes
1 answer

Can we draw closed path made up of 9 line segments each of which intersects exactly one of the other line segmentsn

This problem is taken from MATHEMATICS CIRCLE book Can anyone tell me how the figure of this problem look like Pls elaborate with simplest explanation
-4
votes
1 answer

This question blow up my mind pls someone explain this

!This concept is taken from mathematical circle Pls try to explain as easy you can
1
2