In our solution we showed two odd functions for which the product is not odd.
Were we lucky to find this example, or is this always the case?
Let's check this using the definition of odd functions.
fis odd &⇔ f(- x)=- f(x)
gis odd &⇔ g(- x)=- g(x)
Let's use this definition to check the product at - x.
h(- x)=f(- x)g(- x)
h(- x)=( - f(x))( - g(x))
h(- x)=f(x)g(x)
h(- x)=h(x)
We can see that the result does not match the definition of an odd function. In fact, we obtained that the product of two odd functions is always an .