Calculus comes down to two operations: finding how fast something changes (differentiation) and adding up tiny pieces to get a total (integration). Everything else in a calculus course is technique built on top of those two ideas. If you’re learning calculus for the first time or brushing up, here’s how the core machinery actually works.
The One Idea Behind Everything: Limits
Before you can differentiate or integrate, you need limits. A limit answers the question: what value does a function approach as the input gets closer and closer to some number? You’re not asking what happens AT that number, just what happens as you sneak up on it. For example, if a function heads toward the value 7 as your input approaches 3, then the limit at 3 is 7, even if the function isn’t actually defined at 3.
The formal version uses two distances. You pick any tiny distance from the output value (called epsilon), and you have to show there’s a corresponding tiny distance from the input value (called delta) that keeps the function’s output within your chosen range. In plain terms: you can make the output as close to the limit as you want by making the input close enough. This precision is what lets calculus make exact statements about things that are continuously changing, and it’s the foundation for both derivatives and integrals.
Differentiation: Measuring Rate of Change
A derivative tells you the slope of a curve at a single point. Picture drawing a straight line that just barely touches a curve at one spot. The steepness of that line is the derivative. In practical terms, if your function describes the position of a car over time, the derivative gives you the car’s speed at any instant.
You could calculate this from scratch using limits every time, but that would be painfully slow. Instead, calculus gives you a set of rules that let you find derivatives quickly.
The Core Rules
- Power rule: For any term like x raised to a power, multiply by the power and then reduce the power by one. So x³ becomes 3x², and x⁷ becomes 7x⁶. This is the rule you’ll use most often.
- Product rule: When two functions are multiplied together, the derivative is the first function times the derivative of the second, plus the second function times the derivative of the first. You can’t just differentiate each piece separately.
- Quotient rule: When one function is divided by another, the derivative is the bottom times the derivative of the top, minus the top times the derivative of the bottom, all divided by the bottom squared. The order matters here, so mixing up the subtraction is a common source of errors.
- Chain rule: When functions are nested inside each other (like the sine of x²), you work from the outside in. Differentiate the outer function first, leaving the inner function untouched, then multiply by the derivative of the inner function.
With just these four rules, you can differentiate almost any function you’ll encounter in a standard calculus course. Most problems are a matter of recognizing which rule applies and applying it carefully.
Integration: Adding Up Infinitely Small Pieces
Integration is the reverse of differentiation. Where a derivative breaks a curve into its instantaneous rates, an integral reassembles tiny slices into a total. Visually, a definite integral gives you the area between a curve and the horizontal axis over some interval (and that area counts as negative when the curve dips below the axis).
The connection between the two operations is formalized in the Fundamental Theorem of Calculus. Part one says that if you build a function by integrating, then taking the derivative of that function gives you back the original. Differentiation and integration undo each other. Part two says that to evaluate a definite integral, you find an antiderivative (a function whose derivative is your integrand), plug in the upper and lower bounds, and subtract. This is what makes integration practical: instead of actually summing infinitely many slices, you just find the right antiderivative.
Key Integration Techniques
Simple integrals reverse the power rule: raise the power by one and divide by the new power. But there’s an important exception. This formula doesn’t work when the power is negative one. The integral of 1/x is the natural logarithm of the absolute value of x, not the power rule applied mechanically. Trying to use the power rule on 1/x (which would involve dividing by zero) is one of the most common mistakes in introductory calculus.
For more complex integrals, two techniques come up constantly:
- U-substitution: This is essentially the chain rule in reverse. When you spot a function nested inside another and its derivative also appears in the expression, you can simplify by substituting a single variable (u) for the inner function. The integral collapses into something straightforward. The big hint that u-substitution will work is seeing a composition of functions where one part looks like the derivative of another.
- Integration by parts: This handles products of functions that don’t simplify with substitution. The formula rearranges the integral of a product into a boundary term minus a new (hopefully easier) integral. The key decision is choosing which piece to differentiate and which to integrate. You generally want to differentiate the piece that becomes simpler and integrate the piece that stays manageable.
For indefinite integrals (those without specific bounds), always add a constant of integration, and if you used substitution, convert back to the original variable before you’re done.
Two Notation Systems You’ll See
Calculus uses two common notations, and courses often mix them freely. Lagrange notation writes the derivative with a prime mark: f'(x). It’s compact and works well when you’re focused on a single function. Leibniz notation writes the derivative as dy/dx, which looks like a fraction. Leibniz notation is more useful when multiple variables are changing at once, because it explicitly tracks which variable you’re differentiating with respect to. For integration, Leibniz notation dominates: the integral sign, the function, and the “dx” at the end all come from this system. Neither notation is better overall. Recognizing both just keeps you from getting confused when a textbook or instructor switches between them.
Mistakes That Trip Up Beginners
Certain errors show up so reliably in calculus courses that they’re worth flagging before you encounter them.
The first is assuming that “one over something” always integrates to a logarithm. The integral of 1/x is indeed a natural log, but 1/(x² + 1) is not. That integral is actually the inverse tangent function. The logarithm rule applies only when the denominator is a single linear term in x, not any expression you happen to see in a denominator.
The second is forgetting the chain rule during differentiation. When you differentiate something like (3x + 5)⁴, it’s tempting to just apply the power rule and get 4(3x + 5)³. But you also need to multiply by the derivative of the inner function (3x + 5), which is 3. The correct answer is 12(3x + 5)³.
The third is dropping absolute value bars when integrating 1/x. The result is ln|x|, not ln(x), because the natural logarithm is only defined for positive numbers, and the absolute value ensures the expression works for negative inputs too.
How the Pieces Fit Together
A typical calculus sequence builds in a predictable order. You start with limits, which give the definition of a derivative. You learn differentiation rules and apply them to problems about rates of change: velocity, growth, optimization. Then you move to integration, first as the reverse of differentiation, then as a tool for computing areas, volumes, and accumulated quantities. Along the way, the Fundamental Theorem ties the two halves together, showing that the area problem and the rate problem are two sides of the same coin.
Once you’re comfortable with single-variable calculus, the same ideas extend to functions with multiple inputs (multivariable calculus) and to sequences and series. But the core skill remains the same throughout: recognizing which operation to apply, choosing the right rule or technique, and executing the algebra cleanly. Calculus is less about memorizing formulas and more about pattern recognition. The rules are few. The practice of applying them to unfamiliar problems is where the real learning happens.

