Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 6 ~40 min Linear Relationships C · Path +90 XP

Point-Gradient Form

A gradient alone describes infinitely many parallel lines. Adding a single point selects one of them. Point-gradient form is the formula that turns those two pieces of information straight into an equation.

Today's hook: A line has gradient $4$ and passes through $(3, -2)$. You could substitute into $y = mx + c$, solve for $c$, and write the answer. Or you could write the answer in one line. Both work; one of them scales to the harder questions coming later.
0/5QUESTS
Think First
warm-up

Take the point $(3, -2)$ and any other point $(x, y)$ on the same line. Write the gradient between them using the gradient formula. Now multiply both sides by the denominator. What have you produced?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

Take the known point $(x_1, y_1)$ and a general point $(x, y)$ on the line. The gradient between them must be $m$, so $\dfrac{y - y_1}{x - x_1} = m$. Multiplying up gives the form, and it is the gradient formula with nothing solved yet.

$$y - y_1 = m(x - x_1)$$

The green point in the diagram is not a particular point. It stands for every point on the line at once, which is what makes the resulting equation describe the whole line rather than a single location.

(x₁, y₁) (x, y) x − x₁ y − y₁ y − y₁ = m(x − x₁) one point and a direction
$y - y_1 = m(x - x_1)$
Mind the double negatives
A negative coordinate becomes a subtraction of a negative. Write the brackets before simplifying.
Simplify to whatever is asked
Point-gradient form is a starting point. Expand to $y = mx + c$ or collect to general form as required.
The point must satisfy the answer
Substitute the given point into your final equation. It is a one-line check that catches every sign slip.
2
What You'll Master
objectives

Know

  • the point–gradient form $y - y_1 = m(x - x_1)$ for the line through $(x_1, y_1)$ with gradient $m$
  • that the same line can also be found by substituting into $y = mx + c$ and solving for $c$
  • that a vertical line through $(x_1, y_1)$ is written $x = x_1$, since it has no gradient to substitute

Understand

  • why the form is the gradient formula written with a general point and multiplied out
  • why a gradient alone does not determine a line, and why one point is exactly what is missing
  • why point–gradient form reduces to gradient–intercept form when the known point is the y-intercept

Can Do

  • find the equation of a line through a given point with a given gradient, in any requested form
  • handle negative coordinates and fractional gradients without sign errors
  • write down the equation of a horizontal or vertical line through a given point
3
Words You Need
vocabulary
Point–gradient form$y - y_1 = m(x - x_1)$, the equation of the line through $(x_1, y_1)$ with gradient $m$.
General pointA point written $(x, y)$ that stands for every point on the line at once, rather than one particular location.
DetermineTo fix completely. A gradient and a point together determine exactly one line.
Family of linesA set of lines sharing a property, such as all lines with gradient $4$, which are all parallel to one another.
SubstituteTo replace a variable with a value. Substituting the given point into the final answer checks it.
4
Where the Form Comes From
+5 XP to read

Suppose a line has gradient $m$ and passes through the known point $(x_1, y_1)$. Let $(x, y)$ be any other point on the same line.

Because both points are on the line, the gradient between them must be $m$. The gradient formula from Lesson 2 gives

$\dfrac{y - y_1}{x - x_1} = m$

Multiplying both sides by $x - x_1$ gives $y - y_1 = m(x - x_1)$, which is the form.

Nothing new has been introduced. This is the gradient formula, with one point left general and the fraction cleared. That is worth knowing, because a formula you can rebuild in two lines is one you cannot half-remember with a sign wrong.

5
Using It
+5 XP to read

Three steps: substitute, expand, tidy.

For gradient $4$ through $(3, -2)$, substituting gives $y - (-2) = 4(x - 3)$, which is $y + 2 = 4(x - 3)$.

Expanding gives $y + 2 = 4x - 12$, and subtracting $2$ gives $y = 4x - 14$.

If general form is wanted instead, collect to one side: $4x - y - 14 = 0$.

The middle step is where the marks go missing. A negative $y_1$ turns into $y - (-2)$, which is $y + 2$, and a negative $x_1$ does the same inside the bracket. Write the double negative down before you simplify it rather than doing both in your head.

6
The Other Route, and Why This One Is Shorter
+5 XP to read

The same answer is reachable through $y = mx + c$. Substitute the gradient and the point, solve for $c$, then write the equation out again with $c$ filled in.

For the same example: $-2 = 4(3) + c$, so $-2 = 12 + c$ and $c = -14$, giving $y = 4x - 14$. Identical answer, as it must be.

That route is perfectly valid and is often quicker for very simple numbers. Point–gradient form wins in three situations: when the gradient is a fraction, so that solving for $c$ involves fraction arithmetic; when general form is wanted, since the answer is already unexpanded; and when the point is itself an unknown or an expression, which happens as soon as questions become geometric.

Learn both and choose. A student who only knows the $y = mx + c$ route will still get there; a student who only knows point–gradient form will occasionally take the long way round on an easy question.

7
A Familiar Special Case
+5 XP to read

What happens if the known point is the y-intercept itself, $(0, c)$?

Substituting gives $y - c = m(x - 0)$, which is $y - c = mx$, and adding $c$ gives $y = mx + c$.

So gradient–intercept form is not a rival to point–gradient form; it is the special case of it where the chosen point happens to sit on the y-axis.

This is worth noticing because it makes the collection of formulas smaller. One idea, a point and a direction, generates both. Formulas that turn out to be the same formula are easier to keep hold of than formulas that must each be remembered separately.

8
Lines with No Gradient to Substitute
+5 XP to read

Two special cases need naming before they appear in a question.

A horizontal line through $(x_1, y_1)$ has $m = 0$. Substituting gives $y - y_1 = 0(x - x_1) = 0$, so $y = y_1$. The formula handles it without any special treatment.

A vertical line through $(x_1, y_1)$ has an undefined gradient, so there is nothing to substitute and the formula cannot be used at all. Write the equation down directly instead: $x = x_1$.

The reasoning is the same as in Lesson 4. Every point on a vertical line shares an x-coordinate, and that single fact is the equation. A formula failing here is not a gap in the mathematics; it is the formula correctly declining to describe a line that has no gradient.

Watch Me Solve It · A point and a whole-number gradient
+15 XP per step
Q1
PROBLEM
Find the equation of the line with gradient $4$ passing through $(3, -2)$, in gradient–intercept form.
  1. 1
    Substitute into point-gradient form
    $y - y_1 = m(x - x_1)$
    $y - (-2) = 4(x - 3)$
    Write the double negative explicitly rather than simplifying it mentally.
  2. 2
    Tidy the left and expand the right
    $y + 2 = 4x - 12$
    Multiply the $4$ through both terms in the bracket.
  3. 3
    Make y the subject
    $y = 4x - 14$
  4. 4
    Check the given point
    $x = 3: \quad y = 4(3) - 14 = -2$
    The point $(3, -2)$ satisfies the answer, so no sign has been lost.
Answer$y = 4x - 14$
Watch Me Solve It · The same problem the other way
+15 XP per step
Q2
PROBLEM
Find the same line by substituting into $y = mx + c$, and compare the two routes.
  1. 1
    Substitute the gradient and the point
    $y = mx + c$
    $-2 = 4(3) + c$
    The point supplies values for both $x$ and $y$; the gradient supplies $m$. Only $c$ is left unknown.
  2. 2
    Solve for c
    $-2 = 12 + c$
    $c = -14$
  3. 3
    Write the equation out
    $y = 4x - 14$
    Identical to the first route, as it must be, since both describe the same line.
  4. 4
    Compare
    Both took four lines here. The difference shows up when $m$ is a fraction, since this route then requires fraction arithmetic to isolate $c$, while point-gradient form defers all of it to a single multiplication at the end.
Answer$y = 4x - 14$, by either route
Watch Me Solve It · A fractional gradient, answer in general form
+15 XP per step
Q3
PROBLEM
Find the equation of the line with gradient $-\dfrac{2}{3}$ passing through $(-5, 7)$, giving your answer in general form.
  1. 1
    Substitute
    $y - 7 = -\frac{2}{3}\left(x - (-5)\right)$
    $y - 7 = -\frac{2}{3}(x + 5)$
    Subtracting the negative $x_1$ gives a plus inside the bracket.
  2. 2
    Clear the fraction before expanding
    $3(y - 7) = -2(x + 5)$
    $3y - 21 = -2x - 10$
    Multiplying both sides by $3$ first avoids fractions entirely for the rest of the working.
  3. 3
    Collect into general form
    $2x + 3y - 21 + 10 = 0$
    $2x + 3y - 11 = 0$
    Move every term to the left, leaving the coefficient of $x$ positive.
  4. 4
    Check the given point
    $2(-5) + 3(7) - 11 = -10 + 21 - 11 = 0$
    The left-hand side is zero, so $(-5, 7)$ lies on the line.
Answer$2x + 3y - 11 = 0$
D
Brain Trainer · One point, one direction
5 problems

Five items. Give each answer in gradient–intercept form unless the item says otherwise.

  1. 1 Find the line with gradient $3$ through $(2, 5)$.

    $y - 5 = 3(x - 2)$, then expand.$y = 3x - 1$
  2. 2 Find the line with gradient $-1$ through $(4, 0)$.

    $y - 0 = -1(x - 4)$$y = -x + 4$
  3. 3 Find the line with gradient $\tfrac{1}{2}$ through $(-6, 1)$.

    $y - 1 = \tfrac{1}{2}(x + 6)$, then expand.$y = \tfrac{1}{2}x + 4$
  4. 4 Find the line with gradient $0$ through $(7, -3)$.

    A zero gradient makes the bracket vanish.$y = -3$
  5. 5 Find the equation of the vertical line through $(-2, 9)$.

    No gradient exists, so the formula cannot be used. Every point shares the x-coordinate.$x = -2$
Complete in your workbook.
MC1
Straightforward substitution
+10 XP

The line with gradient $2$ through $(1, 5)$ has equation:

MC2
Negatives in the point
+10 XP

Substituting the point $(-3, -4)$ and gradient $5$ into point–gradient form gives:

MC3
What a gradient alone gives you
+10 XP

How many different lines have gradient $-3$?

MC4
Into general form
+10 XP

The line with gradient $-\tfrac{1}{4}$ through $(8, 1)$, in general form, is:

MC5
The undefined case
+10 XP

The equation of the vertical line through $(6, -1)$ is:

Q6
Two routes to one line
+15 XP
Q6
SHORT ANSWER
Find the equation of the line with gradient $-\dfrac{3}{5}$ passing through $(10, -4)$, using point–gradient form. Then obtain the same equation by substituting into $y = mx + c$, and comment on which route was less work here.
Write your working in your book.
Q7
Find and verify in general form
+15 XP
Q7
SHORT ANSWER
Find the equation of the line with gradient $\dfrac{4}{7}$ passing through $(-3, 2)$, giving your answer in general form with a positive coefficient of $x$. Verify that the given point lies on your line.
Write your working in your book.
Q8
Three lines through one point
+15 XP
Q8
SHORT ANSWER
Write the equation of each line through the point $(-4, 5)$: the one with gradient $2$, the horizontal one, and the vertical one. Explain why the last of the three cannot be found using point–gradient form.
Write your working in your book.
S
Stretch Challenge · A family of lines through one point
+25 XP
S
CHALLENGE
Every line through the point $(2, 3)$, except one, can be written as $y - 3 = m(x - 2)$ for some value of $m$. Expand this into gradient–intercept form and describe how the y-intercept depends on $m$. Then identify the one line that is missing, and explain what happens to the y-intercept as $m$ grows very large.
R
Quick Review
recap

A point and a direction

$y - y_1 = m(x - x_1)$. It is the gradient formula with one point left general and the fraction cleared, so it can be rebuilt in two lines if forgotten.

Both routes are valid

Substituting into $y = mx + c$ and solving for $c$ gives the same answer. Point–gradient form is tidier for fractional gradients and for answers wanted in general form.

Gradient–intercept form is the special case

Choosing the known point to be $(0, c)$ turns $y - y_1 = m(x - x_1)$ into $y = mx + c$, so the two forms are one idea.

Substitute the point back

The given point must satisfy your final equation. One substitution catches every double-negative and expansion error, and costs a single line.

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +90 XP and +25 coins.