Determine Whether the Function is even, odd, or neither $g(x) = 1-x^4$

$\begingroup$

These questions give me a problem since the rules of distribution seem not to apply to them, for example:

Determine whether the following function is even, odd, or neither? $g(x)= 1-x^4 $

$g(-x) =1 - (-1x)^4$

$1-(+1x^4)$

distribute the negative $1-1x^4$

factor out the negative

$-1 (-1 +1x^4)$

Thus this function is neither, however, the book says it is even, why?

Why are the rules of distribution of the negative sign not being applied here?

$\endgroup$ 4

2 Answers

$\begingroup$

Recall that $(-x)^2 = (-x)(-x) = x^2\geq 0 \forall x$. And note that $(-x)^4 = ((-x)^2)^2 = (x^2)^2 = x^4$.

Indeed, $(-x)^{2n} = x^{2n}$ when $n \in \mathbb Z$.

$$g(-x) = (1-(-x)^4) = 1 - x^4 = g(x) $$

which is what you found after "distributing the negative": $1 - 1\cdot x^4 = 1- x^4$.

So, what does it mean when $g(x) = g(-x)?$

$\endgroup$ 3 $\begingroup$

The definition of even function is $\forall x$ $$f(x)=f(-x)$$ The definition of odd function is $$f(x)=-f(-x)$$ The function is neither iff $$f(x)\not=\pm f(-x)$$ From those definitions can you conclude why the function is even?

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like