Limits

A limit describes what a function approaches as x gets close to a value — even if the function is undefined there.

lim(x→2) of (x² − 4)/(x − 2) = lim(x→2)(x+2) = 4

Derivatives

The derivative measures instantaneous rate of change — the slope of the tangent line at any point.

If f(x) = x², then f'(x) = 2x (power rule)
At x = 3: slope = 2(3) = 6

Power rule: d/dx(xⁿ) = nxⁿ⁻¹

Common Derivative Rules

FunctionDerivative
c (constant)0
xⁿnxⁿ⁻¹
sin xcos x

Integrals

The integral accumulates values — geometrically, the area under a curve. It is the inverse of differentiation (Fundamental Theorem of Calculus).

∫x² dx = x³/3 + C (reverse power rule: add 1, divide by new power)

What a Derivative Really Measures

Average speed over a whole trip is easy: distance divided by time. A derivative answers the harder question — how fast were you going at one exact instant?

From average to instantaneous

Pick two points on a curve and the line between them gives an average rate of change. Slide the second point closer and closer to the first, and that line settles onto the tangent at a single point. The limit of those slopes is the derivative.

That is the entire idea. The rules are just shortcuts that skip the sliding.

Using the power rule

If f(x) = 3x⁴, bring the exponent down and reduce it by one: f'(x) = 12x³.

If f(x) = 5x, the derivative is 5 — a straight line has the same slope everywhere.

If f(x) = 7, the derivative is 0 — a constant never changes.

Reading a Derivative

The sign of a derivative describes the shape of the original function, which is why calculus is so useful for finding maximums and minimums.

Finding a maximum

For f(x) = −x² + 6x, the derivative is −2x + 6. Setting it to zero gives x = 3. Since the parabola opens downward, that is the maximum, and f(3) = 9.

Integrals as Accumulation

If a derivative takes a total and reports its rate, an integral takes a rate and rebuilds the total.

Speed and distance

Plot speed against time. The area under that graph is distance travelled. Driving at a steady 60 km/h for 2 hours makes a rectangle of area 120 — and that is 120 km.

When speed varies, the graph is a curve rather than a rectangle, and integration is how you measure the area anyway.

Why the +C Differentiating erases constants, so working backward cannot recover the one you started with. The + C stands for every constant that would have produced the same derivative.

Common Mistakes

Watch out for these

Where You Will Use This

Summary

FAQ

What is C in an integral? The constant of integration — any constant disappears when you differentiate, so we add C back.

What is calculus used for? Physics (motion), engineering (optimization), economics (marginal cost), biology (population growth).

Do I need to be good at algebra first? Yes, and it is the single best predictor of how calculus goes. Most calculus errors are algebra errors wearing a disguise.

What is the difference between a definite and an indefinite integral? An indefinite integral returns a family of functions and needs + C. A definite integral has limits attached and returns a single number.

What does dy/dx mean? It is another way of writing the derivative — the change in y with respect to the change in x. It means the same thing as f'(x).

Who invented calculus? Isaac Newton and Gottfried Leibniz developed it independently in the late 1600s. The notation most classes use today is Leibniz's.

Quick Quiz

Test what you just learned. Choose the best answer for each question.