๐Ÿ“Analytic Geometry and Calculus

Common Derivative Rules

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Derivative rules are the fundamental toolkit you'll use throughout calculus. They're not just formulas to memorize, but logical shortcuts that let you analyze how any function changes. You're being tested on your ability to recognize which rule applies, when to combine multiple rules, and how to execute them accurately under pressure. Every optimization problem, related rates question, and curve-sketching exercise depends on your fluency with these rules.

These rules fall into categories: some handle basic building blocks (constants, powers), others manage function combinations (sums, products, quotients), and the rest tackle special function families (exponential, logarithmic, trigonometric). Don't just memorize the formulas. Know what type of function structure triggers each rule, and practice recognizing when you need to chain multiple rules together. That's where exam points are won or lost.


Basic Building Block Rules

These rules handle the simplest function types and form the foundation for everything else. Master these first, because you'll use them constantly inside more complex problems.

Constant Rule

  • The derivative of any constant is zero: ddx(c)=0\frac{d}{dx}(c) = 0 for any constant cc
  • Constants don't change, so their rate of change is zero by definition
  • Watch for hidden constants like ฯ€\pi, e2e^2, or 7\sqrt{7}. These are all just numbers, so they all differentiate to zero

Power Rule

  • The derivative of xnx^n is nxnโˆ’1nx^{n-1}. This works for any real exponent, including negatives and fractions
  • Rewrite before differentiating: express x\sqrt{x} as x1/2x^{1/2} and 1x3\frac{1}{x^3} as xโˆ’3x^{-3}, then apply the rule normally
  • This is the most-tested rule in calculus. You'll apply it dozens of times per exam, often combined with Chain Rule

Compare: Constant Rule vs. Power Rule: both handle simple terms, but the Power Rule requires the variable xx while constants have no variable dependence. If you see ฯ€3\pi^3, that's a constant (derivative = 0). If you see x3x^3, apply Power Rule (derivative = 3x23x^2).


Combination Rules

When functions are added, multiplied, or divided, these rules tell you how to handle the structure. The key is recognizing the operation connecting the parts.

Sum and Difference Rule

  • Differentiate term by term: if f(x)=g(x)ยฑh(x)f(x) = g(x) \pm h(x), then fโ€ฒ(x)=gโ€ฒ(x)ยฑhโ€ฒ(x)f'(x) = g'(x) \pm h'(x)
  • Constant multipliers pull out freely: ddx[cf(x)]=cโ‹…fโ€ฒ(x)\frac{d}{dx}[cf(x)] = c \cdot f'(x). This property, combined with term-by-term differentiation, is called the linearity of the derivative
  • Break complex expressions apart before applying other rules to each piece

Product Rule

  • Formula: (uv)โ€ฒ=uโ€ฒv+uvโ€ฒ(uv)' = u'v + uv'. Differentiate each factor once while keeping the other factor intact
  • The order of the two terms doesn't affect the final answer, but picking a consistent order prevents errors
  • Common exam setup: functions given as tables or graphs where you must apply Product Rule at a specific xx-value. You won't have a formula, just the values of uu, vv, uโ€ฒu', and vโ€ฒv' at that point

Quotient Rule

  • Formula: (uv)โ€ฒ=uโ€ฒvโˆ’uvโ€ฒv2\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}. A common mnemonic is "low d-high minus high d-low, over low squared"
  • Numerator order matters. Switching uโ€ฒvu'v and uvโ€ฒuv' flips the sign of the entire numerator, giving you the wrong answer
  • Alternative approach: rewrite uv\frac{u}{v} as uโ‹…vโˆ’1u \cdot v^{-1} and use Product Rule with Chain Rule instead. Many students find this reduces sign errors

Compare: Product Rule vs. Quotient Rule: both handle two-function combinations, but products add derivative terms while quotients subtract them. If you're prone to sign mistakes with Quotient Rule, try the rewrite-as-a-product approach.


The Chain Rule

This is the rule that connects everything else. Whenever one function is "inside" another, Chain Rule is required.

Chain Rule

  • Formula: ddx[f(g(x))]=fโ€ฒ(g(x))โ‹…gโ€ฒ(x)\frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x). Differentiate the outer function, keep the inner function unchanged, then multiply by the inner function's derivative
  • "Outside-inside" thinking: for sinโก(x2)\sin(x^2), the outside function is sinโก(โ–ก)\sin(\square) and the inside is x2x^2. You differentiate sinโก\sin to get cosโก(x2)\cos(x^2), then multiply by ddx(x2)=2x\frac{d}{dx}(x^2) = 2x, giving 2xcosโก(x2)2x\cos(x^2)
  • Most commonly missed rule. Forgetting to multiply by gโ€ฒ(x)g'(x) is the single most frequent derivative error on exams

Compare: Power Rule vs. Chain Rule with powers: x5x^5 needs only Power Rule, but (3x+1)5(3x+1)^5 requires Chain Rule because there's an inner function. Always ask yourself: "Is there something other than just xx being raised to a power?"


Exponential and Logarithmic Rules

These rules handle functions where the variable appears in an exponent or inside a logarithm. The natural base ee has special properties that simplify calculations.

Exponential Function Rule

  • ddx(ex)=ex\frac{d}{dx}(e^x) = e^x. This is the only function that equals its own derivative
  • For other bases: ddx(ax)=axlnโก(a)\frac{d}{dx}(a^x) = a^x \ln(a). The natural log of the base appears as a constant multiplier
  • With Chain Rule: ddx(eg(x))=eg(x)โ‹…gโ€ฒ(x)\frac{d}{dx}(e^{g(x)}) = e^{g(x)} \cdot g'(x). For example, ddx(e3x)=e3xโ‹…3=3e3x\frac{d}{dx}(e^{3x}) = e^{3x} \cdot 3 = 3e^{3x}

Natural Logarithm Rule

  • ddx(lnโกx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x} for x>0x > 0. One of the cleanest derivative formulas
  • For other bases: ddx(logโกax)=1xlnโกa\frac{d}{dx}(\log_a x) = \frac{1}{x \ln a}. You can also convert to natural log first using change of base, then differentiate
  • With Chain Rule: ddx(lnโก(g(x)))=gโ€ฒ(x)g(x)\frac{d}{dx}(\ln(g(x))) = \frac{g'(x)}{g(x)}. This pattern appears constantly in implicit differentiation and logarithmic differentiation

Compare: exe^x vs. lnโกx\ln x: these are inverse functions, but their derivatives behave very differently. The exponential reproduces itself; the logarithm produces a rational function. Both require Chain Rule when the input is more complex than just xx.


Trigonometric Function Rules

These rules govern periodic functions essential for modeling waves, oscillations, and circular motion. Notice the sign patterns and how cofunctions relate.

Basic Trig Derivatives (sin, cos, tan)

  • ddx(sinโกx)=cosโกx\frac{d}{dx}(\sin x) = \cos x and ddx(cosโกx)=โˆ’sinโกx\frac{d}{dx}(\cos x) = -\sin x. The negative sign appears with cosine's derivative, not sine's
  • ddx(tanโกx)=secโก2x\frac{d}{dx}(\tan x) = \sec^2 x. You can verify this yourself by applying Quotient Rule to sinโกxcosโกx\frac{\sin x}{\cos x}
  • Cyclic pattern: differentiating sinโกx\sin x four times in a row gives cosโกxโ†’โˆ’sinโกxโ†’โˆ’cosโกxโ†’sinโกx\cos x \to -\sin x \to -\cos x \to \sin x, cycling back to the start

Inverse Trig Derivatives

  • ddx(arcsinโกx)=11โˆ’x2\frac{d}{dx}(\arcsin x) = \frac{1}{\sqrt{1-x^2}} and ddx(arccosโกx)=โˆ’11โˆ’x2\frac{d}{dx}(\arccos x) = -\frac{1}{\sqrt{1-x^2}}. Same magnitude, opposite signs
  • ddx(arctanโกx)=11+x2\frac{d}{dx}(\arctan x) = \frac{1}{1+x^2}. No square root here. This form also shows up frequently in integration
  • Domain restrictions matter. These derivatives are only valid where the original inverse functions are defined (for example, arcsinโกx\arcsin x requires โˆ’1<x<1-1 < x < 1)

Compare: arcsinโกx\arcsin x vs. arccosโกx\arccos x: their derivatives differ only by a negative sign, reflecting that these functions are complementary (they sum to ฯ€2\frac{\pi}{2}). On multiple choice, watch for sign errors here.


Quick Reference Table

ConceptBest Examples
Derivatives equal to zeroConstant Rule (any constant cc)
Power reduction patternPower Rule (xnโ†’nxnโˆ’1x^n \to nx^{n-1})
Term-by-term differentiationSum/Difference Rule
Two-function productsProduct Rule (uโ€ฒv+uvโ€ฒu'v + uv')
Two-function quotientsQuotient Rule (uโ€ฒvโˆ’uvโ€ฒv2\frac{u'v - uv'}{v^2})
Nested/composite functionsChain Rule (fโ€ฒ(g(x))โ‹…gโ€ฒ(x)f'(g(x)) \cdot g'(x))
Self-replicating derivativeExponential Rule (exe^x)
Produces rational functionNatural Log Rule (1x\frac{1}{x})
Cyclic derivativesTrig Rules (sin, cos cycle with signs)
Square root in denominatorInverse Trig Rules (arcsin, arccos)

Self-Check Questions

  1. Which two rules would you combine to differentiate f(x)=(2x+1)4โ‹…exf(x) = (2x+1)^4 \cdot e^x?

  2. Compare the derivatives of e3xe^{3x} and 3x3^x. How does the constant 3 appear differently in each result?

  3. A student differentiates lnโก(x2+1)\ln(x^2+1) and gets 1x2+1\frac{1}{x^2+1}. What did they forget, and what's the correct answer?

  4. If an FRQ gives you f(x)=x2sinโกxexf(x) = \frac{x^2 \sin x}{e^x}, which rules do you need, and in what order would you apply them?

  5. Compare ddx(sinโก2x)\frac{d}{dx}(\sin^2 x) and ddx(sinโก(x2))\frac{d}{dx}(\sin(x^2)). Both require Chain Rule, but what's the "inner function" in each case?