How to find the equation of a line perpendicular to another

To find the equation of a line perpendicular to a given line, you must determine the negative reciprocal of the original line's slope. This method applies whenever you are given the equation of an initial line and a specific coordinate point through which the new perpendicular line must pass.

The setup

Identify the equation of the given line and the coordinates of the point (x1,y1)(x_1, y_1) the new line passes through. Convert the given equation to slope-intercept form y=mx+by = mx + b if it is not already in that format.

The steps

  1. Extract the slope mm from the given line's equation. 2. Calculate the perpendicular slope m=1/mm_{\perp} = -1/m. 3. Substitute mm_{\perp} and the given point (x1,y1)(x_1, y_1) into the point-slope formula yy1=m(xx1)y - y_1 = m_{\perp}(x - x_1). 4. Rearrange the resulting equation into slope-intercept form y=mx+bextnewy = m_{\perp}x + b_{ ext{new}} or standard form as required by the problem.

Checking the result

Multiply the slope of your new line by the slope of the original line. The product must be exactly 1-1. Verify that substituting the given point (x1,y1)(x_1, y_1) into your new equation yields a true statement.

Common errors

A frequent mistake is failing to change the sign when finding the reciprocal slope, resulting in just 1/m1/m instead of 1/m-1/m. Another common error is incorrectly reusing the yy-intercept from the original line instead of solving for the new line's intercept.

Worked example

Find the equation of the line perpendicular to 2x+3y=62x + 3y = 6 that passes through the point (4,1)(4, -1).

Convert the original line to slope-intercept form: 3y=2x+63y = -2x + 6 becomes y=23x+2y = -\frac{2}{3}x + 2. The original slope is m=23m = -\frac{2}{3}. The perpendicular slope is the negative reciprocal: m=32m_{\perp} = \frac{3}{2}. Use the point-slope form with the point (4,1)(4, -1): y(1)=32(x4)y - (-1) = \frac{3}{2}(x - 4). Simplify the equation: y+1=32x6y + 1 = \frac{3}{2}x - 6. Subtract 1 from both sides to get the final equation in slope-intercept form: y=32x7y = \frac{3}{2}x - 7.

FAQ

Run your own problem

References: OpenStax Intermediate Algebra, Chapter 2 · Khan Academy: Analytic Geometry · Stewart Calculus, Appendix B

See also