There are two points that fulfill the following conditions:
Find the distance between these two points.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice! This is the other way to solve this ( using point's distance to line formula ). I didn't think this way to solve would be that easy.
To make your solution easier to understand, however, you could present the formula in it.
Let the angle of the line y = 2 1 x + 4 be a and the angle of y = 2 x + 1 0 be b .
The slope of the first line is the reciprocal of the second line's slope, which means that a = π − b .
Each point, that same the same distance to both lines, must lie on either bisector of the lines (there are two of them). The angle of one bisector is the arithmetic average of the line's angles, which is 2 a + b = 2 a + π − a = π / 2 . This means that the slope of this bisector is k 1 = 1 . The other bisector's angle is perpendicular to the first one's, so it's slope must be k , where 1 × k = − 1 , which means k 2 = − 1 .
Now let's find the point where the lines intersect:
y = 2 x + 1 0
y = 2 1 x + 4
2 x + 1 0 = 2 1 x + 4
2 3 x = − 6
x = − 4
y = 2 x + 1 0 = 2 × − 4 + 1 0 = 2
So the lines intersect at ( − 4 , 2 ) , which means both bisectors must go through this point.
Now, let's find the equations of the bisectors:
y − y 0 = k 1 ( x − x 0 )
y − 2 = 1 ( x + 4 )
y = x + 6
y − y 0 = k 2 ( x − x 0 )
y − 2 = − 1 ( x + 4 )
y = − x − 2
By replacing the x with 0 in both equations, it appears that the lines intersect the y-axis at ( 0 , 6 ) and ( 0 , − 2 ) . Their distance is ( 6 − ( − 2 ) ) 2 + ( 0 − 0 ) 2 = 8 .
Problem Loading...
Note Loading...
Set Loading...
As points (0,q) on the y-axis lie on the perpendicular bisectors of the given lines, we equate the squares of the distances from them. 5 ( q − 1 0 ) 2 = 5 / 4 ( q − 4 ) 2 → q 2 − 2 0 q + 1 0 0 = 4 q 2 − 3 2 q + 6 4 → 3 q 2 − 1 2 q − 3 6 = 0 → 3 ( q − 6 ) ( q + 2 ) = 0 (0,-2) and (0,6) are the points that are equidistant from the given lines and hence on the perpendicular bisectors of the lines. The distance between these two points is equal to 8.