Question #57671

Write the general equation of the line satisfying the given conditions:
1. passing trough (1, 0) and parallel to the line through (1/2, 3) and (0,0)
2. passing through (2, -4) and parallel to the line 3x - 7y - 11 = 0
3. passing through (-1/3, 1/2) and perpendicular to the line through (4, 1) and (-2, 7)
4. passing through (-1/2, 2) and perpendicular to the line with slope -5/2
5. passing through the point of intersection of lines 5x - 2y - 12 = 0 and x + 3y + 1 = 0 and perpendicular to the line 7x + 4y - 10 = 0.
6.The base of a triangle is the line segment from (3,0) to (2,-3). If the area of the triangle is 7, find the general equation of the locus of the third vertex. (Two solutions).

Find the distance between the given lines:
a. 3x - y = 5 and 3x - y = 25
b. 4x - 6y = 9 and 2x - 3y = 6
1

Expert's answer

2016-02-15T00:00:56-0500

Answer on question №57671, Math / Analytic Geometry

Task:

Write the general equation of the line satisfying the given conditions:

1. passing through (1, 0) and parallel to the line through (1/2, 3) and (0,0)

2. passing through (2, -4) and parallel to the line 3x7y11=03x - 7y - 11 = 0

3. passing through (1/3,1/2)(-1/3, 1/2) and perpendicular to the line through (4, 1) and (-2, 7)

4. passing through (1/2,2)(-1/2, 2) and perpendicular to the line with slope 5/2-5/2

5. passing through the point of intersection of lines 5x2y12=05x - 2y - 12 = 0 and x+3y+1=0x + 3y + 1 = 0 and perpendicular to the line 7x+4y10=07x + 4y - 10 = 0.

6. The base of a triangle is the line segment from (3,0) to (2,-3). If the area of the triangle is 7, find the general equation of the locus of the third vertex. (Two solutions).

7. Find the distance between the given lines:

a. 3xy=53x - y = 5 and 3xy=253x - y = 25

b. 4x6y=94x - 6y = 9 and 2x3y=62x - 3y = 6

Solution:

1) Find the line through (12,3)(\frac{1}{2}, 3) and (0,0)(0,0). The equation of the line: y=ax+by = ax + b.

(0,0)(0,0) is in the line, so 0=a0+b0 = a*0 + b. then b=0b = 0. And (12,3)(\frac{1}{2}, 3) is in the line, so 3=a23 = \frac{a}{2}.

Then a=6a = 6. We have a line y=6xy = 6x. The line parallel to this is y=6x+cy = 6x + c. It passing through (1,0)(1,0). So 0=61+c0 = 6 * 1 + c. Then c=6c = -6.

Answer: y=6x6y = 6x - 6.

2) The line parallel to 3x7y11=03x - 7y - 11 = 0 is 3x7y+d=03x - 7y + d = 0. It passing through (2,4)(2, -4). So 327(4)+d=03 * 2 - 7(-4) + d = 0; 6+28+d=06 + 28 + d = 0. Then d=34d = -34.

Answer: 3x7y34=03x - 7y - 34 = 0.

3) Like in 1st1^{\text{st}} task find the line through (4,1)(4, 1) and (2,7)(-2, 7). The equation of the line: y=ax+by = ax + b.


{1=a4+b7=a(2)+b\left\{ \begin{array}{l} 1 = a * 4 + b \\ 7 = a * (-2) + b \end{array} \right.


From the 1st1^{\text{st}} equation b=14ab = 1 - 4a. Replace to the 2nd2^{\text{nd}} equation.


7=2a+(14a);7 = -2a + (1 - 4a);7=6a+1;7 = -6a + 1;6=6a;6 = -6a;

a=1a = -1. And b=14(1)=1+4=5b = 1 - 4(-1) = 1 + 4 = 5. So the line y=x+5y = -x + 5. It is equivalent to +y5=0+y - 5 = 0. The line perpendicular to this is xy+d=0x - y + d = 0.

It passing through (13,12)\left(-\frac{1}{3}, \frac{1}{2}\right). So 1312+d=0-\frac{1}{3} - \frac{1}{2} + d = 0, d=56d = \frac{5}{6}.

Answer: xy+56=0x - y + \frac{5}{6} = 0.

4) The line with slope 52-\frac{5}{2} is y=52x+cy = -\frac{5}{2}x + c. It is equivalent to 52x+yc=0\frac{5}{2}x + y - c = 0. The line perpendicular to this is x52y+d=0x - \frac{5}{2}y + d = 0. It passing through (12,2)\left(-\frac{1}{2}, 2\right).

So 12522+d=0,d=5+12=112-\frac{1}{2} - \frac{5}{2} * 2 + d = 0, d = 5 + \frac{1}{2} = \frac{11}{2}.

Answer: x52y+112=0x - \frac{5}{2}y + \frac{11}{2} = 0.

5) The point of intersection of lines 5x2y12=05x - 2y - 12 = 0 and x+3y+1=0x + 3y + 1 = 0 is


{5x2y12=0x+3y+1=0\left\{ \begin{array}{l} 5x - 2y - 12 = 0 \\ x + 3y + 1 = 0 \end{array} \right.


Solve this system. From the 2nd2^{\text{nd}} equation x=3y1x = -3y - 1. Replace to the 1st1^{\text{st}} equation.


5(3y1)2y12=0;15y52y12=0;17y17=0;\begin{array}{l} 5(-3y - 1) - 2y - 12 = 0; \\ -15y - 5 - 2y - 12 = 0; \\ -17y - 17 = 0; \\ \end{array}

y=1y = -1. So x=3(1)1=2x = -3(-1) - 1 = 2. So the point of intersection is (2,1)(2, -1).

The line perpendicular to the line 7x+4y10=07x + 4y - 10 = 0 is 7x+4y+d=07x + 4y + d = 0. And through the point (2,1)(2, -1) is 144+d=014 - 4 + d = 0, d=10d = -10.

Answer: 7x+4y10=07x + 4y - 10 = 0.

6) The base of a triangle is the line segment from (3,0)(3,0) to (2,3)(2,-3). If the area of the triangle is 7, find the general equation of the locus of the third vertex. (Two solutions).

The line through (3,0)(3,0) and (2,3)(2,-3) is y=ax+by = ax + b.


{0=a3+b3=a2+b\left\{ \begin{array}{l} 0 = a * 3 + b \\ -3 = a * 2 + b \end{array} \right.


From the 1st1^{\text{st}} equation b=3ab = -3a. Replace to the 2nd2^{\text{nd}} equation.


3=2a3a;3=a;\begin{array}{l} -3 = 2a - 3a; \\ -3 = -a; \\ \end{array}

a=3a = 3. And b=33=9b = -3 * 3 = -9.

So the line is y=3x9y = 3x - 9. It is equivalent to 3xy9=03x - y - 9 = 0. (1)

The 3rd3^{\text{rd}} vertex is on the line perpendicular to line (1) and through the middle of base.

The middle of the base is the point with coordinates: =3+22=52= \frac{3 + 2}{2} = \frac{5}{2}; y=032=32y = \frac{0 - 3}{2} = \frac{-3}{2}.

The line perpendicular to line (1) is x+3y+d=0-x + 3y + d = 0. And through the point (52,32)\left(\frac{5}{2}, -\frac{3}{2}\right) is


52+3(32)+d=0;5292+d=0;\begin{array}{l} -\frac{5}{2} + 3\left(\frac{-3}{2}\right) + d = 0; \\ -\frac{5}{2} - \frac{9}{2} + d = 0; \\ \end{array}

d=7d = 7.

The 3rd3^{\text{rd}} vertex is on the line x+3y+7=0-x + 3y + 7 = 0. Denote the vertex of triangle as (x1,y1),(x2,y2)(x_1, y_1), (x_2, y_2) and (x3,y3)(x_3, y_3), where (x1,y1)=(3,0)(x_1, y_1) = (3,0) and (x2,y2)=(2,3)(x_2, y_2) = (2, -3). The formula of area of the triangle is

Area=12(x1y2+x2y3+x3y1x2y1x3y2x1y3)Area = \frac{1}{2}(x_1y_2 + x_2y_3 + x_3y_1 - x_2y_1 - x_3y_2 - x_1y_3). From the task Area=7Area = 7.

So 7=12(9+2y3+00x3(3)3y3)7 = \frac{1}{2}(-9 + 2y_3 + 0 - 0 - x_3(-3) - 3y_3).


14=9y3+3x3;3x3y3=23.\begin{array}{l} 14 = -9 - y_3 + 3x_3; \\ 3x_3 - y_3 = 23. \\ \end{array}


And x3+3y3+7=0-x_3 + 3y_3 + 7 = 0.

We have a system


{3x3y3=23x3+3y3+7=0\left\{ \begin{array}{c} 3 x _ {3} - y _ {3} = 2 3 \\ - x _ {3} + 3 y _ {3} + 7 = 0 \end{array} \right.


From the 2nd2^{\text{nd}} equation x3=3y3+7x_{3} = 3y_{3} + 7 . Replace to the 1st1^{\text{st}} equation.


3(3y3+7)y3=23;3 (3 y _ {3} + 7) - y _ {3} = 2 3;9y3+21y3=23;9 y _ {3} + 2 1 - y _ {3} = 2 3;8y3=2.8 y _ {3} = 2.y3=14.x3=34+7=314.y _ {3} = \frac {1}{4}. x _ {3} = \frac {3}{4} + 7 = \frac {3 1}{4}.


So the third vertex is C(314,14)C\left(\frac{31}{4}, \frac{1}{4}\right) . Another solution is the point D(x,y)D(x, y) in the line is on the line x+3y+7=0-x + 3y + 7 = 0 , and symmetric about the middle of base M(52,32)M\left(\frac{5}{2}, -\frac{3}{2}\right) .

From the formula of the middle of line segment: 52=314+x2\frac{5}{2} = \frac{\frac{31}{4} + x}{2} ; 32=14+y2-\frac{3}{2} = \frac{\frac{1}{4} + y}{2} .


5=314+x;3=14+y.5 = \frac {3 1}{4} + x; - 3 = \frac {1}{4} + y.x=114;y=134.x = - \frac {1 1}{4}; y = - \frac {1 3}{4}.


Answer: (314,14)\left(\frac{31}{4},\frac{1}{4}\right) and (114,134)\left(-\frac{11}{4}, - \frac{13}{4}\right) .

7)

When the lines are given by


ax+by+c1=0a x + b y + c _ {1} = 0ax+by+c2=0,a x + b y + c _ {2} = 0,


the distance between them can be expressed as


d=c2c1a2+b2.d = \frac {\left| c _ {2} - c _ {1} \right|}{\sqrt {a ^ {2} + b ^ {2}}}.


a) Lines 3xy=53x - y = 5 and 3xy=253x - y = 25 . The distance is equal 52532+(1)2=2010\frac{|5 - 25|}{\sqrt{3^2 + (-1)^2}} = \frac{20}{\sqrt{10}} .

Answer: 2010\frac{20}{\sqrt{10}}

b) Lines 4x6y=94x - 6y = 9 and 2x3y=62x - 3y = 6 . The second equation is equivalent to


4x6y=12.The distance is equal91242+(6)2=316+36=3524 x - 6 y = 1 2. \text {The distance is equal} \frac {| 9 - 1 2 |}{\sqrt {4 ^ {2} + (- 6) ^ {2}}} = \frac {3}{\sqrt {1 6 + 3 6}} = \frac {3}{\sqrt {5 2}}


Answer: 352\frac{3}{\sqrt{52}}

http://www.AssignmentExpert.com/


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!
LATEST TUTORIALS
APPROVED BY CLIENTS