Even and Odd Functions Fixed
Even and Odd Functions Fixed
A function can be classified as even, odd, or neither based on its symmetry properties.
1. **Even Functions**: A function f(x) is even if f(-x) = f(x) for all x in the domain of f.
2. **Odd Functions**: A function f(x) is odd if f(-x) = -f(x) for all x in the domain of f.
3. **Neither Even nor Odd**: A function is neither even nor odd if it doesn't satisfy either condition.
4. **Domain**: The set of all x-values for which the function is defined.
5. **Range**: The set of all possible y-values that the function can output.
Examples
### Examples:
1. Let f(x) = x.
- Test for even or odd: f(-x) is not defined for negative x. This function is neither even nor odd.
- Test for odd: f(-x) = -x / (x - 1) != -f(x). This is neither even nor odd.
Practice Questions
a) f(x) = x^3 + x
b) f(x) = |x|
c) f(x) = x / (x^2 + 1)
b) f(x) = 1 / (x - 2)
3. Sketch the graph of f(x) = x^4 - x^2 and verify its symmetry.