Double Integrals
Polar Rectangles and Integration
- Polar rectangle enables finding equivalent limits of integration in terms of R and θ.
Factoring Integrals
- If the integrand can be factored as a function of x times a function of y, the integral can be separated.
- Example:
∫∫x/(x2+1)∗y2dA=∫y2dy∗∫x/(x2+1)dx
U-Substitution Example
- u=x2+1
- du=2xdx
- du/2=xdx
- If x=1, then u=2
- If x=0, then u=1
- ∫<em>12(1/2)du/u=(1/2)ln(u)∣</em>12=(1/2)ln(2)
Combining Results
- If ∫∫x/(x2+1)∗y2dA=∫y2dy∗∫x/(x2+1)dx=18∗(1/2)ln(2)=9ln(2)
Generalized Rectangles and Strong Fubini Theorem
- Generalized rectangles allow iterated integrals on non-rectangular regions.
- Sometimes called the strong version of the Fubini Theorem.
Type 1 Regions
- Bounded by two vertical lines x=a and x=b.
- y varies between two functions of x, y=g<em>1(x) and y=g</em>2(x).
- The integral of a function f over a type 1 region D is:
∫∫<em>Df(x,y)dA=∫</em>ab∫<em>g</em>1(x)g2(x)f(x,y)dydx
Type 2 Regions
- Bounded by two horizontal lines y=c and y=d.
- x varies between two functions of y, x=h<em>1(y) and x=h</em>2(y).
- The integral of a function f over a type 2 region D is:
∫∫<em>Df(x,y)dA=∫</em>cd∫<em>h</em>1(y)h2(y)f(x,y)dxdy
Example: Evaluating Integral on Generalized Rectangle
- Evaluate ∫∫D(x+2y)dA where D is bounded by y=2x2 and y=1+x2.
- First step: sketch the region.
- Find the intersection points of the two curves:
2x^2 = x^2 + 1 => x^2 = 1 => x = \pm 1 - Set up the double integral:
∫<em>−11∫</em>2x2x2+1(x+2y)dydx - Inner integral:
∫<em>2x2x2+1(x+2y)dy=xy+y2∣</em>2x2x2+1=x(x2+1)+(x2+1)2−[x(2x2)+(2x2)2]
Simplifying the Integrand
- Simplify the expression:
x3+x+x4+2x2+1−2x3−4x4=−3x4−x3+2x2+x+1
Using Symmetry to Simplify Integration
- Fact 1: If g(x) is an even function, then ∫<em>−aag(x)dx=2∫</em>0ag(x)dx.
- Fact 2: If g(x) is an odd function, then ∫−aag(x)dx=0.
- Apply these facts to the integral:
∫<em>−11(−3x4−x3+2x2+x+1)dx=2∫</em>01(−3x4+2x2+1)dx - Integrate:
2[−3x5/5+2x3/3+x]01=2[−3/5+2/3+1]=2[−9/15+10/15+15/15]=2[16/15]=32/15
Example 2: Generalized Rectangles
- Evaluate ∫∫DxydA where D is bounded by y=x−1 and y2=2x+6.
- Sketch the region.
- Solve for the intersection points:
(x-1)^2 = 2x + 6 => x^2 - 2x + 1 = 2x + 6 => x^2 - 4x - 5 = 0 => (x-5)(x+1) = 0 - x=5 or x=−1
- Corresponding y values: If x=5, y=4. If x=−1, y=−2.
- Express x as a function of y: x=y+1 and x=(y2/2)−3.
- Set up the integral:
∫<em>−24∫</em>(y2/2)−3y+1xydxdy - ∫<em>−24∫</em>(y2/2)−3y+1xydxdy=1/2∫−24y((y+1)2−((y2/2)−3)2)dy
Example: Interchanging Order of Integration
- Evaluate ∫<em>01∫</em>x1y3+1dydx
- Sketch the region. The region is bounded by x=0, x=1, y=x, and y=1.
- Change to type II. The region is bounded by y=0, y=1, x=0, and x=y2.
- The integral becomes:
∫<em>01∫</em>0y2y3+1dxdy - Evaluate the inner integral:
∫<em>0y2y3+1dx=y3+1∗x∣</em>0y2=y2y3+1 - Evaluate the outer integral using u-substitution:
- u=y3+1
- du=3y2dy
- The integral becomes:
∫<em>01y2y3+1dy=1/3∫</em>12udu=[2/9∗u(3/2)]12=2/9∗(2(3/2)−1)
Polar Coordinates
- If f is continuous on polar rectangle R defined by: R=(r,θ)∣a≤r≤b,α≤θ≤β
- Then
∫∫<em>Rf(x,y)dA=∫</em>αβ∫abf(rcos(θ),rsin(θ))rdrdθ
- x = r cos θ
- y = r sin θ
- dA = r dr dθ
Example - disk to polar cordinates
- Evaluate Integral by making a change to polar coordinates: ∫∫D2x−ydA, where D is a disk radius 2
- $\int0^{2\pi} \int0^2 2 r cos(θ) - rsin(θ) r dr dθ$