Calculus Derivative Rules- Essential Formulas

What You Actually Need to Know About Derivative Rules

Calculus derivative rules are the tools you use to find how things change. No theory, no philosophical musings—just the formulas that work.

If you're struggling with derivatives, it's probably because you're trying to memorize everything instead of understanding the patterns. Here's every rule you need, explained plainly.

The Basic Building Blocks

Before you tackle anything complex, you need these down cold. They're the foundation everything else is built on.

Power Rule

The simplest rule. If you have xⁿ, the derivative is n·xⁿ⁻¹.

Examples:

This works for any real number exponent, including negatives and fractions. d/dx(x⁻²) = -2x⁻³. No exceptions.

Constant Rule

The derivative of any constant is zero. That's it.

d/dx(7) = 0. d/dx(π) = 0. Constants don't change, so their rate of change is nothing.

Constant Multiple Rule

Constants factor out when you differentiate:

d/dx(5x³) = 5·d/dx(x³) = 5·3x² = 15x²

Sum and Difference Rules

Derivatives distribute over addition and subtraction:

d/dx(x² + 3x - 5) = d/dx(x²) + d/dx(3x) - d/dx(5) = 2x + 3 - 0 = 2x + 3

The Product Rule

When you multiply two functions together, you can't just multiply their derivatives. Use this:

(f·g)' = f'·g + f·g'

Say it out loud: "First times derivative of second, plus second times derivative of first."

Example: Find d/dx(x²·sin x)

Don't try to distribute and simplify first. The product rule exists because simple distribution doesn't work for derivatives.

The Quotient Rule

Division of functions requires this mess:

(f/g)' = (f'·g - f·g') / g²

Top derivative times bottom, minus bottom times top, all over bottom squared.

Example: d/dx(x / sin x)

Many students forget the minus sign or the order. Remember: low d-high minus high d-low. Low derivative (g') times top (f), minus top derivative (f') times bottom (g).

The Chain Rule

This is the one that trips up most students. You need it when one function is nested inside another.

(f(g(x)))' = f'(g(x)) · g'(x)

In plain English: take the derivative of the outer function, evaluate at the inner function, then multiply by the derivative of the inner function.

Example: d/dx(sin(x³))

Look for "functions inside functions." Powers of functions, trig of functions, exponentials of functions—all need the chain rule.

Trigonometric Derivatives

Commit these to memory. You use them constantly.

The negative signs on cos, cot, and csc catch people off guard. Watch for them.

Exponential and Logarithmic Derivatives

These follow predictable patterns:

eˣ is unique because its derivative is itself. That's why it keeps showing up in growth and decay problems.

Derivative Rules Comparison Table

RuleFormulaWhen to Use
Powern·xⁿ⁻¹Single variable raised to power
Productf'g + fg'Two functions multiplied
Quotient(f'g - fg') / g²Two functions divided
Chainf'(g(x)) · g'(x)Nested functions

How to Actually Use These Rules

Most students make the same mistake: they try to apply every rule to every problem. Don't.

Step 1: Identify the structure. Is it a sum? Product? Quotient? Nested function?

Step 2: Apply only the rule that matches. Don't add complexity you don't need.

Step 3: Simplify only after finding the derivative.

Example problem: Find d/dx(3x⁴ + 2x)²

You see the square outside the parentheses. That's a chain rule situation.

Don't expand unless the problem asks for it. Factored form is perfectly fine—and often what you'll need for later work.

Common Mistakes to Avoid

The Bottom Line

Derivative rules aren't complicated—they're systematic. Power rule for simple powers. Product rule for products. Quotient rule for quotients. Chain rule for compositions. That's the whole game.

Most problems just require you to correctly identify which rule applies. Practice that identification, and the rest follows.