What is the equation of the line that passes through (-1,1) (1,1) and is perpendicular to the line that passes through the following points: (13,-1),(8,4) (13,1),(8,4)?

2 Answers
Aug 25, 2017

See a solution process below:

Explanation:

First, we need to find the slope of the for the two points in the problem. The slope can be found by using the formula: m = (color(red)(y_2) - color(blue)(y_1))/(color(red)(x_2) - color(blue)(x_1))m=y2y1x2x1

Where mm is the slope and (color(blue)(x_1, y_1)x1,y1) and (color(red)(x_2, y_2)x2,y2) are the two points on the line.

Substituting the values from the points in the problem gives:

m = (color(red)(4) - color(blue)(-1))/(color(red)(8) - color(blue)(13)) = (color(red)(4) + color(blue)(1))/(color(red)(8) - color(blue)(13)) = 5/-5 = -1m=41813=4+1813=55=1

Let's call the slope for the line perpendicular to this m_pmp

The rule of perpendicular slopes is: m_p = -1/mmp=1m

Substituting the slope we calculated gives:

m_p = (-1)/-1 = 1mp=11=1

We can now use the point-slope formula to write an equation for the line. The point-slope form of a linear equation is: (y - color(blue)(y_1)) = color(red)(m)(x - color(blue)(x_1))(yy1)=m(xx1)

Where (color(blue)(x_1), color(blue)(y_1))(x1,y1) is a point on the line and color(red)(m)m is the slope.

Substituting the slope we calculated and the values from the point in the problem gives:

(y - color(blue)(1)) = color(red)(1)(x - color(blue)(-1))(y1)=1(x1)

(y - color(blue)(1)) = color(red)(1)(x + color(blue)(1))(y1)=1(x+1)

We can also use the slope-intercept formula. The slope-intercept form of a linear equation is: y = color(red)(m)x + color(blue)(b)y=mx+b

Where color(red)(m)m is the slope and color(blue)(b)b is the y-intercept value.

Substituting the slope we calculated gives:

y = color(red)(1)x + color(blue)(b)y=1x+b

We can now substitute the values from the point in the problem for xx and yy and solve for color(blue)(b)b

1 = (color(red)(1) xx -1) + color(blue)(b)1=(1×1)+b

1 = -1 + color(blue)(b)1=1+b

color(red)(1) + 1 = color(red)(1) - 1 + color(blue)(b)1+1=11+b

2 = 0 + color(blue)(b)2=0+b

2 = color(blue)(b)2=b

Substituting this into the formula with the slope gives:

y = color(red)(1)x + color(blue)(2)y=1x+2

Aug 25, 2017

The equation of the line is x - y = -2 xy=2

Explanation:

The slope of the line passing through (13,-1) and (8,4)(13,1)and(8,4) is

m_1= (y_2-y_1)/(x_2-x_1)= (4+1)/(8-13)=5/-5 =-1 m1=y2y1x2x1=4+1813=55=1

The product of slopes of two perpendicular lines is m*m_1=-1mm1=1

:. m= -1/m_1 =-1/-1=1 . So the slope of the line passing

through (-1,1) is m=1.

The equation of the line passing through (-1,1) is

y-y_1=m(x-x_1) = y -1 = 1( x +1) = y-1 =x+1 or x-y = -2 .

The equation of the line is x - y = -2 [Ans]