Evaluating Definite Integrals
Evaluating Definite Integrals
A definite integral calculates the exact accumulation of a quantity, such as the area under a curve between two points. To evaluate a definite integral, we use antiderivatives and the Fundamental Theorem of Calculus.
The Fundamental Theorem of Calculus
The Fundamental Theorem of Calculus bridges the gap between differentiation and integration. It states that if f(x) is a continuous function on the interval [a,b] and F(x) is any antiderivative of f(x) (meaning F′(x)=f(x)), then the definite integral is evaluated as:
∫abf(x)dx=F(b)−F(a)
This is often written with evaluation brackets: [F(x)]ab.
Key Properties of Definite Integrals
Understanding these properties makes evaluating complex integrals much simpler:
- Linearity: You can split addition/subtraction and pull out constants. ∫ab[cf(x)±dg(x)]dx=c∫abf(x)dx±d∫abg(x)dx
- Interval Splitting: You can break an integral into adjacent intervals. ∫abf(x)dx=∫acf(x)dx+∫cbf(x)dx
- Reversing Limits: Swapping the upper and lower bounds changes the sign of the integral. ∫abf(x)dx=−∫baf(x)dx
- Zero Length Interval: Integrating from a point to the exact same point yields zero. ∫aaf(x)dx=0
Example Problems
Let's apply the Fundamental Theorem and the properties to evaluate some integrals.
Example 1: Polynomials and Roots
Evaluate ∫14(2x−x)dx
- First, rewrite the square root as a fractional exponent: ∫14(2x−x1/2)dx
- Find the antiderivative F(x) using the power rule (∫xndx=n+1xn+1): F(x)=x2−3/2x3/2=x2−32x3/2
- Evaluate F(b)−F(a) from x=1 to x=4: [x2−32x3/2]14
- Plug in the upper limit (4) and lower limit (1): (42−32(4)3/2)−(12−32(1)3/2) (16−32(8))−(1−32) (16−316)−(31) 348−316−31=331
Example 2: Trigonometric Functions
Evaluate ∫0π/2(3cosx+2sinx)dx
- Find the antiderivative. Remember that ∫cosxdx=sinx and ∫sinxdx=−cosx: F(x)=3sinx−2cosx
- Evaluate F(b)−F(a) from 0 to π/2: [3sinx−2cosx]0π/2
- Plug in the upper limit (π/2) and lower limit (0): (3sin(2π)−2cos(2π))−(3sin(0)−2cos(0))
- Simplify using exact trigonometric values (sin(π/2)=1, cos(π/2)=0, sin(0)=0, cos(0)=1): (3(1)−2(0))−(3(0)−2(1)) (3−0)−(0−2)=3+2=5