6.2 Forms of Linear Equations & Graphing

Key Takeaways

  • Slope-intercept form (y = mx + b) explicitly displays the slope m and y-intercept (0, b), making it the most efficient form for graphing via the rise-over-run method.
  • Point-slope form (y - y1 = m(x - x1)) allows immediate construction of a linear equation given any point (x1, y1) and slope m, or from two distinct coordinate points.
  • Standard form (Ax + By = C) requires integer coefficients with A ≥ 0 and gcd(|A|, |B|, |C|) = 1; it provides the fastest method for finding intercepts: x-intercept (C/A, 0) and y-intercept (0, C/B).
  • Horizontal lines have equations of the form y = c (slope 0), while vertical lines have equations of the form x = k (undefined slope) and do not represent functions of x.
  • To convert standard form Ax + By = C to slope-intercept form, isolate y to obtain y = (-A/B)x + (C/B), revealing that the slope is always m = -A/B.
Last updated: August 2026

Overview of Linear Equation Representations

A linear equation in two variables represents a set of ordered pairs (x,y)(x, y) that form a straight line when plotted on the Cartesian coordinate plane. Every linear equation has degree 11, meaning the variables xx and yy appear only to the first power and are never multiplied together, enclosed in roots, or positioned in denominators.

Depending on the given information or the analytical goal, linear equations are expressed in three primary standard forms:

  1. Slope-Intercept Form: y=mx+by = mx + b
  2. Point-Slope Form: yy1=m(xx1)y - y_1 = m(x - x_1)
  3. Standard Form: Ax+By=CAx + By = C

1. Slope-Intercept Form: y=mx+by = mx + b

Slope-intercept form is the most widely utilized format for graphing and algebraic analysis because both key geometric parameters are explicitly isolated.

y=mx+by = mx + b

  • mm represents the slope: The rate of vertical displacement per unit horizontal displacement (ΔyΔx\frac{\Delta y}{\Delta x}).
  • bb represents the yy-intercept: The vertical coordinate where the line crosses the yy-axis, corresponding to the ordered pair (0,b)(0, b).

Step-by-Step Graphing via Slope-Intercept Form

  1. Plot the yy-intercept: Locate the point (0,b)(0, b) on the vertical yy-axis.
  2. Use the slope to find a second point: Write mm as a fraction riserun\frac{\text{rise}}{\text{run}}. From (0,b)(0, b), move vertically by the rise (up if positive, down if negative) and horizontally by the run (right if positive, left if negative) to plot a second coordinate point (x2,y2)(x_2, y_2).
  3. Draw the line: Connect the points with a straightedge and extend the line indefinitely with arrows at both ends.
Graphing y = (2/3)x - 1:
  1. Plot y-intercept at (0, -1)
  2. From (0, -1), Rise = +2 (up 2) and Run = +3 (right 3) -> Point (3, 1)
  3. From (3, 1), Rise = +2, Run = +3 -> Point (6, 3)
  4. Draw line through (0, -1), (3, 1), (6, 3)

2. Point-Slope Form: yy1=m(xx1)y - y_1 = m(x - x_1)

Point-slope form is derived directly from the fundamental definition of slope. If (x1,y1)(x_1, y_1) is a known fixed point on a line and (x,y)(x, y) is any arbitrary point on the same line, then: m=yy1xx1    yy1=m(xx1)m = \frac{y - y_1}{x - x_1} \implies y - y_1 = m(x - x_1)

When to Use Point-Slope Form

  • Case A: Given a slope mm and one coordinate point (x1,y1)(x_1, y_1): Substitute m,x1,m, x_1, and y1y_1 directly into the equation. Example: Line through (4,5)(4, -5) with slope m=23m = -\frac{2}{3}: y(5)=23(x4)    y+5=23(x4)y - (-5) = -\frac{2}{3}(x - 4) \implies y + 5 = -\frac{2}{3}(x - 4)

  • Case B: Given two coordinate points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2):

    1. Calculate the slope m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}.
    2. Choose either point as (x1,y1)(x_1, y_1) and write the point-slope equation.
    3. Distribute mm and isolate yy to convert to slope-intercept form (y=mx+by = mx + b) or rearrange into standard form (Ax+By=CAx + By = C).

3. Standard Form: Ax+By=CAx + By = C

In standard algebraic convention on the ACCUPLACER exam, a linear equation in Standard Form satisfies the following rigorous formatting criteria:

Ax+By=CAx + By = C

  1. A,B,A, B, and CC must be integers (no fractions or decimals).
  2. AA and BB cannot both be zero (A2+B20A^2 + B^2 \neq 0).
  3. AA is conventionally non-negative (A0A \ge 0). If A<0A < 0, multiply the entire equation by 1-1.
  4. Greatest Common Divisor condition: gcd(A,B,C)=1\gcd(|A|, |B|, |C|) = 1 (all common integer factors must be cleared).

The Intercept Method of Graphing

Standard form is uniquely suited for rapid graphing via the intercept method:

  • Find the xx-intercept: Set y=0y = 0 and solve for xx: Ax+B(0)=C    Ax=C    x=CA    (CA,0)Ax + B(0) = C \implies Ax = C \implies x = \frac{C}{A} \implies \left(\frac{C}{A}, 0\right)
  • Find the yy-intercept: Set x=0x = 0 and solve for yy: A(0)+By=C    By=C    y=CB    (0,CB)A(0) + By = C \implies By = C \implies y = \frac{C}{B} \implies \left(0, \frac{C}{B}\right)
  • Slope Shortcut from Standard Form: Isolating yy demonstrates that: By=Ax+C    y=ABx+CB    m=ABBy = -Ax + C \implies y = -\frac{A}{B}x + \frac{C}{B} \implies \mathbf{m = -\frac{A}{B}}

Comparison and Conversion Between Linear Forms

FeatureSlope-Intercept FormPoint-Slope FormStandard Form
Equationy=mx+by = mx + byy1=m(xx1)y - y_1 = m(x - x_1)Ax+By=CAx + By = C
ParametersSlope mm, yy-int (0,b)(0, b)Slope mm, Point (x1,y1)(x_1, y_1)Integers A,B,CA, B, C (A0A \ge 0)
Slope Formulamm (direct)mm (direct)m=ABm = -\frac{A}{B}
xx-Intercept(bm,0)\left(-\frac{b}{m}, 0\right)(x1y1m,0)\left(x_1 - \frac{y_1}{m}, 0\right)(CA,0)\left(\frac{C}{A}, 0\right)
yy-Intercept(0,b)(0, b)(0,y1mx1)(0, y_1 - m x_1)(0,CB)\left(0, \frac{C}{B}\right)
Primary UtilityGraphing, function evaluationWriting equations from pointsIntercepts, linear combinations

Special Lines: Horizontal and Vertical

Horizontal Line: y = c                     Vertical Line: x = k
           y                                          y
           │                                          │       │
───────────┼─────────── y = c                         │       │ x = k
           │                                          │       │
───────────┼─────────── x                  ───────────┼───────┼─── x
           │                                          │       │ (k,0)
           │                                          │       │
 Slope m = 0, y-int (0,c)                   Slope m = undefined, x-int (k,0)
 Function of x: YES                         Function of x: NO (Fails VLT)
  1. Horizontal Lines (y=cy = c):

    • Every point on the line shares the identical yy-coordinate cc.
    • Slope is 00 (m=0m = 0). In slope-intercept form: y=0x+c    y=cy = 0x + c \implies y = c.
    • Graph is parallel to the xx-axis.
  2. Vertical Lines (x=kx = k):

    • Every point on the line shares the identical xx-coordinate kk.
    • Slope is undefined (division by zero: Δx=0\Delta x = 0).
    • Cannot be written in slope-intercept form because mm does not exist.
    • Graph is parallel to the yy-axis and perpendicular to the xx-axis.
    • Function Warning: A vertical line fails the Vertical Line Test (VLT) and does not define yy as a function of xx.

Step-by-Step Worked Examples

Worked Example 1: Writing Equations from Two Points in All Three Forms

A line passes through the coordinate points P(6,11)P(-6, 11) and Q(4,4)Q(4, -4). Write the equation of the line in (a) Point-Slope Form, (b) Slope-Intercept Form, and (c) Standard Form.

Step 1: Calculate the slope mm m=y2y1x2x1=4114(6)=154+6=1510=32m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{-4 - 11}{4 - (-6)} = \frac{-15}{4 + 6} = \frac{-15}{10} = -\frac{3}{2}

Step 2: Write Point-Slope Form Using point P(6,11)P(-6, 11): y11=32(x(6))    y11=32(x+6)y - 11 = -\frac{3}{2}(x - (-6)) \implies \mathbf{y - 11 = -\frac{3}{2}(x + 6)} (Alternatively, using point Q(4,4)Q(4, -4): y+4=32(x4)y + 4 = -\frac{3}{2}(x - 4)).

Step 3: Convert to Slope-Intercept Form (y=mx+by = mx + b) Distribute the slope across the parentheses: y11=32x32(6)y - 11 = -\frac{3}{2}x - \frac{3}{2}(6) y11=32x9y - 11 = -\frac{3}{2}x - 9 Add 1111 to both sides: y=32x+2\mathbf{y = -\frac{3}{2}x + 2} Note: The yy-intercept is (0,2)(0, 2).

Step 4: Convert to Standard Form (Ax+By=CAx + By = C) Start from slope-intercept form and eliminate fractions by multiplying all terms by the LCD (22): 2(y)=2(32x+2)2(y) = 2\left(-\frac{3}{2}x + 2\right) 2y=3x+42y = -3x + 4 Add 3x3x to both sides to bring all variable terms to the left: 3x+2y=4\mathbf{3x + 2y = 4} Verification: A=3>0A = 3 > 0, B=2B = 2, C=4C = 4 are all integers with gcd(3,2,4)=1\gcd(3, 2, 4) = 1.


Worked Example 2: Finding Parallel and Perpendicular Lines

Given the reference line 4x6y=154x - 6y = 15, find the equation in slope-intercept form for:

  1. Line L1L_1 that passes through (3,2)(3, -2) and is parallel to the reference line.
  2. Line L2L_2 that passes through (3,2)(3, -2) and is perpendicular to the reference line.

Step 1: Determine the slope of the reference line Convert 4x6y=154x - 6y = 15 to slope-intercept form: 6y=4x+15    y=46x+156    y=23x52-6y = -4x + 15 \implies y = \frac{-4}{-6}x + \frac{15}{-6} \implies y = \frac{2}{3}x - \frac{5}{2} The reference slope is mref=23m_{\text{ref}} = \frac{2}{3}.

Step 2: Construct the parallel line L1L_1

  • For parallel lines: m1=mref=23m_1 = m_{\text{ref}} = \frac{2}{3}.
  • Apply point-slope form with (x1,y1)=(3,2)(x_1, y_1) = (3, -2): y(2)=23(x3)y - (-2) = \frac{2}{3}(x - 3) y+2=23x2y + 2 = \frac{2}{3}x - 2 y=23x4y = \frac{2}{3}x - 4

Step 3: Construct the perpendicular line L2L_2

  • For perpendicular lines: m2=1mref=32m_2 = -\frac{1}{m_{\text{ref}}} = -\frac{3}{2}.
  • Apply point-slope form with (x1,y1)=(3,2)(x_1, y_1) = (3, -2): y(2)=32(x3)y - (-2) = -\frac{3}{2}(x - 3) y+2=32x+92y + 2 = -\frac{3}{2}x + \frac{9}{2} y=32x+9242y = -\frac{3}{2}x + \frac{9}{2} - \frac{4}{2} y=32x+52y = -\frac{3}{2}x + \frac{5}{2}

Common Pitfalls & ACCUPLACER Exam Traps

  1. Sign Errors When Inserting Negative Coordinates into Point-Slope Form: Writing yy1=m(xx1)y - y_1 = m(x - x_1) for point (4,7)(-4, 7) as y7=m(x4)y - 7 = m(x - 4) is a fatal error. The correct expression is x(4)=x+4x - (-4) = x + 4.
  2. Violating Standard Form Integer and Positivity Conventions: Leaving an equation as 12x34y=5\frac{1}{2}x - \frac{3}{4}y = 5 or 4x+6y=10-4x + 6y = -10 violates standard form. Multiply by LCDs and 1-1 to obtain proper integer coefficients with A>0A > 0.
  3. Confusing Horizontal and Vertical Line Equations: Students frequently write x=4x = 4 for a horizontal line crossing (0,4)(0, 4). Remember: horizontal lines set yy equal to a constant (y=4y = 4), while vertical lines set xx equal to a constant (x=4x = 4).
  4. Incorrect Slope from Standard Form: Assuming the slope of Ax+By=CAx + By = C is AB\frac{A}{B} rather than AB-\frac{A}{B}. In 5x+2y=105x + 2y = 10, the slope is m=52m = -\frac{5}{2}, NOT +52+\frac{5}{2}.
Loading diagram...
Conversion Pathways Between Linear Equation Forms
Test Your Knowledge

What is the standard form (Ax + By = C, where A, B, and C are integers with A ≥ 0 and gcd(|A|, |B|, |C|) = 1) of the line passing through the points (-2, 5) and (4, 1)?

A
B
C
D
Test Your Knowledge

Which of the following represents the equation of a line in slope-intercept form that passes through the point (6, -1) and is perpendicular to the line 3x + 4y = 24?

A
B
C
D
Test Your Knowledge

For the linear equation 5x - 2y = 20, what are the coordinates of the x-intercept and y-intercept, and what is the slope of the line?

A
B
C
D