
Michael M. answered 11/22/22
Data Scientist with over 12 Years Instruction Experience
There are two questions here:
1. Find line that's perpendicular to y=3x+1 which passes through (4,-6).
To find the equation of a perpendicular line, you have to find the slope and y-intercept of the line (the m and b in the equation y=mx+b). To solve for this, you first find the slope by following the rule for perpendicular lines. The slope of a line that's perpendicular to another line with a slope of m is -1/m (the negative reciprocal). So if your original line has an equation of y=3x+1, the slope of that line is 3. So the slope of a line perpendicular to that is -1/3.
Now we have the slope, but we need to find the full equation of the line that goes through (4,-6). To do that, we go back to the line equation y=mx+b. We have the slope now, so we know that y=(-1/3)x+b. The question actually provides you with a sample (x,y) coordinate pair that this line will contain. So we can plug those numbers into the line equation as well. The only variable left unsolved at that point is b.
-6 = (-1/3)(4) + b (multiply)
-6 = -4/3 + b (isolate b by adding 4/3 to both sides)
-6 + 4/3 = b (convert -6 to a fraction with a common denominator to 4/3)
-18/3 + 4/3 = b (combine terms)
b = -14/3
Combine the m and b values to form the equation of the perpendicular line using the same equation format of y=mx+b.
2. Find parallel line that passes through (4,-6)
This one is a bit easier than the previous one because of the definition of what a parallel line is: it's a line that will never intercept its parallel line(s). Thus, they always go in the same direction - or, in other words, they have the exact same slope. So you don't have to solve for the slope at all, you can use the same slope as the original equation. All you need to do then, is move to the "solve for b" portion of the previous example (as you have m=3, y=-6, x=4 already) to get the y-intercept value. Then, put the equation together using the m value you already know and the b value you calculated.
Good luck!