Fiveable

๐ŸงฎCalculus and Statistics Methods Unit 1 Review

QR code for Calculus and Statistics Methods practice questions

1.4 Integrals and Integration Techniques

๐ŸงฎCalculus and Statistics Methods
Unit 1 Review

1.4 Integrals and Integration Techniques

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 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)$ is denoted as $โˆซf(x)dx$
  • Example: The indefinite integral of $x^2$ is $\frac{1}{3}x^3 + C$, where $C$ 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]$
  • The definite integral of a function $f(x)$ from $a$ to $b$ is denoted as $โˆซโ‚แต‡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 $x^2$ from 0 to 1 is $โˆซโ‚€ยน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)$ is an antiderivative of $f(x)$, then $\frac{d}{dx}F(x) = f(x)$
  • Conversely, if $f(x)$ is a continuous function on an interval $[a, b]$, then $โˆซโ‚แต‡f(x)dx = F(b) - F(a)$, where $F(x)$ is any antiderivative of $f(x)$

Evaluating Definite Integrals

  • The first part of the fundamental theorem of calculus states that if $F(x)$ is an antiderivative of $f(x)$ on an interval $[a, b]$, then $โˆซโ‚แต‡f(x)dx = F(b) - F(a)$
  • To evaluate a definite integral using the fundamental theorem of calculus:
    1. Find an antiderivative $F(x)$ of the integrand $f(x)$
    2. Evaluate $F(x)$ at the upper and lower limits
    3. Subtract the lower limit value from the upper limit value
  • Example: To evaluate $โˆซโ‚ยฒ(3x^2 + 2x)dx$, find the antiderivative $F(x) = x^3 + x^2$, then calculate $F(2) - F(1) = (8 + 4) - (1 + 1) = 10$

Relationship between Definite and Indefinite Integrals

  • The second part of the fundamental theorem of calculus states that if $f(x)$ is continuous on $[a, b]$, then $\frac{d}{dx}โˆซโ‚หฃf(t)dt = f(x)$ for all $x$ in $[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 $\frac{d}{dx}โˆซโ‚€หฃ(t^2 + 1)dt$, first find the antiderivative $F(x) = \frac{1}{3}x^3 + x$, then differentiate to get $F'(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)$ is made, and $du = g'(x)dx$ is derived
  • After substituting, the integral is evaluated with respect to $u$, and then the result is converted back to the original variable
  • Example: To integrate $โˆซx\sqrt{x^2 + 1}dx$, let $u = x^2 + 1$, then $du = 2xdx$, and the integral becomes $\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 $โˆซu\frac{dv}{dx}dx = uv - โˆซv\frac{du}{dx}dx$
  • The key is to choose $u$ and $dv$ in a way that makes the resulting integral $โˆซv\frac{du}{dx}dx$ easier to evaluate than the original integral
  • Example: To integrate $โˆซx\sin(x)dx$, let $u = x$ and $dv = \sin(x)dx$, then $du = dx$ and $v = -\cos(x)$. The integral becomes $-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 $\sqrt{aยฒ - xยฒ}$, $\sqrt{aยฒ + xยฒ}$, or $\sqrt{xยฒ - aยฒ}$
  • Substitutions involving trigonometric functions are made to simplify the integrand
  • Common substitutions include:
    • For $\sqrt{aยฒ - xยฒ}$, use $x = a\sin(ฮธ)$ and $dx = a\cos(ฮธ)dฮธ$
    • For $\sqrt{aยฒ + xยฒ}$, use $x = a\tan(ฮธ)$ and $dx = a\sec^2(ฮธ)dฮธ$
    • For $\sqrt{xยฒ - aยฒ}$, use $x = a\sec(ฮธ)$ and $dx = a\sec(ฮธ)\tan(ฮธ)dฮธ$
  • Example: To integrate $โˆซ\frac{1}{\sqrt{1 - x^2}}dx$, use the substitution $x = \sin(ฮธ)$ and $dx = \cos(ฮธ)dฮธ$, then the integral becomes $โˆซ\frac{1}{\sqrt{1 - \sin^2(ฮธ)}}\cos(ฮธ)dฮธ = โˆซdฮธ = ฮธ + C = \arcsin(x) + C$

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 $โˆซ\frac{2x + 1}{x^2 - 3x - 4}dx$, decompose the integrand into $\frac{A}{x - 4} + \frac{B}{x + 1}$, where $A$ and $B$ are constants. By comparing coefficients or using a system of linear equations, find $A = 3$ and $B = -1$. The integral becomes $โˆซ(\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:
    • $โˆซโ‚โˆžf(x)dx$ (infinite upper limit)
    • $โˆซโ‚‹โˆžแต‡f(x)dx$ (infinite lower limit)
  • These integrals are evaluated as limits of definite integrals
  • Example: To evaluate $โˆซโ‚โˆž\frac{1}{x^2}dx$, calculate the limit $\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 $โˆซโ‚‹โ‚ยน\frac{1}{x}dx$, split the integral at the discontinuity $x = 0$ and evaluate $\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 $โˆซโ‚โˆž\frac{1}{x^p}dx$, compare it with the known convergent integral $โˆซโ‚โˆž\frac{1}{x^2}dx$. If $p > 1$, then $\frac{1}{x^p} < \frac{1}{x^2}$ for large $x$, and the integral converges by the comparison test. If $p โ‰ค 1$, the integral diverges.