Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Point-Slope Form
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-point-slope-form

How to Solve: Point-Slope Form

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: Point-Slope Form

(For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script)


Introduction

"You’re given a single point on a line and its steepness—how do you write the equation in under 30 seconds? Master point-slope form, and you’ll crush graphing, word problems, and even calculus later!


What You Need To Know First

  1. Slope (m): The "steepness" of a line, calculated as rise/run (change in y over change in x).
  2. Ordered Pairs (x₁, y₁): A point on the line, written as (x-coordinate, y-coordinate).
  3. Equation of a Line: You should recognize y = mx + b (slope-intercept form) but don’t need to use it here.

Key Vocabulary

Term Plain-English Definition Quick Example
Point-Slope Form A way to write a line’s equation using one point and its slope. y – 3 = 2(x – 1)
Slope (m) How much y changes for every 1 unit x increases. m = 4 means the line rises 4 units up for every 1 unit right.
Point (x₁, y₁) A specific location on the line. (5, -2) means x = 5, y = -2.
Substitute Replace a variable with a number. In y – y₁ = m(x – x₁), plug in m = 3 and (x₁, y₁) = (2, 4).
Distribute Multiply a number outside parentheses to terms inside. 2(x – 3) = 2x – 6.
Isolate y Rearrange an equation to solve for y. y – 5 = 2(x + 1)y = 2x + 7.

Formulas To Know

1. Point-Slope Form

Formula: y – y₁ = m(x – x₁)

Variables: - m = slope of the line (MEMORISE THIS) - (x₁, y₁) = any point on the line (MEMORISE THIS) - x, y = variables for any other point on the line

When to use: - When you’re given one point and the slope. - When you’re given two points (first find m, then use point-slope).


Step-by-Step Method

Step 1: Identify the slope (m) and a point (x₁, y₁)

  • If given two points, calculate m first using: m = (y₂ – y₁) / (x₂ – x₁)
  • If given m and one point, use those directly.

Step 2: Plug m, x₁, and y₁ into the point-slope formula

  • Write: y – y₁ = m(x – x₁)
  • Substitute the numbers (keep the parentheses!).

Step 3: Simplify (if needed)

  • Option A: Leave it in point-slope form (exams often accept this).
  • Option B: Distribute m and isolate y to convert to slope-intercept form (y = mx + b).

Step 4: Check your answer

  • Pick a point from the original problem and plug it into your equation. Does it work? If yes, you’re done!

Worked Example Using the Steps

Problem: Write the equation of a line with slope m = -3 passing through (4, 7).

Step 1: Identify m and (x₁, y₁). - m = -3 - (x₁, y₁) = (4, 7)

Step 2: Plug into y – y₁ = m(x – x₁). - y – 7 = -3(x – 4)

Step 3: Simplify (optional). - Distribute: y – 7 = -3x + 12 - Add 7 to both sides: y = -3x + 19

Step 4: Check. - Plug (4, 7) into y = -3x + 19: 7 = -3(4) + 19 → 7 = -12 + 19 → 7 = 7

Final Answer: y – 7 = -3(x – 4) or y = -3x + 19


Worked Examples

Example 1 – Basic

Problem: A line has slope m = 2 and passes through (1, 5). Write its equation in point-slope form.

Step 1: m = 2, (x₁, y₁) = (1, 5) Step 2: y – 5 = 2(x – 1) Step 3: (Not required here) Step 4: Check: Plug (1, 5) into y – 5 = 2(x – 1)0 = 0

What we did and why: We substituted the given slope and point directly into the formula. No simplification was needed because the problem asked for point-slope form.


Example 2 – Medium

Problem: Find the equation of a line passing through (-2, 3) and (4, -1). Write in slope-intercept form.

Step 1: Find m first. - m = (y₂ – y₁) / (x₂ – x₁) = (-1 – 3) / (4 – (-2)) = -4 / 6 = -2/3 - Pick one point: (x₁, y₁) = (-2, 3)

Step 2: y – 3 = (-2/3)(x – (-2)) → y – 3 = (-2/3)(x + 2)

Step 3: Simplify to slope-intercept form. - Distribute: y – 3 = (-2/3)x – 4/3 - Add 3: y = (-2/3)x – 4/3 + 9/3 → y = (-2/3)x + 5/3

Step 4: Check with (4, -1): - -1 = (-2/3)(4) + 5/3 → -1 = -8/3 + 5/3 → -1 = -3/3 → -1 = -1

What we did and why: We calculated the slope from two points, then used point-slope form. We simplified to y = mx + b because the problem asked for slope-intercept form.


Example 3 – Exam Style

Problem: A line has slope m = 1/2 and passes through the point (6, k). The line’s equation is y – 2 = (1/2)(x – 4). Find k.

Step 1: The line passes through (6, k) and has equation y – 2 = (1/2)(x – 4). - This means (6, k) must satisfy the equation.

Step 2: Plug (6, k) into the equation. - k – 2 = (1/2)(6 – 4) - k – 2 = (1/2)(2) - k – 2 = 1

Step 3: Solve for k. - k = 1 + 2 → k = 3

Step 4: Check. - The line’s equation is y – 2 = (1/2)(x – 4). - Plug (6, 3): 3 – 2 = (1/2)(6 – 4) → 1 = 1

What we did and why: We used the fact that the given point must satisfy the line’s equation. This is a common exam trick—disguising a problem as "find k" instead of "write the equation."


Common Mistakes

Mistake Why it Happens Correct Approach
Mixing up x₁ and y₁ Students plug x into y’s place or vice versa. Label (x₁, y₁) clearly before substituting.
Forgetting the negative sign in (x – x₁) Writing y – y₁ = m(x + x₁) instead of x – x₁. Always write (x – x₁), even if x₁ is negative.
Distributing m incorrectly m(x – x₁) becomes mx – x₁ (forgetting to multiply m by x₁). Use parentheses: m(x – x₁) = mx – m·x₁.
Using the wrong slope Calculating m as (x₂ – x₁)/(y₂ – y₁) instead of (y₂ – y₁)/(x₂ – x₁). Remember: m = rise/run = (y₂ – y₁)/(x₂ – x₁).
Not simplifying when required Leaving the answer as y – 4 = 3(x + 2) when the problem asks for y = mx + b. Always check if the problem specifies the form.

Exam Traps

Trap How to Spot it How to Avoid it
Given two points, but asks for point-slope form The problem says "write the equation" but doesn’t specify the form. Use point-slope first, then simplify only if asked.
Disguised "find k" problem The problem gives a point with a variable (k) and the line’s equation. Plug the point into the equation and solve for k.
Negative coordinates Points like (–3, –5) make signs easy to mix up. Write (x – (–3)) as (x + 3) to avoid errors.

1-Minute Recap

"Alright, let’s lock this in. Point-slope form is y – y₁ = m(x – x₁). You need two things: the slope m and any point (x₁, y₁) on the line. If you’re given two points, find m first using m = (y₂ – y₁)/(x₂ – x₁). Plug everything into the formula, simplify if needed, and always check your answer by plugging the point back in. Watch out for negative signs—they’re the #1 mistake. And if the problem asks for y = mx + b, just distribute and isolate y. You’ve got this!




ADVERTISEMENT