JustToThePoint English Website Version
JustToThePoint en español
Colaborate with us

Applications of Double Integrals

The best place to find a helping hand is at the end of your own arm, Swedish Proverb.

Recall

Geometrically, the partial derivative $\frac{\partial f}{\partial x}(x_0, y_0)$ at a point (x0, y0) can be interpreted as the slope of the tangent line to the curve formed by the intersection of the surface defined by f(x,y) and the plane y = y0. Similarly, $\frac{\partial f}{\partial y}(x_0, y_0)$ represents the slope of the tangent line to the curve formed by the intersection of the surface defined by f(x,y) and the plane x = x0

$\frac{dw}{ds}\bigg|_{\vec{u}} = ∇w·\vec{u} = |∇w|·|\vec{u}|cos(θ) = |∇w|·cos(θ)$ where θ is the angle between the gradient and the given unit vector.

The gradient is the direction in which the function increases fastest (the direction of the steepest ascent) at a given point, and |∇w| = $\frac{dw}{ds}\bigg|_{\vec{u}=dir(∇w)}$.

The directional derivative is minimized when cos(θ) = -1 ↭ θ = 180 ↭ $\vec{u}$ is in the opposite direction of the gradient ∇w. Futhermore, $\frac{dw}{ds}\bigg|_{\vec{u}} = 0$ ↭ cos(θ) = 0 ↭ θ = 90° ↭ $\vec{u}$ ⊥ ∇w.

The gradient vector is a vector that points in the direction of the steepest increase of the function at a given point. It is perpendicular (orthogonal) to the level surfaces of the function. This means that the gradient points in the direction of the steepest ascent or increase, and there is no change in the function’s value along the level surface, making the gradient perpendicular to it.

Applications of Double Integrals

Applications of Double Integrals

Double integrals are crucial in various applications, such as:

Double integrals are powerful mathematical tools that allow us to calculate a variety of important quantities, such as areas of regions, volumes under surfaces, average values of functions over regions, and physical quantities like mass, center of mass, and moment of inertia.

By understanding the techniques for setting up and evaluating double integrals, including the ability to convert to alternative coordinate systems such as polar or spherical coordinates when appropriate, we unlock the ability to solve a wide range of complex problems in multivariable calculus.

Solved exercises

The integral of the constant function f(x,y) = 1 over the region R gives the area of R. Mathematically, this is expressed as: Area of R = $\int \int_{R} 1dA$

Finding the Area of a Region. We need to find the area of the region bounded below by the curve y=x2 and above by the line y=2x in the first quadrant (Refer to Figure iii for a visual representation and aid in understanding it).

Applications of Double Integrals

  1. Understanding the Region: y = x2 represents a parabola that opens upwards, y = 2x is a straight line passing through the origin with a slope of 2. The region of interest is where these two curves intersect in the first quadrant.
  2. Finding the intersection points: x2 = 2x ↭ x2-2x = 0 ↭ x(2-x) = 0⇒ The solutions are x = 0 (which corresponds to the origin, where y = 0) and x = 2 (where the curves intersect again). These are the points of intersection in the first quadrant.
  3. Setting up the double integral. We just have to integrate the constant function f(x,y) = 1 over the region R to find the area. The limits for x are from 0 to 2, corresponding to the points of intersection we found. For each fixed x, y ranges from the lower curve x2 to the upper line 2x. Thus, the area A of the bounded region is given by $\int_{0}^{2} (\int_{x^2}^{2x}1dy)dx$
  4. Evaluating the inner integral. We first evaluate the integral with respect to y: $\int_{x^2}^{2x}1dy = y\bigg|_{x^2}^{2x} = 2x -x^2$. This represents the length of a vertical slice of the region at a fixed value of x (denoted as x0).
  5. Substituting and evaluating the outer integral with respect to x to find the total area: Area = $\int_{0}^{2} (\int_{x^2}^{2x}1dy)dx = \int_{0}^{2} (2x -x^2)dx = x^2-\frac{x^3}{3}\bigg|_{0}^{2}= 4 -\frac{8}{3} = \frac{12}{3}-\frac{8}{3} = \frac{4}{3}$.

Thus, the area of the region bounded by y = x2 and y = 2x in the first quadrant is $\frac{4}{3}$. This approach demonstrates how double integrals can be used effectively to compute the area of a region in the plane.

image info

The integral of the constant function f(x,y) = 1 over the region R gives the area of R. Mathematically, this is expressed as: Area of R = $\int \int_{R} 1dA$

Finding the Area of a Region. We are tasked with finding the area of the region bounded below by the curve y = -x2 (a downward-opening parabola) and above by the line x + y =-6. Refer to Figure 1 for a visual representation and aid in understanding it.

  1. Understanding the Region: y = -x2 represents a parabola that opens downwards, x + y = -6 is a straight line. The region of interest is where these two curves intersect in the first quadrant.
  2. Finding the intersection points. To find the points of intersection, we set the equations of the two curves equal to each other: -x2 = 6 -x ↭ x2-x-6 = 0 ↭[This is a quadratic equation. We solve for x using factoring:] (x+2)(x-3) = 0⇒ The solutions are x = 3 and x = -2. These correspond to the points of intersections (3, -9) and (-2, -4).
  3. Setting up the double integral. We just have to integrate the constant function f(x,y) = 1 over the region R to find the area. The limits for x are from -2 to 3, corresponding to the points of intersection we found. For each fixed x, y ranges from the lower line y = -x-6 to the upper curve y = -x2. Thus, the area A of the bounded region is given by $\int_{-2}^{3} (\int_{-x-6}^{-x^2}1dy)dx$
  4. Evaluating the inner integral. We first evaluate the integral with respect to y: $\int_{-x-6}^{-x^2}1dy = y\bigg|_{-x-6}^{-x^2} = -x^2 -(-x-6)= -x^2 +x + 6.$ This represents the length of a vertical slice of the region at a fixed value of x (denoted as x0).
  5. Substituting and evaluating the outer integral with respect to x to find the total area: Area = $\int_{-2}^{3} (\int_{-x-6}^{-x^2}1dy)dx = \int_{-2}^{3} (-x^2 +x + 6)dx = \frac{-x^3}{3}+\frac{x^2}{2}+6x\bigg|_{-2}^{3} =$

$=(\frac{-27}{3}+\frac{9}{2}+18)-(\frac{8}{3}+2-12) = \frac{-54+27+108-16+60}{6} = \frac{125}{6}$.

Thus, the area of the region bounded by y = -x2 and x + y = -6 is $\frac{125}{6}$.

In general, the integral of the constant function f(x,y) = 1 over the region R gives the area of R. Mathematically, this is expressed as: Area of R = $\int \int_{R} 1dA$. Sometimes, it is a little more complicated than that.

image info

  1. Understanding the Region. We are tasked with finding the area of the region bounded by the curve y = x2 (a upward-opening parabola) and y = 2 -x, a straight line with a negative slope. Refer to Figure 2 for a visual representation and aid in understanding it. The region of interest is where these two curves intersect in the first quadrant.
  2. Finding the intersection points. To find the points of intersection, we set the equations of the two curves equal to each other: 2-x = x2 ↭ x2+x-2 = 0 ↭[This quadratic equation can be factored as:] (x -1)(x + 2) = 0. Thus, the solutions are x = 1 and x = -2. Since we are only interested in the first quadrant where x ≥ 0, we consider the point x = 1, and the intersection point is (1, 1).
  3. Setting up the double integral. Typically, we just have to integrate the constant function f(x,y) = 1 over the region R to find the area. We can calculate the area of the region by setting up two double integrals. The first one is bounded above by the upward parabola y = x2 and below by the x-axis. The limits for x are 0 to 1. The second one is bounded above by the line y = 2 -x and below by the x-axis. The limits for x are 1 to 2.

A1 = $\int_{0}^{1} x^2dx = \frac{x^3}{3}\bigg|_{0}^{1} = \frac{1}{3}$

A2 = $\int_{1}^{2} (2-x)dx = (2x-\frac{x^2}{2})\bigg|_{1}^{2} = 4-2-(2-\frac{1}{2}) = 4 -2 + 2 + \frac{1}{2} = \frac{1}{2}$

Adding these areas together, we obtain the area of the region: $A = A_1 + A_2 = \frac{1}{3} + \frac{1}{2} = \frac{2}{6} + \frac{3}{6} = \frac{5}{6}$

Let’s consider an example where we compute the volume under the surface z = 1 -x2 -y2 over a quarter of a unit disk centered at the origin. The region of integration is defined by x2+y2≤ 1, and x, y ≥ 0, which corresponds to the first quadrant of the disk.

Setting Up the Integral in Cartesian Coordinates. In Cartesian coordinates the double integral would be: $\int \int_{x^2+y^2≤1, x, y≥0} (1-x^2-y^2)dA$

However, due to the circular nature of the region R, converting the integral to polar coordinates simplifies the computation and seems to be a sensitive thing to do.

Convert to polar coordinates. In polar coordinates, the relationship between Cartesian and polar coordinates is: x = rcos(θ), y = rsin(θ), and x2 + y2 = r2..

Since rΔθ represents the arclength corresponding to an angle change of Δθ, the area element ΔA in Cartesian coordinates approximates to Δr⋅rΔθ in polar coordinates. Therefore, the area element dA in polar coordinates becomes rdrdθ(Figure ii). f(x, y) = 1-x2-y2 = 1 -r2.

The integral now becomes: $\int_{0}^{\frac{π}{2}} \int_{0}^{1} (1-r^2)rdrdθ $

Since we’re dealing with a quarter of the unit disk, the bounds for r range from 0 to 1, and the bounds for θ range from 0 to $\frac{π}{2}$.

Applications of Double Integrals

Compute the Inner Integral (with respect to r): $\int_{0}^{1} (1-r^2)rdr = \frac{r^2}{2}-\frac{r^4}{4}\bigg|_{0}^{1} =\frac{1}{2}-\frac{1}{4} = \frac{1}{4}$

Compute the Outer Integral (with respect to θ):🚀$\int_{0}^{\frac{π}{2}} \frac{1}{4}dθ = \frac{1}{4}θ\bigg|_{0}^{\frac{π}{2}} = \frac{1}{4}·\frac{π}{2} = \frac{π}{8}$

Basically, to calculate the volume we divide the region into very thin rectangles boxes Rij, each with area ΔA; the volume of a very thin rectangular box above Rij is given by $f(x_{i}, y_{j}) \Delta A$, where $(x_{i}, y_{j})$ is an arbitrary sample point in each $R_{ij}$. Summing up the volumes of all these thin boxes gives an approximation of the total volume: $V ≈ \sum_{i, j}f(x_i, y_j) \Delta A$. In the limit as the size of the rectangles approaches zero, this sum becomes the double integral: $\iint_R f(x, y) dA$.

Double Integral

Double Integral Setup

The volume under the surface z = f(x, y) over a region R in the xy-plane is given by the double integral: $V = \iint_R f(x, y) dA$

In this problem, f(x, y) = 8x +6y and the region R is defined by 0 ≤ x ≤ 1, 0 ≤ y ≤ 2x2. Therefore, the volume V can be computed using vertical slices as follows: $V = \int_{0}^{1}\int_{0}^{2x^2} (8x + 6ydy)dx$.

This means x ranges from 0 to 1. For each fixed x (denoted as x0), y ranges from 0 to 2x2 (Refer to Figure i for a visual representation).

Compute the Inner Integral (with respect to y): $\int_{0}^{2x^2} 8x + 6ydy = 8xy+3y^2\bigg|_{0}^{2x^2} = 8x(2x^2)+3(2x^2)^2−(8x⋅0+3⋅0^2) = 16x^3+12x^4.$

Compute the Outer Integral (with respect to x): $\int_{0}^{1} (16x^3+12x^4)dx = 4x^4+\frac{12}{5}x^5\bigg|_{0}^{1}=4+\frac{12}{5}=\frac{32}{5}$. This gives us the volume V = $\frac{32}{5}$.

Now, let’s verify the result using horizontal slices (integrating first with respect to x):

Double Integral Setup

The volume under the surface z = f(x, y) = 8x +6y over the region R is given by the double integral: $\iint_R f(x, y) dA$. Using horizontal slices, the volume V is given by $V = \int_{0}^{2}\int_{\sqrt{\frac{y}{2}}}^{1} (8x + 6ydx)dy$.

Here, y ranges from 0 to 2. For each fixed y (denoted as y0), x ranges from $\sqrt{\frac{y}{2}}$ to 1 (Refer to Figure ii for a visual representation and aid).

Compute the Inner Integral (with respect to x): $\int_{\sqrt{\frac{y}{2}}}^{1} (8x + 6y)dx = 4x^2+6xy\bigg|_{\sqrt{\frac{y}{2}}}^{1} = 4 + 6y -(2y+\frac{6}{\sqrt{2}}y\sqrt{y}) = 4 + 4y -3\sqrt{2}y^{\frac{3}{2}}$

Compute the Outer Integral (with respect to y): $\int_{0}^{2} (4 + 4y -3\sqrt{2}y^{\frac{3}{2}})dy = 4y +2y^2-\frac{6\sqrt{2}}{5}y^{\frac{5}{2}}\bigg|_{0}^{2} = 8 +8 -\frac{6\sqrt{2}\sqrt{32}}{5} = 16 -\frac{6\sqrt{64}}{5} = 16 -\frac{6·8}{5}= 16 -\frac{48}{5} = \frac{80}{5}-\frac{48}{5} = \frac{32}{5}$. Both methods, using vertical and horizontal slices, yield the same result, $V = \frac{32}{5}$. This consistency confirms the accuracy of our calculation.

Double Integral Setup

The volume under the surface z = f(x, y) over a region R in the xy-plane is given by the double integral: $V = \iint_R f(x, y) dA$

Given the equation of the plane 3x + 2y −z = 0, we can express z as: z = 3x+2y. The function f(x, y) = 3x + 2y represents the height of the surface above each point (x, y) in the xy-plane. Our goal is to find the volume under this surface and above the region R in the xy-plane.

We need to find the intersections of the two parabolas y = x2 (i) and x = y2 (ii). Substituting y = x2 (ii) into x = y2, we get x = (x2)2 = x4. Solving x = x4, x(x3 -1) = 0, so x = 0 or x = 1. The points of intersection are (0, 0) and (1, 1).

The region R is defined by 0 ≤ x ≤ 1, $x^2 ≤ y ≤ \sqrt{x}$. Therefore, the volume V can be computed using vertical slices as follows: $V = \int_{0}^{1}\int_{x^2}^{\sqrt{x}} (3x + 2y)dydx$.

This means x ranges from 0 to 1. For each fixed x (denoted as x0), y ranges from x2 (lower curve) to $\sqrt{x}$ (upper curve) (Refer to Figure 3 for a visual representation).

image info

Compute the Inner Integral (with respect to y): $\int_{x^2}^{\sqrt{x}} (3x + 2y)dy = 3xy + y^2\bigg|_{x^2}^{\sqrt{x}} = 3x\sqrt{x}+x-(3x^3+x^4)=3x^{\frac{3}{2}}+x-3x^3-x^4$

Compute the Outer Integral (with respect to y): V = $\int_{0}^{1}\int_{x^2}^{\sqrt{x}} (3x + 2y)dydx = \int_{0}^{1} (3x^{\frac{3}{2}}+x-3x^3-x^4)dx = \frac{6}{5}x^{\frac{5}{2}}+\frac{1}{2}x^2-\frac{3}{4}x^4-\frac{1}{5}x^5\bigg|_{0}^{1} = \frac{6}{5}+\frac{1}{2}-\frac{3}{4}-\frac{1}{5} = \frac{24}{20} + \frac{10}{20}-\frac{15}{20}-\frac{4}{20} = \frac{15}{20} = \frac{3}{4}$

The volume under the surface z = f(x, y) = 3x +2y over the region R bounded by the curves y = x2 and x = y2 is $\frac{3}{4}$ cubic units.

The volume under the surface z = f(x, y) = 3x +2y over the region R is given by the double integral: $\iint_R f(x, y) dA$. Using horizontal slices, the volume V is given by $V = \int_{0}^{1}\int_{y^2}^{\sqrt{y}} (3x +2ydx)dy = \frac{3}{4}$.

Let’s explore the process of finding the total mass of a flat object (also known as a lamina) when its density varies across its surface. The concept is fundamental in physics and engineering, particularly when dealing with non-uniform materials.

For a flat lamina, the density might not be uniform, meaning that different points on the lamina may have different densities. Suppose the density of the flat object is described by the function δ(x, y), where δ(x, y) represents the mass per unit area (mass density) at any point (x, y) within the region R. The mass Δm of this small piece can be approximated by multiplying the density δ(x,y) at that point by the area ΔA: Δm ≈ δ(x, y)·ΔA. In the limit as the area ΔA becomes infinitesimally small, the mass of that tiny piece of the lamina becomes dm = δ(x, y)·dA, where dA represents the infinitesimal area element at (x, y) within the region R.

To find the total mass of the flat object (lamina) over the region (R), we need to sum up the contributions of all these infinitesimal mass elements across the entire region. Mathematically, we integrate the density function over the region: Mass = $\iint_R δ(x, y)·dA$where dA represents an infinitesimal area element.

Example. Finding the Mass of a triangular lamina with vertices (0, 0), (0, 3), and (3,0). The density function is given by ρ(x,y) = xykg/m2.. We need to find the total mass of this lamina.

  1. Setting up the double integral. To find the total mass of the lamina, we need to integrate the density function ρ(x,y) = xy over the triangular region. Mass = $\iint_R δ(x, y)·dA = \iint_R xydA$
  2. Determine the Limits of Integration. The region R is a triangle with vertices at (0, 0), (0, 3), and (3,0). The equation of the line connecting (0, 3) and (3, 0) can be found by noting that it has a slope of -1 and it can be expressed by y = 3 −x. Therefore, for any fixed x from 0 to 3, y ranges from 0 (the x-axis) up to 3 -x (the line). Refer to Figure 2 for a visual representation and aid in understanding it.
  3. Set up the integral. Given the above limits, the double integral for the mass becomes: Mass = $\int_{0}^{3} (\int_{0}^{3-x} xydy)dx$
  4. Compute the inner integral (with respect to y): $\int_{0}^{3-x} xydy = x\frac{y^2}{2}\bigg|_{0}^{3-x} = \frac{x(3-x)^2}{2}$. This represents the mass contribution from a thin vertical strip at a fixed x position (denoted as x0).
  5. Evaluate the outer integral (with respect to x) to find the total mass: $\int_{0}^{3} \frac{x(3-x)^2}{2}dx = \int_{0}^{3} \frac{9x}{2}-3x^2 +\frac{x^3}{2} = \frac{9x^2}{4}-x^3+\frac{x^4}{8}\bigg|_{0}^{3} = \frac{81}{4}-27+\frac{81}{8} = \frac{162}{8}-\frac{216}{8}+\frac{81}{8}=\frac{27}{8}.$

Conclusion. The total mass of the triangular lamina is: $\frac{27}{8}kg.$

Total mass

The average value of a function f(x, y) of two variables over a region R in the xy-plane is a fundamental concept in multivariable calculus.

It is given by the formula $F_{\text{average}} = \frac{1}{\text{Area of } R} \iint_R f(x,y)dA$ where f(x) represents the function of interest, R denotes the region in the XY-plane over which the average is being computed, and dA denotes an infinitesimal area element within the region R. This formula essentially sums up the values of the function over the entire region and then divides this result by the area of the region to find the average value.

Problem. Finding the average value of the function f(x,y) = 7xy2 over the region bounded by the line x = y and the curve x = √y

  1. Define the region R. First, we need to understand the region R where the integration will take place. The line x = y intersects the curve x = $\sqrt{y}$ at points where $y = \sqrt{y} ↭ y^2 = y ↭ y^2-y=0 ⇒ y = 0,~\text{or}~ y-1=0 ⇒ y = 1$. Therefore, the intersection points are (0, 0) and (1, 1) (Refer to Figure 1 for a visual representation and aid in understanding it).

  2. Find the Area of the region R. To calculate the average value, we first need to find the area of the region R. The area is given by integrating the constant function 1 over the region: Area of R = $\int \int_{R} 1dA = \int_{0}^{1} (\int_{y}^{\sqrt{y}} 1dx)dy$

    Evaluate the Inner integral = $\int_{y}^{\sqrt{y}} 1dx = \int_{y}^{\sqrt{y}} x \bigg|_{y}^{\sqrt{y}}dx $

    = $\sqrt{y}-y$

    Substitute into the outer integral to find the area: Area of R = $\int_{0}^{1} (\sqrt{y}-y)dy = \frac{2}{3}y^{\frac{3}{2}}-\frac{y^2}{2}\bigg|_{0}^{1} = \frac{2}{3}-\frac{1}{2} = \frac{4}{6}-\frac{3}{6} = \frac{1}{6}$. So, the area of the region is $\frac{1}{6}$.

  3. Find the Average Value of f(x, y) = 7xy2. The average value of a function f(x, y) over a region R is given by $F_{\text{average}} = \frac{1}{\text{Area of } R} \iint_R f(x,y)dA$.

    Given that Area of R is 1/6, f(x, y) = 7xy2, the average value becomes: $F_{\text{average}} = 6·\int_{0}^{1} (\int_{y}^{\sqrt{y}} 7xy^2dx)dy$.

  4. Calculate the inner integral (with respect to x): $\int_{y}^{\sqrt{y}} 7xy^2dx = \frac{7}{2}x^2y^2\bigg|_{y}^{\sqrt{y}} = \frac{7}{2}y^2(y-y^2) = \frac{7}{2}(y^3-y^4).$

  5. Evaluate the outer integral (with respect to y): $F_{\text{average}} = \frac{1}{\text{Area of } R} \iint_R f(x,y)dA = 6·\int_{0}^{1} (\int_{y}^{\sqrt{y}} 7xy^2dx)dy = 6·\int_{0}^{1} \frac{7}{2}(y^3-y^4)dy = 21(\frac{y^4}{4}-\frac{y^5}{5}\bigg|_{0}^{1}) = 21(\frac{1}{4}-\frac{1}{5}) = 21(\frac{5}{20}-\frac{4}{20}) = \frac{21}{20}$

Thus, the average value of the function f(x,y)= $7xy^2$ over the region R is $\frac{21}{20}$.

Average value

Bibliography

This content is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License and is based on MIT OpenCourseWare [18.01 Single Variable Calculus, Fall 2007].
  1. NPTEL-NOC IITM, Introduction to Galois Theory.
  2. Algebra, Second Edition, by Michael Artin.
  3. LibreTexts, Calculus and Calculus 3e (Apex). Abstract and Geometric Algebra, Abstract Algebra: Theory and Applications (Judson).
  4. Field and Galois Theory, by Patrick Morandi. Springer.
  5. Michael Penn, and MathMajor.
  6. Contemporary Abstract Algebra, Joseph, A. Gallian.
  7. YouTube’s Andrew Misseldine: Calculus. College Algebra and Abstract Algebra.
  8. MIT OpenCourseWare 18.01 Single Variable Calculus, Fall 2007 and 18.02 Multivariable Calculus, Fall 2007.
  9. Calculus Early Transcendentals: Differential & Multi-Variable Calculus for Social Sciences.
Bitcoin donation

JustToThePoint Copyright © 2011 - 2025 Anawim. ALL RIGHTS RESERVED. Bilingual e-books, articles, and videos to help your child and your entire family succeed, develop a healthy lifestyle, and have a lot of fun. Social Issues, Join us.

This website uses cookies to improve your navigation experience.
By continuing, you are consenting to our use of cookies, in accordance with our Cookies Policy and Website Terms and Conditions of use.