I want to show these properties with two functions:
- even: $f(x)=f(-x)$
- odd: $-f(x)=f(-x)$
Prove that the function $g: D \to \mathbb{R}$, $g(t)= \frac {5} {t^4 - t^2 + 1}$ is even and $h: \mathbb{R} \{0 \} \to \mathbb{R}$, $h(a)= \frac {1+a^2} {a} is odd$
I tried to prove it by:
$$g(2)= -\frac {5} {2^4 - 2^2 + 1} = -\frac {5} {13}$$
Therefore the first function is not even
The second function is:
$$-h(1)= -\frac {1+1^2} {1} = -2$$
Which shows that it is not odd.
Are my assumptions correct?