00:01
Hello and welcome.
00:02
We are looking at chapter 8, section 1, problem 39.
00:07
So the gist of this problem is we want to find out if circles overlap.
00:11
So we have these two circles.
00:14
Notice that this first circle has a center of two, three, and a radius of one.
00:23
The second circle here has a center of three, two, and a radius of one half.
00:38
So one half.
00:39
Not one -fourth.
00:40
Remember whatever it, this is the square of the radius.
00:45
So one -half squared is one -fourth.
00:46
So we have these two circles.
00:49
We want to find out how they overlap.
00:50
So we can graph them and i'll show you with the graphs in a second, but i want to show you how we can do this algebraically.
00:57
So if we have two circles, there's some distance between their centers.
01:03
So these are the centers of the circles.
01:05
We call this center one and center two.
01:08
So there's some distance between the circles.
01:11
Those circles also have their own respective radii called r1 and r2.
01:20
So if the distance between the centers is greater than the sum of those two radii, it means the two radii can't reach, can't reach each other.
01:30
There's too much distance to cover.
01:32
So they would not overlap.
01:33
However, if the distance is less than the sum of the radii, then they will overlap.
01:38
And so that this is, this right here is the logic we're going to use so for part a we just need to find the sum of the radii so r1 let's do this over here r1 plus r2 equals 1 .5 and then we need to find the distance between the two points the two centers so this will be 2 minus 3 squared plus 3 minus 2 squared that is a square root of 2 and so square root of 2 is about 1 .4.
02:19
So the distance is less than the sum of the radii.
02:24
So it must overlap.
02:35
So part a, they have to overlap, and the reasoning is from this logic up here, essentially.
02:45
So we did the calculation for the distance here and the sum of the radii there.
02:50
So that's part a...