3x - 4y + 3 = 0
6x - 8y +7 = 0
a. Find the distance between the two lines.
b. Find the equation of the perpendicular line passing through. (-6,4)
c. Determine the distance of 2 given equations to point (-6.4)
1
Expert's answer
2020-05-08T20:09:35-0400
Let two lines be defined by equations A1x+B1y+C1=0 and A2x+B2y+C2=0 . These lines are parallel if A2B1−A1B2=0. For our lines 6⋅(−4)−3⋅(−8)=0 , so they are parallel. Let us rewrite the equation of the second line as
3x−4y+3.5=0.
Therefore, our lines are defined by equations
A1x+B1y+C1=0,A1x+B1y+C=0.
a) Now the distance can be calculated as (see https://en.wikipedia.org/wiki/Distance_between_two_straight_lines)
d=A2+B2∣C1−C∣=32+42∣3−3.5∣=0.1.
b) Let the line be defined by equation A0x+B0y+C0=0. This line is perpendicular to A1x+B1y+C1=0 if A0A1+B0B1=0 . Let us choose A0=4,B0=3.
We know that A0⋅(−6)+B0⋅4+C0=0. Therefore, C0=12.
So the equation of line is 4x+3y+12=0.
c) Distance from point (x0,y0) to line Ax+By+C=0 (see https://en.wikipedia.org/wiki/Distance_from_a_point_to_a_line)
Comments