Basic Differentiation Rules- A Comprehensive Overview

What Differentiation Actually Is

Differentiation finds the rate of change at any point on a curve. That's it. No fancy metaphors, no spiritual awakening—just calculating slope.

Derivatives answer one question: how fast is this changing right now? Every differentiation rule is a shortcut for avoiding the limit definition. Learn these, and you can skip the tedious algebra.

The Power Rule

This is the one you'll use 80% of the time. If you have xⁿ, the derivative is n·xⁿ⁻¹.

Examples:

The power rule works for any real exponent, including negatives and fractions. Derivative of x⁻² = -2x⁻³. Derivative of x^(1/2) = (1/2)x^(-1/2).

The Constant Rule

Derivative of any constant is zero. 5, 100, -47, π—all become 0 when differentiated. Constants don't change, so their rate of change is nothing.

This seems obvious, but students forget it when constants appear inside complicated expressions.

The Constant Multiple Rule

Constants factor out during differentiation. The derivative of c·f(x) equals c·f'(x).

Example: derivative of 7x⁴ = 7 · 4x³ = 28x³

Pull the constant to the front, differentiate the variable part, multiply back together. Don't try to differentiate the constant itself—that's a waste of time.

The Sum and Difference Rules

Derivative of a sum equals the sum of derivatives. Same for differences.

d/dx [f(x) + g(x)] = f'(x) + g'(x)

d/dx [f(x) - g(x)] = f'(x) - g'(x)

Differentiate each term separately, then add or subtract. No cross-terms unless the terms are multiplied or divided.

The Product Rule

When two functions multiply, you can't just multiply the derivatives. Use:

d/dx [f(x)·g(x)] = f'(x)·g(x) + f(x)·g'(x)

Left derivative times right, plus left times right derivative. Memorize it as "first times derivative of second, plus second times derivative of first."

Example: derivative of x²·sin(x)

The Quotient Rule

Division requires the quotient rule:

d/dx [f(x)/g(x)] = [f'(x)·g(x) - f(x)·g'(x)] / [g(x)]²

Bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.

Most students mix up the signs or forget the denominator squared. The denominator is always squared—always. No exceptions.

Many problems become easier if you convert division to multiplication using negative exponents first.

The Chain Rule

Composite functions require the chain rule. If y = f(g(x)), then:

dy/dx = f'(g(x)) · g'(x)

Derivative of the outside function evaluated at the inside, times the derivative of the inside function.

Example: derivative of sin(x³)

Spot composite functions by asking: "Is there a function inside another function?" If yes, chain rule applies.

Quick Reference Table

RuleFormulaWhen to Use
Power Ruled/dx[xⁿ] = n·xⁿ⁻¹Single variable term
Constant Ruled/dx[c] = 0Any standalone constant
Constant Multipled/dx[c·f] = c·f'Constant multiplied by function
Sum/Differenced/dx[f±g] = f'±g'Terms added or subtracted
Product Ruled/dx[f·g] = f'g + fg'Two functions multiplied
Quotient Ruled/dx[f/g] = (f'g - fg')/g²One function divided by another
Chain Ruled/dx[f(g(x))] = f'(g(x))·g'(x)Composite functions

Getting Started: How to Differentiate Any Function

Follow this decision tree for any differentiation problem:

Step 1: Identify the structure

Look at your function. Is it a single term, sum of terms, product, quotient, or composite?

Step 2: Apply the simplest rule first

Use power rule, constant rule, and sum/difference rules on each term individually.

Step 3: Check for products and quotients

If you have multiplication or division, apply product or quotient rule to those specific parts.

Step 4: Check for composition

If any term has a function inside another function, apply chain rule to that term.

Step 5: Simplify

Combine like terms. Clean up negative exponents. Factor out common factors if it looks cleaner.

Example problem: Find the derivative of f(x) = 3x⁴ + 2x·cos(x) - 5

Solution:

Common Mistakes to Avoid

These errors account for 90% of wrong answers on differentiation problems. Double-check each one.

What Comes Next

Once these rules are solid, you need the derivatives of common functions: trigonometric, exponential, and logarithmic. Those follow the same logic but require memorization of specific patterns.

Higher-order derivatives come next—finding the second, third, or fourth derivative. Same rules applied repeatedly.

Master these seven rules first. Everything else in calculus builds on them.