00:01
So in this problem, we want to find the set of all points that we have some segment.
00:06
Let's say here's my segment.
00:09
We'll just make it a general segment with one endpoint being x -1, y -s -s -1, and one endpoint being x -2, y -s -s -2.
00:21
And we want to find all the points who are equidistant from the endpoints.
00:28
And like right there in the center, in fact, let me do that.
00:32
In red.
00:34
This midpoint, that point is equidistant.
00:38
That midpoint is the point at the x is together, divided by two or find the average of those two, and then find the average of the y coordinates.
00:50
And that point is equidistant from those two.
00:54
However, there are more points, like a point up here, and a point up here, and a point up here.
01:00
And we find that every point that lies on the line, that's basically the perpendicular bisector.
01:09
If i can draw that, all points on that line are going to be equidistant.
01:14
So we basically need to find the equation of that line.
01:18
And to find the equation of a line, we need a point.
01:21
Well, there's a point.
01:23
And we need the slope.
01:25
So for that red line, we need to know what the point, which we know, and the slope.
01:30
So we'll go back.
01:32
We know that i said that that's going to have to be a perpendicular bisector.
01:38
So we need to find the slope of the segment that we were given, the black segment, and then the slope of the red line, which is those points that are equidistant from these two endpoints, that red line will have a slope that's opposite and reciprocal.
02:00
So let's find the slope of the black line.
02:03
Or the black segment.
02:04
And so that slope is the difference in the y's over the difference in the x's.
02:14
So that's the slope of the black segment.
02:18
So what's the slope of the red segment? it needs to be opposite and it needs to be reciprocal.
02:26
So it needs to be the reciprocal of this...