Calculus Volume 2 Study Notes: Chapter 1 Integration

Introduction to Integration

  • Integration is a fundamental pillar of calculus used to determine quantities such as area, distance, and volume from rates of change.

  • The concept of integration often starts with the problem of finding the area of an irregular region. For example, calculate the distance an iceboat travels if its velocity is a known variable function over time.

  • The theoretical foundation involves approximating areas using simpler geometric shapes (like rectangles) and taking the mathematical limit as the number of shapes increases to infinity.

Sigma (Summation) Notation

  • Sigma notation provides a compact way to represent the sum of a long string of terms using the Greek capital letter Σ\Sigma.

  • The standard form is i=1nai\sum_{i=1}^{n} a_i, where:

    • ii is the index of summation (or dummy variable).

    • 11 is the lower limit of the sum.

    • nn is the upper limit of the sum.

    • aia_i describes the general term for each index value.

  • Properties of Sigma Notation (where cc is a constant and n,mn, m are integers):

    1. Constant Sum: i=1nc=nc\sum_{i=1}^{n} c = nc

    2. Constant Multiplier: i=1ncai=ci=1nai\sum_{i=1}^{n} c a_i = c \sum_{i=1}^{n} a_i

    3. Sum Rule: i=1n(ai+bi)=i=1nai+i=1nbi\sum_{i=1}^{n} (a_i + b_i) = \sum_{i=1}^{n} a_i + \sum_{i=1}^{n} b_i

    4. Difference Rule: i=1n(aibi)=i=1naii=1nbi\sum_{i=1}^{n} (a_i - b_i) = \sum_{i=1}^{n} a_i - \sum_{i=1}^{n} b_i

    5. Splitting a Sum: i=1nai=i=1mai+i=m+1nai\sum_{i=1}^{n} a_i = \sum_{i=1}^{m} a_i + \sum_{i=m+1}^{n} a_i, for 1 \le m < n .

  • Power Sum Formulas:

    • Sum of the first nn integers: i=1ni=n(n+1)2\sum_{i=1}^{n} i = \frac{n(n+1)}{2}

    • Sum of consecutive squares: i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}

    • Sum of consecutive cubes: i=1ni3=n2(n+1)24\sum_{i=1}^{n} i^3 = \frac{n^2(n+1)^2}{4}

Approximating Area Under a Curve

  • To calculate the area AA bounded by a continuous, nonnegative function f(x)f(x) and the xx-axis on the interval [a,b][a, b], use a partition PP.

  • A partition is a set of points P={x0,x1,,xn}P = \{x_0, x_1, \dots, x_n\} such that a = x_0 < x_1 < \dots < x_n = b .

  • In a regular partition, each subinterval has an equal width: Δx=ban\Delta x = \frac{b-a}{n}. The points are defined by xi=x0+iΔxx_i = x_0 + i \Delta x.

  • Approximation Methods:

    • Left-Endpoint Approximation (LnL_n): Uses the function value at the left of each subinterval for height. Ln=i=1nf(xi1)ΔxL_n = \sum_{i=1}^{n} f(x_{i-1}) \Delta x

    • Right-Endpoint Approximation (RnR_n): Uses the function value at the right of each subinterval for height. Rn=i=1nf(xi)ΔxR_n = \sum_{i=1}^{n} f(x_i) \Delta x

    • As nn (the number of rectangles) increases, both LnL_n and RnR_n produce more accurate estimates of the actual area.

Riemann Sums and the Definition of Area

  • A Riemann Sum generalizes the rectangle approximation by allowing the height to be determined by any point xix_i^* within each subinterval [xi1,xi][x_{i-1}, x_i].

  • Definition: For a function f(x)f(x) on [a,b][a, b] with a regular partition, the Riemann sum is i=1nf(xi)Δx\sum_{i=1}^{n} f(x_i^*) \Delta x.

  • Upper and Lower Sums:

    • An Upper Sum is achieved when xix_i^* is chosen to be the location of the maximum function value in each subinterval.

    • A Lower Sum is achieved when xix_i^* is chosen to be the location of the minimum function value in each subinterval.

  • Area Definition: The area AA under the curve y=f(x)y = f(x) is the limit of the Riemann sums as the number of subintervals goes to infinity: A=limni=1nf(xi)ΔxA = \lim_{n \rightarrow \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x.

The Definite Integral

  • The Definite Integral generalizes area to include functions that may be negative or discontinuous.

  • Formal Definition: abf(x)dx=limni=1nf(xi)Δx\int_{a}^{b} f(x) \, dx = \lim_{n \rightarrow \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x. If the limit exists, f(x)f(x) is integrable.

  • Terminology:

    • \int is the integral symbol (an elongated S for summation).

    • aa and bb are the limits of integration (lower and upper).

    • f(x)f(x) is the integrand.

    • xx is the variable of integration (a dummy variable).

  • Integrability: Every continuous function on a closed interval [a,b][a, b] is integrable. Functions with a finite number of jump discontinuities are also integrable.

Net Signed Area and Total Area

  • Net Signed Area: The definite integral calculates the area above the xx-axis minus the area below the xx-axis.

    • abf(x)dx=A1A2\int_{a}^{b} f(x) \, dx = A_1 - A_2, where A1A_1 is area above and A2A_2 is area below.

  • Total Area: To find the total area regardless of the xx-axis position, integrate the absolute value.

    • \text{Total Area} = \int_{a}^{b} |f(x)| \, dx = A_1 + A_2

  • Application to Motion:

    • Displacement is the integral of velocity: abv(t)dt\int_{a}^{b} v(t) \, dt.

    • Total distance traveled is the integral of the speed: abv(t)dt\int_{a}^{b} |v(t)| \, dt.

Properties of the Definite Integral

  1. Zero Length: aaf(x)dx=0\int_{a}^{a} f(x) \, dx = 0

  2. Reversed Limits: baf(x)dx=abf(x)dx\int_{b}^{a} f(x) \, dx = - \int_{a}^{b} f(x) \, dx

  3. Sum/Difference: 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

  4. Constant Multiplier: abcf(x)dx=cabf(x)dx\int_{a}^{b} c f(x) \, dx = c \int_{a}^{b} f(x) \, dx

  5. Interval Addition: 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 (Valid for any cc where the function is integrable).

Comparison Theorem

  • If f(x)0f(x) \ge 0 on [a,b][a, b], then abf(x)dx0\int_{a}^{b} f(x) \, dx \ge 0.

  • If f(x)g(x)f(x) \ge g(x) on [a,b][a, b], then abf(x)dxabg(x)dx\int_{a}^{b} f(x) \, dx \ge \int_{a}^{b} g(x) \, dx.

  • Bound Property: If mf(x)Mm \le f(x) \le M on [a,b][a, b], then m(ba)abf(x)dxM(ba)m(b-a) \le \int_{a}^{b} f(x) \, dx \le M(b-a).

Average Value of a Function

  • The Average Value of a continuous function f(x)f(x) on [a,b][a, b] is defined as:

    • fave=1baabf(x)dxf_{ave} = \frac{1}{b-a} \int_{a}^{b} f(x) \, dx

Mean Value Theorem for Integrals

  • Theorem: If f(x)f(x) is continuous on [a,b][a, b], there exists at least one point cc in [a,b][a, b] such that f(c)=favef(c) = f_{ave}.

  • This means the function achieves its average value at least once in the interval: abf(x)dx=f(c)(ba)\int_{a}^{b} f(x) \, dx = f(c)(b-a).

Fundamental Theorem of Calculus (FTC)

  • Part 1: Establishes that differentiation and integration are inverse processes.

    • If F(x)=axf(t)dtF(x) = \int_{a}^{x} f(t) \, dt, then F(x)=f(x)F'(x) = f(x).

    • Chain Rule Extension: If the upper limit is a function g(x)g(x), then ddxag(x)f(t)dt=f(g(x))g(x)\frac{d}{dx} \int_{a}^{g(x)} f(t) \, dt = f(g(x)) g'(x).

  • Part 2 (The Evaluation Theorem): Provides a method to calculate definite integrals without limits.

    • abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a), where F(x)F(x) is any antiderivative of f(x)f(x).

    • Notation: F(x)ab=F(b)F(a)F(x) \big|_a^b = F(b) - F(a).

The Net Change Theorem

  • Theorem: The integral of a rate of change is the net change in the quantity.

    • F(b)=F(a)+abF(x)dxF(b) = F(a) + \int_{a}^{b} F'(x) \, dx

  • Common applications include finding the volume of gas consumed by a boat, the population growth of breeding pairs (e.g., bald eagles), or the energy used in a city.

Symmetry in Integration: Even and Odd Functions

  • Even Functions: If f(x)=f(x)f(-x) = f(x), then aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) \, dx = 2 \int_{0}^{a} f(x) \, dx.

  • Odd Functions: If f(x)=f(x)f(-x) = -f(x), then aaf(x)dx=0\int_{-a}^{a} f(x) \, dx = 0.

Integration by Substitution

  • Substitution Rule (u-substitution): Used to reverse the chain rule.

  • Steps for Indefinite Integrals:

    1. Choose u=g(x)u = g(x) such that its derivative g(x)g'(x) is present in the integrand.

    2. Calculate du=g(x)dxdu = g'(x) \, dx.

    3. Substitute uu and dudu into the integral.

    4. Evaluate the integral in terms of uu.

    5. Substitute back the original expression g(x)g(x) for uu.

  • Substitution for Definite Integrals: Requires changing the limits of integration.

    • abf(g(x))g(x)dx=g(a)g(b)f(u)du\int_{a}^{b} f(g(x))g'(x) \, dx = \int_{g(a)}^{g(b)} f(u) \, du

    • This eliminates the need to substitute back the original variable at the end.

Questions & Discussion

  • Runner Velocity: If two athletes start and finish a race at the same time, they must have traveled the same distance. By the MVT, there must be at least one point where their instantaneous velocities were equal.

  • Speeding Tickets: Toll road authorities can use the Net Change Theorem to issue tickets by calculating average speed (distance / time) between two timestamps and entrance points.

  • Kepler's Laws: The second law (equal areas in equal times) implies that planets move fastest at the perihelion (closest point to the Sun) and slowest at the aphelion (farthest point).