Polynomial Graphing, Critical Points & Quotient Rule

Published

August 19, 2025

Ever wonder how roller coaster designers know exactly where the highest and scariest points will be? In this lesson, you’ll learn to sketch polynomial graphs like a pro, find the peaks and valleys of any curve using derivatives, and pick up a powerful formula for dividing functions called the Quotient Rule. These tools show up everywhere — from engineering to economics — and they all start here.

Derivatives aren’t just abstract math — they help people solve real problems every day:

  • Roller coaster design: Engineers use critical points to locate the highest climbs and fastest drops on a track, making sure the ride is thrilling but safe.
  • GPS navigation: Your phone calculates derivatives of your position over time to figure out your speed and direction, then updates your route in real time.
  • Stock market analysis: Traders look at how fast a stock price is rising or falling (its derivative!) to decide when to buy or sell.
  • Bridge and building design: Structural engineers find maximum stress points in beams and cables — those are critical points of a stress function.
  • Medicine and biology: Researchers track how quickly a drug concentration in the bloodstream is increasing or decreasing to determine the right dosage and timing.

Topics Covered

  • Polynomial graphing using the “snaking method” through x-intercepts
  • Root multiplicity: even multiplicity bounces, odd multiplicity crosses
  • Critical points from the derivative: solving \(f'(x) = 0\)
  • Reading derivative graphs to determine increasing/decreasing behavior
  • Local maximum, local minimum, and stationary points
  • The Quotient Rule: \(\frac{d}{dx}\left(\frac{P}{Q}\right) = \frac{Q \cdot P' - P \cdot Q'}{Q^2}\)

Lecture Video

Key Frames from the Lecture

To graph a polynomial, you need to find its roots (x-intercepts) by factoring. For example:

\[f(x) = x^3 - 4x = x(x-2)(x+2)\]

The roots are \(x = 0, 2, -2\). If you are not comfortable factoring, review that first — it is the foundation for everything in this lesson.

You should already know how to take derivatives of polynomials using the power rule:

\[\frac{d}{dx}(x^n) = n \cdot x^{n-1}\]

For example, if \(f(x) = 3x^4 - 2x^2 + x\), then \(f'(x) = 12x^3 - 4x + 1\).

The Snaking Method for Polynomial Graphs

Here is the key idea: once you know the roots and the leading term, you can sketch the graph by “snaking” through the x-intercepts.

Steps:

  1. Factor the polynomial completely to find the roots.
  2. Check the leading term to determine end behavior (does the graph start high or low on the left?).
  3. Snake through the roots — at each root, decide whether the graph crosses or bounces based on the multiplicity.

Root Multiplicity and Sign Changes

Multiplicity Behavior at root Sign change?
Odd (1, 3, 5, …) Graph crosses through the x-axis Yes
Even (2, 4, 6, …) Graph bounces off the x-axis No

Think about \((x - r)^2\). A square is always non-negative, so the factor never changes sign — the graph touches the axis and bounces back. But \((x - r)^1\) changes from negative to positive as \(x\) crosses \(r\), so the graph must cross through. It is the same idea as multiplying by a negative number: odd number of negatives flips the sign, even number keeps it the same.

Explore the snaking method — drag the sliders to move roots and change multiplicities:

Critical Points from the Derivative

A critical point is a value of \(x\) where \(f'(x) = 0\). At these points, the graph has a horizontal tangent — it is momentarily flat.

To find critical points:

  1. Compute \(f'(x)\)
  2. Set \(f'(x) = 0\) and solve for \(x\)
  3. Plug each \(x\) back into \(f(x)\) to get the \((x, y)\) coordinates

Example: Find the critical points of \(f(x) = x^3 - 3x\)

\[f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 3(x-1)(x+1)\]

Setting \(f'(x) = 0\): \(x = 1\) or \(x = -1\)

  • \(f(1) = 1 - 3 = -2\) → critical point at \((1, -2)\)
  • \(f(-1) = -1 + 3 = 2\) → critical point at \((-1, 2)\)

See the function and its derivative together:

Reading a Derivative Graph

The graph of \(f'(x)\) tells you everything about the shape of \(f(x)\):

\(f'(x)\) \(f(x)\) is…
Positive (\(f'(x) > 0\)) Increasing (going uphill)
Negative (\(f'(x) < 0\)) Decreasing (going downhill)
Zero (\(f'(x) = 0\)) Flat (horizontal tangent)

When we say \(f'(x) > 0\), we mean the derivative graph is above the x-axis. When \(f'(x) < 0\), the derivative graph is below the x-axis. Look at where the derivative crosses zero — those are the critical points of the original function.

Local Max, Local Min, and Stationary Points

When the derivative equals zero, three things can happen:

ImportantKey Idea: Classifying Critical Points by Sign Change

The sign of the derivative on either side of a critical point tells you what kind of point it is. Watch whether the derivative flips from positive to negative, negative to positive, or stays the same.

\(f'(x)\) changes from… The critical point is a…
Positive to negative (\(+ \to -\)) Local maximum (hilltop)
Negative to positive (\(- \to +\)) Local minimum (valley)
No sign change (\(+ \to +\) or \(- \to -\)) Stationary point (flat but keeps going)

A stationary point with no sign change is like a road that briefly flattens out but keeps going in the same direction — think of \(f(x) = x^3\) at the origin.

Explore — adjust \(a\) to see how the critical points change:

Set \(a = 0\). Notice that \(f(x) = x^3\) has a critical point at \(x = 0\), but it is a stationary point — the derivative touches zero without changing sign. Now increase \(a\) to see a local max and local min appear.

The Quotient Rule

When you need to differentiate a fraction \(\frac{P(x)}{Q(x)}\), use the Quotient Rule:

ImportantKey Idea: The Quotient Rule

Whenever you need the derivative of one function divided by another, use this formula. Think of it as “bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.”

\[\frac{d}{dx}\left(\frac{P}{Q}\right) = \frac{Q \cdot P' - P \cdot Q'}{Q^2}\]

The Quotient Rule is built from the Product Rule. Recall:

\[\frac{d}{dx}(P \cdot Q) = P' \cdot Q + P \cdot Q'\]

We can derive the Quotient Rule by writing \(\frac{P}{Q} = P \cdot Q^{-1}\) and applying the Product Rule together with the Chain Rule.

Deriving the Quotient Rule

Start with \(\frac{P}{Q}\) and use the product rule on \(P \cdot Q^{-1}\):

\[\frac{d}{dx}\left(P \cdot Q^{-1}\right) = P' \cdot Q^{-1} + P \cdot (-1) \cdot Q^{-2} \cdot Q'\]

\[= \frac{P'}{Q} - \frac{P \cdot Q'}{Q^2} = \frac{P' \cdot Q - P \cdot Q'}{Q^2}\]

  • Low = denominator \(Q\)
  • High = numerator \(P\)
  • D = derivative of

So: \(\frac{Q \cdot P' - P \cdot Q'}{Q^2}\) = “Low D-High minus High D-Low, over Low squared”

Example: Differentiate \(f(x) = \frac{x^2 + 1}{x - 3}\)

Let \(P = x^2 + 1\) and \(Q = x - 3\), so \(P' = 2x\) and \(Q' = 1\).

\[f'(x) = \frac{(x-3)(2x) - (x^2+1)(1)}{(x-3)^2}\]

\[= \frac{2x^2 - 6x - x^2 - 1}{(x-3)^2} = \frac{x^2 - 6x - 1}{(x-3)^2}\]

Cheat Sheet

Concept Key Fact
Snaking method Factor, check end behavior, weave through roots
Odd multiplicity root Graph crosses x-axis (sign changes)
Even multiplicity root Graph bounces off x-axis (no sign change)
Critical points Solve \(f'(x) = 0\)
\(f'(x) > 0\) \(f(x)\) is increasing
\(f'(x) < 0\) \(f(x)\) is decreasing
\(f'\): \(+ \to -\) at critical point Local maximum
\(f'\): \(- \to +\) at critical point Local minimum
\(f'\): no sign change Stationary point
Quotient Rule \(\dfrac{d}{dx}\!\left(\dfrac{P}{Q}\right) = \dfrac{Q \cdot P' - P \cdot Q'}{Q^2}\)