1 00:00:00,620 --> 00:00:02,780 Now let's do a really interesting problem. 2 00:00:02,780 --> 00:00:05,290 So I have y equals x, and y is equal to x 3 00:00:05,290 --> 00:00:07,840 squared minus 2x right over here. 4 00:00:07,840 --> 00:00:09,530 And we're going to rotate the region 5 00:00:09,530 --> 00:00:11,020 in between these two functions. 6 00:00:11,020 --> 00:00:13,277 So that's this region right over here. 7 00:00:13,277 --> 00:00:15,610 And we're not going to rotate it just around the x-axis, 8 00:00:15,610 --> 00:00:19,360 we're going to rotate it around the horizontal line y equals 4. 9 00:00:19,360 --> 00:00:21,454 So we're going to rotate it around this. 10 00:00:21,454 --> 00:00:23,870 And if we do that, we'll get a shape that looks like this. 11 00:00:23,870 --> 00:00:26,550 I drew it ahead of time, just so I could draw it nicely. 12 00:00:26,550 --> 00:00:30,210 And as you can see, it looks like some type of a vase 13 00:00:30,210 --> 00:00:32,060 with a hole at the bottom. 14 00:00:32,060 --> 00:00:34,520 And so what we're going to do is attempt to do this using, 15 00:00:34,520 --> 00:00:36,395 I guess you'd call it the washer method which 16 00:00:36,395 --> 00:00:37,800 is a variant of the disk method. 17 00:00:37,800 --> 00:00:39,790 So let's construct a washer. 18 00:00:39,790 --> 00:00:42,350 So let's look at a given x. 19 00:00:42,350 --> 00:00:45,520 So let's say an x right over here. 20 00:00:45,520 --> 00:00:47,750 So let's say that we're at an x right over there. 21 00:00:47,750 --> 00:00:48,370 And what we're going to do is we're 22 00:00:48,370 --> 00:00:50,160 going to rotate this region. 23 00:00:50,160 --> 00:00:54,090 We're going to give it some depth, dx. 24 00:00:54,090 --> 00:00:55,010 So that is dx. 25 00:00:55,010 --> 00:00:57,120 We're going to rotate this around the line y 26 00:00:57,120 --> 00:00:57,840 is equal to 4. 27 00:00:57,840 --> 00:01:02,580 So if you were to visualize it over here, you have some depth. 28 00:01:02,580 --> 00:01:05,472 And when you rotate it around, the inner radius 29 00:01:05,472 --> 00:01:07,680 is going to look like the inner radius of our washer. 30 00:01:07,680 --> 00:01:09,440 It's going to look something like that. 31 00:01:12,210 --> 00:01:13,900 And then the outer radius of our washer 32 00:01:13,900 --> 00:01:17,420 is going to contour around x squared minus 2x. 33 00:01:17,420 --> 00:01:21,780 So it's going to look something-- 34 00:01:21,780 --> 00:01:23,703 my best attempt to draw it-- it's 35 00:01:23,703 --> 00:01:25,440 going to look something like that. 36 00:01:27,950 --> 00:01:30,810 And of course, our washer is going to have some depth. 37 00:01:30,810 --> 00:01:32,250 So let me draw the depth. 38 00:01:32,250 --> 00:01:35,950 So it's going to have some depth, dx. 39 00:01:35,950 --> 00:01:39,940 So this is my best attempt at drawing some of that the depth. 40 00:01:39,940 --> 00:01:42,970 So this is the depth of our washer. 41 00:01:42,970 --> 00:01:45,440 And then just to make the face of the washer a little bit 42 00:01:45,440 --> 00:01:47,230 clearer, let me do it in this green color. 43 00:01:47,230 --> 00:01:49,440 So the face of the washer is going 44 00:01:49,440 --> 00:01:52,310 to be all of this business. 45 00:01:52,310 --> 00:01:57,060 All of this business is going to be the face of our washer. 46 00:01:57,060 --> 00:01:59,350 So if we can figure out the volume of one 47 00:01:59,350 --> 00:02:01,210 of these washers for a given x, then we just 48 00:02:01,210 --> 00:02:03,240 have to sum up all of the washers for all 49 00:02:03,240 --> 00:02:05,919 of the x's in our interval. 50 00:02:05,919 --> 00:02:07,710 So let's see if we can set up the integral, 51 00:02:07,710 --> 00:02:09,990 and maybe in the next video we'll 52 00:02:09,990 --> 00:02:13,820 just forge ahead and actually evaluate the integral. 53 00:02:13,820 --> 00:02:15,964 So let's think about the volume of the washer. 54 00:02:15,964 --> 00:02:17,630 To think about the volume of the washer, 55 00:02:17,630 --> 00:02:19,580 we really just have to think about the area 56 00:02:19,580 --> 00:02:21,510 of the face of the washer. 57 00:02:21,510 --> 00:02:26,510 So area of "face"-- put face in quotes-- 58 00:02:26,510 --> 00:02:28,380 is going to be equal to what? 59 00:02:28,380 --> 00:02:30,670 Well, it would be the area of the washer-- 60 00:02:30,670 --> 00:02:32,880 if it wasn't a washer, if it was just a coin-- 61 00:02:32,880 --> 00:02:35,441 and then subtract out the area of the part 62 00:02:35,441 --> 00:02:36,440 that you're cutting out. 63 00:02:36,440 --> 00:02:38,890 So the area of the washer if it didn't 64 00:02:38,890 --> 00:02:40,750 have a hole in the middle would just 65 00:02:40,750 --> 00:02:44,285 be pi times the outer radius squared. 66 00:02:48,150 --> 00:02:51,090 It would be pi times this radius squared, 67 00:02:51,090 --> 00:02:52,950 that we could call the outer radius. 68 00:02:52,950 --> 00:02:55,320 And since it's a washer, we need to subtract out 69 00:02:55,320 --> 00:02:57,030 the area of this inner circle. 70 00:02:57,030 --> 00:03:05,500 So minus pi times inner radius squared. 71 00:03:05,500 --> 00:03:07,000 So we really just have to figure out 72 00:03:07,000 --> 00:03:11,160 what the outer and inner radius, or radii I should say, are. 73 00:03:11,160 --> 00:03:12,710 So let's think about it. 74 00:03:12,710 --> 00:03:19,971 So our outer radius is going to be equal to what? 75 00:03:19,971 --> 00:03:21,470 Well, we can visualize it over here. 76 00:03:21,470 --> 00:03:23,610 This is our outer radius, which is also 77 00:03:23,610 --> 00:03:27,770 going to be equal to that right over there. 78 00:03:27,770 --> 00:03:29,720 So that's the distance between y equals 79 00:03:29,720 --> 00:03:32,440 4 and the function that's defining our outside. 80 00:03:38,250 --> 00:03:40,520 So this is essentially, this height right over here, 81 00:03:40,520 --> 00:03:45,280 is going to be equal to 4 minus x squared minus 2x. 82 00:03:45,280 --> 00:03:48,000 I'm just finding the distance or the height between these two 83 00:03:48,000 --> 00:03:48,900 functions. 84 00:03:48,900 --> 00:03:52,140 So the outer radius is going to be 4 minus this, 85 00:03:52,140 --> 00:03:55,100 minus x squared minus 2x, which is just 4 86 00:03:55,100 --> 00:03:58,520 minus x squared plus 2x. 87 00:03:58,520 --> 00:03:59,850 Now, what is the inner radius? 88 00:04:05,080 --> 00:04:06,830 What is that going to be? 89 00:04:06,830 --> 00:04:11,550 Well, that's just going to be this distance between y 90 00:04:11,550 --> 00:04:13,480 equals 4 and y equals x. 91 00:04:13,480 --> 00:04:15,265 So it's just going to be 4 minus x. 92 00:04:19,079 --> 00:04:22,810 So if we wanted to find the area of the face of one 93 00:04:22,810 --> 00:04:27,090 of these washers for a given x, it's going to be-- 94 00:04:27,090 --> 00:04:30,290 and we can factor out this pi-- it's 95 00:04:30,290 --> 00:04:34,680 going to be pi times the outer radius squared, 96 00:04:34,680 --> 00:04:36,540 which is all of this business squared. 97 00:04:36,540 --> 00:04:41,830 So it's going to be 4 minus x squared plus 2x squared 98 00:04:41,830 --> 00:04:43,280 minus pi times the inner radius-- 99 00:04:43,280 --> 00:04:44,780 although we factored out the pi-- so 100 00:04:44,780 --> 00:04:46,810 minus the inner radius squared. 101 00:04:46,810 --> 00:04:51,800 So minus 4 minus x squared. 102 00:04:51,800 --> 00:04:57,650 So this will give us the area of the surface 103 00:04:57,650 --> 00:04:59,280 or the face of one of these washers. 104 00:04:59,280 --> 00:05:01,700 If we want the volume of one of those watchers, 105 00:05:01,700 --> 00:05:05,040 we then just have to multiply times the depth, dx. 106 00:05:08,010 --> 00:05:10,800 And then if we want to actually find the volume of this entire 107 00:05:10,800 --> 00:05:14,250 figure, then we just have to sum up all of these washers 108 00:05:14,250 --> 00:05:15,950 for each of our x's. 109 00:05:15,950 --> 00:05:16,830 So let's do that. 110 00:05:16,830 --> 00:05:19,050 So we're going to sum up the washers for each 111 00:05:19,050 --> 00:05:21,300 of our x's and take the limit as they approach zero, 112 00:05:21,300 --> 00:05:23,490 but we have to make sure we got our interval right. 113 00:05:23,490 --> 00:05:26,260 So what are these-- we care about the entire region 114 00:05:26,260 --> 00:05:28,840 between the points where they intersect. 115 00:05:28,840 --> 00:05:30,620 So let's make sure we get our interval. 116 00:05:30,620 --> 00:05:32,203 So to figure out our interval, we just 117 00:05:32,203 --> 00:05:36,070 say when does y equal x intersect y equal 118 00:05:36,070 --> 00:05:37,350 x squared minus 2x? 119 00:05:39,990 --> 00:05:41,630 Let me do this in a different color. 120 00:05:41,630 --> 00:05:44,150 We just have to think about when does 121 00:05:44,150 --> 00:05:46,245 x equal x squared minus 2x. 122 00:05:49,370 --> 00:05:51,420 When are our two functions equal to each other? 123 00:05:51,420 --> 00:05:53,030 Which is equivalent to-- if we just 124 00:05:53,030 --> 00:05:58,800 subtract x from both sides, we get 125 00:05:58,800 --> 00:06:02,190 when does x squared minus 3x equal 0. 126 00:06:02,190 --> 00:06:05,260 We can factor out an x on the right hand side. 127 00:06:05,260 --> 00:06:09,530 So this is going to be when does x times x minus 3 equal zero. 128 00:06:09,530 --> 00:06:12,310 Well, if the product is equal to 0, at least one of these 129 00:06:12,310 --> 00:06:13,350 need to be equal to 0. 130 00:06:13,350 --> 00:06:18,380 So x could be equal to 0, or x minus 3 is equal to 0. 131 00:06:18,380 --> 00:06:21,280 So x is equal to 0 or x is equal to 3. 132 00:06:21,280 --> 00:06:24,010 So this is x is 0, and this right over here 133 00:06:24,010 --> 00:06:25,850 is x is equal to 3. 134 00:06:25,850 --> 00:06:27,100 So that gives us our interval. 135 00:06:27,100 --> 00:06:29,120 We're going to go from x equals 0 136 00:06:29,120 --> 00:06:32,850 to x equals 3 to get our volume. 137 00:06:32,850 --> 00:06:35,000 In the next video, we'll actually 138 00:06:35,000 --> 00:06:37,320 evaluate this integral.