00:01
For this problem, we are going to plot two generic points, a and b.
00:05
Now, we don't know anything about their coordinates.
00:08
We don't know which quadrants they're in.
00:09
I'm just going to draw two random points.
00:12
So let's call this one a, and i'll call this point over here.
00:16
We'll call that b.
00:18
I am not going to assume anything about where the points are, if they're positive or negative.
00:24
I'm not going to be physically counting, because i want this to be a generic experience here that we're going to do.
00:31
So here are my a and my b.
00:33
The a, the coordinates are x1, y 1, b has the coordinates x2y2.
00:38
So what we're going to do now is i'm going to draw a right triangle.
00:42
I'm going to do a horizontal line from a and a vertical line from b, and then i can connect those two points.
00:49
So here we have a right triangle.
00:53
So we're going to call the point where they meet.
00:55
Let's call that point c.
00:57
Well, what is point c? so if i want to do c and write down its coordinates, well, it shares the same x coordinate as b.
01:07
So the x coordinate for c is x2.
01:09
And it shares the same y coordinate as a.
01:13
So that is y1.
01:15
So those are my two points and the point where those lines are going to meet.
01:20
Now, what i want to do is we're going to use these three points to derive the distance formula.
01:26
So i'm going to call the distance between a and b...