What Is a Derivative? Calculus Basics Explained Simply

What Is a Derivative, Anyway?

A derivative measures how something changes. That's it. Not the value of something — how fast it's changing at any given moment.

Think of it like this: if you're driving, your speedometer doesn't show where you are. It shows how fast your position is changing. That's a derivative.

Mathematically, a derivative is the rate of change of a function with respect to its variable. If y = f(x), then the derivative dy/dx tells you how y changes when x moves.

Why Derivatives Matter

Derivatives show up everywhere in science and engineering:

If you're doing anything technical, derivatives aren't optional. They're the foundation.

The Formal Definition (Don't Panic)

Most textbooks define a derivative as:

f'(x) = lim(h→0) [f(x+h) - f(x)] / h

This says: "Take the limit as h approaches zero." It measures the slope of the tangent line at a point — how steep the function is right there.

You won't calculate derivatives this way often. You'll use shortcuts. But the definition explains why those shortcuts work.

Basic Derivative Rules You Need to Know

The Power Rule

This is the one you'll use 80% of the time:

For f(x) = xⁿ, the derivative is f'(x) = n·xⁿ⁻¹

Examples:

The Constant Multiple Rule

Constants don't change when you differentiate:

If f(x) = c·g(x), then f'(x) = c·g'(x)

Example: f(x) = 5x³ → f'(x) = 5·3x² = 15x²

The Sum Rule

Derivatives distribute over addition and subtraction:

[f(x) + g(x)]' = f'(x) + g'(x)

The Product Rule

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

[f(x)·g(x)]' = f'(x)·g(x) + f(x)·g'(x)

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

The Quotient Rule

When functions divide:

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

Messy, yes. But you need it for rational functions.

The Chain Rule

For nested functions — a function inside a function:

If y = f(g(x)), then dy/dx = f'(g(x))·g'(x)

Example: f(x) = (3x + 1)⁴

Outer: u⁴ → derivative is 4u³

Inner: 3x + 1 → derivative is 3

Combined: f'(x) = 4(3x + 1)³ · 3 = 12(3x + 1)³

Common Derivatives Table

Function f(x) Derivative f'(x)
xⁿ n·xⁿ⁻¹
sin(x) cos(x)
cos(x) -sin(x)
ln(x) 1/x
aˣ·ln(a)
constant c 0

Derivative vs. Integral: The Difference

People confuse these constantly. Here's the blunt version:

They're opposites. The Fundamental Theorem of Calculus links them. Derivatives break things down; integrals build things up.

Getting Started: How to Take Derivatives

Step 1: Identify the function type. Is it a power of x? A trig function? A composition?

Step 2: Apply the appropriate rule. Start simple — use the power rule if possible.

Step 3: Simplify. Combine like terms. Clean up negative exponents.

Step 4: Check your work. Take the derivative of your result — you should get the second derivative back.

Example problem:

Find the derivative of f(x) = 4x³ + 2x² - 5x + 7

Solution:

That's it. Break it into pieces, apply the rules, combine.

Higher-Order Derivatives

You can keep differentiating. The second derivative (f'') is the derivative of the first derivative. It tells you about the rate of change of the rate of change — whether the function is speeding up or slowing down.

Third derivative? Fourth? They're used in physics and engineering for motion analysis. But for most practical purposes, the first and second derivatives are what you need.

What You're Probably Doing Wrong

If you're stuck, go back to the limit definition. It always clarifies what's happening.

Bottom Line

A derivative tells you instantaneous rate of change. Learn the power rule, product rule, quotient rule, and chain rule. Practice with polynomials first, then move to trig and exponential functions. The mechanics become automatic with repetition.

There's no magic here. Just rules applied consistently.