Skip to main content

This Week's Best Picks from Amazon

Please see more curated items that we picked from Amazon here .

Applications of Integration

  • Understand the concept of integration and its applications.
  • Learn how to compute areas under curves using definite integrals.
  • Explore the concept of finding the area between two curves.

Integration has a wide range of applications in mathematics, physics, engineering, and economics. It helps us compute areas, volumes, work, and even probabilities. In this section, we explore some fundamental applications of integration.

1. Area Under a Curve

The definite integral can be used to find the area enclosed between a function \( f(x) \) and the x-axis over an interval \([a, b]\):

\[ A = \int_a^b f(x) \, dx \]

 

If \( f(x) \) is below the x-axis in some region, its integral will be negative. To find the total area, we take the absolute value of such integrals.

Example 1: Finding the Area Between a Function and the X-Axis

Find the area enclosed by \( f(x) = x^2 - 4 \) from \( x = -2 \) to \( x = 2 \).

Step 1: Find where the function crosses the x-axis by solving \( x^2 - 4 = 0 \):

\[ x^2 = 4 \quad \Rightarrow \quad x = \pm 2 \]

Step 2: The function is below the x-axis for \( x \in (-2,2) \), so we integrate the absolute value:

\[ A = \int_{-2}^{2} |x^2 - 4| \, dx \]

Since \( x^2 - 4 \) is negative in this interval, we rewrite it as:

\[ A = \int_{-2}^{2} (4 - x^2) \, dx \]

Step 3: Compute the integral:

\[ \int (4 - x^2) \, dx = 4x - \frac{x^3}{3} \]

Step 4: Evaluate at \( x = 2 \) and \( x = -2 \):

\[ \left[ 4(2) - \frac{(2)^3}{3} \right] - \left[ 4(-2) - \frac{(-2)^3}{3} \right] \] \[ = \left[ 8 - \frac{8}{3} \right] - \left[ -8 + \frac{8}{3} \right] \] \[ = \left( \frac{24}{3} - \frac{8}{3} \right) - \left( \frac{-24}{3} + \frac{8}{3} \right) \] \[ = \frac{16}{3} - \left(-\frac{16}{3} \right) = \frac{32}{3} \]

Thus, the total area is \( \frac{32}{3} \).

1. Area Between Two Curves

The area between two functions \( f(x) \) and \( g(x) \) over an interval \([a, b]\) is given by:

\[ A = \int_a^b \big( f(x) - g(x) \big) \, dx \]

Example 2: Finding the Area Between Two Curves

Find the area enclosed between \( f(x) = x^2 \) and \( g(x) = x+2 \) from \( x = -1 \) to \( x = 2 \).

Step 1: Determine which function is on top.

Since \( x^2 \) is a parabola and \( x+2 \) is a straight line, \( g(x) = x+2 \) is greater over the given interval.

Step 2: Compute the integral:

\[ A = \int_{-1}^{2} \big( (x+2) - x^2 \big) \, dx \]

Step 3: Integrate:

\[ \int (x+2 - x^2) \, dx = \int (x - x^2 + 2) \, dx \] \[ = \frac{x^2}{2} - \frac{x^3}{3} + 2x \]

Step 4: Evaluate at \( x = 2 \) and \( x = -1 \):

\[ \left[ \frac{(2)^2}{2} - \frac{(2)^3}{3} + 2(2) \right] - \left[ \frac{(-1)^2}{2} - \frac{(-1)^3}{3} + 2(-1) \right] \] \[ = \left[ \frac{4}{2} - \frac{8}{3} + 4 \right] - \left[ \frac{1}{2} + \frac{1}{3} - 2 \right] \] \[ = \left[ 2 - \frac{8}{3} + 4 \right] - \left[ \frac{1}{2} + \frac{1}{3} - 2 \right] \] \[ = \frac{18}{3} - \frac{8}{3} + 4 - \left(\frac{3}{6} + \frac{2}{6} - 2 \right) \] \[ = \frac{10}{3} + 4 - \left(\frac{5}{6} - 2 \right) \] \[ = \frac{10}{3} + 4 - \frac{5}{6} + 2 \] \[ = \frac{10}{3} + 6 - \frac{5}{6} \] \[ = \frac{10}{3} + \frac{36}{6} - \frac{5}{6} \] \[ = \frac{20}{6} + \frac{31}{6} = \frac{51}{6} = \frac{17}{2} \]

Thus, the total area enclosed between the curves is \( \frac{17}{2} \).

Practice Problems

Problem 1: Find the area enclosed by \( f(x) = x^3 - 3x \) from \( x = -2 \) to \( x = 2 \).

Solution:

Find where \( x^3 - 3x = 0 \):

\[ x(x^2 - 3) = 0 \quad \Rightarrow \quad x = 0, \pm\sqrt{3} \]

Set up the integral and compute:

\[ A = \int_{-2}^{2} |x^3 - 3x| \, dx \]

(Complete solution follows the same process as Example 1.)

Problem 2: Find the area between \( f(x) = x^2 - 2x \) and \( g(x) = 3x - x^2 \) from \( x = 0 \) to \( x = 3 \).

Solution:

Find where \( x^2 - 2x = 3x - x^2 \) and set up the integral.

Compute \( \int_0^3 ( (3x - x^2) - (x^2 - 2x) ) \, dx \).

(Complete solution follows the same process as Example 2.)


Popular posts from this blog

Eigenvalues and Eigenvectors

Lesson Objectives ▼ Understand the definition of eigenvalues and eigenvectors. Learn how to compute eigenvalues and eigenvectors. Explore the characteristic equation. Interpret eigenvalues and eigenvectors in transformations. Understand diagonalization and its applications. Lesson Outline ▼ Definition of Eigenvalues and Eigenvectors Characteristic Equation Diagonalization Examples Definition of Eigenvalues and Eigenvectors In a linear transformation, an eigenvector is a nonzero vector that only changes by a scalar factor when the transformation is applied. For a square matrix \( A \), an eigenvector \( \mathbf{v} \) and its corresponding eigenvalue \( \lambda \) satisfy: \[ A\mathbf{v} = \lambda \mathbf{v} \] \( A \) is an \( n \times n \) matrix. \( \mathbf{v} \neq 0 \) is an eigenvector. \( \lambda \) is a scalar eigenvalue. Characteristic Equation ...

Sets and Binary Operations

Lesson Objectives ▼ Understand the concept of a set and its basic operations. Learn about binary operations and their properties. Explore examples of binary operations. Lesson Outline ▼ Introduction to Sets Basic Set Operations Binary Operations Introduction to Sets A set is a collection of distinct objects, considered as an object in its own right. For example, the set of natural numbers \( \{1, 2, 3, \ldots\} \). Sets can be represented using curly braces, e.g., \( \{a, b, c\} \). Basic Set Operations Union: The union of sets \(A\) and \(B\) is the set of elements that are in \(A\), \(B\), or both. Denoted as \(A \cup B\). Intersection: The intersection of sets \(A\) and \(B\) is the set of elements that are in both \(A\) and \(B\). Denoted as \(A \cap B\). Difference: The difference of sets \(A\) and \(B\) is the set of elements that are in \(A\) but not in \(B\). Denoted as \(A...

Inner Product Spaces

Lesson Objectives ▼ Understand the definition of inner product spaces. Compute norms, angles, and distances in inner product spaces. Explore the concept of orthogonality. Learn the Gram-Schmidt orthogonalization process. Use inner products for projections and least squares approximation. Lesson Outline ▼ Definition of Inner Product Spaces Norms, Angles, and Orthogonality Gram-Schmidt Orthogonalization Projections and Least Squares Examples Definition of Inner Product Spaces An inner product space is a vector space with an operation called the **inner product**, which measures similarity between vectors. For a real vector space, the inner product of two vectors \( \mathbf{u}, \mathbf{v} \) is: \[ \langle \mathbf{u}, \mathbf{v} \rangle = u_1 v_1 + u_2 v_2 + \dots + u_n v_n \] For a complex vector space, the inner product is: \[ \langle \mathbf{u}, \mathbf{v} \ran...