PROBLEM 1:    Compute the area of the enclosed region bounded by the graphs of the equations y=x , y=2x , and x=4.
SOLUTION 1:    Compute the area of the enclosed region bounded by the graphs of the equations y=x , y=2x and x=4 . Begin by finding the points of intersection of the two graphs. From y=x and y=2x we get that
x = 2x     →
−x = 0     →
x = 0     →
Using vertical cross-sections we get that
AREA = ∫04 (top  −  bottom)  dx
= ∫04 (2x − x)  dx
= ∫04 x  dx
= [(x2)/2] |04
= [(42)/2] − [(02)/2]
= 8 − 0
= 8
PROBLEM 2:    Compute the area of the enclosed region bounded by the graphs of the equations y=x2 and y=x+2 .
SOLUTION 2:    Compute the area of the enclosed region bounded by the graphs of the equations y=x2 and y=x+2 . Begin by finding the points of intersection of the two graphs. From y=x2 and y=x+2 we get that
x2=x+2     →
x2−x−2=0     →
(x−2)(x+1)=0     →
x=2  or   x=−1
Using vertical cross-sections we get that
AREA = ∫−12 (top  −  bottom)  dx
= ∫−12 ((x+2)−x2)  dx
= ( [(x2)/2]+2x−[(x3)/3] )|−12
= ( [(22)/2]+2(2)−[(23)/3] ) − ( [((−1)2)/2]+2(−1)−[((−1)3)/3] )
= (2+4−8/3) − (1/2−2+1/3)
= (6−8/3) − (3/6−[12/6]+2/6)
= ([36/6]−[16/6]) − ([(−7)/6])
= [20/6]+7/6
= [27/6] .
PROBLEM 3:    Compute the area of the enclosed region bounded by the graphs of the equations y=ex, y=e−x, and x=ln3 .
SOLUTION 3:    Compute the area of the enclosed region bounded by the graphs of the equations y=ex , y=e−x , and x=ln3 . Begin by finding the points of intersection of the two graphs. From y=ex and y=e−x we get that
ex = e−x     →
e2x = 1     →
x = 0     →
Using vertical cross-sections we get that
AREA = ∫0ln3 (top  −  bottom)  dx
= ∫0ln3 (ex − e−x)  dx
= (ex − (−e−x)) |0ln3
= (ex + e−x) |0ln3
= (eln3 + e−ln3) − (e0+ e−0)
= (3 + [1/3]) − (1 + 1)
= ([10/3]) − (2)
= [10/3] − [6/3]
= [4/3]
PROBLEM 4:    Compute the area of the enclosed region bounded by the graphs of the equations y=x2 and y=−x2+4x+6 .
SOLUTION 4:    Compute the area of the enclosed region bounded by the graphs of the equations y=x2 and y=−x2+4x+6 . Begin by finding the points of intersection of the two graphs. From y=x2 and y=−x2+4x+6 we get that
x2 = −x2 + 4x + 6     →
2x2 − 4x − 6 = 0     →
x2 − 2x − 3 = 0     →
(x−3)(x+1) = 0     →
x = 3 or x = −1
Using vertical cross-sections we get that
AREA = ∫−13 (top  −  bottom)  dx
= ∫−13 ((−x2+4x+6)−(x2))  dx
= ∫−13 (−x2+4x+6)  dx
= ([(−2x3)/3] + [(4x2)/2] + 6x) |−13
= (−[2/3]x3 + 2x2 + 6x )|−13
= ( −[2/3](3)3 + 2(3)2 + 6(3)) − ( −[2/3](−1)3 + 2(−1)2 + 6(−1) )
= ( −18 + 18 + 18 ) − ( [2/3]+ 2 − 6 )
= ( 18 ) − ( [2/3] −[6/3] − [18/3] )
= ( 18 ) − ( − [22/3] )
= 18 + [22/3]
= [54/3] + [22/3]
= [76/3]
PROBLEM 5:    Compute the area of the enclosed region bounded by the graphs of the equations y=x3+x2 and y=3x2+3x .
SOLUTION 2:    Compute the area of the enclosed region bounded by the graphs of the equations y=x3+x2 and y=3x2+3x . Begin by finding the points of intersection of the two graphs. From y=x3+x2 and y=3x2+3x we get that
x3 + x2 = 3x2 + 3x     →
x3 − 2x2 − 3x = 0     →
x(x2 − 2x − 3) = 0     →
x(x−3)(x+1) = 0     →
x=0 , x=3 , or x=−1
Using vertical cross-sections we get that
AREA = ∫−10 (top  −  bottom)  dx +∫03 (top  −  bottom)  dx
= ∫−10 ((x3+x2)−(3x2+3x))  dx+ ∫03 ((3x2+3x) −(x3+x2))  dx
= ∫−10 (x3−2x2−3x)  dx +∫03 (−x3+2x2+3x)  dx
= ( [(x4)/4] − [(2x3)/3] −[(3x2)/2] ) |−10 + ( −[(x4)/4]+ [(2x3)/3] + [(3x2)/2] ) |03
= ( [(04)/4] − [(2(0)3)/3] −[(3(0)2)/2] ) − ( [((−1)4)/4] −[(2(−1)3)/3] − [(3(−1)2)/2] ) + (−[(34)/4] + [(2(3)3)/3] + [(3(3)2)/2] )
    − ( −[(04)/4] +[(2(0)3)/3] + [(3(0)2)/2] )
= ( 0 ) − ( [1/4] +[2/3] − [3/2] ) + ( −[81/4] + 18 +[27/2] ) − ( 0 )
= − ( [3/12] + [8/12] −[18/12] ) + ( −[81/4] + [72/4] +[54/4] )
= − ( −[7/12] ) + ([45/4] )
= [7/12] + [45/4]
= [7/12] + [135/12]
= [142/12]
= [71/6]
PROBLEM 6:    Compute the area of the enclosed region bounded by the graphs of the equations y = lnx, y=1, and x=e2 .
SOLUTION 6:    Compute the area of the enclosed region bounded by the graphs of the equations y=lnx , y=1 and y=e2 . Begin by finding the points of intersection of the two graphs. From y=lnx and y=1 we get that
lnx = 1     →
elnx = e1
x = e
Using vertical cross-sections we get that
AREA = ∫ee2 (top  −  bottom)  dx
= ∫ee2 (lnx − 1)  dx
= ∫ee2 lnx  dx − ∫ee21  dx
Let A = ∫lnx  dx .
Use integration by parts. Let u = lnx and dv = dx such that du = [1/x]  dx and v = x .
A = x lnx − ∫([1/x])(x)  dx
= x lnx − ∫ dx
= x lnx − x + C
A − ∫ee2 1  dx
= ( x lnx − x − x )|ee2
= ( x lnx − 2x )|ee2
= ( e2 lne2 − 2e2 ) − ( elne − 2e )
= ( e2(2) − 2e2 ) − ( e − 2e)
= ( 0 ) − ( −e )
= e
PROBLEM 7:    Compute the area of the enclosed region bounded by the graphs of the equations y = cosx, y = sinx, and x=0 .
SOLUTION 7:    Compute the area of the enclosed region bounded by the graphs of the equations y = cosx , y = sinx and x = 0 . Begin by finding the points of intersection of the two graphs. From y=x2 and y=x+2 we get that
cosx = sinx     →
[cosx/sinx] = 1     →
cotx = 1     →
x = [(π)/4]
Using vertical cross-sections we get that
AREA = ∫0π/ 4 (top  −  bottom)  dx
= ∫0π/ 4 ( cosx − sinx )  dx
= ( sinx − (−cosx) )|0π/ 4
= ( sinx + cosx ) |0π/ 4
= ( sin[(π)/4] + cos[(π)/4]) − ( sin0 + cos0 )
= ( [(√2)/2] + [(√2)/2]) − ( 0 + 1 )
= √2 − 1
PROBLEM 8:    Compute the area of the enclosed region bounded by the graphs of the equations y=8/x, y=2x, and y=2 .
SOLUTION 8:    Compute the area of the enclosed region bounded by the graphs of the equations y = [8/x] , y = 2x and y = 2 . Begin by finding the points of intersection of the two graphs. From y = [8/x] and y = 2x we get that
[8/x] = 2x     →
8 = 2x2     →
4 = x2     →
x = 2 or x = −2     →
y = 4 or y = −4
Using horizontal cross-sections such that x = [8/y] and x = [y/2] we get that
AREA = ∫24 (right  −  left )  dy
24 ( [8/y] − [y/2] )  dy
= ( 8 lny − [(y2)/4] )|24
= ( 8 ln4 − [(42)/4] ) − (8 ln2 − [(22)/4] )
= ( 8 ln4 − 4 ) − ( 8 ln2 − 1)
= ( 8 ln22 − 4 ) − ( 8 ln2 −1 )
= ( 16 ln2 − 4 ) − ( 8 ln2 − 1)
= 8 ln2 − 3
PROBLEM 9:    Compute the area of the enclosed region bounded by the graphs of the equations y=lnx and y = (lnx)2 .
SOLUTION 9:    Compute the area of the enclosed region bounded by the graphs of the equations y=lnx and y = (lnx)2 . Begin by finding the points of intersection of the two graphs. From y=lnx and y = (lnx)2 we get that
lnx = (lnx)2     →
lnx − (lnx)2 = 0     →
lnx (1 − lnx)     →
lnx = 0 or lnx = 1     →
x = 1 or x = e
Using vertical cross-sections we get that
AREA = ∫1e (top  −  bottom)  dx
= ∫1e (lnx − (lnx)2)  dx
= ∫1e lnx  dx − ∫1e (lnx)2  dx
Let A = ∫1e lnx  dx and B = ∫(lnx)2  dx .
(Recall from PROBLEM 6 that ∫lnx  dx = xln− x + C )
A = ( x lnx − x ) |1e
= ( e lne − 1 ln1 ) − ( e − 1)
= ( e − 0 ) − ( e − 1 )
= 1
Use integration by parts. Let u = (lnx)2 and dv = dx such that du = 2 lnx ([1/x])  dx and v = x .
B = ( x(lnx)2 ) |1e −∫1e 2 lnx  dx
= ( x (lnx)2 ) |1e −2 ( x lnx − x ) |1e
= ( e(lne)2 − 1(ln1)2 ) − 2( (e lne − e) − (1 ln1 − 1) )
= ( (e − 0) ) − 2 ( (e − e) − (0 −1) )
= e − 2
A − B = 1 − (e − 2)
= 3 − e
PROBLEM 10:    Compute the area of the enclosed region bounded by the graphs of the equations y=tan2 x , y=0 and x=1 .
SOLUTION 10:    Compute the area of the enclosed region bounded by the graphs of the equations y = tan2 x , y = 0 , and x = 1 . Begin by finding the points of intersection of the two graphs. From y = tan2 x and y = 0 we get that
tan2 x = 0     →
tanx = 0     →
x = 0
Using vertical cross-sections we get that
AREA = ∫01 (top  −  bottom)  dx
= ∫01 tan2 x  dx
= ∫01 ( sec2 x − 1 )  dx
= ( tanx − x ) |01
= ( tan1 − 1 ) − ( tan0 − 0)
= tan1 − 1
PROBLEM 11:    Compute the area of the enclosed region bounded by the graphs of the equations y=x, y=2x, and y=6−x .
SOLUTION 11:    Compute the area of the enclosed region bounded by the graphs of the equations y=x , y=2x , and y=6−x . Begin by finding the points of intersection of the two graphs.
From y=x and y=2x we get that
x = 2x     →
−x = 0     →
x = 0
From y=x and y=6−x we get that
x = 6−x     →
2x = 6     →
x = 3
From y=2x and y=6−x we get that
2x = 6−x     →
3x = 6     →
x = 2
Using vertical cross-sections we get that
AREA = ∫02 (top  −  bottom)  dx +∫23 (top  −  bottom)  dx
= ∫02 (2x − x)  dx + ∫23((6−x) − x)  dx
= ∫02 x  dx + ∫23 (6−2x)  dx
= [(x2)/2] |02 + ( 6x −[(2x2)/2] ) |23
= [(x2)/2] |02 + ( 6x −x2 ) |23
= ( [(22)/2] − [(02)/2] )+ ( (6 ·3 − 32) − (6 ·2 − 22) )
= ( 2 − 0 ) + ( 9 − 8 )
= 2 + 1
= 3
PROBLEM 12:    Compute the area of the enclosed region bounded by the graphs of the equations y = sin√x , y=0 , and x = π/ 2 .
SOLUTION 12:    Compute the area of the enclosed region bounded by the graphs of the equations y = sin√x , y=0 , and x = π/ 2 . Begin by finding the points of intersection of the two graphs. From y = sin√x and y=0 we get that
sin√x = 0     →
x = 0
Using vertical cross-sections we get that
AREA = ∫0π/ 2 (top  −  bottom)  dx
= ∫0π/ 2 ( sin√x )  dx
Use integration by parts. Let u = sin√x and dv = dx such that du = cos√x ·[1/(2√x)]  dx and v = x .
= x sin√x |0π/ 2 −∫0π/ 2 cos√x ·[1/(2 √x)] ·x  dx
= ( ([(π)/2]) sin√{[(π)/2]} − (0) sin√0 ) − ∫0π/2 cos√x ·[1/(2 √x)] ·x  dx
= [(π)/2] sin√{[(π)/2]} −∫0π/ 2 cos√x ·[1/(2 √x)] ·x  dx
Use substitution. Let
w = √x
so that
dw = [1/(2 √x)]  dx = [(√x)/2x]  dx
x  dw = [(√x)/2]  dx     →
w2  dw = [(√x)/2]  dx
= [(π)/2] sin√{[(π)/2]} −∫0√{π/ 2} cosw ·w2  dw
Use integration by parts. Let u′ = w2 and dv′ = cosw  dw such that du′ = 2w  dw and v′ = sinw .
= [(π)/2] sin√{[(π)/2]} −( w2 sinw |0√{π/ 2} −∫0√{π/ 2} 2w sinw  dw )
= [(π)/2] sin√{[(π)/2]} −w2 sinw |0√{π/ 2} + ∫0√{π/ 2} 2w sinw  dw
= [(π)/2] sin√{[(π)/2]} −( (√{[(π)/2]})2 sin√{[(π)/2]} −(0)2 sin0 ) + ∫0√{π/ 2} 2w sinw  dw
= [(π)/2] sin√{[(π)/2]} −[(π)/2] sin√{[(π)/2]} + ∫0√{π/2} 2w sinw  dw
= ∫0√{π/ 2} 2w sinw  dw
Use integration by parts. Let u" = 2w and dv" = sinw  dw such that du" = 2  dw and v" = − cosw
= −2 w cosw |0√{π/ 2} +∫0√{π/ 2} 2 cosw  dw
= −2 ( (√{[(π)/2]}) cos√{[(π)/2]} − (0) cos0 ) + 2 sinw|0√{[(π)/2]}
= −2(√{[(π)/2]}) cos√{[(π)/2]} + 2 ( sin√{[(π)/2]} − sin0)
= −√{2 π} cos√{[(π)/2]} + 2sin√{[(π)/2]}
PROBLEM 13:    Compute the area of the enclosed region bounded by the graphs of the equations x=y2 and x=4 .
SOLUTION 13:    Compute the area of the enclosed region bounded by the graphs of the equations x=y2 and x=4 . Begin by finding the points of intersection of the two graphs. From x=y2 and x=4 we get that
y2 = 4     →
y = −2 or y = 2
Using horizontal cross-sections we get that
AREA = ∫−22 (right  −  left)  dy
= ∫−22 (4 − y2)  dy
= ( 4y − [(y3)/3] )|−22
= ( 4 ·2 − [(23)/3] ) −( 4 ·(−2) − [((−2)3)/3] )
= ( 8 − [8/3] ) − ( −8 +[8/3] )
= 16 − [16/3]
= [48/3] − [16/3]
= [32/3]
PROBLEM 14:    Compute the area of the enclosed region bounded by the graphs of the equations x=y+3 and x=y2−y .
SOLUTION 14:    Compute the area of the enclosed region bounded by the graphs of the equations x=y+3 and x=y2−y . Begin by finding the points of intersection of the two graphs. From x=y+3 and x=y2−y we get that
y+3 = y2−y     →
0 = y2 − 2y − 3     →
0 = (y−3)(y+1)     →
y=3 or y=−1
Using horizontal cross-sections we get that
AREA = ∫−13 (right  −  left)  dy
= ∫−13 ((y+3)−(y2−y))  dy
= ∫−13 (−y2+2y+3)  dy
= ( −[(y3)/3] + [(2y2)/2] +3y) |−13
= ( −[(y3)/3] + y2 +3y )|−13
= ( −[(33)/3] + 32 + 3(3) ) −( −[((−1)3)/3] + (−1)2 + 3(−1) )
= ( −9 + 9 + 9 ) − ( [1/3] + 1− 3 )
= ( −9 + 9 + 9 ) − ( [1/3] +[3/3] − [9/3] )
= ( 9 ) − ( −[5/3] )
= [27/3] + [5/3]
= [32/3]
PROBLEM 15:    Compute the area of the enclosed region bounded by the graphs of the equations x=y3 and x=y2+2y .
SOLUTION 15:    Compute the area of the enclosed region bounded by the graphs of the equations x=y3 and x=y2+2y . Begin by finding the points of intersection of the two graphs. From x=y3 and x=y2+2y we get that
y3 = y2 + 2y     →
y3 − y2 − 2y = 0     →
y ( y2 − y − 2 ) = 0     →
y ( y−2 ) ( y+1 ) = 0     →
y=0 , y=2 , or y=−1
Using horizontal cross-sections we get that
AREA = ∫−10 (right  −  left)  dy +∫02 (right  −  left)  dy
= ∫−10 (y3 − (y2+2y))  dy +∫02 (y2+2y − y3)  dy
= ∫−10 (y3 − y2 − 2y)  dy +∫02 (y2+2y − y3)  dy
= ( [(y4)/4] − [(y3)/3] −[(2y2)/2] ) |−10 + ( [(y3)/3]+ [(2y2)/2] − [(y4)/4] ) |02
= ( [(y4)/4] − [(y3)/3] −y2 ) |−10 + ( [(y3)/3] + y2 −[(y4)/4] ) |02
= ( [(04)/4] − [(03)/3] −02 ) − ( [((−1)4)/4] − [((−1)3)/3] −(−1)2 ) + ( [(23)/3] + 22 − [(24)/4]) − ( [(03)/3] + 02 − [(04)/4] )
= ( 0 ) − ( [1/4] +[1/3] − 1 ) + ( [8/3] + 4 − 4 ) − ( 0)
= −( −[7/12] ) + ( [8/3])
= [7/12] + [8/3]
= [7/12] + [32/12]
= [39/12]



File translated from TEX by TTH, version 4.03.
On 13 Jan 2015, 14:25.