Algebra | HSC - Wyatt's Notes
Algebra
Section titled “Algebra”HSC mathematics study notes - Algebra
flowchart TD A[Algebra] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Key Concepts
Section titled “Key Concepts”Quadratic Equations
Section titled “Quadratic Equations”The general form is where .
Quadratic Formula:
Discriminant :
- : two distinct real roots
- : one repeated real root
- : no real roots
Sum and product of roots:
Sequences and Series
Section titled “Sequences and Series”Arithmetic: ,
Geometric: , ()
Infinite geometric series: when
Logarithms
Section titled “Logarithms”Properties:
Change of base:
Matrices
Section titled “Matrices”Addition:
Multiplication:
Determinant (2x2):
Inverse (2x2):
Worked Examples
Section titled “Worked Examples”Example 1: Quadratic Equations
Section titled “Example 1: Quadratic Equations”Problem: Solve .
Solution:
Step 1: Identify , ,
Step 2: Calculate the discriminant:
Step 3: Apply the quadratic formula:
Step 4: or
Answer: or
Example 2: Geometric Series
Section titled “Example 2: Geometric Series”Problem: Find the sum of the first 8 terms of the geometric series
Solution:
Step 1: Identify , ,
Step 2: Apply the sum formula:
Answer:
Example 3: Matrix Operations
Section titled “Example 3: Matrix Operations”Problem: Find the inverse of .
Solution:
Step 1: Calculate the determinant:
Step 2: Apply the inverse formula:
Step 3: Verify:
Answer:
Exam Tips
Section titled “Exam Tips”- Always check the discriminant before solving quadratics
- For geometric series, verify before using the infinite sum formula
- Matrix multiplication is not commutative: as a rule
- When finding matrix inverses, always verify your answer
Practice Problems
Section titled “Practice Problems”- Solve using the quadratic formula
- Find the sum of the first 10 terms of
- Find the inverse of
Example 4: Logarithmic Equations
Section titled “Example 4: Logarithmic Equations”Problem: Solve .
Solution:
Step 1: Determine the domain. Both arguments must be positive:
Step 2: Combine logarithms:
Step 3: Convert to exponential form:
Step 4: Expand and solve:
Step 5: Check domain: fails , so reject. satisfies .
Answer:
Common mistake: Forgetting to check the domain. Always verify that the solution satisfies the original logarithmic constraints.
Example 5: Arithmetic and Geometric Sequences Combined
Section titled “Example 5: Arithmetic and Geometric Sequences Combined”Problem: The first term of an arithmetic sequence is 5 and the common difference is 3. Find the sum of the first 20 terms.
Solution:
Step 1: Use the arithmetic series formula:
Step 2: Substitute , , :
Answer:
Common mistake: Using the wrong formula. For arithmetic series, or equivalently where is the last term.
Example 6: Matrix Determinant Properties
Section titled “Example 6: Matrix Determinant Properties”Problem: If is a matrix with , find and .
Solution:
Step 1: For a scalar multiple of an matrix:
Step 2: For and :
Step 3: For the inverse:
Answer: ,
Common mistake: Writing . For an matrix, because each of the rows is multiplied by .
More Worked Examples
Section titled “More Worked Examples”Example 7: Quadratic Inequalities
Section titled “Example 7: Quadratic Inequalities”Problem: Solve .
Solution:
Step 1: Factor the quadratic:
Step 2: Find the roots: and
Step 3: Since the coefficient of is positive, the parabola opens upward. The quadratic is negative between the roots.
Step 4: Solution:
Answer:
Common mistake: Forgetting that the inequality sign determines whether the solution is between or outside the roots. For with , the solution is between the roots.
Example 8: Sum of an Infinite Geometric Series
Section titled “Example 8: Sum of an Infinite Geometric Series”Problem: Find the sum of the infinite series
Solution:
Step 1: Identify ,
Step 2: Check : (converges)
Step 3: Apply the infinite sum formula:
Answer:
Common mistake: Using the formula when . The infinite geometric series only converges when .
Example 9: Matrix Equation
Section titled “Example 9: Matrix Equation”Problem: Solve for if .
Solution:
Step 1: Let . We need .
Step 2: Find :
Step 3: Multiply:
Step 4: Verify: (correct)
Answer:
Common mistake: For matrix equations , multiply both sides by on the left: , not . Matrix multiplication is not commutative.
Cross-References
Section titled “Cross-References”- Calculus — Differentiation and integration build on the algebraic foundations of functions and equations covered here.
- Waves — Wave equations use logarithmic and trigonometric functions that extend the algebraic techniques in this topic.
- Mechanics — Kinematic equations and force calculations apply algebraic manipulation to physical systems.
- Inorganic — Electrochemistry and thermochemistry calculations use the logarithmic and matrix skills developed in this topic.
Example 10: Solving Quadratic Inequalities
Section titled “Example 10: Solving Quadratic Inequalities”Problem: Solve the inequality .
Solution:
Step 1: Factor the quadratic:
Step 2: Find the roots: and
Step 3: Since the coefficient of is positive (), the parabola opens upward. The quadratic is negative between the roots.
Step 4: Solution:
Answer:
Common mistake: Forgetting that the inequality sign determines whether the solution is between or outside the roots. For with , the solution is between the roots. For with , the solution is outside the roots.
Example 11: Logarithmic Equations with Different Bases
Section titled “Example 11: Logarithmic Equations with Different Bases”Problem: Solve .
Solution:
Step 1: Let (note ). Then .
Step 2: Substitute:
Step 3: Factor:
Step 4: or
Step 5: Back-substitute:
Step 6: Both solutions are valid (both satisfy ).
Answer: or
Common mistake: Forgetting to check that the solutions satisfy the original domain constraints. Always substitute back to verify.
Example 12: Matrix Eigenvalues (Extension)
Section titled “Example 12: Matrix Eigenvalues (Extension)”Problem: Find the eigenvalues of .
Solution:
Step 1: Set up the characteristic equation :
Step 2: Compute the determinant:
Step 3: Factor:
Step 4: Eigenvalues: and
Answer: The eigenvalues are and
Common mistake: The characteristic equation is , not . The eigenvalues are the roots of the characteristic polynomial.
Additional Exam Tips
Section titled “Additional Exam Tips”- For logarithmic equations, always check the domain after solving
- When solving matrix equations, always verify your answer by multiplying back
- The sum of an arithmetic series can also be written as where is the last term
- For geometric series with , the series diverges (no finite sum)
Intuition
Section titled “Intuition”Quadratic equations describe parabolas, and the discriminant tells you how many times the curve crosses the x-axis — the roots are where the curve meets the ground. Sequences and series are patterns of growth: arithmetic sequences add a constant like footsteps, while geometric sequences multiply like compound interest. The sum of an infinite convergent series is a finite number approached but never quite reached, like Zeno’s paradox resolved by mathematics. Matrices are machines that transform space, and their inverses reverse that transformation.
Common Mistakes
Section titled “Common Mistakes”Forgetting to check the discriminant before solving quadratics. Always compute Delta = b^2 - 4ac first. If Delta < 0, there are no real roots. Students sometimes proceed with the quadratic formula and obtain complex numbers when the problem expects real solutions or no solution.
Confusing the geometric series sum formula for finite and infinite series. The finite sum Sn = a(1 - r^n)/(1 - r) applies for any r != 1. The infinite sum S_infinity = a/(1 - r) only converges when |r| < 1. Using the infinite formula when |r| >= 1 gives incorrect results because the series diverges.
Making sign errors in matrix inverses. For a 2x2 matrix, the inverse formula swaps the diagonal elements and negates the off-diagonal elements, all divided by the determinant. Students often forget to negate the off-diagonal elements or swap the diagonal elements, giving an incorrect inverse that does not satisfy AA^-1 = I.