Derivation in Calculus- A Step-by-Step Guide

What Derivation Actually Is

Derivation (or differentiation) finds the rate of change at any point on a curve. That's it. You're not finding the average rate—you're finding the exact, instantaneous rate at one specific point.

Think of it this way: if position is distance over time, the derivative gives you velocity at that exact second. Not your average speed for the trip. That specific moment.

The notation you'll see everywhere:

All mean the same thing: "take the derivative with respect to x."

The Power Rule — Your Workhorse

Most derivatives you'll encounter use the power rule. It's the one rule you need to memorize so hard it becomes instinct.

For any term xⁿ, the derivative is n·xⁿ⁻¹.

Examples:

That last point catches people. Any standalone constant disappears when you differentiate. The derivative of 7 is 0. The derivative of 1,000,000 is 0. Constants don't change.

The Sum, Product, and Quotient Rules

Sum Rule

Simple. Differentiate each term separately.

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

Just handle one term at a time.

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)

Remember: first times derivative of second, plus second times derivative of first.

Example: Find the derivative of x²·sin(x)

Quotient Rule

Division is messier. For f(x)/g(x):

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

That's bottom times derivative of top, minus top times derivative of bottom, all over bottom squared.

Example: derivative of x/sin(x)

The Chain Rule — For Nested Functions

When one function sits inside another, you need the chain rule.

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

In plain English: derivative of outer function evaluated at inner, times derivative of inner function.

Example: derivative of sin(3x)

Another: derivative of (5x + 2)⁴

Common Derivatives You Should Know

Function Derivative
c (constant) 0
xⁿ n·xⁿ⁻¹
sin(x) cos(x)
cos(x) -sin(x)
tan(x) sec²(x)
ln(x) 1/x
aˣ · ln(a)
1/x -1/x²
√x 1/(2√x)

Memorize the trig derivatives and exponential ones. You'll use them constantly.

How to Actually Do It — Step by Step

Here's the process for any derivative problem:

  1. Identify each term in the function
  2. Apply the power rule to each term with x
  3. Drop constants to zero
  4. Use product rule where terms multiply
  5. Use chain rule where functions nest inside other functions
  6. Simplify by combining like terms where possible

Worked example: Find the derivative of 3x⁴ + 2x² - 5x + 7

Answer: 12x³ + 4x - 5

That's the complete derivative.

Higher-Order Derivatives

You can differentiate more than once. The second derivative (f''(x)) is just the derivative of the first derivative.

Third derivative? Differentiate again. Fourth? Again.

Physics use: position → first derivative is velocity → second derivative is acceleration.

Economics use: cost function → marginal cost is first derivative → rate of change of marginal cost is second derivative.

Implicit vs Explicit Differentiation

Most functions are explicit: y = f(x). Just differentiate normally.

But sometimes y and x are tangled together, like x² + y² = 25 (a circle).

For implicit differentiation:

  1. Take d/dx of both sides
  2. Treat y as a function of x, so d/dx[y²] = 2y·y'
  3. Solve for y'

Example: x² + y² = 25

The derivative includes y because y isn't isolated.

When You're Stuck

If a derivative looks ugly, simplify first. Expand (x+1)(x-1) to x²-1 before differentiating. Use trig identities to simplify sin(2x) if it helps.

Most complicated-looking derivatives collapse into simple forms once you expand and combine.

Also: check if the problem wants a simplified answer. Teachers usually expect you to factor or combine terms. An unsimplified answer often loses points.

What Comes Next

After derivatives come integrals—the reverse process. And applications like optimization (finding maximums and minimums), related rates, and curve sketching.

But first, master these rules. The power rule, product rule, quotient rule, and chain rule cover 95% of what you'll face in calculus. Know them cold.