πŸ“ Math Mastery Notebook

Algebra 2 + Geometry Β· Self-Study Edition Β· Fill in & Learn!

Progress 0 / 20
0
Answered
0
Correct βœ“
0
Wrong βœ—
πŸ“Š Algebra 2 β€” 10 Core Questions
Tricky spots marked ⚠️ β€” don't rush these ones!
A·1 Quadratic Formula ⭐ Easy
DISCRIMINANT: bΒ²βˆ’4ac tells you HOW MANY roots
πŸ“Ž Mini Example Solve xΒ² βˆ’ 5x + 6 = 0 β†’ (xβˆ’2)(xβˆ’3) = 0 β†’ x = 2 or 3
Using formula: x = (5 Β± √(25βˆ’24)) / 2 = (5Β±1)/2
⚠️ What is the value of the discriminant for the equation 2xΒ² βˆ’ 4x + 5 = 0 ?
Discriminant = bΒ² βˆ’ 4ac  (a=2, b=βˆ’4, c=5)
Explanation: bΒ² βˆ’ 4ac = (βˆ’4)Β² βˆ’ 4(2)(5) = 16 βˆ’ 40 = βˆ’24.
⚠️ Trap: Students forget (βˆ’4)Β² = +16, not βˆ’16. Always square first!
Since discriminant < 0 β†’ no real roots (two complex roots).
A·2 Exponent Rules ⭐ Easy
POWER RULE: (xᡃ)ᡇ = x^(aΒ·b) β€” MULTIPLY the exponents!
πŸ“Ž Mini Example (xΒ³)⁴ = x12  |  xΒ² Β· x⁡ = x7 (ADD when multiplying same base)
⚠️ Simplify: (3x²y³)²
Distribute the exponent to EVERY factor inside.
Explanation: (3x²y³)² = 3² · (x²)² · (y³)² = 9 · x⁴ · y⁢ = 9x⁴y⁢.
⚠️ Trap A: 3Β² = 9, NOT 3Γ—2 = 6. Square the coefficient too!
A·3 Rational Exponents ⭐⭐ Medium
x^(m/n) = (ⁿ√x)ᡐ  β†’  denominator = ROOT, numerator = POWER
πŸ“Ž Mini Example 82/3 = (³√8)Β² = 2Β² = 4
⚠️ Evaluate: 274/3
Explanation: 274/3 = (³√27)4 = 34 = 81.
⚠️ Trap: Don't multiply 27Γ—(4/3). First find cube root (3), then raise to the 4th power.
A·4 Logarithms ⭐⭐ Medium
log_b(x) = y ↔ b^y = x  β†’  LOG = "What POWER?"
πŸ“Ž Mini Example logβ‚‚(8) = 3  because  2Β³ = 8
⚠️ Solve for x: log₃(x) = 4
Explanation: log₃(x) = 4  β†”  3⁴ = x  β†’  x = 81.
⚠️ Trap D: logβ‚„(64) = 3 is a different problem. Don't swap base and answer!
A·5 Complex Numbers ⭐⭐ Medium
iΒ² = βˆ’1  β†’  iΒΉ=i, iΒ²=βˆ’1, iΒ³=βˆ’i, i⁴=1 (cycle of 4!)
πŸ“Ž Mini Example (2+3i)(1βˆ’i) = 2 βˆ’ 2i + 3i βˆ’ 3iΒ² = 2 + i + 3 = 5 + i
⚠️ Simplify: (3 + 2i)(3 βˆ’ 2i)
Hint: This is a "difference of squares" pattern.
Explanation: (3+2i)(3βˆ’2i) = 3Β² βˆ’ (2i)Β² = 9 βˆ’ 4iΒ² = 9 βˆ’ 4(βˆ’1) = 9 + 4 = 13.
⚠️ Key: iΒ² = βˆ’1, so βˆ’4iΒ² = βˆ’4(βˆ’1) = +4. Result is always a real number!
A·6 Polynomial Factoring ⭐ Easy
SUM OF CUBES: aΒ³+bΒ³ = (a+b)(aΒ²βˆ’ab+bΒ²) β€” middle sign FLIPS!
πŸ“Ž Mini Example xΒ³ βˆ’ 8 = (xβˆ’2)(xΒ² + 2x + 4)   [difference of cubes]
⚠️ Factor completely: x³ + 27
Explanation: a=x, b=3 β†’ (x+3)(xΒ²βˆ’3x+9).
Formula: aΒ³+bΒ³ = (a+b)(aΒ²βˆ’ab+bΒ²). The middle term is βˆ’ab = βˆ’3x. Sign is MINUS!
⚠️ Trap A: Middle sign should be NEGATIVE (βˆ’3x), not positive.
AΒ·7 Functions β€” Inverse ⭐⭐ Medium
INVERSE: swap x and y, then solve for y β†’ f⁻¹ reflects over y=x
πŸ“Ž Mini Example f(x) = 2x+1 β†’ swap: x = 2y+1 β†’ y = (xβˆ’1)/2 β†’ f⁻¹(x) = (xβˆ’1)/2
⚠️ Find f⁻¹(x) if f(x) = 3x βˆ’ 6
Explanation: y = 3xβˆ’6 β†’ swap: x = 3yβˆ’6 β†’ x+6 = 3y β†’ y = (x+6)/3.
⚠️ Trap D: +6 moves to the OTHER side as +6 (not βˆ’6). Add, don't subtract!
A·8 Arithmetic Sequences ⭐ Easy
aβ‚™ = a₁ + (nβˆ’1)d  β†’  nth term = first + (nβˆ’1)Γ—common difference
πŸ“Ž Mini Example Seq: 3, 7, 11, ... β†’ a₁=3, d=4 β†’ a₁₀ = 3 + 9(4) = 39
⚠️ In the sequence 5, 8, 11, 14, … find the 20th term.
Explanation: a₁=5, d=3 β†’ aβ‚‚β‚€ = 5 + (20βˆ’1)Γ—3 = 5 + 57 = 62.
⚠️ Trap B: Using n=20 instead of (nβˆ’1)=19 gives 5+60=65. Remember nβˆ’1!
A·9 Systems of Equations ⭐⭐ Medium
ELIMINATION: multiply to make coefficients equal, then ADD or SUBTRACT
πŸ“Ž Mini Example x+y=5 and xβˆ’y=1 β†’ Add: 2x=6 β†’ x=3 β†’ y=2
⚠️ Solve the system: 2x + 3y = 12 and 4x βˆ’ 3y = 6
Explanation: Add equations: 6x = 18 β†’ x = 3.
Sub back: 2(3)+3y=12 β†’ 6+3y=12 β†’ y = 2. Answer: (3, 2).
⚠️ Always verify in BOTH equations: 4(3)βˆ’3(2) = 12βˆ’6 = 6 βœ“
A·10 Geometric Series ⭐⭐ Medium
Sβ‚™ = a₁(1βˆ’rⁿ)/(1βˆ’r)  β†’  r = common ratio (multiply each time)
πŸ“Ž Mini Example Sum of 2+6+18+54 β†’ a₁=2, r=3, n=4 β†’ Sβ‚„ = 2(1βˆ’81)/(1βˆ’3) = 2(βˆ’80)/(βˆ’2) = 80
⚠️ Find the sum of the first 5 terms of 3 + 6 + 12 + 24 + ...
Explanation: a₁=3, r=2, n=5 β†’ Sβ‚… = 3(1βˆ’2⁡)/(1βˆ’2) = 3(1βˆ’32)/(βˆ’1) = 3(βˆ’31)/(βˆ’1) = 93.
⚠️ Check: 3+6+12+24+48 = 93 βœ“   Trap B: forgetting to multiply by a₁.
πŸ“ Geometry β€” 10 Core Questions
Diagrams are your best friend β€” sketch it out!
G·1 Triangle Angles ⭐ Easy
TRIANGLE: all angles sum to 180Β° β€” always!
πŸ“Ž Mini Example Angles 50Β°, 70Β°, xΒ° β†’ x = 180 βˆ’ 50 βˆ’ 70 = 60Β°
⚠️ A triangle has angles 42° and 87°. What is the third angle?
Explanation: 42 + 87 + x = 180 β†’ x = 180 βˆ’ 129 = 51Β°.
⚠️ Trap: 42+87 = 129, NOT 139. Careful with addition!
G·2 Pythagorean Theorem ⭐ Easy
aΒ² + bΒ² = cΒ²  β†’  c is ALWAYS the hypotenuse (longest side)
πŸ“Ž Mini Example legs 3, 4 β†’ 3Β²+4Β² = 9+16 = 25 β†’ c = √25 = 5
⚠️ A right triangle has legs 5 and 12. Find the hypotenuse.
Explanation: 5Β²+12Β² = 25+144 = 169 β†’ c = √169 = 13.
⚠️ 5-12-13 is a Pythagorean triple β€” memorize it! (Like 3-4-5)
GΒ·3 Circle β€” Arc Length ⭐⭐ Medium
ARC = (ΞΈ/360Β°) Γ— 2Ο€r  β†’  fraction of the full circle
πŸ“Ž Mini Example r=6, ΞΈ=90Β° β†’ Arc = (90/360)Γ—2Ο€(6) = (1/4)Γ—12Ο€ = 3Ο€
⚠️ A circle has radius 10. Find the arc length for a central angle of 60°.
Leave answer in terms of Ο€.
Explanation: Arc = (60/360)Γ—2Ο€(10) = (1/6)Γ—20Ο€ = 20Ο€/6 = 10Ο€/3.
⚠️ Trap B: (1/6)Γ—10 = 5Ο€ forgets the factor of 2 in circumference 2Ο€r.
G·4 Similar Triangles ⭐⭐ Medium
SIMILAR: same angles, proportional sides β†’ set up a proportion, cross-multiply
πŸ“Ž Mini Example Triangles with sides 3:6 ratio β†’ all sides scale by Γ—2
⚠️ β–³ABC ~ β–³DEF. AB = 8, BC = 12, DE = 6. Find EF.
Explanation: AB/DE = BC/EF β†’ 8/6 = 12/EF β†’ EF = (12Γ—6)/8 = 72/8 = 9.
⚠️ Ratio: 8:6 = 4:3, so EF = 12Γ—(3/4) = 9. Corresponding sides must match!
GΒ·5 Volume β€” Cylinder ⭐ Easy
V = Ο€rΒ²h  β†’  "area of circle" Γ— height
πŸ“Ž Mini Example r=3, h=5 β†’ V = Ο€(9)(5) = 45Ο€
⚠️ A cylinder has diameter 8 and height 7. Find the volume.
Careful: diameter β‰  radius!
Explanation: diameter=8 β†’ r=4. V = Ο€(4Β²)(7) = Ο€(16)(7) = 112Ο€.
⚠️ Trap A: Using d=8 as r gives Ο€(64)(7)=448Ο€. ALWAYS halve the diameter!
G·6 Parallel Lines & Transversal ⭐ Easy
ALTERNATE INTERIOR = equal | CO-INTERIOR (same-side) = 180Β°
πŸ“Ž Mini Example Corresponding angles: both 55Β° (same position, same size) βœ“
⚠️ Two parallel lines are cut by a transversal. One co-interior angle is 65°. Find its co-interior partner.
Co-interior = "same-side interior" = between the parallel lines, same side.
Explanation: Co-interior angles are supplementary β†’ 65Β° + x = 180Β° β†’ x = 115Β°.
⚠️ Trap A: 65° would be alternate interior (equal). Co-interior adds to 180°!
G·7 Special Right Triangles ⭐⭐ Medium
45-45-90: sides = x, x, x√2  |  30-60-90: sides = x, x√3, 2x
πŸ“Ž Mini Example 30-60-90: short leg=5 β†’ hyp=10, long leg=5√3
⚠️ In a 45°-45°-90° triangle, the hypotenuse is 8√2. Find a leg.
Explanation: In 45-45-90: hyp = leg Γ— √2 β†’ 8√2 = leg Γ— √2 β†’ leg = 8.
⚠️ Divide the hypotenuse by √2 to get the leg. Don't multiply!
GΒ·8 Coordinate Geometry β€” Midpoint ⭐ Easy
MIDPOINT = average of x's, average of y's β†’ M = ((x₁+xβ‚‚)/2, (y₁+yβ‚‚)/2)
πŸ“Ž Mini Example A(2,4) B(8,10) β†’ M = ((2+8)/2, (4+10)/2) = (5, 7)
⚠️ M is the midpoint of AB. A = (1, 3) and M = (4, 7). Find B.
Work backwards: M = (A+B)/2 β†’ B = 2M βˆ’ A
Explanation: B = 2M βˆ’ A = (2Γ—4βˆ’1, 2Γ—7βˆ’3) = (8βˆ’1, 14βˆ’3) = (7, 11).
⚠️ Trap A: That's the midpoint formula forward. Here you need to reverse it!
G·9 Exterior Angle Theorem ⭐ Easy
EXTERIOR ANGLE = sum of TWO non-adjacent interior angles
πŸ“Ž Mini Example Interior: 40Β° and 70Β° β†’ Exterior = 40+70 = 110Β°
⚠️ An exterior angle of a triangle is 130°. One non-adjacent interior angle is 58°. Find the other non-adjacent angle.
Explanation: Exterior = sum of two remote interior β†’ 130 = 58 + x β†’ x = 72Β°.
⚠️ Trap B: 130βˆ’58=72, NOT 88. Double-check subtraction: 130βˆ’58 = 72 βœ“
GΒ·10 Circle β€” Inscribed Angle ⭐⭐ Medium
INSCRIBED ANGLE = HALF the intercepted arc (central angle = arc)
πŸ“Ž Mini Example Arc = 80Β° β†’ Inscribed angle = 40Β° (half the arc)
⚠️ An inscribed angle intercepts an arc of 148°. Find the inscribed angle.
Explanation: Inscribed angle = arc/2 = 148/2 = 74Β°.
⚠️ Trap A: That's the arc itself. Inscribed angle is ALWAYS half. Don't confuse with the central angle!