Double Integration
Double Integration: Solved Examples with Graphs
Understanding Double Integration
Double integration extends the concept of a single integral to functions of two variables, $$f(x, y)$$. Geometrically, it represents the volume under a surface within a given region $$D$$.
Example 1: Rectangular Bounds
Evaluate $$\iint_R (x + 2y) \, dA$$ over $$R = [0, 1] \times [0, 2]$$.
Example 2: Polar Transformation
Find the area of a circle with radius $$a$$.
$$\iint_D dA = \int_{0}^{2\pi} \int_{0}^{a} r \, dr \, d\theta$$ Step 1: Radial Integral $$\int_{0}^{a} r \, dr = \left[ \frac{r^2}{2} \right]_{0}^{a} = \frac{a^2}{2}$$ Step 2: Angular Integral $$\int_{0}^{2\pi} \frac{a^2}{2} \, d\theta = \left[ \frac{a^2 \theta}{2} \right]_{0}^{2\pi} = \pi a^2$$Example 3: Triangular Region
Evaluate \[ \iint_R xy\,dA \] where \(R\) is bounded by \(y=0,\; y=x,\; x=2\).
Example 4: Area Between Curves
Find the area bounded by \(y=x^2\) and \(y=4\).
Example 5: Circular Region
Evaluate \[ \iint_R (x^2+y^2)\,dA \] where \(x^2+y^2 \le 1\).
Example 6: Region Between Two Curves
Evaluate \[ \iint_R y\,dA \] where \(y=x^2\) and \(y=x\).
Double Integration: 7 Solved Examples with Step-by-Step Solutions
Double integration is used to calculate the area of a 2D region or the volume under a 3D surface. Here are four essential examples.
Example 1: Rectangular Region
Evaluate $$\iint_R (8x + 6y) \, dA$$ where $$R = [0, 1] \times [0, 2]$$.
Example 8: Triangular Region (Type I)
Evaluate $$\iint_D xy^2 \, dA$$ for the triangle with vertices (0,0), (2,0), (2,1).
Example 9: Polar Coordinates
Evaluate $$\iint_D (x^2 + y^2) \, dA$$ where $$D$$ is the unit circle.
Example 10: Volume of Paraboloid
Find volume under $$z = 1 - x^2 - y^2$$ above the xy-plane.
Graphs generated for educational purposes. For interactive 3D plots, use GeoGebra 3D.
Comments
Post a Comment