lesson

Unit 3 - Derivatives as Local Behavior · AP

Product, Quotient, and Chain Rules

Differentiate changing products, quotients, and compositions by identifying their structure and tracking each linked rate of change.

The basic derivative rules work when an expression is assembled by addition, subtraction, constant multiplication, and plain powers of xx. Three common structures require more care. A product contains two changing factors. A quotient contains a changing denominator. A composition sends an input through one changing function and then another. The correct derivative rule follows the structure of the original expression, not merely the symbols that are visible.

The Chain Rule deserves special attention because it is a conceptual bottleneck. It says that a total rate through a two-stage process equals the outer rate with respect to the intermediate quantity multiplied by the intermediate rate with respect to the original input. That is an ordinary rate-of-change principle, not a memorized extra factor. Product and quotient rules have the same origin: track every first-order way an output can change.

By the end, you should identify whether a function is a product, quotient, or composition before differentiating it. You should write each rule accurately and explain why the Chain Rule multiplies two rates. You should also know that one expression may require several rules in sequence. Structural reading comes before symbolic execution.

Products: both factors contribute change

If y=u(x)v(x)y=u(x)v(x), then

dydx=u(x)v(x)+u(x)v(x).\frac{dy}{dx}=u'(x)v(x)+u(x)v'(x).

The derivative is not simply uvu'v'. A small product change contains one contribution from uu changing while vv is held at its current value, and another from vv changing while uu is held at its current value. The change in both factors simultaneously is second-order small and vanishes after the limit is taken. This gives the Product Rule.

A product-change decomposition shows the two first-order contributions and the second-order term that vanishes in the derivative limit.

For y=x2sinxy=x^2\sin x, label u=x2u=x^2 and v=sinxv=\sin x. Then u=2xu'=2x and v=cosxv'=\cos x, so

y=2xsinx+x2cosx.y'=2x\sin x+x^2\cos x.

Do not distribute a derivative across multiplication. It distributes across addition, not multiplication. Naming uu and vv first makes the structure visible and keeps the two terms in the correct order.

Quotients: turn a ratio into a controlled change

If y=u(x)v(x)y=\frac{u(x)}{v(x)} and v(x)0v(x)\ne0, then

dydx=v(x)u(x)u(x)v(x)[v(x)]2.\frac{dy}{dx}=\frac{v(x)u'(x)-u(x)v'(x)}{[v(x)]^2}.

The denominator is squared, and the numerator order matters. The rule can be derived from the Product Rule by writing a quotient as u(x)[v(x)]1u(x)[v(x)]^{-1}, then using the Chain Rule to differentiate the reciprocal. In practice, it is often safest to label numerator and denominator explicitly before substituting into the formula.

The quotient-rule structure highlights the numerator order v times u prime minus u times v prime and the squared denominator.

For y=x2+1x3y=\frac{x^2+1}{x-3}, choose u=x2+1u=x^2+1 and v=x3v=x-3. Then u=2xu'=2x and v=1v'=1. The derivative is

y=(x3)(2x)(x2+1)(x3)2.y'=\frac{(x-3)(2x)-(x^2+1)}{(x-3)^2}.

You may simplify afterward, but preserve the fact that the original function and derivative are undefined at x=3x=3. A derivative calculation never removes a domain restriction from the original model.

The Chain Rule tracks a rate through a composition

Suppose y=f(u)y=f(u) and u=g(x)u=g(x). The input xx changes the intermediate quantity uu, and that changed uu changes yy. The Chain Rule is

dydx=dydududx=f(g(x))g(x).\frac{dy}{dx}=\frac{dy}{du}\frac{du}{dx} =f'(g(x))g'(x).

The first factor measures output change per unit intermediate change. The second measures intermediate change per unit original-input change. Multiplying cancels the intermediate units, leaving output change per input change. This unit logic is a conceptual check: a nested process must account for both links.

A two-stage machine shows x changing an inner quantity u and u changing the final output y, so the rates multiply.

For y=(3x1)4y=(3x-1)^4, the outer function is u4u^4 and the inner function is u=3x1u=3x-1. Differentiate the outer expression with the inner still in place, then multiply by the derivative of the inner:

y=4(3x1)33=12(3x1)3.y'=4(3x-1)^3\cdot3 =12(3x-1)^3.

The missing factor of three is the classic Chain Rule error. Saying “power rule” without identifying the inner function hides why that factor is required.

A reliable structural workflow

Start by placing parentheses around the outermost operation. Is the expression a sum, a product, a quotient, or a function applied to another expression? Apply the matching rule. Then repeat on any pieces that still contain nontrivial structure. For (x2+1)3x2\frac{(x^2+1)^3}{x-2}, the outermost operation is a quotient; the numerator also requires the Chain Rule. A single formula cannot replace this staged reading.

As a check, use a numerical slope estimate or units when a model is applied. If A(r)=πr2A(r)=\pi r^2 and a radius grows at 0.5cms0.5\,\frac{\mathrm{cm}}{\mathrm{s}}, then the Chain Rule gives dAdt=2πrdrdt\frac{dA}{dt}=2\pi r\frac{dr}{dt} with units cm2s\frac{\mathrm{cm}^2}{\mathrm{s}}. The extra factor drdt\frac{dr}{dt} is not optional: area changes because radius changes over time.

Next, we will differentiate relations that are not solved explicitly for one variable and examine inverse functions. The same Chain Rule will appear again, this time as the reason each term involving yy must carry a factor of dydx\frac{dy}{dx}. That continuity of ideas is more valuable than a list of disconnected formulas.

Knowledge Map

Where this lesson fits

Prerequisites

Unit 3 - Derivatives as Local BehaviorBasic Derivative Rules

Next lessons

Unit 3 - Derivatives as Local BehaviorImplicit Differentiation and Inverse Functions

Continue exploring

Connections

Related lessons

Unit 3 - Derivatives as Local BehaviorImplicit Differentiation and Inverse FunctionsUnit 5 - Accumulation, Integrals, and the Fundamental TheoremSubstitution as Reverse Chain Rule

Applications

  • compound growth
  • rates through models
  • ratios
  • sensitivity