Stop Studying. Start Training.

Linear Equations

The foundation of the SAT. Master the slope-intercept form and linear modeling.

Core Concept
Mastery
Heart of Algebra

Slope-Intercept Form

\[ y = mx + b \]

Where \(m\) is the slope (rate of change) and \(b\) is the y-intercept (initial value).

Practice: "What is the slope of \(y = 30x + 50\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Pattern Match:
Compare to \(y = mx + b\).
2. Identify m:
The value multiplying \(x\) is \(m\).
Result: 30

✅ Practix Way (Optimal)

**Step 1:** Look at the 'm' position.
\(y = 30x + 50\).
**Result: 30**
Instant recognition saves precious mental energy.

🎓 Theoretical Proof: Slope-Intercept

The Slope-Intercept Form is the most common way to represent a linear function. It relates the output \(y\) to the input \(x\) via two parameters:

  • \(m\) (Slope): The rate of change (\(\Delta y / \Delta x\)).
  • \(b\) (Y-Intercept): The initial value (where \(x=0\)).
\( y = mx + b \)

For every 1 unit increase in \(x\), the value of \(y\) changes by exactly \(m\) units. This constant rate is what makes the graph a straight line.

Save 30s
Mastery
Heart of Algebra

The Constant Trick

\[ k = \frac{y}{x} \]

For direct variation/proportionality, the ratio remains constant. Use this instead of full equations.

Practice: "If \(y=4\) when \(x=8\), what is \(y\) when \(x=20\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Find k:
\(y = kx \implies 4 = k(8)\)
\(k = 4/8 = 0.5\)
2. Use new X:
\(y = 0.5(20)\)
Result: 10

✅ Practix Way (Optimal)

**Step 1:** Find Ratio.
\(k = y/x = 4/8 = 0.5\).
**Step 2:** Multiply.
\(20 \times 0.5 = 10\).
**Result: 10**
Direct variation is just a constant ratio. Don't write full equations.

🎓 Theoretical Proof: Direct Variation

When two variables \(x\) and \(y\) are in Direct Variation, their relationship is defined by a constant ratio \(k\), known as the constant of proportionality:

\( y = kx \implies k = \frac{y}{x} \)

Because \(k\) is constant, any two points \((x_1, y_1)\) and \((x_2, y_2)\) on this line must satisfy:

\( \frac{y_1}{x_1} = \frac{y_2}{x_2} \)

This allows us to solve for any missing variable instantly using the ratio, bypassing the need to resolve the full functional form.

Speed Hack
Mastery
Heart of Algebra

Slope from Standard Form

\[ m = -\frac{A}{B} \]

For \(Ax + By = C\), don't rearrange. Just divide and flip sign.

Practice: "Slope for \(3x + 4y = 12\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Isolate y:
Subtract \(3x\) from both sides:
\(4y = -3x + 12\)
2. Divide by 4:
\(y = \frac{-3}{4}x + \frac{12}{4}\)
Result: -3/4

✅ Practix Way (Optimal)

**Step 1:** Identify coefficients.
\(A=3, B=4\).
**Step 2:** Apply shortcut.
Slope \(m = -A/B = -3/4\).
**Result: -3/4**
Constant isolation takes too long. Use coefficients.

🎓 Theoretical Proof: Standard to Slope

Any linear equation in Standard Form is written as:

\( Ax + By = C \)

To find the slope, we must convert to Slope-Intercept Form (\(y = mx + b\)):

\( By = -Ax + C \)

Dividing by \(B\):

\( y = \left(\mathbf{-\frac{A}{B}}\right)x + \frac{C}{B} \)

Therefore, the slope \(m\) is always:

\( m = -\frac{A}{B} \)
Essential
Mastery
Heart of Algebra

Point-Slope Form

\[ y - y_1 = m(x - x_1) \]

The fastest way to write an equation given a point and a slope.

Practice: "Identify point \((x_1, y_1)\) from \(y - 5 = 2(x - 3)\)"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Compare to Formula:
\(y - y_1 = m(x - x_1)\)
2. Match terms:
\(y_1 = 5, x_1 = 3\)
Result: (3, 5)

✅ Practix Way (Optimal)

**Step 1:** Extract Opposite Signs.
\(-3 \to 3\). \(-5 \to 5\).
**Result: (3, 5)**
Whatever makes the parenthesis zero is the coordinate.

Core Concept
Mastery
Heart of Algebra

Slope Formula

\[ m = \frac{y_2 - y_1}{x_2 - x_1} \]

The change in y over the change in x. Rise over Run.

Practice: "Slope between \((2,3)\) and \((5,9)\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Label points:
\((x_1, y_1) = (2,3)\)
\((x_2, y_2) = (5,9)\)
2. Apply formula:
\(m = \frac{9-3}{5-2} = \frac{6}{3} = 2\)
Result: 2

✅ Practix Way (Optimal)

**Step 1:** Calculate change in Y.
\(9 - 3 = 6\).
**Step 2:** Calculate change in X.
\(5 - 2 = 3\).
**Step 3:** Divide Y by X.
\(6/3 = 2\).
**Result: 2**
Focus on the "change" concept, not just memorizing the formula.

🎓 Theoretical Proof: Slope as Rate of Change

The slope of a line represents its rate of change. For any two distinct points \((x_1, y_1)\) and \((x_2, y_2)\) on a line, the slope \(m\) is defined as the ratio of the change in the y-coordinates (vertical change) to the change in the x-coordinates (horizontal change).

\( \text{Change in y} = \Delta y = y_2 - y_1 \)
\( \text{Change in x} = \Delta x = x_2 - x_1 \)

Thus, the slope \(m\) is:

\( m = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1} \)

This formula is fundamental because it quantifies how much \(y\) changes for a given change in \(x\), which is the essence of linearity.

🎓 The Proof: Why \(m = -A/B\)?

Instead of memorizing, follow the isolation. It takes 2 steps.

1. Start with Standard Form:

\(Ax + By = C\)

2. Isolate the y-term:

\(By = -Ax + C\)

3. Divide by B to get Slope-Intercept Form (\(y = mx + b\)):

\(y = \left(-\frac{A}{B}\right)x + \frac{C}{B}\)

Since the coefficient of \(x\) is the slope, \(m = -A/B\). You now have the speed of a formula with the understanding of an 800-scorer.

Must Know
Mastery
Heart of Algebra

Midpoint Formula

\[ (\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}) \]

It's just the average of the x's and the average of the y's.

Classic
Mastery
Heart of Algebra

Distance Formula

\[ d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \]

Derived from Pythagorean theorem. Calculate horizontal and vertical legs first.

Practice: "Distance between \((0, 0) \text{ and } (3, 4)\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Formula:
\(\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\)
2. Calculate:
\(\sqrt{3^2 + 4^2} = \sqrt{25} = 5\)
Result: 5

✅ Practix Way (Optimal)

**Step 1:** Find Legs.
Change in X is 3. Change in Y is 4.
**Step 2:** Recognize Triple.
It's a 3-4-5 Triangle.
**Result: 5**
SAT distances are almost ALWAYS Pythagorean triples. Watch for them.

🎓 Theoretical Proof: Pythagorean Theorem

The distance formula is just the Pythagorean Theorem (\(a^2 + b^2 = c^2\)) disguised in coordinate geometry.

\(a\) is the horizontal distance \((x_2 - x_1)\).

\(b\) is the vertical distance \((y_2 - y_1)\).

\(c\) is the straight-line distance.

Elite Memory
Mastery
Heart of Algebra

Pythagorean Triples

3-4-5, 5-12-13, 8-15-17

Memorize these integer sets to skip the \(a^2+b^2=c^2\) calculation entirely.

Concept
Mastery
Heart of Algebra

Parallel Lines

\[ m_1 = m_2 \]

Parallel lines never touch. They must have the exact same slope.

Practice: "Slope of a line with slope \(m = 2\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Recall Def:
Parallel lines never intersect.
2. Match:
Slopes must be equal.
Result: 2

✅ Practix Way (Optimal)

**Step 1:** Same Slope.
Parallel = Equal.
**Result: 2**

🎓 Theoretical Proof: Parallelism

If two lines have different slopes, they aren't rising at the same rate, and thus MUST intersect eventually. For lines to never touch (be parallel), their rate of change (slope) must be identical.

Trap
Mastery
Heart of Algebra

Perpendicular Lines

\[ m_1 \cdot m_2 = -1 \]

Slopes are negative reciprocals. Flip the fraction and flip the sign.

Practice: "Perp slope to \(m = 2/3\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Formula:
\(m_1 m_2 = -1\)
2. Solve:
\(m_2 = -1 / (2/3) = -3/2\)
Result: -3/2

✅ Practix Way (Optimal)

**Step 1:** Flip and Switch.
Diff signs, reciprocal fraction.
2/3 becomes -3/2.
**Result: -3/2**

🎓 Theoretical Proof: Perpendicularity

Rotating a line by 90 degrees swaps its run and rise, meaning \(\Delta x\) becomes \(\Delta y\) and \(\Delta y\) becomes \(-\Delta x\). This causes the fraction \(y/x\) to become \(-x/y\), which is the negative reciprocal.

Zero
Mastery
Heart of Algebra

Horizontal Line

\[ y = b \quad (\text{Slope } = 0) \]

"HOY" - Horizontal, Zero slope, Y-equals.

Practice: "Slope of \(y = 5\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Pattern Match:
\(y = 0x + b\).
Result: 0

✅ Practix Way (Optimal)

**Step 1:** Visualize.
It's flat.
**Result: 0**
HOY = Horizontal, 0 Slope, Y-equals.

Undefined
Mastery
Heart of Algebra

Vertical Line

\[ x = a \quad (\text{Slope } = \text{Undefined}) \]

"VUX" - Vertical, Undefined slope, X-equals.

Practice: "Slope of \(x = 5\)?"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Pattern Match:
Vertical line.
Result: Undefined

✅ Practix Way (Optimal)

**Step 1:** Visualize.
Slope is infinite/undefined.
**Result: Undefined**
VUX = Vertical, Undefined, X-equals.

Shortcut
Mastery
Heart of Algebra

X-Intercept Hack

\[ \text{Set } y = 0 \]

Practice: "Find X-Intercept of \(2x - 5y = 10\)"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Algebra:
Substitute \(y=0\).
\(2x - 5(0) = 10\)
2. Isolate:
\(x=5\)
Result: 5

✅ Practix Way (Optimal)

**Step 1:** "Hide" the y term.
\(2x = 10\).
**Step 2:** Divide.
\(10/2 = 5\).
**Result: 5**

Don't rearrange. Just cover the y-term and solve for x.

Concept
Mastery
Heart of Algebra

Intersection Point

\[ f(x) = g(x) \]

The intersection is the ONLY point where x and y work for both equations. It is the solution.

Boss Mode
Mastery
Heart of Algebra

Infinitely Many Solutions

\[ 0 = 0 \]

Same Slope, Same Y-Intercept. The lines are identical.

Boss Mode
Mastery
Heart of Algebra

No Solution

\[ 0 = \text{Number} \]

Same Slope, Different Y-Intercept. The lines are parallel.

Speed Hack
Mastery
Heart of Algebra

Standard Form Intercepts

\[ x_{int} = C/A, \quad y_{int} = C/B \]

Practice: "Find X-Intercept of \(3x + 4y = 12\)"

Show Solution & Analysis
🚫 School Way (Rigorous)

1. Set y = 0:
\(3x + 4(0) = 12\)
2. Solve for x:
\(3x = 12 \implies x = 4\)
Result: 4

✅ Practix Way (Optimal)

**Step 1:** Cover y (set y=0).
\(3x = 12\).
**Step 2:** Solve.
\(x = 12/3 = 4\).
**Result: 4**

For \(Ax + By = C\). Memorize this to graph in 3 seconds.

Visual
Mastery
Heart of Algebra

Shading Inequalities

\[ > \text{ Shade Above}, \quad < \text{ Shade Below} \]

Unless you divide by a negative (flip it!). Always isolate y first.