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:
โซabโf(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โซabโf(x)dxยฑdโซabโg(x)dx
- Interval Splitting: You can break an integral into adjacent intervals. โซabโf(x)dx=โซacโf(x)dx+โซcbโf(x)dx
- Reversing Limits: Swapping the upper and lower bounds changes the sign of the integral. โซabโf(x)dx=โโซbaโf(x)dx
- Zero Length Interval: Integrating from a point to the exact same point yields zero. โซaaโf(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โ32โx3/2
- Evaluate F(b)โF(a) from x=1 to x=4: [x2โ32โx3/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