Integration and Applications Notes

Integration

Introduction

  • The second fundamental problem addressed by calculus is the evaluation of areas bounded by curves in the plane. It involves determining the area of regions defined by various curves, similar to the tangent problems from Chapter 2. Calculating areas incorporates the notion of limits and reveals a critical relationship between areas and antiderivatives known as the Fundamental Theorem of Calculus. This theorem allows us to find areas where we can integrate (antidifferentiate) the encountered functions.

  • Integration can be more intricate than differentiation; there exist elementary functions that are not derivatives of simple functions. The text aims to develop integration techniques for a wide variety of functions, expending significant effort in Sections 5.6 and 6.1 through 6.4 before approximating areas for functions resistant to straightforward antidifferentiation.

Sums and Sigma Notation

  • Summation techniques are crucial for calculating areas. We represent sums using the sigma notation (Σ). Given integers m and n, where m ≤ n, and a function f defined on integers from m to n, we express the sum of f's values at these integers as:
    ext{If } m ext{ and } n ext{ are integers, then:}
    ext{Sum } ext{Σ}_{i=m}^{n} f(i) = f(m) + f(m + 1) + … + f(n)

  • Example 1:
    ext{Σ}_{i=1}^{5} i^2 = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55

  • The index of summation (i in this case) is a dummy variable and does not affect the value of the sum. Changing the index (to k or any other symbol) does not change the summed value.

Summation Properties

  • Theorem 1 summarizes important summation formulas:

    1. Sum of 1s: ext{Σ}_{i=1}^{n} 1 = n

    2. Sum of integers: ext{Σ}_{i=1}^{n} i = rac{n(n + 1)}{2}

    3. Sum of squares: ext{Σ}_{i=1}^{n} i² = rac{n(n + 1)(2n + 1)}{6}

    4. Sum of cubes: ext{Σ}_{i=1}^{n} i³ = rac{n^2(n + 1)^2}{4}

    5. Geometric series: ext{Σ}_{i=0}^{n-1} r^i = rac{1 - r^n}{1 - r} ext{ (for } r
      eq 1 ext{)}

Evaluating Sums

  • A closed-form formula exists for the sum S of the first n positive integers:S = ext{Σ}_{i=1}^{n} i = rac{n(n + 1)}{2}

    • Example Derivation:

    • Write S forwards and backwards

    • Add:
      2S = n + 1 + n + 1 + n + 1… ext{ (n terms)}

    • Solve for S to yield the formula.

The Fundamental Theorem of Calculus

  • This theorem establishes the relationship between differentiation and integration, where the accumulation of areas under a curve leads to a function that can be differentiated to yield the original function. Thus:

    1. If F(x) is the antiderivative of f(x), then:
      rac{d}{dx} ext{ [} ext{∫}_{a}^{x} f(t) dt ] = f(x)

    2. The integral of f from a to b can be evaluated as:
      ext{ ∫}_{a}^{b} f(x) dx = F(b) - F(a)

  • This relationship simplifies computation significantly, making definite integrals manageable through finding antiderivatives.

Applications of Integration

  • Integration tools enable calculations of volumes, areas, work done by forces, investment values from cash flow streams, etc. The examples illustrated various integration applications like volume calculations for solids of revolution and the method of slices for solid volumes.

Volume of Solids of Revolution

  • When a plane region R is rotated about an axis, the volume generated can be calculated using:
    V = ext{ ∫}_{a}^{b} A(x) dx
    where A(x) is the area of cross-section at x.

  • The cross-sectional area is determined relative to the axis of rotation and the shape of region R.

Cylindrical Shells

  • An alternative volume calculation method is using cylindrical shells when rotating around a different axis such as y = k:
    dV = 2 ext{π} ext{[Distance from axis] * [height]} * dx

  • This allows assessment of solids without needing explicit area functions associated with vertical or horizontal slices.

Summary of Integration Techniques

  • Integer, rational functions, inverse trigonometric substitutions, and numerical methods are discussed for areas involving curves and volumes.

  • Find explicit limits in assessing behavior as x approaches values for improper integrals being bounded or having singularities. The relevant methods assist in calculating definite integrals through both direct evaluation and manipulation into an easier form using various substitution techniques.