Study Notes on Writing Linear Equations in Slope-Intercept Form

Equation of a Line in Slope-Intercept Form

Key Concepts

  • Slope-Intercept Form Definition: The slope-intercept form of a linear equation is expressed as: y=mx+by = mx + b where:
    • mm represents the slope of the line.
    • bb represents the y-intercept (the point where the line crosses the y-axis).

Steps to Write the Equation

  1. Identify Points: If a graph is provided, identify two points ((x<em>1,y</em>1)(x<em>1, y</em>1) and (x<em>2,y</em>2)(x<em>2, y</em>2)) on the line.
  2. Calculate the Slope (m): The slope is calculated using the formula:
    m=y<em>2y</em>1x<em>2x</em>1m = \frac{y<em>2 - y</em>1}{x<em>2 - x</em>1}
  3. Determine b (Y-Intercept): After calculating the slope, use one of the points and the slope to solve for bb in the equation:
    b=ymxb = y - mx
  4. Construct the Equation: Substitute the values of mm and bb back into the slope-intercept form.
    • Resulting equation: y=mx+by = mx + b

Example Breakdown

Given a hypothetical line with points identified at coordinate values:

  • Point 1: (1,2)(1, 2)
  • Point 2: (3,4)(3, 4)
  1. Calculate Slope:
    m=4231=22=1m = \frac{4 - 2}{3 - 1} = \frac{2}{2} = 1
  2. Use one point for Y-Intercept: By substituting point (1,2)(1, 2) into the y-intercept formula:
    • 2=1(1)+b2 = 1(1) + b
    • Hence, b=21=1b = 2 - 1 = 1
  3. Final Equation:
    • Substitute mm and bb back into the equation:
      y=1x+1y = 1x + 1
      or simply y=x+1y = x + 1

Graphical Representation

  • Additional graphical points can be derived or plotted based on the specified equation to visualize the line and confirm accuracy in slope and intercept calculations.