5.4 Parallel & Perpendicular Lines and Direct Variation
Key Takeaways
- Parallel lines lie in the same coordinate plane and never intersect, possessing identical slopes ($m_1 = m_2$) and distinct $y$-intercepts ($b_1 \neq b_2$).
- Perpendicular lines intersect at a right angle ($90^\circ$) and have negative reciprocal slopes ($m_1 \cdot m_2 = -1 \iff m_2 = -\frac{1}{m_1}$); any horizontal line ($m = 0$) is perpendicular to any vertical line ($m = \text{undefined}$).
- Direct variation represents a strictly proportional linear relationship modeled by $y = kx$ (or $\frac{y}{x} = k$), where $k \neq 0$ is the constant of variation.
- The graph of a direct variation relationship is always a straight line passing through the origin $(0, 0)$ with a $y$-intercept of $b = 0$.
- Proportional linear relationships ($y = kx$) maintain a constant ratio $\frac{y}{x} = k$ across all pairs, whereas non-proportional linear equations ($y = mx + b$ with $b \neq 0$) do not.
Parallel & Perpendicular Lines and Direct Variation
Quick Summary: Parallel lines have identical slopes ($m_1 = m_2$) and different $y$-intercepts, meaning they never intersect. Perpendicular lines intersect at right angles ($90^\circ$) and have negative reciprocal slopes ($m_1 \cdot m_2 = -1$). Direct variation ($y = kx$) describes proportional relationships where the line passes directly through the origin $(0,0)$ with a constant ratio $\frac{y}{x} = k$.
Geometric relationships between lines are governed entirely by their slopes. On the HiSET, you will frequently need to write equations for lines that are parallel or perpendicular to a given line, or solve word problems based on proportional direct variation.
1. Parallel Lines in the Coordinate Plane
Two non-vertical lines in a plane are parallel (denoted $L_1 \parallel L_2$) if and only if they have the exact same slope and different $y$-intercepts:
Parallel Lines (m₁ = m₂ = 2/3): Perpendicular Lines (m₁ = 2/3, m₂ = -3/2):
y y
│ / Line 1: y = (2/3)x + 3 │ / Line 1: y = (2/3)x + 1
│ / │ /
│ / / Line 2: y = (2/3)x - 1 │ / ┌─┐
─────┼───/───/──────► x ─────┼───/──┴─┼──► x
│ / / │ / \ │
│ / / │ / \ ▼ Line 2: y = -(3/2)x - 2
│/ / │/ \ (90° Right Angle)
Coincident Lines vs. Parallel Lines
- If $m_1 = m_2$ and $b_1 \neq b_2$, the lines are parallel and have zero points of intersection.
- If $m_1 = m_2$ and $b_1 = b_2$, the equations represent the exact same line (coincident lines), sharing infinitely many solutions.
Horizontal and Vertical Parallel Lines
- Any two horizontal lines ($y = c_1$ and $y = c_2$) are parallel because both have slope $m = 0$.
- Any two vertical lines ($x = k_1$ and $x = k_2$) are parallel because both have an undefined slope.
2. Perpendicular Lines in the Coordinate Plane
Two non-vertical lines are perpendicular (denoted $L_1 \perp L_2$) if they intersect at a right angle ($90^\circ$). Mathematically, their slopes are negative reciprocals (also called opposite reciprocals) of each other:
The Negative Reciprocal Rule
To find the perpendicular slope of any given non-zero slope $m$:
- Invert the fraction (take the reciprocal): Flip the numerator and denominator ($\frac{a}{b} \to \frac{b}{a}$).
- Change the sign: Make positive numbers negative, and negative numbers positive.
| Original Slope ($m_1$) | Reciprocal ($\frac{1}{m_1}$) | Perpendicular Slope ($m_2 = -\frac{1}{m_1}$) | Verification ($m_1 \cdot m_2$) |
|---|---|---|---|
| $\frac{2}{3}$ | $\frac{3}{2}$ | $-\frac{3}{2}$ | $\left(\frac{2}{3}\right)\left(-\frac{3}{2}\right) = -1$ |
| $-\frac{4}{5}$ | $-\frac{5}{4}$ | $+\frac{5}{4}$ | $\left(-\frac{4}{5}\right)\left(\frac{5}{4}\right) = -1$ |
| $3 = \frac{3}{1}$ | $\frac{1}{3}$ | $-\frac{1}{3}$ | $(3)\left(-\frac{1}{3}\right) = -1$ |
| $-1 = -\frac{1}{1}$ | $-1$ | $+1$ | $(-1)(1) = -1$ |
| $0$ (Horizontal: $y = c$) | Undefined | $\text{Undefined}$ (Vertical: $x = k$) | Horizontal and vertical lines are perpendicular |
Step-by-Step Writing of Parallel and Perpendicular Equations
Worked Example 1: Line Parallel to a Given Equation
Write the equation of the line in slope-intercept form that is parallel to $6x - 2y = 14$ and passes through the point $(2, -5)$.
- Find the slope of the given line by solving for $y$: The given slope is $m = 3$.
- Identify the parallel slope:
- Use point-slope form with $m = 3$ and $(x_1, y_1) = (2, -5)$:
- Isolate $y$:
Worked Example 2: Line Perpendicular to a Given Equation
Write the equation of the line that is perpendicular to $y = -\frac{2}{3}x + 4$ and passes through the point $(-4, 1)$.
- Identify the original slope: $m_1 = -\frac{2}{3}$.
- Determine the perpendicular slope (negative reciprocal):
- Apply point-slope form with $m = \frac{3}{2}$ and point $(-4, 1)$:
- Distribute and simplify:
Direct Variation (Proportional Relationships)
Direct variation describes a special linear relationship in which the ratio of the dependent variable to the independent variable is strictly constant.
- $k$ (Constant of Variation / Constant of Proportionality): A non-zero constant representing the slope of the line ($m = k$).
- Graph Behavior: The graph of every direct variation equation is a straight line that always passes through the origin $(0, 0)$.
- $y$-Intercept: For direct variation, the $y$-intercept is always $b = 0$.
Proportional vs. Non-Proportional Linear Comparison
| Property | Direct Variation (Proportional) | Non-Proportional Linear Relation |
|---|---|---|
| General Equation | $y = kx$ | $y = mx + b$ ($b \neq 0$) |
| Passes Through Origin? | YES, always passes through $(0, 0)$ | NO, passes through $(0, b)$ where $b \neq 0$ |
| Constant Ratio $\frac{y}{x}$? | YES, $\frac{y_1}{x_1} = \frac{y_2}{x_2} = k$ | NO, ratio $\frac{y}{x}$ changes at every point |
| Real-World Example | Hourly pay without base salary ($y = 20x$) | Taxi ride with base flag-drop fee ($y = 2.50x + 5.00$) |
Solving Direct Variation Problems: The Two-Step Method
- Step 1: Find the constant $k$: Substitute the given initial pair $(x_1, y_1)$ into $k = \frac{y_1}{x_1}$.
- Step 2: Solve for the unknown quantity: Use $y = kx$ with the newly determined $k$ to compute the unknown variable.
Worked Example: Direct Variation
The variable $y$ varies directly as $x$. When $x = 12$, $y = 42$. What is the value of $y$ when $x = 20$?
- Calculate the constant of variation $k$:
- Write the direct variation equation:
- Substitute $x = 20$:
- Proportion Alternative:
Which of the following represents the equation of a line that is parallel to 6x - 2y = 14 and passes through the point (2, -5)?
What is the equation of the line that is perpendicular to the line y = -2/3 x + 4 and passes through the point (-4, 1)?
The variable y varies directly with x. If y = 42 when x = 12, what is the value of y when x = 20?
Consider the two linear equations L1: 2x - 5y = 15 and L2: 10x + 4y = -8. What is the geometric relationship between the two lines on the coordinate plane?