Derivatives/Differentiation Rules and the Chain Rule

Lesson 2.21,014 words

Differentiation Rules and the Chain Rule

Computing every derivative from the limit definition is tedious. A short list of rules — power, constant multiple, sum, product, quotient — differentiates any polynomial or rational function by inspection.

╌╌╌╌

The limit definition of the derivative is correct but slow: each new function needs its own difference-quotient computation. A handful of rules, each proved once from the definition, replace that work. The power, constant-multiple, sum, product, and quotient rules together differentiate any polynomial or rational function by inspection; the chain rule extends them to composite functions.

The building-block rules

Start with the two simplest functions. A constant function has a horizontal graph, so its slope is everywhere; the identity has slope .

Both fall straight out of the definition. The general pattern for powers is the one rule worth memorizing.

For a positive integer , the factorization gives

because the limit has equal terms. The quotient rule below extends this to negative integers, and a proof for all real exponents waits until the logarithmic derivative supplies logarithmic differentiation. The rule holds throughout.

Example. The Power Rule reads off directly.

  • .
  • .
  • .
  • .

Combining derivatives

New functions built from old ones by scaling, adding, or subtracting have derivatives built the same way.

Each follows from the matching limit law: a constant pulls out of a limit, and the limit of a sum is the sum of the limits. Together with the Power Rule they differentiate any polynomial term by term.

Example. For ,

Example. Horizontal tangents of occur where the derivative vanishes:

giving the points , , and .

The Product and Quotient Rules

The derivative of a product is not the product of the derivatives. Taking and gives , whereas . The correct formula was found by Leibniz.

The formula has an area reading. Take and as the side lengths of a rectangle of area . Increasing grows the sides by differentials and , which adds two strips, along the top and along the side, plus a corner . The corner is second-order and drops out in the limit, leaving .

Product rule as area. Growing f by df and g by dg adds two strips f dg and g df; the tiny corner df dg is second order and vanishes in the limit.

The rigorous proof subtracts and adds inside the difference quotient to separate the two functions:

Since is continuous at , , and the limit is .

Example. If with and , then , so .

A quotient is handled by a companion rule.

The order matters: denominator times derivative of numerator, minus numerator times derivative of denominator, all over the denominator squared. Applied to it extends the Power Rule to negative integers:

Example. For ,

The Quotient Rule is not always the fastest route. To differentiate , divide first: , then apply the Power Rule.

The rules proved so far are collected below.

RuleFormula
Constant
Power
Constant multiple
Sum / difference
Product
Quotient

Any polynomial is differentiable on all of , and any rational function is differentiable on its domain.

Derivatives of the trigonometric functions

Throughout, means the sine of the angle whose radian measure is ; the formulas below hold only in radians. Sketching the slope of suggests that its derivative is , and the definition confirms it. Using the addition formula ,

The evaluation reduces to two limits. One is proved by a squeeze between a sector and its bounding triangles; the other follows from it.

The first limit is proved by a squeeze on the unit circle. Take and place the angle at the centre of a circle of radius , with on the initial side and on the terminal side. Drop perpendicular to , and let the tangent at meet the line produced at . The triangle , the circular sector , and the triangle nest, so their areas increase in that order:

Dividing through by and taking reciprocals reverses the inequalities,

As the outer bound , so the squeeze forces ; because the ratio is an even function, the two-sided limit is as well. The second limit follows by multiplying through by the conjugate :

Unit-circle squeeze for sin theta over theta. Triangle OAB, sector OAB, and triangle OAE nest, giving cos(theta) <= sin(theta)/theta <= 1.

Substituting these (with and ) leaves

The same method gives . Geometrically, the slope of the sine wave at each point equals the height of the cosine wave: the same curve shifted left by a quarter period.

The derivative of sine is cosine. At every x the slope of sin x equals the height of cos x, the same wave shifted left by a quarter period.

The tangent, cotangent, secant, and cosecant derivatives follow from the Quotient Rule. For example,

The full table, valid only in radians, is worth memorizing; the minus signs attach to the three cofunctions.

Example. For , the Product Rule gives .

The fundamental limit also resolves related trigonometric limits. To evaluate , arrange the argument to match:

The Chain Rule

The rules so far do not touch a function like , which is a composite: with and , it is . The chain rule differentiates the composition by multiplying the two rates of change.

The Leibniz form is a mnemonic for rates: if changes twice as fast as and changes three times as fast as , then changes six times as fast as . Multiplying formally cancels, though is not yet a genuine quantity to divide by; a careful proof handles the case where the inner increment can be zero.

The chain rule multiplies rates along the composition. x drives u at rate g'(x), u drives y at rate f'(u), so y responds to x at their product.

The procedure is: differentiate the outer function at the inner function, then multiply by the derivative of the inner function.

Example. Composing the sine derivative with the chain rule, , while : the first squares inside the sine, the second squares outside it.

The Power Rule combined with the Chain Rule

The most common composite is a function raised to a power. With ,

Example. .

Longer compositions chain more links. For , , ,

The Power Rule is a statement about how steepness scales with the exponent: higher powers sit flatter near the origin and climb faster past , exactly as their derivatives predict.

Power functions x^n. Higher powers start flatter near 0 and steepen faster past x = 1, matching their derivatives n x^(n-1) from the Power Rule.

╌╌ END ╌╌