Exercise 1.1.87

If f and g are both even functions, is f + g even? If f and g are both odd functions, is f + g odd? What if f is even and g is odd? Justify your answers.

Answers

Recall that the sum f + g of two functions f : X and g : X is defined by

x X : ( f + g ) ( x ) = f ( x ) + g ( x ) .

  • (if f and g are both even functions, is f + g even) We have, for all x X :

    ( f + g ) ( x ) = f ( x ) + g ( x ) = f ( x ) + g ( x ) = ( f + g ) ( x ) .

    Thus, f + g is even.

  • (if f and g are both odd functions, is f + g odd) We have, for all x X :

    ( f + g ) ( x ) = f ( x ) + g ( x ) = f ( x ) g ( x ) = ( f ( x ) + g ( x ) ) = ( f + g ) ( x ) .

    Thus, f + g is odd.

User profile picture
2023-07-26 16:51
Comments