How to evaluate a definite integral using the Fundamental Theorem of Calculus?
The Fundamental Theorem of Calculus (FTC) provides a way to evaluate definite integrals using antiderivatives, making calculations much simpler. Here's how to use it:
-
Understand the theorem: The FTC states that if a function
f(x)is continuous on the interval[a, b], andF(x)is an antiderivative off(x)on(a, b), then the definite integral off(x)fromatobis equal toF(b) - F(a). -
Find the antiderivative: To evaluate the definite integral using the FTC, first find an antiderivative
F(x)of the functionf(x)whose integral you're calculating. This is typically the most challenging part of the process. -
Apply the FTC: Once you've found
F(x), evaluateF(x)at the upper limitband the lower limita. Then, subtract the two results:∫ from a to b f(x) dx = F(b) - F(a).
Here's a simple example:
Evaluate ∫ from 1 to 4 (3x^2 - 2x + 1) dx.
- Find the antiderivative
F(x)off(x) = 3x^2 - 2x + 1. The antiderivative isF(x) = x^3 - x^2 + x. - Evaluate
F(x)at the upper limit4and the lower limit1:F(4) = 64 - 16 + 4 = 52andF(1) = 1 - 1 + 1 = 1. - Subtract the two results:
∫ from 1 to 4 (3x^2 - 2x + 1) dx = F(4) - F(1) = 52 - 1 = 51.