5.3 Linear Equation Forms (Slope-Intercept, Point-Slope, Standard)
Key Takeaways
- Slope-intercept form ($y = mx + b$) explicitly displays the slope $m$ and the $y$-intercept $(0, b)$, providing the fastest path for graphing and analyzing functional dependencies.
- Point-slope form ($y - y_1 = m(x - x_1)$) allows immediate equation construction when given the slope $m$ and any single coordinate point $(x_1, y_1)$ on the line.
- Standard form ($Ax + By = C$, with integers $A \ge 0$) is optimized for calculating the $x$-intercept $\left(\frac{C}{A}, 0\right)$ and $y$-intercept $\left(0, \frac{C}{B}\right)$ via the cover-up method.
- To write the equation of a line passing through two points, first compute the slope $m = \frac{y_2 - y_1}{x_2 - x_1}$, substitute $m$ and one point into point-slope form, and algebraically isolate $y$ to reach slope-intercept form.
- Converting standard form $Ax + By = C$ into slope-intercept form yields $y = -\frac{A}{B}x + \frac{C}{B}$, proving the slope of any standard-form line is always $m = -\frac{A}{B}$ (for $B \neq 0$).
Linear Equation Forms: Slope-Intercept, Point-Slope & Standard
Quick Summary: Linear equations can be written in three algebraic formats: Slope-Intercept Form ($y = mx + b$), Point-Slope Form ($y - y_1 = m(x - x_1)$), and Standard Form ($Ax + By = C$). Mastering algebraic conversions between these three structures allows you to determine slopes, calculate intercepts, and graph lines rapidly on test day.
Every straight line on the coordinate plane (except vertical lines) can be represented interchangeably in multiple algebraic formats. Recognizing the distinct advantages of each format is key to solving HiSET algebra questions efficiently.
Comparison of the Three Linear Equation Forms
| Form Name | General Algebraic Formula | Key Parameters Displayed | Primary Advantages & Applications |
|---|---|---|---|
| Slope-Intercept | $y = mx + b$ | $m = \text{slope}$<br/>$b = y\text{-intercept } (0, b)$ | Best for rapid graphing, rate-of-change identification, and function evaluation. |
| Point-Slope | $y - y_1 = m(x - x_1)$ | $m = \text{slope}$<br/>$(x_1, y_1) = \text{given point}$ | Best for instantly writing an equation when given a slope and one point (or two points). |
| Standard Form | $Ax + By = C$<br/>($A, B, C \in \mathbb{Z}, A \ge 0$) | $A, B, C = \text{integer coefficients}$ | Best for finding $x$- and $y$-intercepts and modeling linear combinations of items. |
1. Slope-Intercept Form: $y = mx + b$
In slope-intercept form, the dependent variable $y$ is completely isolated on one side of the equation:
- $m$ (Slope): The coefficient of $x$, representing the steepness and rate of change $\frac{\Delta y}{\Delta x}$.
- $b$ ($y$-Intercept): The constant term, representing the vertical position where the line crosses the $y$-axis at coordinate point $(0, b)$.
y = (2/3)x + 2
▲
│ Slope m = 2/3
│ (Rise 2, Run 3)
│ ▲
│ /│
y-intercept (0, 2)├────────/─┼──► (3, 4)
│ / │
│ / │
──────────────────────┼─────/────┴────────► x
│ /
│ /
Modeling Real-World Cost Structures with $y = mx + b$
Slope-intercept form directly models scenarios featuring a fixed base fee plus a variable hourly or per-unit charge:
- Example: An appliance repair technician charges a $$50$ diagnostic visit fee plus $$75$ per hour of labor. The total cost $y$ for $x$ hours of repair is modeled by: $y = 75x + 50$.
2. Point-Slope Form: $y - y_1 = m(x - x_1)$
Point-slope form is derived directly from the slope formula $m = \frac{y - y_1}{x - x_1}$ by multiplying both sides by $(x - x_1)$:
- $m$ is the known slope of the line.
- $(x_1, y_1)$ is any known point on the line.
- $x$ and $y$ remain variables representing any general point on the line.
Sign Handling Tip: Notice the subtraction signs in $(y - y_1)$ and $(x - x_1)$. When substituting negative coordinates, the signs flip to positive: If the point is $(-4, -7)$ and $m = 3$, the equation becomes:
Writing Equations Given Two Points
When given two points $(x_1, y_1)$ and $(x_2, y_2)$ on the HiSET, follow this three-step protocol:
- Step 1: Calculate the slope ($m$):
- Step 2: Substitute $m$ and either point into point-slope form:
- Step 3: Distribute and isolate $y$ to obtain slope-intercept form:
Worked Example: Writing Equation from Two Points
Write the slope-intercept equation of the line passing through $(3, -2)$ and $(-1, 6)$.
- Find slope $m$:
- Substitute $m = -2$ and point $(3, -2)$ into point-slope form:
- Distribute $-2$ on the right side:
- Subtract 2 from both sides:
- Verify with the second point $(-1, 6)$:
3. Standard Form: $Ax + By = C$
In Standard Form, the variable terms are grouped on the left side and the constant term is isolated on the right:
Standard Form Conventions
- $A$, $B$, and $C$ must be integers (no fractions or decimals).
- $A$ should be non-negative ($A \ge 0$). If $A$ is negative, multiply the entire equation by $-1$.
- $A$ and $B$ cannot both be zero.
- $A, B, C$ should share no common integer factor other than 1 (fully simplified).
The Intercepts Method (Cover-Up Technique)
Standard form is the fastest structure for calculating the coordinate intercepts of a line:
- Finding the $x$-Intercept $\left(\frac{C}{A}, 0\right)$: Set $y = 0$ (covering up the $By$ term):
- Finding the $y$-Intercept $\left(0, \frac{C}{B}\right)$: Set $x = 0$ (covering up the $Ax$ term):
The Cover-Up Method for 3x + 4y = 12
To find x-intercept (set y = 0): To find y-intercept (set x = 0):
3x + [ 4(0) ] = 12 [ 3(0) ] + 4y = 12
3x = 12 4y = 12
x = 4 ──► Point: (4, 0) y = 3 ──► Point: (0, 3)
Converting Seamlessly Between Linear Forms
Converting Standard Form to Slope-Intercept Form
To transform $Ax + By = C$ into $y = mx + b$, isolate the variable $y$:
Direct Formula Shortcut: For any linear equation written in standard form $Ax + By = C$:
- Slope: $m = -\frac{A}{B}$
- $y$-Intercept: $b = \frac{C}{B}$
- $x$-Intercept: $x = \frac{C}{A}$
Worked Example: Standard to Slope-Intercept Conversion
Convert $4x - 6y = 24$ to slope-intercept form and state its slope and intercepts.
- Subtract $4x$ from both sides:
- Divide every term by $-6$:
- Simplify fractions:
- Slope: $m = \frac{2}{3}$
- $y$-Intercept: $(0, -4)$
- $x$-Intercept: $4x - 6(0) = 24 \implies 4x = 24 \implies x = 6 \implies (6, 0)$
Converting Slope-Intercept Form to Standard Form
To convert $y = -\frac{3}{5}x + 2$ to standard form $Ax + By = C$:
- Multiply all terms by the denominator (5) to clear fractions:
- Add $3x$ to both sides to move variable terms to the left: Here, $A = 3$, $B = 5$, and $C = 10$, satisfying all standard form criteria ($A \ge 0$ and all integers).
What is the slope-intercept form of the linear equation for the line that passes through the coordinates (3, -1) and (-2, 9)?
What are the x-intercept and y-intercept of the line defined by the standard form equation 4x - 6y = 24?
What is the standard form (Ax + By = C, where A, B, and C are integers with A >= 0) of the line passing through the point (-2, 5) with a slope of m = -3/5?
A residential plumbing contractor charges a flat dispatch diagnostic fee of $65 plus an hourly labor rate of $85 per hour. Which linear equation models the total cost C in terms of hours worked h, and what is the total charge for a repair requiring 4.5 hours of labor?