Applied English Teacher Language Literature


Department of Education

### Grade 12 Mathematics A

## 12.1: Patterns and Algebra

12.1.1: Sets
  • Sets: A set is defined as a well-defined collection of distinct objects or elements. Each object in a set is called a member or element.
  • Notation for Sets:
      - Roster Method/List Method: Elements are listed within curly braces, e.g., {1, 2, 3, 4}.
      - Modified Roster Method: Used when sets have many elements; ellipsis (e.g., …) indicates continuation. Example: Set of natural numbers could be written as {1, 2, 3, …}.
      - Set Builder Notation: Describes the properties that characterize the set; e.g., {x | x is a natural number less than 5}.
Types of Sets:
  • Finite Sets: A set with a limited number of elements, e.g., {1, 2, 3, 4}.
  • Infinite Sets: A set that continues indefinitely, e.g., {1, 2, 3, …}.
  • Empty Set: A set without elements, denoted by {} or ∅.
  • Universal Set: A set containing all possible elements of a particular problem, usually denoted by U.
  • Subset: A set A is a subset of set B if all elements of A are contained in B, denoted as A ⊆ B.
  • Equal Sets: Sets that contain exactly the same elements, e.g., {1, 2} = {2, 1}.
  • Venn Diagrams: Visual representations of sets and their relationships; useful for understanding set operations such as union and intersection.
12.1.2: Sequences and Series
  • Definition: A sequence is a set of numbers arranged in a specific order. Each number in the sequence is called a term.
  • Arithmetic Sequence: A sequence where the difference between consecutive terms is a constant (common difference).
  • Geometric Sequence: Each term is found by multiplying the previous term by a fixed common ratio.
  • Sum of a Sequence: The total when combining the elements of a sequence, generally denoted in summation notation.
  • Summation Notation: To denote the sum of terms using the Greek letter Sigma (Σ).
Examples of Sequences:
  1. Arithmetic (e.g., 2, 4, 6, … with common difference d = 2).
  2. Geometric (e.g., 2, 6, 18, … with common ratio r = 3).
Key Terminology:
  • nth Term: The general term of a sequence, commonly expressed as a_n.
  • Series: The sum of the terms of a sequence; for example, the sum of the first n terms in an arithmetic sequence can be calculated using formulas such as S_n = n/2 * (first term + last term).

12.1.3: Binomial Expansion
Definition of Binomial:
  • A binomial is the sum of two monomials, such as (a + b).
Theoretical Foundations:
  • Pascal's Triangle: A triangular array of coefficients used to expand binomials raised to powers. The elements of each row correspond to coefficients in the binomial expansion of (a + b)^n.
Binomial Theorem:

Defines the expansion of (a + b)^n as:

   (a + b)^n = Σ[ C(n, k) * a^(n-k) * b^k ]
   where C(n, k) is the binomial coefficient.

12.1.4: Determinants
Definition:
  • A determinant is a square array of numbers or variables, represented by vertical bars. They represent the sum of particular product combinations.
  • Order of the Determinant: A 2x2 determinant is defined as:

ext{Determinant} = egin{vmatrix} a & b \ c & d \ ext{Value} = ad - bc \ ext{Example: } egin{vmatrix} 1 & 2 \ 3 & 4 \ ext{Result} = (1)(4) - (2)(3) = 4 - 6 = -2 \}


Cramer’s Rule:
  • A method to solve systems of linear equations using determinants.
General Form of the System:
  • a₁x + b₁y = c₁
  • a₂x + b₂y = c₂
Cramer's Rule Application:

- Find the determinants of the coefficients (D), and the numerators for x (Dx) and y (Dy).

x = rac{D_x}{D}, ext{ and } y = rac{D_y}{D} \

Practical Examples:
  1. Use Cramer’s Rule to solve the equations
  • 2x + y = 7
  • x + 2y = 4