Integration Fundamentals- How to Write and Set Up Integrals
What Integrals Actually Are (And Why You Need Them)
An integral is a mathematical tool that calculates accumulated quantities. While derivatives tell you the rate of change at any moment, integrals work in reverse—they add up tiny pieces to find the total.
Think of it this way: if you know the speed of a car at every instant, an integral gives you the total distance traveled. If you know the marginal cost of producing each unit, an integral gives you the total production cost.
That's it. Integrals are glorified addition machines for infinitely small pieces.
The Basic Integral Notation
Before you can set up an integral, you need to understand the notation. Here's the standard form:
∫ f(x) dx
Let's break this down:
- ∫ — The integral symbol. It's an elongated "S" because integrals are about summing things.
- f(x) — The function you want to integrate. This is what you're measuring.
- dx — The differential. It tells you which variable you're integrating with respect to.
The dx part is not optional. It matters. Dropping it is like writing a sentence without any punctuation—technically readable, but technically wrong.
Indefinite Integrals vs Definite Integrals
These are the two main types, and mixing them up is one of the most common mistakes students make.
Indefinite Integrals
An indefinite integral finds the general antiderivative. It gives you a family of functions plus a constant (usually written as +C).
Example: ∫ 2x dx = x² + C
No limits. No specific numbers. Just the function that, when differentiated, gives you the original function.
Definite Integrals
A definite integral calculates a specific numerical value between two bounds.
Example: ∫₀² 2x dx = [x²]₀² = 4 - 0 = 4
You have limits (a and b), and the result is a number, not a function.
Setting Up Integrals: A Step-by-Step Process
Setting up an integral correctly is half the battle. Here's how to do it:
Step 1: Identify What You're Measuring
Ask yourself: "What quantity do I want to find the total of?" This becomes your integrand (the function inside the integral).
Step 2: Determine Your Variable
What is changing in your problem? That variable gets the dx. Everything else in your integrand should be expressed in terms of that variable.
Step 3: Find Your Bounds (If Applicable)
For definite integrals, you need upper and lower limits. These are usually given in the problem or can be inferred from the context.
Step 4: Write the Integral
Put it together: ∫(lower bound)^(upper bound) [integrand] dx
That's the structure. Practice it until it becomes automatic.
Common Integration Techniques
Sometimes the straightforward approach doesn't work. Here are the main methods for handling trickier integrals:
Substitution
Works when you have a composite function. Let u equal the inner function, then replace and simplify.
Best for: Chain rule situations reversed
Integration by Parts
Based on the product rule. Use when you have a product of two different types of functions.
Formula: ∫ u dv = uv - ∫ v du
Best for: Products involving polynomials and trig functions, exponentials, or logarithms
Partial Fractions
Decompose a rational function into simpler fractions, then integrate each piece.
Best for: Rational functions where the denominator's degree is higher than the numerator's
Trigonometric Substitution
Use when you see patterns like a² - x², a² + x², or x² - a² under a square root.
Best for: Expressions with squares of variables
Quick Comparison of Integration Methods
| Method | Best Used When | Key Indicator |
|---|---|---|
| Substitution | Composite functions appear | Chain rule pattern visible |
| Integration by Parts | Product of different function types | LIATE rule applies |
| Partial Fractions | Rational functions | Fraction with polynomials |
| Trig Substitution | Squared expressions under radicals | a² ± x² or x² - a² patterns |
Practical Example: Setting Up Your First Integral
Let's work through a real scenario:
Problem: A car's velocity is given by v(t) = 3t² + 2 (in meters per second). Find the total distance traveled from t = 1 to t = 4 seconds.
Step 1: Identify the quantity. Distance is the integral of velocity.
Step 2: Variable is t. Integrand is v(t) = 3t² + 2.
Step 3: Bounds are 1 and 4.
Step 4: Write it out:
∫₁⁴ (3t² + 2) dt
Step 5: Solve it:
= [t³ + 2t]₁⁴
= (64 + 8) - (1 + 2)
= 72 - 3
= 69 meters
That's the complete process. Identify, set up, solve.
Common Mistakes to Avoid
- Forgetting the dx. Always include it. Always.
- Confusing indefinite and definite integrals. One gives you +C, the other gives you a number.
- Dropping the constant of integration in indefinite integrals.
- Choosing the wrong substitution. If u-substitution isn't simplifying, try something else.
- Forgetting to substitute back to the original variable after using substitution.
When to Use Which Approach
Start with the simplest method that works. Don't reach for integration by parts when substitution will do the job. Partial fractions are powerful but only for rational functions. Trig substitution is specific—use it when you see the right patterns.
If an integral looks like it came from a derivative problem (chain rule, product rule, quotient rule), work backward from that.
The Bottom Line
Setting up integrals is a skill that improves with practice. Learn the notation, know the difference between definite and indefinite, memorize the common techniques, and work through problems until the process feels natural.
There are no shortcuts. But there is a logical structure to follow, and that's what this article gave you.