Point-Slope Formula Calculator
Enter a point (x₁, y₁) and either a second point (x₂, y₂) OR the slope (m).
Optional: Provide a second point OR the slope
If you provide a second point, the slope will be calculated. If you provide a slope, it will be used directly.
Results:
Calculated Slope (m):
Point-Slope Equation:
Understanding the Point-Slope Formula
The point-slope formula is a fundamental concept in algebra and geometry used to find the equation of a straight line. It's particularly useful when you know the slope of a line and at least one point that the line passes through. Unlike the slope-intercept form (y = mx + b), the point-slope form directly incorporates a specific point on the line, making it intuitive for certain problem types.
What is the Point-Slope Formula?
The formula is expressed as:
y - y₁ = m(x - x₁)
Where:
(x, y)represents any arbitrary point on the line.(x₁, y₁)represents a specific known point on the line.mrepresents the slope of the line.
This formula essentially states that the slope between the known point (x₁, y₁) and any other point (x, y) on the line is constant and equal to m.
When to Use the Point-Slope Formula
You'll typically use this formula in two main scenarios:
- When you know the slope (m) and one point (x₁, y₁) on the line. This is the most direct application.
- When you know two points (x₁, y₁) and (x₂, y₂) on the line. In this case, you first calculate the slope
m = (y₂ - y₁) / (x₂ - x₁), and then use one of the points along with the calculated slope in the point-slope formula.
How to Calculate the Slope (m)
If you are given two points (x₁, y₁) and (x₂, y₂), the slope m can be calculated using the formula:
m = (y₂ - y₁) / (x₂ - x₁)
This represents the "rise over run" – the change in the y-coordinates divided by the change in the x-coordinates.
Examples of Using the Point-Slope Formula
Example 1: Given a Point and the Slope
Suppose a line passes through the point (2, 5) and has a slope of 3.
- Known point
(x₁, y₁) = (2, 5) - Slope
m = 3
Substitute these values into the point-slope formula:
y - y₁ = m(x - x₁)
y - 5 = 3(x - 2)
This is the equation of the line in point-slope form.
Example 2: Given Two Points
Suppose a line passes through the points (1, 2) and (4, 8).
Step 1: Calculate the slope (m).
(x₁, y₁) = (1, 2)(x₂, y₂) = (4, 8)
m = (y₂ - y₁) / (x₂ - x₁) = (8 - 2) / (4 - 1) = 6 / 3 = 2
So, the slope m = 2.
Step 2: Use one of the points and the calculated slope in the formula.
Let's use (x₁, y₁) = (1, 2) and m = 2.
y - y₁ = m(x - x₁)
y - 2 = 2(x - 1)
This is the equation of the line in point-slope form.
If we had used the second point (4, 8), the equation would be y - 8 = 2(x - 4). Both are valid point-slope forms for the same line.
Using the Point-Slope Formula Calculator
Our calculator simplifies the process of finding the slope and the point-slope equation. Simply enter the coordinates of your known point (x₁, y₁). Then, you have two options:
- If you have a second point (x₂, y₂): Enter its coordinates in the respective fields. The calculator will automatically determine the slope and then provide the point-slope equation.
- If you already know the slope (m): Enter the slope value in the 'Slope (m)' field. The calculator will then directly form the point-slope equation using your provided point and slope.
The calculator will display the calculated slope (if applicable) and the final point-slope equation, helping you quickly verify your work or solve problems efficiently.