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: dxdโ(c)=0 for any constant c
Constants don't change, so their rate of change is zero by definition
Watch for hidden constants like ฯ, e2, or 7โ. These are all just numbers, so they all differentiate to zero
Power Rule
The derivative of xn is nxnโ1. This works for any real exponent, including negatives and fractions
Rewrite before differentiating: express xโ as x1/2 and x31โ as xโ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 x while constants have no variable dependence. If you see ฯ3, that's a constant (derivative = 0). If you see x3, apply Power Rule (derivative = 3x2).
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), then fโฒ(x)=gโฒ(x)ยฑhโฒ(x)
Constant multipliers pull out freely: dxdโ[cf(x)]=cโ 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โฒ. 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 x-value. You won't have a formula, just the values of u, v, uโฒ, and vโฒ at that point
Quotient Rule
Formula: (vuโ)โฒ=v2uโฒvโuvโฒโ. A common mnemonic is "low d-high minus high d-low, over low squared"
Numerator order matters. Switching uโฒv and uvโฒ flips the sign of the entire numerator, giving you the wrong answer
Alternative approach: rewrite vuโ as uโ 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: dxdโ[f(g(x))]=fโฒ(g(x))โ 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), the outside function is sin(โก) and the inside is x2. You differentiate sin to get cos(x2), then multiply by dxdโ(x2)=2x, giving 2xcos(x2)
Most commonly missed rule. Forgetting to multiply by gโฒ(x) is the single most frequent derivative error on exams
Compare: Power Rule vs. Chain Rule with powers: x5 needs only Power Rule, but (3x+1)5 requires Chain Rule because there's an inner function. Always ask yourself: "Is there something other than just x 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 e has special properties that simplify calculations.
Exponential Function Rule
dxdโ(ex)=ex. This is the only function that equals its own derivative
For other bases: dxdโ(ax)=axln(a). The natural log of the base appears as a constant multiplier
With Chain Rule: dxdโ(eg(x))=eg(x)โ gโฒ(x). For example, dxdโ(e3x)=e3xโ 3=3e3x
Natural Logarithm Rule
dxdโ(lnx)=x1โ for x>0. One of the cleanest derivative formulas
For other bases: dxdโ(logaโx)=xlna1โ. You can also convert to natural log first using change of base, then differentiate
With Chain Rule: dxdโ(ln(g(x)))=g(x)gโฒ(x)โ. This pattern appears constantly in implicit differentiation and logarithmic differentiation
Compare:ex vs. lnx: 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 x.
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)
dxdโ(sinx)=cosx and dxdโ(cosx)=โsinx. The negative sign appears with cosine's derivative, not sine's
dxdโ(tanx)=sec2x. You can verify this yourself by applying Quotient Rule to cosxsinxโ
Cyclic pattern: differentiating sinx four times in a row gives cosxโโsinxโโcosxโsinx, cycling back to the start
Inverse Trig Derivatives
dxdโ(arcsinx)=1โx2โ1โ and dxdโ(arccosx)=โ1โx2โ1โ. Same magnitude, opposite signs
dxdโ(arctanx)=1+x21โ. 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, arcsinx requires โ1<x<1)
Compare:arcsinx vs. arccosx: their derivatives differ only by a negative sign, reflecting that these functions are complementary (they sum to 2ฯโ). On multiple choice, watch for sign errors here.
Quick Reference Table
Concept
Best Examples
Derivatives equal to zero
Constant Rule (any constant c)
Power reduction pattern
Power Rule (xnโnxnโ1)
Term-by-term differentiation
Sum/Difference Rule
Two-function products
Product Rule (uโฒv+uvโฒ)
Two-function quotients
Quotient Rule (v2uโฒvโuvโฒโ)
Nested/composite functions
Chain Rule (fโฒ(g(x))โ gโฒ(x))
Self-replicating derivative
Exponential Rule (ex)
Produces rational function
Natural Log Rule (x1โ)
Cyclic derivatives
Trig Rules (sin, cos cycle with signs)
Square root in denominator
Inverse Trig Rules (arcsin, arccos)
Self-Check Questions
Which two rules would you combine to differentiate f(x)=(2x+1)4โ ex?
Compare the derivatives of e3x and 3x. How does the constant 3 appear differently in each result?
A student differentiates ln(x2+1) and gets x2+11โ. What did they forget, and what's the correct answer?
If an FRQ gives you f(x)=exx2sinxโ, which rules do you need, and in what order would you apply them?
Compare dxdโ(sin2x) and dxdโ(sin(x2)). Both require Chain Rule, but what's the "inner function" in each case?