Worked Example
Problem: Evaluate the definite integral ∫142xdx. Step 1: Find an antiderivative of the integrand f(x)=2x. Step 2: Apply the Fundamental Theorem of Calculus: evaluate F(x) at the upper limit b=4 and the lower limit a=1.∫142xdx=F(4)−F(1) Step 3: Substitute the limits into the antiderivative.
F(4)=42=16F(1)=12=1 Step 4: Subtract to get the final value.
16−1=15 Answer: ∫142xdx=15. This means the net signed area between f(x)=2x and the x-axis from x=1 to x=4 is 15 square units. Another Example
This example uses a trigonometric function instead of a polynomial, showing that the same Fundamental Theorem approach works regardless of the type of integrand. It also involves careful sign handling with cosine values.
Problem: Evaluate ∫0πsin(x)dx. Step 1: Identify an antiderivative of sin(x).F(x)=−cos(x) Step 2: Evaluate F(x) at the upper limit b=π.F(π)=−cos(π)=−(−1)=1 Step 3: Evaluate F(x) at the lower limit a=0.F(0)=−cos(0)=−(1)=−1 Step 4: Subtract to find the definite integral.
F(π)−F(0)=1−(−1)=2 Answer: ∫0πsin(x)dx=2. Frequently Asked Questions
What is the difference between a definite integral and an indefinite integral?
A definite integral has specific limits of integration a and b, and it produces a single numerical value representing the net signed area under a curve. An indefinite integral has no limits and produces a family of antiderivatives, written as F(x)+C, where C is an arbitrary constant. Can a definite integral be negative?
Yes. A definite integral measures net signed area. When the function lies below the x-axis, it contributes negative area. If the function spends more of the interval below the axis than above it, the definite integral will be negative. For example, ∫0π−sin(x)dx=−2. What happens if you swap the limits of a definite integral?
Swapping the limits reverses the sign of the integral. Formally, ∫baf(x)dx=−∫abf(x)dx. This follows directly from the Fundamental Theorem: F(a)−F(b) is the negative of F(b)−F(a). Definite Integral vs. Indefinite Integral
| Definite Integral | Indefinite Integral |
|---|
| Notation | ∫abf(x)dx | ∫f(x)dx |
| Limits of integration | Has specific bounds a and b | No bounds |
| Result | A single number | A function F(x)+C |
| Constant of integration | Not needed — it cancels during subtraction | Required (+C) |
| Interpretation | Net signed area under the curve on [a,b] | General antiderivative of f(x) |
Why It Matters
Definite integrals appear throughout AP Calculus, college calculus, physics, and engineering. You use them to compute areas, volumes of solids, total displacement, work done by a force, and accumulated quantities. Mastering the definite integral connects the concept of antiderivatives (from differential calculus) to real-world measurement, making it one of the most applied ideas in all of mathematics.
Common Mistakes
Mistake: Forgetting to evaluate the antiderivative at both limits and subtract. Some students find F(b) but forget to subtract F(a), or they evaluate only at one endpoint. Correction: Always compute F(b)−F(a). A helpful notation is to write [F(x)]ab immediately after finding the antiderivative, which reminds you to plug in both limits and subtract. Mistake: Confusing total area with the value of the definite integral. When a function dips below the x-axis, the definite integral subtracts that region, but total area requires you to integrate the absolute value ∣f(x)∣. Correction: If a problem asks for total area, split the integral at the zeros of f(x) and take the absolute value of each piece, or integrate ∣f(x)∣ directly.