3.2 Function Symmetry, Extrema, and Operations
Key Takeaways
- A function is even if f(-x) = f(x) for all x in its domain, exhibiting symmetry across the y-axis; it is odd if f(-x) = -f(x), exhibiting point symmetry about the origin.
- Increasing, decreasing, and constant intervals describe where output values rise, fall, or stay flat as input values move left-to-right, and are always written using open intervals of input x-values.
- Relative extrema occur at peaks and valleys within open sub-intervals, whereas absolute extrema represent the maximum and minimum values across the function's entire domain.
- The average rate of change over [a, b] is given by (f(b)-f(a))/(b-a), and the domain of a composite function (f o g)(x) is restricted to x-values in the domain of g whose outputs g(x) fall within the domain of f.
3.2 Function Symmetry, Extrema, and Operations
1. Symmetry of Functions: Even vs. Odd
Analyzing function symmetry allows precalculus students to simplify graphing, anticipate function behavior, and solve algebraic equations more efficiently.
Even Functions (y-Axis Symmetry)
A function $f$ is even if replacing $x$ with $-x$ leaves the function expression entirely unchanged: Geometrically, the graph of an even function is symmetric with respect to the y-axis. Folding the graph along the vertical axis produces a perfectly matching image on both sides.
Odd Functions (Origin Symmetry)
A function $f$ is odd if replacing $x$ with $-x$ yields the exact negation of the original function: Geometrically, the graph of an odd function is symmetric with respect to the origin $(0,0)$. Rotating the graph $180^\circ$ around the origin produces the original graph.
| Property | Even Function | Odd Function | Neither |
|---|---|---|---|
| Algebraic Rule | $f(-x) = f(x)$ | $f(-x) = -f(x)$ | $f(-x) \neq f(x)$ and $f(-x) \neq -f(x)$ |
| Symmetry | $y$-axis symmetry | Origin $(0,0)$ symmetry | No standard line/point symmetry |
| Prototype Examples | $x^2, x^4, | x | , \cos(x)$ |
Worked Example 2.2A: Testing Symmetry Algebraically
Classify each function as even, odd, or neither: (a) $f(x) = \frac{x^3}{x^2 + 4}$, (b) $g(x) = 3x^4 - 2x^2 + 7$, (c) $h(x) = x^3 + x^2$.
Analysis for $f(x)$: Since $f(-x) = -f(x)$, $f(x)$ is odd.
Analysis for $g(x)$: Since $g(-x) = g(x)$, $g(x)$ is even.
Analysis for $h(x)$: Compare with $h(x) = x^3 + x^2$ and $-h(x) = -x^3 - x^2$. Since $h(-x)$ matches neither $h(x)$ nor $-h(x)$, $h(x)$ is neither.
2. Function Intervals and Extrema
Increasing, Decreasing, and Constant Intervals
Let $f$ be a function defined on an interval $I$. For any $x_1, x_2 \in I$ with $x_1 < x_2$:
- $f$ is increasing on $I$ if $f(x_1) < f(x_2)$ (graph rises from left to right).
- $f$ is decreasing on $I$ if $f(x_1) > f(x_2)$ (graph falls from left to right).
- $f$ is constant on $I$ if $f(x_1) = f(x_2)$ (graph is flat horizontal line).
Note: Intervals of increasing/decreasing/constant behavior are always expressed using open interval notation $(a, b)$ of $x$-values.
Local (Relative) and Global (Absolute) Extrema
- Relative Maximum: A value $f(c)$ is a relative maximum if $f(c) \ge f(x)$ for all $x$ in an open interval containing $c$ ("peak of a hill").
- Relative Minimum: A value $f(c)$ is a relative minimum if $f(c) \le f(x)$ for all $x$ in an open interval containing $c$ ("bottom of a valley").
- Absolute Maximum: The absolute highest $y$-value over the entire domain.
- Absolute Minimum: The absolute lowest $y$-value over the entire domain.
Average Rate of Change (AROC)
The average rate of change of $f(x)$ over the interval $[a, b]$ measures the average speed at which the output changes per unit change in input: Geometrically, this value represents the slope of the secant line passing through points $(a, f(a))$ and $(b, f(b))$ on the graph of $f$.
Worked Example 2.2B: Average Rate of Change
Calculate the average rate of change of $f(x) = x^3 - 4x + 2$ on $[1, 3]$.
Step 1: Compute function values at endpoints.
Step 2: Apply the difference quotient formula.
3. Operations on Functions and Algebra of Functions
Given two functions $f(x)$ and $g(x)$, we define four standard arithmetic operations:
- Sum: $(f + g)(x) = f(x) + g(x)$
- Difference: $(f - g)(x) = f(x) - g(x)$
- Product: $(f \cdot g)(x) = f(x) \cdot g(x)$
- Quotient: $\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}, \quad \text{provided } g(x) \neq 0$
Domain Rule: The domain of $(f + g)$, $(f - g)$, and $(f \cdot g)$ is the intersection of their individual domains: $\text{Domain}(f) \cap \text{Domain}(g)$. For the quotient $\frac{f}{g}$, we must additionally exclude all $x$ where $g(x) = 0$.
4. Composite Functions
A composite function $(f \circ g)(x) = f(g(x))$ is formed by feeding the output of an inner function $g(x)$ directly as the input into an outer function $f(x)$.
Input x ---> [ Inner Function g ] ---> g(x) ---> [ Outer Function f ] ---> f(g(x))
Domain of Composite Functions
The domain of $(f \circ g)(x)$ consists of all $x$ in the domain of $g$ such that the output $g(x)$ lies within the domain of $f$.
Two-Step Algorithm to Find Domain of $(f \circ g)(x)$:
- Find the domain of the inner function $g(x)$ and state its restrictions.
- Construct the algebraic formula $f(g(x))$ and find any additional restrictions introduced by the outer structure.
Worked Example 2.2C: Composite Function and Domain Determination
Given $f(x) = \frac{4}{x - 3}$ and $g(x) = \sqrt{x + 2}$. Find $(f \circ g)(x)$ and state its domain.
Step 1: Determine domain of inner function $g(x)$.
Step 2: Form composite expression $(f \circ g)(x)$.
Step 3: Find restrictions on outer function. The denominator cannot equal zero:
Step 4: Combine inner domain $x \ge -2$ with restriction $x \neq 7$.
5. CLEP Precalculus Exam Traps
| Common Trap | Incorrect Assumption | Correct Mathematical Rule |
|---|---|---|
| Order of Composition | Assuming $(f \circ g)(x) = (g \circ f)(x)$ | Function composition is non-commutative in general ($f(g(x)) \neq g(f(x))$). |
| Extrema Identification | Writing the $x$-coordinate as the maximum/minimum value | Extrema values are the $y$-outputs $f(c)$; the $x$-values merely state where they occur. |
| Composite Domain Exclusion | Finding domain of $(f \circ g)(x)$ solely from the final simplified expression | Must check restrictions on the inner function $g(x)$ before simplifying. |
What is the average rate of change of the function f(x) = 3x^2 - 5x + 2 on the interval [1, 4]?
If f(x) = x^3 - 4x and g(x) = 2x^2 + 1, which statement correctly describes the symmetry of f(x) and g(x)?
Given f(x) = 2 / (x - 4) and g(x) = \sqrt{x + 1}, what is the domain of the composite function (f o g)(x)?
If f(x) = 2x + 3 and g(x) = x^2 - 1, what is the expression for (g o f)(x)?