Andromeda
Note

Basic Differentiation Rules

Definition

Basic differentiation rules are the fundamental algebraic theorems that allow for the calculation of derivatives without resorting to the formal limit definition.

Why It Matters

These rules are the “power tools” that move us from tedious manual calculation to high-speed system modeling and optimization. By automating the mechanics of the derivative, they allow us to focus on the meaning of change, such as finding the peak of a profit curve or the breaking point of a bridge.

Core Concepts

  • Constant Rule: ddx(c)=0\frac{d}{dx}(c) = 0.

    • How to read: “The derivative with respect to x of c equals zero.”
    • Meaning: A flat horizontal line has zero slope everywhere.
  • Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}.

    • How to read: “The derivative with respect to x of x to the n equals n times x to the n minus one power.”
    • Meaning / when to use: Bring the exponent down as a multiplier, reduce the power by one—covers most polynomial terms.
  • Constant Multiple Rule: ddx[cf(x)]=cf(x)\frac{d}{dx}[cf(x)] = c f'(x).

    • How to read: “The derivative with respect to x of c times f of x equals c times f prime of x.”
    • Meaning: Scalar factors do not affect how the function shape changes—only scale the rate.
  • Sum/Difference Rules: (f±g)=f±g(f \pm g)' = f' \pm g'.

    • How to read: “The derivative of f plus or minus g equals f prime plus or minus g prime.”
    • Meaning: Differentiate term-by-term; the operator is linear.

Connected Concepts