Integration with Limits- Calculus Guide
What Integration with Limits Actually Means
Integration with limits is just a definite integral. You take a function, integrate it, and plug in two numbers to get a specific value instead of a general expression.
The limits (bounds) are the numbers at the bottom and top of the integral symbol. They tell you exactly where to start and stop measuring area under a curve.
Most students confuse this with indefinite integrals constantly. Don't be that person. Indefinite integrals give you + C. Definite integrals give you a number.
The Definite Integral Formula
The notation looks like this:
∫ab f(x) dx = F(b) - F(a)
Where:
- F(x) is the antiderivative of f(x)
- a is the lower limit
- b is the upper limit
- dx tells you the variable of integration
The result is always a single number. That's it. No variables left.
How to Evaluate Definite Integrals
Here's the straightforward process:
- Find the antiderivative of the integrand
- Evaluate it at the upper limit
- Evaluate it at the lower limit
- Subtract the lower value from the upper value
That's the whole thing. Four steps. Most errors happen in step 1 or step 4.
Example
Evaluate ∫02 3x² dx
Step 1: Find antiderivative → x³ + C
Step 2: Plug in 2 → 2³ = 8
Step 3: Plug in 0 → 0³ = 0
Step 4: Subtract → 8 - 0 = 8
Quick Comparison Table
| Feature | Indefinite Integral | Definite Integral |
|---|---|---|
| Limits | None | Two (a and b) |
| Result | Function + C | Specific number |
| Variable remains | Yes | No |
| Constant of integration | Required (+C) | Not needed |
| Geometric meaning | Family of curves | Area under curve |
Key Properties You Need to Know
Reversing limits: ∫ab f(x) dx = -∫ba f(x) dx
Zero width: ∫aa f(x) dx = 0
Additivity: ∫ac f(x) dx + ∫cb f(x) dx = ∫ab f(x) dx
Constant multiple: ∫ab k·f(x) dx = k·∫ab f(x) dx
Sum/difference: ∫ab [f(x) ± g(x)] dx = ∫ab f(x) dx ± ∫ab g(x) dx
Common Mistakes That Will Cost You Points
- Forgetting to evaluate both limits and subtract
- Writing "+ C" on a definite integral (wrong)
- Mixing up which limit goes where in subtraction
- Not checking if the function has discontinuities between limits
- Forgetting that some areas count as negative
Getting Started: Step-by-Step Process
When you see a definite integral problem, follow this checklist:
- Identify the bounds. Write down a and b clearly.
- Find the antiderivative. Use your integration rules.
- Plug in upper bound. Calculate F(b).
- Plug in lower bound. Calculate F(a).
- Subtract. F(b) - F(a). That's your answer.
Practice this sequence until it's automatic. The more you repeat it, the faster it gets.
When to Use Numerical Integration
Sometimes you can't find an antiderivative. That's fine. Use these methods:
- Trapezoidal Rule — approximates area using trapezoids
- Simpson's Rule — uses parabolas, more accurate
- Left/Right/Midpoint Riemann Sums — basic approximations
Your calculator can handle these. Learn when your instructor expects exact answers versus approximations.