Differentiation Rules

Definition

The core algebraic rules for computing derivatives: the power rule, linearity (sum and constant-multiple), the product rule, and the quotient rule.

Intuition

Each rule reduces differentiation of a compound expression to differentiation of its simpler parts, making it possible to differentiate any combination of elementary functions by breaking it down step by step.

Formal Description

Power Rule

For a positive integer , applying the binomial expansion to the limit definition yields:

Extension to all real exponents: For any real and , write and apply the chain rule:

Example — square root:

Sum and Constant-Multiple Rules

Differentiation is linear: the derivative of a sum (or difference) equals the sum (or difference) of the derivatives, and the derivative of a constant multiple equals that constant times the derivative.

Sum rule: For differentiable functions and ,

Constant-multiple rule:

The derivative of any constant function is zero.

Product Rule

The product rule gives the derivative of a product of two differentiable functions. Starting from the limit definition, adding and subtracting in the numerator:

Quotient Rule

The quotient rule gives the derivative of the ratio of two differentiable functions. Starting from the limit definition and adding and subtracting in the numerator:

Applications

  • Computing derivatives of polynomials, rational functions, and algebraic expressions.
  • Building blocks for differentiating more complex functions together with the chain rule.
  • The quotient rule underlies the derivatives of , , , .

Trade-offs

  • The power rule in its basic form requires integer (or later rational/real) exponents; for negative or fractional powers, the general form via requires .
  • The quotient rule requires at the point of differentiation.
  • The product and quotient rules assume both and are differentiable at the point.