Andromeda
Note

Difference Quotient

Definition

The Difference Quotient is a mathematical expression that measures the average rate of change of a function ff over an interval. For a function ff, the difference quotient on the interval [a,a+h][a, a+h] is defined as: f(a+h)f(a)h\frac{f(a+h) - f(a)}{h} where hh is the change in the input variable (h0h \neq 0).

  • How to read: “The quantity f of the quantity a plus h minus f of a, all divided by h, where h is not equal to zero.”
  • Meaning: Rise over run for the secant through (a,f(a))(a, f(a)) and (a+h,f(a+h))(a+h, f(a+h)); the limit as h0h \to 0 gives the derivative at aa.

Why It Matters

Linear approximations are the only way to model the messy, non-linear real world. The difference quotient is the DNA of the derivative; it is the bridge that allows us to calculate the “instantaneous velocity” of a falling rocket or the “marginal profit” of a new product line. Without this ratio, we would be trapped in a world of static averages, unable to predict how systems evolve in the next millisecond.

Core Concepts

  • Average Rate of Change: It calculates the ratio of the change in output (Δy\Delta y) to the change in input (Δx\Delta x).
  • Geometric Representation: It corresponds to the slope of the secant line passing through the points (a,f(a))(a, f(a)) and (a+h,f(a+h))(a+h, f(a+h)) on the graph of ff.
  • Interval Sensitivity: The value of the difference quotient depends entirely on the choice of the starting point aa and the interval width hh.
  • Stewart Example: For f(x)=2x2+3x1f(x) = 2x^2 + 3x - 1, the difference quotient simplifies to f(a+h)f(a)h=4a+2h+3\frac{f(a+h) - f(a)}{h} = 4a + 2h + 3.

Connected Concepts