πŸŽ‰ CORRECT! πŸŽ‰ Amazing work! Keep it up!
Math Workbook
Algebra 2 & Geometry Β· Self-Study Edition
✏️ For Independent Study
πŸ“ Geometry πŸ“Š Algebra 2 🧠 Memory Points βœ… Multiple Choice πŸ’‘ Worked Examples
Progress
0 / 20
1
QUADRATIC FORMULA β˜… Easy
⚑ Memory Point: discriminant = bΒ²βˆ’4ac
If bΒ²βˆ’4ac > 0 β†’ 2 real roots  |  = 0 β†’ 1 root  |  < 0 β†’ no real roots
πŸ“ EXAMPLE

Solve: \(x^2 - 5x + 6 = 0\)

β†’ \(a=1,\ b=-5,\ c=6\)   Discriminant: \((-5)^2 - 4(1)(6) = 1 > 0\)

β†’ \(x = \dfrac{5 \pm 1}{2}\)   so \(x = 3\) or \(x = 2\) βœ”

How many real solutions does \(3x^2 - 2x + 5 = 0\) have?
(Hint: calculate the discriminant first!)
2
VERTEX FORM β˜… Easy
⚑ Memory Point: Vertex form: y = a(xβˆ’h)Β² + k β†’ vertex is (h, k)
Watch out: sign of h is FLIPPED inside the parentheses!
πŸ“ EXAMPLE

\(y = 2(x-3)^2 + 1\) β†’ Vertex = (3, 1)   not (βˆ’3, 1)!

What is the vertex of \(y = -3(x + 4)^2 - 7\) ?
3
POLYNOMIAL FACTORING β˜…β˜… Medium
⚑ Memory Point: Difference of Squares: \(a^2 - b^2 = (a+b)(a-b)\)
Sum of Cubes: \(a^3 + b^3 = (a+b)(a^2-ab+b^2)\)
πŸ“ EXAMPLE

Factor: \(x^2 - 9 = (x+3)(x-3)\) ← both are perfect squares!

Which is the completely factored form of \(2x^3 - 8x\) ?
4
RATIONAL EXPONENTS β˜…β˜… Medium
⚑ Memory Point: \(x^{m/n} = \sqrt[n]{x^m}\)  β†’ denominator = index of root, numerator = power
πŸ“ EXAMPLE

\(8^{2/3} = (\sqrt[3]{8})^2 = (2)^2 = 4\)

Tip: Root first, then power β†’ easier numbers!

Evaluate: \(27^{4/3}\)
5
LOGARITHMS β˜…β˜… Medium
⚑ Memory Point: \(\log_b x = y\) means \(b^y = x\)
"log asks: what POWER gives me x?"
πŸ“ EXAMPLE

\(\log_2 8 = ?\) β†’ Ask: \(2^? = 8\) β†’ \(2^3 = 8\) β†’ Answer: 3

Which equation is equivalent to \(\log_5 125 = 3\) ?
6
COMPLEX NUMBERS β˜…β˜…β˜… Tricky
⚑ Memory Point: \(i^2 = -1\)   cycle: \(i^1=i,\ i^2=-1,\ i^3=-i,\ i^4=1\) β†’ repeats every 4!
To find \(i^{big}\): divide exponent by 4, use remainder
πŸ“ EXAMPLE

\((3+2i)(1-i) = 3 - 3i + 2i - 2i^2 = 3 - i - 2(-1) = 5 - i\)

Simplify: \((2 + 3i)(2 - 3i)\)
7
SYSTEMS OF EQUATIONS β˜… Easy
⚑ Memory Point: Substitution: isolate one variable, plug into other equation
Elimination: add/subtract equations to cancel a variable
πŸ“ EXAMPLE

\(y = 2x + 1\) and \(y = -x + 4\) β†’ set equal: \(2x+1 = -x+4\) β†’ \(x=1, y=3\)

Solve the system: \(y = x + 2\) and \(y = -2x + 8\). What is \(x\)?
8
FUNCTION INVERSE β˜…β˜… Medium
⚑ Memory Point: To find inverse: swap x and y, then solve for y
Graph of inverse = reflection over y = x
πŸ“ EXAMPLE

\(f(x) = 2x + 3\) β†’ swap: \(x = 2y + 3\) β†’ \(y = \dfrac{x-3}{2}\)

So \(f^{-1}(x) = \dfrac{x-3}{2}\)

Find \(f^{-1}(x)\) if \(f(x) = 5x - 10\)
9
ARITHMETIC SEQUENCES β˜… Easy
⚑ Memory Point: \(a_n = a_1 + (n-1)d\)   where d = common difference
"first term PLUS (steps Γ— gap)"
πŸ“ EXAMPLE

Sequence: 3, 7, 11, 15…   \(d = 4\)

\(a_{10} = 3 + (10-1)(4) = 3 + 36 = 39\) βœ”

In the sequence 5, 8, 11, 14, …, what is the 20th term?
10
EXPONENTIAL GROWTH / DECAY β˜…β˜…β˜… Tricky
⚑ Memory Point: Growth: \(y = a(1+r)^t\)   Decay: \(y = a(1-r)^t\)
If base > 1 β†’ growth  |  base < 1 β†’ decay
πŸ“ EXAMPLE

Population doubles every year starting at 100:

\(y = 100(2)^t\) β†’ after 3 yrs: \(100 \times 8 = 800\)

A car worth $20,000 depreciates at 15% per year. Which formula models its value \(V\) after \(t\) years?
1
TRIANGLE ANGLE SUM β˜… Easy
⚑ Memory Point: All triangle angles add to 180°
Exterior angle = sum of 2 non-adjacent interior angles
πŸ“ EXAMPLE

Angles: 50Β°, 70Β°, ? β†’ \(50 + 70 + x = 180\) β†’ \(x = 60Β°\)

A triangle has angles \(2x + 10\)Β°, \(3x\)Β°, and \(x + 20\)Β°. Find \(x\).
2
PYTHAGOREAN THEOREM β˜… Easy
⚑ Memory Point: \(a^2 + b^2 = c^2\)   (c = longest side = hypotenuse)
Common triples: 3-4-5, 5-12-13, 8-15-17
πŸ“ EXAMPLE

Legs: 6 and 8 β†’ \(6^2 + 8^2 = 36 + 64 = 100\) β†’ \(c = 10\)

A right triangle has legs of length \(9\) and \(12\). Find the hypotenuse.
3
CIRCLE: ARC & CENTRAL ANGLE β˜…β˜… Medium
⚑ Memory Point: Central angle° = arc degree (same number!)
Arc length = \(\dfrac{\theta}{360} \times 2\pi r\)
πŸ“ EXAMPLE

Central angle = 90Β°, r = 8

Arc length = \(\dfrac{90}{360} \times 2\pi(8) = \dfrac{1}{4} \times 16\pi = 4\pi\)

A circle has radius 10. A central angle measures 72Β°. What is the arc length? (Leave in terms of \(\pi\))
4
TRIANGLE CONGRUENCE (SSS / SAS / ASA) β˜…β˜… Medium
⚑ Memory Point: Valid: SSS, SAS, ASA, AAS, HL
NOT valid: SSA (the "donkey theorem" 🐴) and AAA (only shows similarity)
πŸ“ EXAMPLE

Two triangles share: 2 sides and the included angle β†’ SAS βœ”

Two triangles have two equal angles and the non-included side between them equal. What congruence theorem applies?
5
PARALLEL LINES & TRANSVERSAL β˜… Easy
⚑ Memory Point: Alternate interior = equal (Z-shape)
Co-interior (same-side) = supplementary β†’ add to 180Β°
Corresponding = equal (F-shape)
πŸ“ EXAMPLE

Parallel lines, transversal. One angle = 110Β°.

Co-interior angle = \(180 - 110 = 70Β°\)

Two parallel lines are cut by a transversal. One co-interior angle is 65Β°. What is the other co-interior angle?
6
SPECIAL RIGHT TRIANGLES β˜…β˜…β˜… Tricky
⚑ Memory Point: 45-45-90: sides = \(x : x : x\sqrt{2}\)
30-60-90: sides = \(x : x\sqrt{3} : 2x\)
"Short leg Γ— √3 = Long leg" for 30-60-90
πŸ“ EXAMPLE

30-60-90 triangle, short leg = 5

Long leg = \(5\sqrt{3}\), Hypotenuse = \(10\)

In a 45-45-90 triangle, the hypotenuse is \(8\sqrt{2}\). What is the length of each leg?
7
VOLUME OF SOLIDS β˜…β˜… Medium
⚑ Memory Point: Pyramid & Cone = \(\frac{1}{3}\) Γ— (base area Γ— height)
"One-third of the prism" = easy way to remember!
πŸ“ EXAMPLE

Cone: r = 3, h = 4 β†’ \(V = \dfrac{1}{3}\pi(3)^2(4) = 12\pi\)

A square pyramid has base side \(6\) cm and height \(9\) cm. What is its volume?
8
SIMILARITY & SCALE FACTOR β˜…β˜… Medium
⚑ Memory Point: If scale factor = \(k\), then:
Perimeter ratio = k  |  Area ratio = kΒ²  |  Volume ratio = kΒ³
πŸ“ EXAMPLE

Similar triangles, scale factor = 3

Area of big Γ· Area of small = \(3^2 = 9\)

Two similar rectangles have sides in ratio 3:5. What is the ratio of their areas?
9
INSCRIBED ANGLE THEOREM β˜…β˜…β˜… Tricky
⚑ Memory Point: Inscribed angle = Β½ Γ— intercepted arc
Central angle = = intercepted arc
"Inscribed is always HALF of central on same arc"
πŸ“ EXAMPLE

Arc = 100Β° β†’ Central angle = 100Β° β†’ Inscribed angle = 50Β°

A central angle intercepts an arc of 140Β°. An inscribed angle intercepts the same arc. What is the inscribed angle?
10
COORDINATE GEOMETRY: MIDPOINT & DISTANCE β˜…β˜… Medium
⚑ Memory Point: Midpoint: \(\left(\dfrac{x_1+x_2}{2},\ \dfrac{y_1+y_2}{2}\right)\) β€” just AVERAGE the coordinates!
Distance: \(d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\) β€” Pythagorean theorem in disguise!
πŸ“ EXAMPLE

Points (1, 2) and (5, 8): Midpoint = \(\left(3, 5\right)\)

Distance = \(\sqrt{(5-1)^2 + (8-2)^2} = \sqrt{16+36} = \sqrt{52}\)

The midpoint of segment \(\overline{AB}\) is \((3, 7)\). Point \(A\) is \((1, 3)\). What are the coordinates of \(B\)?