Derivatives Explained: Rules, Interpretation, and Applications

Derivatives are the heart of calculus — they measure how things change. This guide builds from the limit definition through all the major differentiation rules, with geometric interpretation and practical applications at every step.

Definition from Limits

The derivative f'(x) is defined as a limit: the limit of the difference quotient (average rate of change) as the interval shrinks to zero.

f'(x) = \lim_{h \to 0} \dfrac{f(x+h) - f(x)}{h}

Geometrically, this is the slope of the tangent line at x. Physically, it's the instantaneous rate of change — velocity if f(x) is position, or marginal cost if f(x) is total cost. Every differentiation rule in the next sections is derived from this single definition.

The Power Rule

The most-used differentiation rule applies to any power of x:

\dfrac{d}{dx}\left[x^n\right] = n x^{n-1}

Bring the exponent down as a coefficient, then subtract 1 from the exponent. Works for any real exponent — positive, negative, or fractional.

Examples:

\dfrac{d}{dx}\left[x^5\right] = 5x^4

Fractional exponents work the same way — rewrite radicals as fractional powers first:

\dfrac{d}{dx}\left[\sqrt{x}\right] = \dfrac{1}{2\sqrt{x}}

The Product Rule

When differentiating a product, you can't just multiply the derivatives. The correct rule:

(fg)' = f'g + fg'

Mnemonic: "derivative of the first times the second, plus the first times derivative of the second."

Example:

\dfrac{d}{dx}\left[x^2 \sin x\right] = 2x \sin x + x^2 \cos x

The Quotient Rule

For quotients, the rule has a subtraction and a squared denominator:

\left(\dfrac{f}{g}\right)' = \dfrac{f'g - fg'}{g^2}

Mnemonic: "low d-high minus high d-low, over the square of what's below." Order matters here — unlike the product rule, the quotient rule subtracts.

Example:

\dfrac{d}{dx}\left[\dfrac{x}{x^2+1}\right] = \dfrac{(x^2+1) - x(2x)}{(x^2+1)^2} = \dfrac{1-x^2}{(x^2+1)^2}

Want to check your understanding?

Our interaction checks test whether you truly understand a concept — not just whether you can repeat a procedure.

Try an interaction check

The Chain Rule

For composite functions, the chain rule says: differentiate the outer function, keep the inside unchanged, then multiply by the derivative of the inside.

(f(g(x)))' = f'(g(x)) \cdot g'(x)

Simple example:

\dfrac{d}{dx}\left[\sin(3x)\right] = 3\cos(3x)

The outer derivative is cos; the inner derivative is 3. Multiply them.

Combined with power rule:

\dfrac{d}{dx}\left[(x^2+1)^5\right] = 5(x^2+1)^4 \cdot 2x = 10x(x^2+1)^4

The chain rule is the most commonly-forgotten rule. Whenever you differentiate something inside parentheses, brackets, a function name, or a root — you need the chain rule.

Tangent Lines and Geometric Interpretation

The derivative at a point equals the slope of the tangent line there. The tangent line itself has equation:

y - f(a) = f'(a)(x - a)

Example: Find the tangent line for f(x) = x^2 \text{ at } a = 3. Since f'(x) = 2x, the slope at x = 3 is 6. The point is (3, 9):

y - 9 = 6(x-3) \implies y = 6x - 9

This interpretation turns derivatives into a powerful approximation tool — locally, any smooth function looks like its tangent line (the linear approximation).

Optimization: Finding Maxima and Minima

A function's derivative is zero at local maxima and minima (where the tangent is horizontal). To find them:

  1. Compute f'(x).
  2. Solve f'(x) = 0 for critical points.
  3. Classify each critical point as max, min, or saddle using the first or second derivative test.
  4. Check endpoints if the domain is bounded.

Example: Find critical points of f(x) = x^3 - 3x^2.

f'(x) = 3x^2 - 6x = 3x(x-2) = 0 \implies x=0, \; x=2

Critical points at x = 0 and x = 2. Testing shows x = 0 is a local max and x = 2 is a local min — this is how derivatives solve optimization problems across physics, economics, and engineering.

Common Mistakes

Forgetting the chain rule

When differentiating composite functions like sin(3x), students often forget to multiply by the derivative of the inner function (3). The result should be 3cos(3x), not cos(3x).

Mixing up the product and quotient rules

The product rule adds two terms: f'g + fg'. The quotient rule subtracts: (f'g - fg')/g². Confusing the sign or the order leads to incorrect results.

Practice Problems

Find the derivative of each function. Identify which rules you need.

  1. f(x) = 4x^3 - 2x + 7
  2. f(x) = x^2 \cos x
  3. f(x) = \dfrac{x+1}{x-1}
  4. f(x) = (x^2+3x)^4
  5. f(x) = \sin(x^2)
  6. f(x) = \ln(x^2+1)
  7. f(x) = \sqrt{3x+5}

Answers

  1. f'(x) = 12x^2 - 2 (power rule)
  2. f'(x) = 2x\cos x - x^2 \sin x (product rule)
  3. f'(x) = \dfrac{-2}{(x-1)^2} (quotient rule)
  4. f'(x) = 4(x^2+3x)^3(2x+3) (chain rule)
  5. f'(x) = 2x\cos(x^2) (chain rule)
  6. f'(x) = \dfrac{2x}{x^2+1} (chain rule with ln)
  7. f'(x) = \dfrac{3}{2\sqrt{3x+5}} (chain rule with power)

Related Guides

Frequently Asked Questions

What is a derivative?

A derivative measures the instantaneous rate of change of a function. It tells you how fast the output changes when the input changes by a tiny amount. Geometrically, the derivative at a point is the slope of the tangent line to the graph at that point.

What is the power rule?

The power rule states that the derivative of x^n is n·x^(n-1). For example, the derivative of x³ is 3x², and the derivative of x^(-2) is -2x^(-3). It works for any real exponent, including fractions and negatives.

What is the chain rule?

The chain rule is used to differentiate composite functions: the derivative of f(g(x)) is f'(g(x)) · g'(x). In words, differentiate the outer function (evaluated at the inner function) and multiply by the derivative of the inner function.

When do you use the product rule vs the chain rule?

Use the product rule when two functions are multiplied together: (fg)' = f'g + fg'. Use the chain rule when one function is inside another (composition): [f(g(x))]' = f'(g(x))·g'(x). They address fundamentally different situations.

What does a derivative of zero mean?

A derivative of zero at a point means the function has a horizontal tangent line there — it is momentarily not increasing or decreasing. This point is a critical point and could be a local maximum, local minimum, or inflection point. Further analysis (second derivative test) determines which.

How are derivatives used in real life?

Derivatives are used to find rates of change (velocity from position, acceleration from velocity), optimize functions (maximize profit, minimize cost), analyze function behavior (increasing/decreasing intervals, concavity), and model dynamic systems in physics, engineering, economics, and biology.

Related Guides

About Sense of Study

Sense of Study is a concept-first learning platform that helps students build deep understanding in math, physics, chemistry, statistics, and computational thinking. Our approach maps prerequisite relationships between concepts so students master foundations before moving forward — eliminating the gaps that cause confusion later.

With 800+ interconnected concepts and mastery tracking, we help students and parents see exactly where understanding breaks down and how to fix it.

Start Your Concept Mastery Journey

Explore 800+ interconnected concepts with prerequisite maps, mastery tracking, and interaction checks that build real understanding.