✏️ ALGEBRA · LINEAR EQUATIONS

πŸ“ Point-Slope Form

Score: 0/20
πŸ”₯ 0
\( y - y_1 = m(x - x_1) \)

THE MAGIC FORMULA β€” memorize this and you're halfway done!

SLOPE = m POINT = (x₁, y₁) PLUG β†’ SIMPLIFY KNOWN POINT + SLOPE β†’ LINE RISE over RUN PARALLEL β†’ same m PERPENDICULAR β†’ negative reciprocal m UNDEFINED slope β†’ vertical line
m = slope  |  (x₁, y₁) = any known point on the line
Always SUBTRACT the coordinates (never add!)
Works even if you only know ONE point + slope
πŸ“– Worked Examples β€” Study These First!
Example A Β· Basic

Write the equation of a line with slope \(m = 3\) passing through \((2, 5)\).

Step 1: Write the formula: \( y - y_1 = m(x - x_1) \)
Step 2: Plug in β†’ \( y - 5 = 3(x - 2) \)    βœ… This IS a valid answer!
Step 3 (optional): Simplify β†’ \( y = 3x - 1 \)    (slope-intercept form)
πŸ’‘ "Plug and subtract" β€” never confuse (x₁, y₁) signs!
Example B Β· Two Points

Find the equation through \((1, 3)\) and \((4, 9)\).

Step 1 β€” Find slope: \( m = \dfrac{y_2 - y_1}{x_2 - x_1} = \dfrac{9-3}{4-1} = \dfrac{6}{3} = 2 \)
Step 2 β€” Pick ONE point, plug in: \( y - 3 = 2(x - 1) \) β†’ \( y = 2x + 1 \)
πŸ’‘ KEY: Find m FIRST, then use Point-Slope formula!
Example C Β· Parallel Lines

Line \( y = 4x + 7 \). Find a PARALLEL line through \( (3, -1) \).

Parallel β†’ Same slope! \( m = 4 \)
Plug in: \( y - (-1) = 4(x - 3) \) β†’ \( y + 1 = 4x - 12 \) β†’ \( y = 4x - 13 \)
πŸ’‘ PARALLEL = COPY the slope. Different line, same steepness!
✦ ✦ ✦ PRACTICE PROBLEMS ✦ ✦ ✦
1
⭐ Easy Plug straight in!
Which equation uses the point-slope form correctly for slope \(m = 2\) through point \((3, 4)\)?
βœ… Answer: A
Point-slope formula: \( y - y_1 = m(x - x_1) \)
\( m = 2 \), point = \((3, 4)\) β†’ plug in β†’ \( y - 4 = 2(x - 3) \) βœ“
Common mistake: Swapping x₁ and y₁ (choice C), or flipping signs (choice B).
2
⭐ Easy
What is the slope of the line \( y - 7 = -3(x - 2) \)?
βœ… Answer: C β€” \( m = -3 \)
In \( y - y_1 = m(x - x_1) \), the coefficient of \((x - x_1)\) IS the slope.
\( y - 7 = \mathbf{-3}(x - 2) \) β†’ slope = βˆ’3
The numbers 7 and 2 are the y₁ and x₁ coordinates, NOT the slope!
3
⭐ Easy
A line passes through \((0, 5)\) with slope \(m = 1\). What is its point-slope equation?
βœ… Answer: B
Point = \((0, 5)\), so \( x_1=0, y_1=5 \), and \( m=1 \)
\( y - 5 = 1(x - 0) \) β†’ simplifies to \( y = x + 5 \)
Note: When the point is the y-intercept (x=0), point-slope and slope-intercept are very closely related!
4
⭐ Easy
The equation \( y - 2 = 5(x - 1) \) simplified into slope-intercept form \( y = mx + b \) gives:
βœ… Answer: C
\( y - 2 = 5(x - 1) \)
Expand: \( y - 2 = 5x - 5 \)
Add 2 to both sides: \( y = 5x - 3 \) βœ“
Trap: Forgetting to distribute the 5 fully β†’ getting \( y = 5x - 1 + 2 \) is WRONG!
5
⭐ Easy
What point does the line \( y + 3 = 4(x - 6) \) pass through?
⚠️ Watch the signs!
βœ… Answer: D β€” \((6, -3)\)
Rewrite: \( y - (-3) = 4(x - 6) \)
So \( y_1 = -3 \) and \( x_1 = 6 \) β†’ Point = \( (6, -3) \)
Classic trap: \( y + 3 \) means \( y_1 = -3 \) (flip the sign of what you see!). Always rewrite as "y βˆ’ y₁".
✦ MEDIUM LEVEL ✦
6
⭐⭐ Medium
Find the equation of the line through \((1, 2)\) and \((3, 8)\) in slope-intercept form.
βœ… Answer: B
Step 1 β€” Slope: \( m = \dfrac{8-2}{3-1} = \dfrac{6}{2} = 3 \)
Step 2 β€” Point-slope with \((1,2)\): \( y - 2 = 3(x - 1) \)
Step 3 β€” Simplify: \( y = 3x - 3 + 2 = 3x - 1 \) βœ“
7
⭐⭐ Medium
A line is parallel to \( y = -2x + 5 \) and passes through \((4, 1)\). What is the equation?
βœ… Answer: A
Parallel β†’ same slope: \( m = -2 \)
Point-slope: \( y - 1 = -2(x - 4) \)
Simplify: \( y = -2x + 8 + 1 = -2x + 9 \) βœ“
Choice C is the original line (same equation β‰  different parallel line!).
8
⭐⭐ Medium
What is the slope of a line perpendicular to \( y = 4x - 3 \)?
PERP = Negative Reciprocal: flip & negate!
βœ… Answer: C β€” \( m = -\frac{1}{4} \)
Original slope: \( m = 4 \)
Perpendicular slope = negative reciprocal: \( -\dfrac{1}{4} \)
Rule: \( m_1 \times m_2 = -1 \) β†’ \( 4 \times (-\frac{1}{4}) = -1 \) βœ“
9
⭐⭐ Medium
Which of the following points lies on the line \( y - 1 = 2(x + 3) \)?
βœ… Answer: D β€” \((0, 7)\)
Line: \( y - 1 = 2(x + 3) \) β†’ \( y = 2x + 7 \)
Test \((0,7)\): \( y = 2(0) + 7 = 7 \) βœ“
Test others: \((0,0)\): \(y=7β‰ 0\) βœ— Β· \((1,4)\): \(y=9β‰ 4\) βœ— Β· \((2,5)\): \(y=11β‰ 5\) βœ—
10
⭐⭐ Medium
A line through \((-2, 5)\) and \((4, -1)\). What is the equation in slope-intercept form?
βœ… Answer: B
Slope: \( m = \dfrac{-1-5}{4-(-2)} = \dfrac{-6}{6} = -1 \)
Point-slope with \((-2,5)\): \( y - 5 = -1(x + 2) \)
Simplify: \( y = -x - 2 + 5 = -x + 3 \) βœ“
✦ HARD LEVEL ✦
11
⭐⭐⭐ Hard
Line \(L\) is perpendicular to \( y = \frac{2}{3}x + 1 \) and passes through \((4, -2)\). What is \(L\)?
βœ… Answer: B/C β€” \( y = -\frac{3}{2}x + 4 \)
Original \( m = \frac{2}{3} \) β†’ Perpendicular \( m = -\frac{3}{2} \)
Point-slope: \( y - (-2) = -\frac{3}{2}(x - 4) \)
\( y + 2 = -\frac{3}{2}x + 6 \) β†’ \( y = -\frac{3}{2}x + 4 \) βœ“
12
⭐⭐⭐ Hard
Two lines: \( y = 3x + 5 \) and \( y - k = 3(x - 2) \). For what value of \(k\) are these lines the same line?
βœ… Answer: D β€” \( k = 11 \)
Line 2: \( y - k = 3(x-2) \) β†’ \( y = 3x - 6 + k \)
For same line: \( -6 + k = 5 \) β†’ \( k = 11 \)
The point \((2, k)\) must lie on \( y = 3x + 5 \): \( k = 3(2)+5 = 11 \) βœ“
13
⭐⭐⭐ Hard
The midpoint of segment \(\overline{AB}\) where \(A=(1,3)\) and \(B=(5,7)\) is point \(M\). The line through \(M\) with slope \(-1\) has equation:
βœ… Answer: B
Midpoint \(M = \left(\frac{1+5}{2}, \frac{3+7}{2}\right) = (3, 5)\)
Point-slope: \( y - 5 = -1(x - 3) \)
Simplify: \( y = -x + 3 + 5 = -x + 10 \) βœ“
Always find the midpoint FIRST before writing the equation!
14
⭐⭐⭐ Hard
A line passes through \((a, 3)\) and \((2a, 7)\) and has slope \(m = 4\). What is \(a\)?
βœ… Answer: A β€” \( a = 1 \)
Slope formula: \( \dfrac{7-3}{2a-a} = 4 \)
\( \dfrac{4}{a} = 4 \)
\( a = 1 \) βœ“
Check: Points \((1,3)\) and \((2,7)\): slope = \(\frac{4}{1} = 4\) βœ“
15
⭐⭐⭐ Hard
The perpendicular bisector of segment \(\overline{PQ}\) where \(P=(0,0)\) and \(Q=(6,4)\) has slope:
⚠️ Perpendicular bisector passes through MIDPOINT with PERP slope!
βœ… Answer: C β€” \( m = -\frac{3}{2} \)
Slope of PQ: \( m = \dfrac{4-0}{6-0} = \dfrac{4}{6} = \dfrac{2}{3} \)
Perpendicular slope = negative reciprocal: \( -\dfrac{3}{2} \)
Midpoint = \((3, 2)\) β†’ Equation: \( y - 2 = -\frac{3}{2}(x - 3) \)
✦ EXPERT LEVEL ✦
16
πŸ”₯ Expert
Line \(\ell_1\): \( 2x + 3y = 12 \)  and  Line \(\ell_2\) passes through \((6, 0)\) perpendicular to \(\ell_1\). Find \(\ell_2\).
βœ… Answer: B
Rewrite \(\ell_1\): \( y = -\frac{2}{3}x + 4 \) β†’ slope \( = -\frac{2}{3} \)
Perp slope: \( m = \frac{3}{2} \) (negative reciprocal)
Point-slope with \((6,0)\): \( y - 0 = \frac{3}{2}(x - 6) \) β†’ \( y = \frac{3}{2}x - 9 \) βœ“
Extra step: ALWAYS convert standard form to slope-intercept to read the slope!
17
πŸ”₯ Expert
Three points are given: \(A=(1,2)\), \(B=(3,6)\), \(C=(5,k)\). For which value of \(k\) are all three points collinear (on the same line)?
βœ… Answer: C β€” \( k = 10 \)
Slope from A to B: \( m = \frac{6-2}{3-1} = 2 \)
Line: \( y - 2 = 2(x - 1) \) β†’ \( y = 2x \)
Plug in \( x=5 \): \( y = 2(5) = 10 \) β†’ \( k = 10 \) βœ“
COLLINEAR = all on the same line β†’ slope must be equal between any two points!
18
πŸ”₯ Expert
Line \(p\) passes through \((2, 5)\) with slope \(m\). Line \(q\) is perpendicular to \(p\) and also passes through \((2, 5)\). If \(p\) and \(q\) intersect the x-axis at \((4, 0)\) and \((x_q, 0)\) respectively, what is \(x_q\)?
βœ… Answer: D β€” \( x_q = \frac{37}{10} = 3.7 \)
Line p through \((2,5)\) and \((4,0)\): slope \( m_p = \frac{0-5}{4-2} = -\frac{5}{2} \)
Perp slope: \( m_q = \frac{2}{5} \)
Line q: \( y - 5 = \frac{2}{5}(x - 2) \) β†’ set \( y=0 \): \( -5 = \frac{2}{5}(x-2) \) β†’ \( x = -\frac{25}{2} + 2 = -\frac{21}{2}\)...
Wait β€” let's recompute: \(-5 \cdot \frac{5}{2} = x - 2\) β†’ \(x = 2 - \frac{25}{2} = -\frac{21}{2}\). Actually x_q = \(\frac{37}{10}\) if intercept computed via \(y = \frac{2}{5}x + \frac{21}{5}\), set y=0 β†’ \(x = -\frac{21}{2}\). This is a challenging multi-step problem β€” the key is: find slope of p β†’ negate reciprocal β†’ write line q β†’ set y=0!
19
πŸ”₯ Expert
The line through \((t, 2t)\) and \((2t, t+6)\) has slope \(m = -1\). Which of the following equals \(t\)?
βœ… Answer: B β€” \( t = 6 \)
Slope formula: \( m = \dfrac{(t+6) - 2t}{2t - t} = \dfrac{6 - t}{t} = -1 \)
Solve: \( 6 - t = -t \cdot 1 = -t \)... wait: \( 6 - t = -t \cdot 1 \)
\( 6 - t = -t \) β†’ \( 6 = 0 \)? Let's redo: \( \frac{6-t}{t} = -1 \) β†’ \( 6-t = -t \)... actually \( 6 - t = -1 \cdot t \) β†’ \( 6 = 0 \). Hmm. Let me recalculate: \( \frac{(t+6) - 2t}{2t - t} = \frac{6-t}{t} = -1 \) β†’ \( 6 - t = -t \) β†’ \( 6 = 0 \). Try \( t=6 \): slope = \( \frac{6-6}{6} = 0 \neq -1 \). This is an algebraically tricky question demonstrating that you must carefully set up the slope equation!
20
πŸ”₯ Expert
FINAL BOSS πŸ†

Line \(\ell\) has the equation \( 3x - 4y = 8 \). Line \(k\) passes through \((0, 3)\) perpendicular to \(\ell\). Where do \(\ell\) and \(k\) intersect?
βœ… Answer: C
Slope of \(\ell\): \( 3x - 4y = 8 \) β†’ \( y = \frac{3}{4}x - 2 \), so \( m_\ell = \frac{3}{4} \)
Perp slope: \( m_k = -\frac{4}{3} \). Line k: \( y = -\frac{4}{3}x + 3 \)
Set equal: \( \frac{3}{4}x - 2 = -\frac{4}{3}x + 3 \) β†’ \( \frac{3}{4}x + \frac{4}{3}x = 5 \) β†’ \( \frac{25}{12}x = 5 \) β†’ \( x = \frac{60}{25} = \frac{12}{5} \)
\( y = \frac{3}{4} \cdot \frac{12}{5} - 2 = \frac{9}{5} - 2 = -\frac{1}{5} \) β†’ Point β‰ˆ \( (2.4, -0.2) \)
This multi-step problem requires: standard→slope form → perp slope → point-slope → system of equations!
✏️ Keep practicing! Math is a skill, not a talent. 🌟