Proving composite of even functions is even

868 Views Asked by At

I've run into a problem while trying to prove that $f(g(x))$ is even given $f$ & $g$ are even.

My ultimate goal is to find if the following is true: $(f \circ g)(x) = (f \circ g)(-x)$

Given $f$ is even --> $f(x) = f(-x)$

$(f \circ g)(x) = f(g(x)) = f(-g(x))$

$(f \circ g)(-x) = f(g(-x)) = \mathbf{f(-g(-x))}$ // this line dosent seem to be true but I can't explain why.

Given $f$ & $g$ are even, is the bolded part equal to $f(g(x))$?

Really what i'm trying to ask is whether $-g(-x) = g(x)$, given we know $g$ is even.

If so, how?

2

There are 2 best solutions below

2
On BEST ANSWER

$f(g(-x)) = f(-g(-x))$ because $f$ is even, i.e. $f(t) = f(-t)$, with $t = g(-x)$.

But personally, known that $g$ is even, I'd have written $(f\circ g)(x) = f(g(x)) = f(g(-x)) = (f \circ g)(-x)$, and as you can see you don't need $f$ even.

1
On

All you need is that $g$ is even. For if $f$ is any function on $\mathbb R$ and $g$ is an even function,

$$f\circ g(x) = f(g(x)) = f(g(-x)) = f \circ g(-x).$$