Facebook Pixel
Mathos AI logo

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)f(x) is a continuous function on the interval [a,b][a, b] and F(x)F(x) is any antiderivative of f(x)f(x) (meaning Fโ€ฒ(x)=f(x)F'(x) = f(x)), then the definite integral is evaluated as:

โˆซabf(x)โ€‰dx=F(b)โˆ’F(a)\int_a^b f(x) \, dx = F(b) - F(a)

This is often written with evaluation brackets: [F(x)]ab\left[ F(x) \right]_a^b.

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\int_a^b [c f(x) \pm d g(x)] \, dx = c \int_a^b f(x) \, dx \pm d \int_a^b g(x) \, dx
  • Interval Splitting: You can break an integral into adjacent intervals. โˆซabf(x)โ€‰dx=โˆซacf(x)โ€‰dx+โˆซcbf(x)โ€‰dx\int_a^b f(x) \, dx = \int_a^c f(x) \, dx + \int_c^b f(x) \, dx
  • Reversing Limits: Swapping the upper and lower bounds changes the sign of the integral. โˆซabf(x)โ€‰dx=โˆ’โˆซbaf(x)โ€‰dx\int_a^b f(x) \, dx = - \int_b^a f(x) \, dx
  • Zero Length Interval: Integrating from a point to the exact same point yields zero. โˆซaaf(x)โ€‰dx=0\int_a^a 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\int_1^4 (2x - \sqrt{x}) \, dx

  1. First, rewrite the square root as a fractional exponent: โˆซ14(2xโˆ’x1/2)โ€‰dx\int_1^4 (2x - x^{1/2}) \, dx
  2. Find the antiderivative F(x)F(x) using the power rule (โˆซxnโ€‰dx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}): F(x)=x2โˆ’x3/23/2=x2โˆ’23x3/2F(x) = x^2 - \frac{x^{3/2}}{3/2} = x^2 - \frac{2}{3}x^{3/2}
  3. Evaluate F(b)โˆ’F(a)F(b) - F(a) from x=1x=1 to x=4x=4: [x2โˆ’23x3/2]14\left[ x^2 - \frac{2}{3}x^{3/2} \right]_1^4
  4. Plug in the upper limit (44) and lower limit (11): (42โˆ’23(4)3/2)โˆ’(12โˆ’23(1)3/2)\left( 4^2 - \frac{2}{3}(4)^{3/2} \right) - \left( 1^2 - \frac{2}{3}(1)^{3/2} \right) (16โˆ’23(8))โˆ’(1โˆ’23)\left( 16 - \frac{2}{3}(8) \right) - \left( 1 - \frac{2}{3} \right) (16โˆ’163)โˆ’(13)\left( 16 - \frac{16}{3} \right) - \left( \frac{1}{3} \right) 483โˆ’163โˆ’13=313\frac{48}{3} - \frac{16}{3} - \frac{1}{3} = \frac{31}{3}

Example 2: Trigonometric Functions

Evaluate โˆซ0ฯ€/2(3cosโกx+2sinโกx)โ€‰dx\int_0^{\pi/2} (3\cos x + 2\sin x) \, dx

  1. Find the antiderivative. Remember that โˆซcosโกxโ€‰dx=sinโกx\int \cos x \, dx = \sin x and โˆซsinโกxโ€‰dx=โˆ’cosโกx\int \sin x \, dx = -\cos x: F(x)=3sinโกxโˆ’2cosโกxF(x) = 3\sin x - 2\cos x
  2. Evaluate F(b)โˆ’F(a)F(b) - F(a) from 00 to ฯ€/2\pi/2: [3sinโกxโˆ’2cosโกx]0ฯ€/2\left[ 3\sin x - 2\cos x \right]_0^{\pi/2}
  3. Plug in the upper limit (ฯ€/2\pi/2) and lower limit (00): (3sinโก(ฯ€2)โˆ’2cosโก(ฯ€2))โˆ’(3sinโก(0)โˆ’2cosโก(0))\left( 3\sin\left(\frac{\pi}{2}\right) - 2\cos\left(\frac{\pi}{2}\right) \right) - \left( 3\sin(0) - 2\cos(0) \right)
  4. Simplify using exact trigonometric values (sinโก(ฯ€/2)=1\sin(\pi/2)=1, cosโก(ฯ€/2)=0\cos(\pi/2)=0, sinโก(0)=0\sin(0)=0, cosโก(0)=1\cos(0)=1): (3(1)โˆ’2(0))โˆ’(3(0)โˆ’2(1))\left( 3(1) - 2(0) \right) - \left( 3(0) - 2(1) \right) (3โˆ’0)โˆ’(0โˆ’2)=3+2=5(3 - 0) - (0 - 2) = 3 + 2 = 5