Point Slope Form

Download as PDF

Unlock one of the most versatile tools in your algebra toolkit! Point-slope form allows you to write the equation of any non-vertical straight line quickly and easily, as long as you know its slope and a single point it passes through. Let's dive in and see how it works.

Point Slope Form — an original Algebra911 reference diagram defining point slope form with its key formula and a worked example.
Point-Slope Form: The Complete Guide

What Is Point-Slope Form?

Point-slope form is a way of writing a linear equation that directly uses the slope of the line and the coordinates of a single point on that line. It's an incredibly useful template for building an equation from basic geometric information. If you know how steep a line is and just one location it passes through, you can define the entire line.

The general formula for point-slope form is:

y - y₁ = m(x - x₁)

Let's break down each component of this powerful formula:

  • (x,y): These are the variables that represent the coordinates of any point on the line. Just like in y=mx+b, the x and y without subscripts remain as variables in the final equation.
  • m: This is the slope of the line. It tells you the 'steepness' of the line, calculated as 'rise over run' (the change in y divided by the change in x).
  • (x,y): This represents a specific, known point on the line. When you use the formula, you will substitute the x-coordinate of this point for x and the y-coordinate for y.

The beauty of this form is its directness. The name itself tells you exactly what you need: a point and the slope. Once you have those two pieces of information, you can write the equation of the line instantly, without needing to first find the y-intercept.

How Do You Use Point-Slope Form?

Using the point-slope form is a straightforward process of substitution and simplification. Follow these steps to write the equation of a line when you're given a point and the slope.

  1. Identify Your Information: Determine the values for your slope (m) and your known point (x,y).
  2. Substitute the Values: Carefully plug the values for m, x, and y into the point-slope formula, yy=m(xx). Be extra cautious with negative signs!
  3. Simplify (If Necessary): While the result after substitution is a valid equation, it's often cleaned up. For example, y(5) should be written as y+5. Sometimes, you'll be asked to convert the equation to a different form, like slope-intercept.

Let's walk through an example to see it in action.

Example 1

Find the equation of a line that passes through the point (4,3) and has a slope of 2.

Step 1: Identify your information.

  • The given point is (4,3). So, x=4 and y=3.
  • The given slope is 2. So, m=2.

Step 2: Substitute the values into the formula.

yy=m(xx)

y(3)=2(x4)

Step 3: Simplify the equation.

The double negative in y(3) becomes a positive. The simplest, correct form of the equation in point-slope form is:

y+3=2(x4)

This equation perfectly describes the line. Any point (x,y) that satisfies this equation lies on the line with a slope of 2 that passes through (4,3).

Where Does the Point-Slope Formula Come From?

The point-slope formula isn't magic; it's actually a clever rearrangement of the slope formula itself. Understanding its origin can make it easier to remember and apply correctly. Let's start with what we know: the definition of slope.

The slope m of a line passing through two distinct points, let's call them (x,y) and (x,y), is given by the formula:

m = \frac{y₂ - y₁}{x₂ - x₁}

This formula represents the 'rise' (change in y) over the 'run' (change in x). Now, to derive the point-slope form, let's think about this slightly differently. Instead of two specific points, let's consider one specific, known point, which we'll keep calling (x,y), and one generic, unknown point, which we'll call (x,y). This generic point (x,y) can represent any other point on the line.

Now, let's plug these two points into our slope formula. We'll replace (x,y) with our generic point (x,y):

m=yyxx

Our goal is to get this into the standard point-slope format. To do that, we want to eliminate the fraction. We can achieve this by multiplying both sides of the equation by the denominator, which is (xx):

m(xx)=yyxx(xx)

On the right side, the (xx) terms cancel each other out, leaving us with:

m(xx)=yy

If we simply flip the sides for conventional presentation, we get the familiar point-slope formula:

yy=m(xx)

So, as you can see, the point-slope form is just the slope formula in disguise. It expresses the fundamental property that the slope between a fixed point (x,y) and any other point (x,y) on the line must remain constant.

How Do You Find the Equation of a Line Given Two Points?

A very common problem in algebra is to find the equation of a line when you're only given two points. Point-slope form is the perfect tool for this job. The process involves two main steps: first, you calculate the slope, and second, you use that slope and one of the points to write the equation.

  1. Calculate the Slope (m): Use the slope formula, m=yyxx, with the two points you are given.
  2. Choose One Point: Pick either one of the two given points to serve as your (x,y). It doesn't matter which one you choose; you'll get an equivalent equation either way!
  3. Write the Equation: Substitute the slope you calculated in Step 1 and the point you chose in Step 2 into the point-slope formula.
Example 2

Find the equation of the line that passes through the points (1,5) and (3,3).

Step 1: Calculate the slope.

Let (x,y)=(1,5) and (x,y)=(3,3).

m=yyxx=353(1)=83+1=84=2

So, the slope of our line is m=2.

Step 2: Choose a point.

Let's choose the first point, (1,5). This means x=1 and y=5.

Step 3: Write the equation using point-slope form.

yy=m(xx)

y5=2(x(1))

Simplifying the expression in the parentheses gives us our final answer:

y5=2(x+1)

What if we chose the other point? Let's quickly check. If we chose (3,3), then x=3 and y=3. The equation would be:

y(3)=2(x3) which simplifies to y+3=2(x3).

While these two equations, y5=2(x+1) and y+3=2(x3), look different, they are algebraically identical and represent the exact same line. If you were to convert both to slope-intercept form, you would get y=2x+3 in both cases.

How Do You Convert Point-Slope Form to Other Forms?

While point-slope form is excellent for creating an equation, the final answer is often required in a different format, most commonly slope-intercept form (y=mx+b) or standard form (Ax+By=C). Converting between forms is a fundamental algebra skill that relies on basic simplification and equation manipulation.

Here's a comparison of the three major linear forms:

Form NameFormulaBest Used When...
Point-Slope Formyy=m(xx)You know a point and the slope, or you know two points.
Slope-Intercept Formy=mx+bYou need to easily identify the slope (m) and y-intercept (b), or for easy graphing.
Standard FormAx+By=CYou want to quickly find the x- and y-intercepts. By convention, A, B, and C are integers and A is non-negative.

Let's practice converting an equation from point-slope form.

Example 3

Take the equation y5=13(x+6) and convert it to both slope-intercept form and standard form.

Part A: Convert to Slope-Intercept Form (y=mx+b)

The goal is to isolate y on one side of the equation.

  1. Distribute the slope: Multiply 13 by both terms inside the parentheses.
  2. y5=13x13(6)y5=13x2
  3. Isolate y: Add 5 to both sides of the equation.
  4. y5+5=13x2+5y=13x+3This is the slope-intercept form. We can see the slope is 13 and the y-intercept is (0,3).

    Part B: Convert to Standard Form (Ax+By=C)

    The goal is to get the x and y terms on the left side and the constant on the right. We'll start from the slope-intercept form we just found, as it's often easier.

    1. Move the x-term: Add 13x to both sides of y=13x+3.
    2. 13x+y=3
    3. Clear the fraction: The standard form convention prefers integer coefficients. To eliminate the fraction, we can multiply the entire equation by the denominator, which is 3.
    4. 3(13x+y)=3(3)x+3y=9This is the standard form, where A=1, B=3, and C=9.
Key formulas for point slope form by Algebra911.
Key formulas for point slope form by Algebra911.

What About Horizontal and Vertical Lines?

Point-slope form handles horizontal lines gracefully, but it cannot be used for vertical lines. This is due to the nature of slope for these special cases.

Horizontal Lines

A horizontal line has a slope of zero. Let's see what happens when we use point-slope form for a line passing through the point (2,5) with a slope of m=0.

  • Point: (x,y)=(2,5)
  • Slope: m=0

Plugging these into the formula:

yy=m(xx)

y5=0(x2)

When we simplify the right side, anything multiplied by zero is zero:

y5=0

Adding 5 to both sides gives us the final equation:

y=5

This is the correct equation for a horizontal line passing through a y-value of 5. The point-slope form works perfectly and simplifies directly to the expected y=c format.

Vertical Lines

A vertical line has an undefined slope. If you try to calculate the slope between any two points on a vertical line, say (3,1) and (3,6), you get:

m=6133=50

Division by zero is undefined, so there is no numerical value for m. The point-slope formula yy=m(xx) requires a real number value for m. Since you cannot substitute 'undefined' into an equation, point-slope form cannot be used to write the equation of a vertical line.

Instead, you must recognize that a vertical line has the same x-coordinate for all its points. The equation for a vertical line is therefore always in the form x=c, where c is the constant x-coordinate. For the points (3,1) and (3,6), the equation is simply x=3.

Common Mistakes to Avoid with Point-Slope Form

Point-slope form is powerful, but small mistakes can lead to the wrong equation. Be mindful of these common pitfalls:

  • Sign Errors with Coordinates: This is the most frequent mistake. The formula is yy and xx. If you have a negative coordinate, like y=5, the expression becomes y(5), which simplifies to y+5. Forgetting this sign change is a critical error.
  • Forgetting to Distribute: When converting to slope-intercept form, remember to distribute the slope m to both the x and the x term inside the parentheses. For example, 3(x4) becomes 3x+12, not 3x4.
  • Flipping x and y Coordinates: Always ensure you substitute the x-coordinate for x and the y-coordinate for y. It can be easy to mix them up in the heat of a test. Write them down clearly before substituting: x=..., y=....
  • Mixing Up Variables and Constants: Remember that x and y (without subscripts) should remain as variables in your final equation. Only x, y, and m are replaced with numerical values.
  • Errors with Fractional Slopes: When the slope m is a fraction, be careful with multiplication. When distributing a fraction, you multiply the numerator and divide by the denominator. When converting to standard form, remember to multiply the entire equation by the denominator to clear the fraction.
  • Stopping Too Soon: If a problem asks for the equation in slope-intercept or standard form, providing the answer in point-slope form is incomplete. Always read the instructions carefully to ensure you provide the final answer in the requested format.

Quick Summary and Reference

This lesson covered the essentials of using point-slope form to describe linear equations. It's a fundamental concept that bridges the geometric ideas of slope and points with the algebraic representation of a line.

The Core Formula

The entire concept revolves around this single, powerful formula:

y - y₁ = m(x - x₁)

Where m is the slope and (x,y) is a known point on the line.

When Should You Use Point-Slope Form?

  1. When you are given the slope of a line and one point on it.
  2. When you are given two points on a line (because you can use them to find the slope first).

Conversion Cheat Sheet

  • To Slope-Intercept Form (y=mx+b):
    1. Distribute the slope m on the right side.
    2. Add or subtract the y value to both sides to isolate y.
  • To Standard Form (Ax+By=C):
    1. First, convert to slope-intercept form.
    2. Move the mx term to the left side of the equation (by adding or subtracting it).
    3. If there are any fractions, multiply every term in the equation by the least common denominator to eliminate them.
    4. If the coefficient A of the x-term is negative, multiply the entire equation by 1.

Mastering point-slope form gives you a quick and reliable method for writing linear equations in a wide variety of situations.

Frequently Asked Questions

Why is it called 'point-slope' form?

It's named for the information required to use it: a single point (x,y) on the line and the slope m of the line. The name is a literal description of its ingredients, making it one of the easiest formula names to remember in algebra.

Does it matter which point I use if I'm given two?

No, it does not matter. If you are given two points, you can use either one as your (x,y) in the formula. While the initial equations might look different, they are algebraically equivalent and will simplify to the exact same slope-intercept or standard form.

Can I leave my answer in point-slope form?

This depends on the instructions for the problem. Sometimes, point-slope form is a perfectly acceptable final answer. However, you will often be asked to convert the equation to slope-intercept form (y=mx+b) or standard form (Ax+By=C), so it's important to know how to do those conversions.

How is point-slope form different from slope-intercept form?

Point-slope form, yy=m(xx), uses any point and the slope. Slope-intercept form, y=mx+b, specifically uses the y-intercept (the point (0,b)) and the slope. Point-slope is more flexible for writing an initial equation, while slope-intercept is often more useful for graphing.

What do I do if the slope is a fraction?

You use it just like any other number. Substitute the fraction for m in the formula. When you need to convert to other forms, be careful with fraction multiplication (distributing the slope) and remember you can clear the fraction by multiplying the entire equation by the denominator.

Can I use point-slope form for a vertical line?

No, you cannot. A vertical line has an undefined slope, and the point-slope formula requires a numerical value for m. You must identify a vertical line by its points (which all have the same x-coordinate) and write its equation in the form x=c.

What is the main advantage of point-slope form?

Its main advantage is speed and directness. It is the fastest way to write the equation of a line if you are given a point and a slope, or two points. You don't need to solve for the y-intercept b as a separate step, which saves time and reduces opportunities for error.