Integration BasicsTopic #20 of 32

Definite Integrals

Computing definite integrals and their properties.

Definition

The definite integral of ff from aa to bb is:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x

where Δx=ban\Delta x = \frac{b-a}{n} and xix_i^* is a point in the ii-th subinterval.

Geometric Interpretation

The definite integral represents:

  • The signed area between f(x)f(x) and the x-axis from x=ax = a to x=bx = b
  • Area above x-axis is positive
  • Area below x-axis is negative

Notation

abf(x)dx\int_a^b f(x) \, dx

  • aa = lower limit of integration
  • bb = upper limit of integration

Properties

Basic Properties

abcdx=c(ba)\int_a^b c \, dx = c(b - a)

ab[f(x)±g(x)]dx=abf(x)dx±abg(x)dx\int_a^b [f(x) \pm g(x)] \, dx = \int_a^b f(x) \, dx \pm \int_a^b g(x) \, dx

abcf(x)dx=cabf(x)dx\int_a^b c \cdot f(x) \, dx = c \cdot \int_a^b f(x) \, dx

Limits of Integration

aaf(x)dx=0\int_a^a f(x) \, dx = 0

abf(x)dx=baf(x)dx\int_a^b f(x) \, dx = -\int_b^a f(x) \, dx

abf(x)dx+bcf(x)dx=acf(x)dx\int_a^b f(x) \, dx + \int_b^c f(x) \, dx = \int_a^c f(x) \, dx

Comparison Properties

If f(x)g(x)f(x) \leq g(x) on [a,b][a, b], then:

abf(x)dxabg(x)dx\int_a^b f(x) \, dx \leq \int_a^b g(x) \, dx

If mf(x)Mm \leq f(x) \leq M on [a,b][a, b], then:

m(ba)abf(x)dxM(ba)m(b - a) \leq \int_a^b f(x) \, dx \leq M(b - a)

Evaluation Using Antiderivatives

If FF is an antiderivative of ff:

abf(x)dx=F(b)F(a)=[F(x)]ab\int_a^b f(x) \, dx = F(b) - F(a) = \left[F(x)\right]_a^b

Examples

Example 1: Basic polynomial

02x2dx=[x33]02=830=83\int_0^2 x^2 \, dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3}

Example 2: Trigonometric

0πsin(x)dx=[cos(x)]0π=cos(π)(cos(0))\int_0^\pi \sin(x) \, dx = \left[-\cos(x)\right]_0^\pi = -\cos(\pi) - (-\cos(0))

=(1)(1)=1+1=2= -(-1) - (-1) = 1 + 1 = 2

Example 3: Exponential

01exdx=[ex]01=e1e0=e1\int_0^1 e^x \, dx = \left[e^x\right]_0^1 = e^1 - e^0 = e - 1

Example 4: Signed area

02πsin(x)dx=[cos(x)]02π=cos(2π)+cos(0)\int_0^{2\pi} \sin(x) \, dx = \left[-\cos(x)\right]_0^{2\pi} = -\cos(2\pi) + \cos(0)

=1+1=0= -1 + 1 = 0

Note: The positive and negative areas cancel out!

Example 5: Using properties

22(x3+4)dx\int_{-2}^2 (x^3 + 4) \, dx

Since x3x^3 is odd: 22x3dx=0\int_{-2}^2 x^3 \, dx = 0

224dx=4(2(2))=16\int_{-2}^2 4 \, dx = 4(2 - (-2)) = 16

Total: 0+16=160 + 16 = 16

Example 6: Absolute value (total area)

To find the total area between f(x)=x21f(x) = x^2 - 1 and x-axis on [1,2][-1, 2]:

f(x)=0f(x) = 0 at x=±1x = \pm 1

Area=11(x21)dx+12(x21)dx\text{Area} = \left|\int_{-1}^1 (x^2 - 1) \, dx\right| + \int_1^2 (x^2 - 1) \, dx

=[x33x]11+[x33x]12= \left|\left[\frac{x^3}{3} - x\right]_{-1}^1\right| + \left[\frac{x^3}{3} - x\right]_1^2

=(131)(13+1)+(832)(131)= \left|\left(\frac{1}{3} - 1\right) - \left(-\frac{1}{3} + 1\right)\right| + \left(\frac{8}{3} - 2\right) - \left(\frac{1}{3} - 1\right)

=43+23+23= \left|-\frac{4}{3}\right| + \frac{2}{3} + \frac{2}{3}

=43+43=83= \frac{4}{3} + \frac{4}{3} = \frac{8}{3}

Average Value of a Function

The average value of ff on [a,b][a, b]:

favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b-a} \int_a^b f(x) \, dx

Example

Average value of f(x)=x2f(x) = x^2 on [0,3][0, 3]:

favg=1303x2dx=13[x33]03=13(9)=3f_{\text{avg}} = \frac{1}{3} \int_0^3 x^2 \, dx = \frac{1}{3}\left[\frac{x^3}{3}\right]_0^3 = \frac{1}{3}(9) = 3