Double Integration
Double Integration Examples with Graphs 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]$$. x y Step 1: Setup Iterated Integral $$\int_{0}^{1} \int_{0}^{2} (x + 2y) \, dy \, dx$$ Step 2: Integrate w.r.t $y$ $$\int_{0}^{1} [xy + y^2]_{0}^{2} \, dx = \int_{0}^{1} (2x + 4) \, dx$$ Step 3: Integrate w.r.t $x$ $$[x^2 + 4x]_{0}^{1} = 1 + 4 = 5$$ Final Answer: 5 Example 2: Polar Transformation Find the area of a circle with radius $$a$$. $$\iint_D dA = \int_{0}^{2\pi} \int_{...