Fiveable

🧮Calculus and Statistics Methods Unit 1 Review

QR code for Calculus and Statistics Methods practice questions

1.4 Integrals and Integration Techniques

1.4 Integrals and Integration Techniques

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🧮Calculus and Statistics Methods
Unit & Topic Study Guides

Integrals and integration techniques are essential tools in calculus for finding areas, volumes, and solving complex problems. They're the opposite of derivatives, allowing us to work backwards from rates of change to total quantities.

This section covers indefinite and definite integrals, the Fundamental Theorem of Calculus, and various integration methods. We'll learn how to evaluate integrals, use substitution and integration by parts, and handle improper integrals with infinite limits or discontinuities.

Indefinite vs Definite Integrals

Indefinite Integrals and Antiderivatives

  • An indefinite integral is an antiderivative of a function, representing a family of functions that differ by a constant
  • The indefinite integral of a function f(x)f(x) is denoted as f(x)dx∫f(x)dx
  • Example: The indefinite integral of x2x^2 is 13x3+C\frac{1}{3}x^3 + C, where CC is an arbitrary constant
  • Antiderivatives are the opposite operation of differentiation, meaning that the derivative of an antiderivative of a function is the original function

Definite Integrals and Area

  • A definite integral is a specific value that represents the signed area between a function and the x-axis over a given interval [a,b][a, b]
  • The definite integral of a function f(x)f(x) from aa to bb is denoted as abf(x)dx∫ₐᵇf(x)dx
  • The value of a definite integral is calculated by evaluating the antiderivative at the upper and lower limits and subtracting the lower limit value from the upper limit value
  • Example: The definite integral of x2x^2 from 0 to 1 is 01x2dx=[13x3]01=130=13∫₀¹x^2dx = [\frac{1}{3}x^3]₀¹ = \frac{1}{3} - 0 = \frac{1}{3}
  • Definite integrals can be used to find the area between a curve and the x-axis, the area between two curves, and the volume of solids of revolution

Fundamental Theorem of Calculus

Connecting Differentiation and Integration

  • The fundamental theorem of calculus connects the concepts of differentiation and integration, stating that integration and differentiation are inverse operations
  • If F(x)F(x) is an antiderivative of f(x)f(x), then ddxF(x)=f(x)\frac{d}{dx}F(x) = f(x)
  • Conversely, if f(x)f(x) is a continuous function on an interval [a,b][a, b], then abf(x)dx=F(b)F(a)∫ₐᵇf(x)dx = F(b) - F(a), where F(x)F(x) is any antiderivative of f(x)f(x)

Evaluating Definite Integrals

  • The first part of the fundamental theorem of calculus states that if F(x)F(x) is an antiderivative of f(x)f(x) on an interval [a,b][a, b], then abf(x)dx=F(b)F(a)∫ₐᵇf(x)dx = F(b) - F(a)
  • To evaluate a definite integral using the fundamental theorem of calculus:
    1. Find an antiderivative F(x)F(x) of the integrand f(x)f(x)
    2. Evaluate F(x)F(x) at the upper and lower limits
    3. Subtract the lower limit value from the upper limit value
  • Example: To evaluate 12(3x2+2x)dx∫₁²(3x^2 + 2x)dx, find the antiderivative F(x)=x3+x2F(x) = x^3 + x^2, then calculate F(2)F(1)=(8+4)(1+1)=10F(2) - F(1) = (8 + 4) - (1 + 1) = 10
Indefinite Integrals and Antiderivatives, Antiderivatives · Calculus

Relationship between Definite and Indefinite Integrals

  • The second part of the fundamental theorem of calculus states that if f(x)f(x) is continuous on [a,b][a, b], then ddxaxf(t)dt=f(x)\frac{d}{dx}∫ₐˣf(t)dt = f(x) for all xx in [a,b][a, b]
  • This part of the theorem establishes the relationship between definite and indefinite integrals
  • It allows for the calculation of definite integrals by first finding an indefinite integral (antiderivative) and then evaluating it at the given limits
  • Example: To find ddx0x(t2+1)dt\frac{d}{dx}∫₀ˣ(t^2 + 1)dt, first find the antiderivative F(x)=13x3+xF(x) = \frac{1}{3}x^3 + x, then differentiate to get F(x)=x2+1F'(x) = x^2 + 1

Integration Techniques

Substitution Method (u-substitution)

  • The substitution method (or u-substitution) is used to simplify the integrand by introducing a new variable, making the integration process more manageable
  • The substitution u=g(x)u = g(x) is made, and du=g(x)dxdu = g'(x)dx is derived
  • After substituting, the integral is evaluated with respect to uu, and then the result is converted back to the original variable
  • Example: To integrate xx2+1dx∫x\sqrt{x^2 + 1}dx, let u=x2+1u = x^2 + 1, then du=2xdxdu = 2xdx, and the integral becomes 12udu=13u32+C=13(x2+1)32+C\frac{1}{2}∫\sqrt{u}du = \frac{1}{3}u^{\frac{3}{2}} + C = \frac{1}{3}(x^2 + 1)^{\frac{3}{2}} + C

Integration by Parts

  • Integration by parts is a technique used when the integrand is a product of two functions, one of which is easier to integrate than the other
  • The formula for integration by parts is udvdxdx=uvvdudxdx∫u\frac{dv}{dx}dx = uv - ∫v\frac{du}{dx}dx
  • The key is to choose uu and dvdv in a way that makes the resulting integral vdudxdx∫v\frac{du}{dx}dx easier to evaluate than the original integral
  • Example: To integrate xsin(x)dx∫x\sin(x)dx, let u=xu = x and dv=sin(x)dxdv = \sin(x)dx, then du=dxdu = dx and v=cos(x)v = -\cos(x). The integral becomes xcos(x)(cos(x))dx=xcos(x)+sin(x)+C-x\cos(x) - ∫(-\cos(x))dx = -x\cos(x) + \sin(x) + C

Trigonometric Substitution

  • Trigonometric substitution is a technique used when the integrand contains expressions such as a2x2\sqrt{a² - x²}, a2+x2\sqrt{a² + x²}, or x2a2\sqrt{x² - a²}
  • Substitutions involving trigonometric functions are made to simplify the integrand
  • Common substitutions include:
    • For a2x2\sqrt{a² - x²}, use x=asin(θ)x = a\sin(θ) and dx=acos(θ)dθdx = a\cos(θ)dθ
    • For a2+x2\sqrt{a² + x²}, use x=atan(θ)x = a\tan(θ) and dx=asec2(θ)dθdx = a\sec^2(θ)dθ
    • For x2a2\sqrt{x² - a²}, use x=asec(θ)x = a\sec(θ) and dx=asec(θ)tan(θ)dθdx = a\sec(θ)\tan(θ)dθ
  • Example: To integrate 11x2dx∫\frac{1}{\sqrt{1 - x^2}}dx, use the substitution x=sin(θ)x = \sin(θ) and dx=cos(θ)dθdx = \cos(θ)dθ, then the integral becomes 11sin2(θ)cos(θ)dθ=dθ=θ+C=arcsin(x)+C∫\frac{1}{\sqrt{1 - \sin^2(θ)}}\cos(θ)dθ = ∫dθ = θ + C = \arcsin(x) + C
Indefinite Integrals and Antiderivatives, Integral - Knowino

Partial Fraction Decomposition

  • Partial fraction decomposition is a technique used to integrate rational functions by decomposing the function into a sum of simpler rational functions with irreducible denominators
  • The decomposition is performed by finding the coefficients of the partial fractions using a system of linear equations or by comparing coefficients
  • The resulting simpler fractions can be integrated using basic integration rules or other techniques
  • Example: To integrate 2x+1x23x4dx∫\frac{2x + 1}{x^2 - 3x - 4}dx, decompose the integrand into Ax4+Bx+1\frac{A}{x - 4} + \frac{B}{x + 1}, where AA and BB are constants. By comparing coefficients or using a system of linear equations, find A=3A = 3 and B=1B = -1. The integral becomes (3x41x+1)dx=3lnx4lnx+1+C∫(\frac{3}{x - 4} - \frac{1}{x + 1})dx = 3\ln|x - 4| - \ln|x + 1| + C

Improper Integrals and Convergence

Improper Integrals with Infinite Limits

  • An improper integral is an integral that involves an infinite limit of integration or an integrand that is undefined at one or more points within the interval of integration
  • Improper integrals with infinite limits of integration can be of two types:
    • af(x)dx∫ₐ∞f(x)dx (infinite upper limit)
    • bf(x)dx∫₋∞ᵇf(x)dx (infinite lower limit)
  • These integrals are evaluated as limits of definite integrals
  • Example: To evaluate 11x2dx∫₁∞\frac{1}{x^2}dx, calculate the limit limb1b1x2dx=limb[1x]1b=limb(1b+1)=1\lim_{b \to ∞}∫₁ᵇ\frac{1}{x^2}dx = \lim_{b \to ∞}[-\frac{1}{x}]₁ᵇ = \lim_{b \to ∞}(-\frac{1}{b} + 1) = 1

Improper Integrals with Discontinuous Integrands

  • Improper integrals with discontinuous integrands have an integrand that is undefined at one or more points within the interval of integration
  • These integrals are evaluated by splitting the interval at the point(s) of discontinuity and evaluating the resulting integrals as limits
  • Example: To evaluate 111xdx∫₋₁¹\frac{1}{x}dx, split the integral at the discontinuity x=0x = 0 and evaluate lima01a1xdx+limb0+b11xdx=lima0[lnx]1a+limb0+[lnx]b1=lima0lnaln(1)+limb0+ln(1)lnb=+\lim_{a \to 0⁻}∫₋₁ᵃ\frac{1}{x}dx + \lim_{b \to 0⁺}∫ᵇ¹\frac{1}{x}dx = \lim_{a \to 0⁻}[\ln|x|]₋₁ᵃ + \lim_{b \to 0⁺}[\ln|x|]ᵇ¹ = \lim_{a \to 0⁻}\ln|a| - \ln(1) + \lim_{b \to 0⁺}\ln(1) - \ln|b| = -∞ + ∞, which does not exist

Convergence and Divergence

  • An improper integral is said to converge if the limit exists and is finite
  • If the limit does not exist or is infinite, the improper integral is said to diverge
  • The comparison test can be used to determine the convergence or divergence of improper integrals by comparing the integrand with a known convergent or divergent function
  • Example: To determine the convergence of 11xpdx∫₁∞\frac{1}{x^p}dx, compare it with the known convergent integral 11x2dx∫₁∞\frac{1}{x^2}dx. If p>1p > 1, then 1xp<1x2\frac{1}{x^p} < \frac{1}{x^2} for large xx, and the integral converges by the comparison test. If p1p ≤ 1, the integral diverges.