Point Slope Form Calculator
Solve point slope form problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.
Reviewed by Manoj Kumar, Mathematics Educator
Formula
y - y1 = m(x - x1)
Where m is the slope of the line and (x1, y1) is a known point on the line. This form directly encodes the slope and a reference point, making it the most natural way to express a line when these two pieces of information are given.
Worked Examples
Example 1: Line Through a Point with Given Slope
Problem:Write the equation of the line passing through (3, 5) with slope 2.
Solution:Point-slope form: y - 5 = 2(x - 3)\nExpand: y - 5 = 2x - 6\nSlope-intercept: y = 2x - 1\nY-intercept: b = 5 - 2(3) = -1\nX-intercept: x = 1/2 = 0.5\nStandard form: 2x - y - 1 = 0
Result:y - 5 = 2(x - 3) | y = 2x - 1 | Y-int: -1 | X-int: 0.5
Example 2: Tangent Line Application
Problem:Find the tangent line to y = x^2 at the point (4, 16). The derivative gives slope = 2x = 8.
Solution:Point: (4, 16), Slope: 8\nPoint-slope: y - 16 = 8(x - 4)\ny - 16 = 8x - 32\ny = 8x - 16\nY-intercept: -16\nX-intercept: x = 16/8 = 2\nAngle with x-axis: arctan(8) = 82.87 degrees
Result:y - 16 = 8(x - 4) | y = 8x - 16 | Angle: 82.87deg
Frequently Asked Questions
What is point-slope form and when should you use it?
Point-slope form is a way to write the equation of a line as y - y1 = m(x - x1), where m is the slope and (x1, y1) is any known point on the line. This form is most useful when you know the slope and a specific point the line passes through, which is one of the most common scenarios in coordinate geometry problems. It is particularly convenient when working with tangent lines in calculus, since derivatives give you the slope at a specific point. Unlike slope-intercept form, point-slope form does not require you to calculate the y-intercept first, making it faster to write the equation when given a point and slope directly.
How do you convert point-slope form to slope-intercept form?
Converting from point-slope to slope-intercept form involves distributing and simplifying. Start with y - y1 = m(x - x1), distribute the slope: y - y1 = mx - mx1, then add y1 to both sides: y = mx - mx1 + y1. The y-intercept b equals -mx1 + y1 or equivalently y1 - mx1. For example, y - 5 = 2(x - 3) becomes y = 2x - 6 + 5 = 2x - 1, so the slope-intercept form is y = 2x - 1 with slope 2 and y-intercept -1. This conversion is useful because slope-intercept form makes it easy to identify the slope and y-intercept directly, which simplifies graphing and comparison with other lines.
What happens when the slope is zero or undefined?
When the slope is zero, the line is horizontal, and the point-slope form simplifies to y - y1 = 0, or y = y1. This means every point on the line has the same y-coordinate regardless of x. For example, a horizontal line through (3, 5) is simply y = 5. When the slope is undefined (vertical line), point-slope form cannot be used directly because division by zero is involved. Instead, vertical lines are written as x = x1. For example, a vertical line through (3, 5) is x = 3. Vertical lines are the only lines that cannot be expressed in point-slope or slope-intercept form, which is why they require special treatment in coordinate geometry.
How does point-slope form relate to calculus and derivatives?
Point-slope form is essential in calculus because the derivative of a function at a point gives the slope of the tangent line at that point. If f(a) is the function value and f'(a) is the derivative at x = a, the tangent line equation is y - f(a) = f'(a)(x - a), which is exactly point-slope form. For example, for f(x) = x^2 at x = 3: f(3) = 9 and f'(3) = 6, so the tangent line is y - 9 = 6(x - 3) or y = 6x - 9. This connection makes point-slope form the most natural choice for writing tangent and normal line equations in differential calculus. Linear approximation also uses this form to estimate function values near a known point.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy