zaro

How to find slope intercept form?

Published in Linear Equations 5 mins read

To find the slope-intercept form of a linear equation, y = mx + b, you need to determine the slope (m) and the y-intercept (b) of the line. This form is particularly useful because m directly represents the slope, indicating the steepness and direction of the line, and b represents the y-coordinate where the line crosses the y-axis (the y-intercept, which is the point (0, b)).

What is Slope-Intercept Form?

The slope-intercept form is a specific way to write the equation of a straight line:

y = mx + b

Here's what each part signifies:

  • y: Represents the dependent variable, typically plotted on the vertical axis.
  • m: Represents the slope of the line. It indicates the change in y for every unit change in x (rise over run).
  • x: Represents the independent variable, typically plotted on the horizontal axis.
  • b: Represents the y-intercept. This is the y-coordinate of the point (0, b) where the line crosses the y-axis.

This formula is commonly used when you know the line's slope and its y-intercept, allowing for direct substitution to form the equation.

Methods to Find Slope-Intercept Form

The approach to finding the slope-intercept form depends on the information you are initially given.

Scenario 1: Given the Slope and Y-intercept

This is the most straightforward case, as the formula y = mx + b is directly designed for it.

Steps:

  1. Identify the given slope (m).
  2. Identify the given y-intercept (b). Remember, the y-intercept is a point (0, b), so you're looking for the y-value at x=0.
  3. Substitute these values directly into the y = mx + b equation.

Example:
Find the slope-intercept form of a line with a slope of 3 and a y-intercept of -2.

  • Given: m = 3, b = -2
  • Substitute: y = 3x + (-2)
  • Result: y = 3x - 2

Scenario 2: Given the Slope and Any Point (x₁, y₁)

If you know the slope and a point that is not necessarily the y-intercept, you can still find b.

Steps:

  1. Start with the slope-intercept form: y = mx + b.
  2. Substitute the given slope (m) into the equation.
  3. Substitute the coordinates of the given point (x₁, y₁) for x and y in the equation.
  4. Solve the resulting equation for b.
  5. Write the final equation using the known m and the calculated b.

Example:
Find the slope-intercept form of a line with a slope of -2 that passes through the point (4, 5).

  • Given: m = -2, point (x, y) = (4, 5)
  • Substitute into y = mx + b:
    5 = (-2)(4) + b
  • Simplify:
    5 = -8 + b
  • Solve for b:
    5 + 8 = b
    b = 13
  • Result: y = -2x + 13

Scenario 3: Given Two Points (x₁, y₁) and (x₂, y₂)

When you have two points, you first need to calculate the slope, and then proceed as in Scenario 2.

Steps:

  1. Calculate the slope (m) using the formula:
    m = (y₂ - y₁) / (x₂ - x₁)
  2. Choose one of the given points (x₁, y₁) (or (x₂, y₂)) and substitute its coordinates along with the calculated m into y = mx + b.
  3. Solve for b.
  4. Write the final equation using the calculated m and b.

Example:
Find the slope-intercept form of a line that passes through the points (1, 2) and (3, 8).

  • Given: Point 1 (x₁, y₁) = (1, 2), Point 2 (x₂, y₂) = (3, 8)
  • Calculate slope (m):
    m = (8 - 2) / (3 - 1)
    m = 6 / 2
    m = 3
  • Choose a point (e.g., (1, 2)) and solve for b:
    Substitute m = 3, x = 1, y = 2 into y = mx + b:
    2 = (3)(1) + b
    2 = 3 + b
    b = 2 - 3
    b = -1
  • Result: y = 3x - 1

Scenario 4: From a Graph

If you have a graph of the line, you can visually determine m and b.

Steps:

  1. Identify the y-intercept (b): Locate the point where the line crosses the y-axis. This point will have coordinates (0, b).
  2. Determine the slope (m):
    • From the y-intercept, choose another clear point on the line.
    • Count the "rise" (vertical change) and the "run" (horizontal change) between these two points.
    • m = rise / run. Remember to consider the direction (up/right are positive, down/left are negative).
  3. Substitute the observed m and b into y = mx + b.

Example:
Consider a graph where the line crosses the y-axis at (0, 4) and also passes through (2, 6).

  • Y-intercept (b): The line crosses the y-axis at (0, 4), so b = 4.
  • Slope (m): From (0, 4) to (2, 6):
    • Rise: 6 - 4 = 2 (up 2 units)
    • Run: 2 - 0 = 2 (right 2 units)
    • m = 2 / 2 = 1
  • Result: y = 1x + 4, or simply y = x + 4

Summary of Finding Slope-Intercept Form

Given Information Steps to Find y = mx + b
Slope (m) and Y-intercept (b) Directly substitute m and b into y = mx + b.
Slope (m) and Any Point (x, y) 1. Substitute m, x, and y into y = mx + b.
2. Solve for b.
3. Write the equation with m and the calculated b.
Two Points (x₁, y₁) and (x₂, y₂) 1. Calculate m = (y₂ - y₁) / (x₂ - x₁).
2. Choose one point and substitute its x, y, and the calculated m into y = mx + b.
3. Solve for b.
4. Write the equation with the calculated m and b.
A Graph 1. Visually identify the y-intercept (b) where the line crosses the y-axis.
2. Pick another clear point and count "rise" over "run" to determine the slope (m).
3. Substitute the observed m and b into y = mx + b.

Understanding how to find the slope-intercept form is fundamental for analyzing linear relationships in mathematics and various real-world applications. For further learning, resources like Khan Academy on Slope-Intercept Form offer comprehensive explanations and practice problems.