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=cabf(x)dx±dabg(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(2xx)dx\int_1^4 (2x - \sqrt{x}) \, dx

  1. First, rewrite the square root as a fractional exponent: 14(2xx1/2)dx\int_1^4 (2x - x^{1/2}) \, dx
  2. Find the antiderivative F(x)F(x) using the power rule (xndx=xn+1n+1\int x^n \, dx = \frac{x^{n+1}}{n+1}): F(x)=x2x3/23/2=x223x3/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: [x223x3/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): (4223(4)3/2)(1223(1)3/2)\left( 4^2 - \frac{2}{3}(4)^{3/2} \right) - \left( 1^2 - \frac{2}{3}(1)^{3/2} \right) (1623(8))(123)\left( 16 - \frac{2}{3}(8) \right) - \left( 1 - \frac{2}{3} \right) (16163)(13)\left( 16 - \frac{16}{3} \right) - \left( \frac{1}{3} \right) 48316313=313\frac{48}{3} - \frac{16}{3} - \frac{1}{3} = \frac{31}{3}

Example 2: Trigonometric Functions

Evaluate 0π/2(3cosx+2sinx)dx\int_0^{\pi/2} (3\cos x + 2\sin x) \, dx

  1. Find the antiderivative. Remember that cosxdx=sinx\int \cos x \, dx = \sin x and sinxdx=cosx\int \sin x \, dx = -\cos x: F(x)=3sinx2cosxF(x) = 3\sin x - 2\cos x
  2. Evaluate F(b)F(a)F(b) - F(a) from 00 to π/2\pi/2: [3sinx2cosx]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) (30)(02)=3+2=5(3 - 0) - (0 - 2) = 3 + 2 = 5