4.3 Graphs of Functions, Intercepts, & Symmetry

Key Takeaways

  • x-intercepts (zeros or real roots) occur where f(x) = 0; y-intercepts are calculated by evaluating f(0), yielding at most one point (0, f(0)).
  • Even functions satisfy f(-x) = f(x) for all x in the domain, demonstrating geometric line symmetry with respect to the y-axis.
  • Odd functions satisfy f(-x) = -f(x) for all x in the domain, demonstrating geometric point symmetry with respect to the origin (0, 0).
  • Intervals of increasing, decreasing, and constant monotonic behavior are always written using open x-value interval notation (a, b).
  • Relative (local) maximums and minimums occur at turning points where a continuous function transitions between increasing and decreasing behavior.
Last updated: August 2026

4.3 Graphs of Functions, Intercepts, & Symmetry

The graph of a function ff is the visual representation of all ordered pairs (x,y)(x, y) in the Cartesian coordinate plane satisfying y=f(x)y = f(x). Graphical analysis allows mathematicians to visualize function behavior, locate critical boundary values, identify structural symmetries, and analyze rates of change without exhaustive point-by-point computation.


1. Algebraic and Graphical Intercept Determination

Intercepts are the precise points where the graph of a function touches or crosses the coordinate axes.

x-Intercepts (Zeros or Roots)

An x-intercept is a point (xi,0)(x_i, 0) where the graph intersects the horizontal x-axis.

  • Algebraic Protocol: Set y=f(x)=0y = f(x) = 0 and solve the resulting algebraic equation for all real values of xx.
  • Multiplicity: A function may have zero, one, or multiple x-intercepts depending on its degree and domain restrictions.
  • Real vs. Complex Solutions: Only real solutions to f(x)=0f(x) = 0 correspond to visual x-intercepts on the Cartesian plane. Complex roots with non-zero imaginary parts (e.g., x=2±3ix = 2 \pm 3i) do not generate x-intercepts.

y-Intercept

A y-intercept is a point (0,y0)(0, y_0) where the graph intersects the vertical y-axis.

  • Algebraic Protocol: Evaluate f(0)f(0) by substituting x=0x = 0 into the function rule.
  • Uniqueness: Because a valid function passes the Vertical Line Test, a function can possess at most one y-intercept. If x=0x = 0 is outside the function's domain (e.g., f(x)=1xf(x) = \frac{1}{x} or f(x)=ln(x)f(x) = \ln(x)), the graph has no y-intercept.

Worked Example: Complete Intercept Analysis

Find all x-intercepts and y-intercepts of f(x)=x33x24x+12f(x) = x^3 - 3x^2 - 4x + 12.

  1. y-intercept: Evaluate f(0)f(0): f(0)=(0)33(0)24(0)+12=12    (0,12)f(0) = (0)^3 - 3(0)^2 - 4(0) + 12 = 12 \implies (0, 12)
  2. x-intercepts: Set f(x)=0f(x) = 0 and factor by grouping: x33x24x+12=0    x2(x3)4(x3)=0x^3 - 3x^2 - 4x + 12 = 0 \implies x^2(x - 3) - 4(x - 3) = 0 (x24)(x3)=0    (x2)(x+2)(x3)=0(x^2 - 4)(x - 3) = 0 \implies (x - 2)(x + 2)(x - 3) = 0 Solving gives x=2,x=2,x=3x = 2, x = -2, x = 3. x-intercepts: (2,0),(2,0), and (3,0)\text{x-intercepts: } (-2, 0), (2, 0), \text{ and } (3, 0)

2. Symmetry Analysis: Even and Odd Functions

Symmetry simplifies function analysis by allowing us to deduce the behavior of an entire graph from observing only its right half (x>0x > 0).

Types of Function Symmetry

ClassificationAlgebraic DefinitionGeometric Reflection SymmetryCanonical Example Functions
Even Functionf(x)=f(x)f(-x) = f(x)Symmetric across the y-axisx2,x4,x,x6x^2, x^4, \lvert x \rvert, x^6
Odd Functionf(x)=f(x)f(-x) = -f(x)Symmetric across the origin (0,0)x3,x5,1x,x7x^3, x^5, \frac{1}{x}, x^7
Neitherf(x)f(x)f(-x) \ne f(x) and f(x)f(x)f(-x) \ne -f(x)No axial or point symmetryx2+3x+1,ex,xx^2 + 3x + 1, e^x, \sqrt{x}
┌─────────────────────────────────────────────────────────┐
│               Geometric Symmetry Pathways               │
├────────────────────────────┬────────────────────────────┤
│   Even Function (y-Axis)   │    Odd Function (Origin)   │
│  - Point (a, b) maps to    │  - Point (a, b) maps to    │
│    (-a, b)                 │    (-a, -b)                │
│  - Left and right sides    │  - 180-degree rotational   │
│    are mirror images       │    point symmetry          │
└────────────────────────────┴────────────────────────────┘

Algebraic Symmetry Testing Protocol

To determine if a function f(x)f(x) is even, odd, or neither:

  1. Replace every occurrence of xx in the formula with (x)(-x) and simplify f(x)f(-x).
  2. Compare the simplified f(x)f(-x) to the original f(x)f(x):
    • If f(x)=f(x)f(-x) = f(x), ff is even.
    • If f(x)=f(x)f(-x) = -f(x) (every term's sign is negated), ff is odd.
    • If neither equality holds, ff is neither even nor odd.

Worked Example 1: Rational Function Symmetry Test

Classify g(x)=5x3x2+4g(x) = \frac{5x^3}{x^2 + 4} as even, odd, or neither.

Evaluate g(x)=5(x)3(x)2+4=5x3x2+4=(5x3x2+4)=g(x)\text{Evaluate } g(-x) = \frac{5(-x)^3}{(-x)^2 + 4} = \frac{-5x^3}{x^2 + 4} = -\left(\frac{5x^3}{x^2 + 4}\right) = -g(x)

Since g(x)=g(x)g(-x) = -g(x), g(x)g(x) is an odd function and possesses origin symmetry.

Worked Example 2: Polynomial Symmetry Test

Classify h(x)=2x47x2+3h(x) = 2x^4 - 7x^2 + 3 as even, odd, or neither.

h(x)=2(x)47(x)2+3=2x47x2+3=h(x)h(-x) = 2(-x)^4 - 7(-x)^2 + 3 = 2x^4 - 7x^2 + 3 = h(x)

Since h(x)=h(x)h(-x) = h(x), h(x)h(x) is an even function and possesses y-axis symmetry.


3. Monotonic Intervals: Increasing, Decreasing, and Constant Behavior

A function's monotonic behavior describes how the dependent variable yy changes as the independent variable xx increases from left to right across the domain.

  • Increasing on (a,b)(a, b): A function ff is increasing on an open interval (a,b)(a, b) if for any x1<x2x_1 < x_2 in (a,b)(a, b), f(x1)<f(x2)f(x_1) < f(x_2). Graphically, the curve rises from left to right.
  • Decreasing on (a,b)(a, b): A function ff is decreasing on an open interval (a,b)(a, b) if for any x1<x2x_1 < x_2 in (a,b)(a, b), f(x1)>f(x2)f(x_1) > f(x_2). Graphically, the curve falls from left to right.
  • Constant on (a,b)(a, b): A function ff is constant on an open interval (a,b)(a, b) if for any x1,x2x_1, x_2 in (a,b)(a, b), f(x1)=f(x2)f(x_1) = f(x_2). Graphically, the curve forms a horizontal line segment.

Standard Convention: Intervals of increasing, decreasing, and constant behavior are always written using open interval notation (a,b)(a, b) referencing the domain's xx-coordinates.


4. Relative (Local) Extrema and Turning Points

  • Relative (Local) Maximum: A function ff has a relative maximum at x=cx = c if there exists an open interval containing cc such that f(c)f(x)f(c) \ge f(x) for all xx in that interval. The value f(c)f(c) is the relative maximum output value.
  • Relative (Local) Minimum: A function ff has a relative minimum at x=cx = c if there exists an open interval containing cc such that f(c)f(x)f(c) \le f(x) for all xx in that interval. The value f(c)f(c) is the relative minimum output value.

Turning Points

Relative extrema occur at turning points where a continuous function changes direction:

  • Transition from Increasing to Decreasing     \implies Relative Maximum at the peak.
  • Transition from Decreasing to Increasing     \implies Relative Minimum at the valley.

Worked Example: Quadratic Extrema and Monotonic Analysis

Determine the turning point, extrema, and monotonic intervals for f(x)=x2+8x12f(x) = -x^2 + 8x - 12.

  1. Vertex x-coordinate: x=b2a=82(1)=4x = -\frac{b}{2a} = -\frac{8}{2(-1)} = 4.
  2. Vertex y-coordinate: f(4)=(4)2+8(4)12=16+3212=4f(4) = -(4)^2 + 8(4) - 12 = -16 + 32 - 12 = 4.
  3. Parabola Direction: Since a=1<0a = -1 < 0, the parabola opens downward.
  4. Monotonic Intervals:
    • Increasing: (,4)(-\infty, 4)
    • Decreasing: (4,)(4, \infty)
  5. Relative Extremum: Relative maximum of 44 occurring at x=4x = 4.
Test Your Knowledge

What symmetry does the function f(x) = (3x^3 - x) / (x^2 + 1) possess?

A
B
C
D
Test Your Knowledge

What are all the x-intercepts of the function f(x) = 2x^3 - 8x?

A
B
C
D
Test Your Knowledge

For the quadratic function f(x) = 2x^2 - 12x + 11, what is its relative extremum and where does it occur?

A
B
C
D
Test Your Knowledge

On which open interval is the quadratic function f(x) = -x^2 + 6x - 5 strictly increasing?

A
B
C
D