To find the equation of a line that is perpendicular to a given line and passes through a specific point, follow these steps:
- Identify the slope of the given line: The equation of the line should be in the slope-intercept form, which is
y = mx + b
, wherem
is the slope. If the line is not in this form, you may need to rearrange it to find the slope. - Determine the slope of the perpendicular line: Lines that are perpendicular to each other have slopes that are negative reciprocals. This means that if the slope of the given line is
m
, the slope of the perpendicular line will be-1/m
. - Use the point-slope form of the equation of a line: The point-slope form is
y - y_1 = m(x - x_1)
, where(x_1, y_1)
is the point through which the line passes, andm
is the slope you found in the previous step. - Substitute the values: Plug in the coordinates of the given point and the slope of the perpendicular line into the point-slope formula.
- Simplify and rearrange: If necessary, simplify the equation to get it into slope-intercept form or any other desired format.
Example: Let’s say the given line is y = 2x + 3
and the point is (1, 4)
.
- The slope of the given line is
m = 2
. - The slope of the perpendicular line is
-1/2
. - Using the point-slope form:
y - 4 = -1/2(x - 1)
. - Distributing gives:
y - 4 = -1/2x + 1/2
. - Finally, adding 4 to both sides:
y = -1/2x + 4.5
.
Thus, the equation of the line that is perpendicular to the given line and passes through the point (1, 4)
is y = -1/2x + 4.5
.