Topic 2: SETS OF NUMBERS
Guide to Fundamentals:
This section is about understanding the different categories of numbers and their basic
properties, as well as how they interact through operations. It forms the bedrock for all
subsequent algebra.
● Integers, Rational, Irrational, Real Numbers:
○ Integers (Z): Whole numbers (positive, negative, and zero) e.g., ...-2, -1, 0, 1,
2,...
○ Rational Numbers (Q): Numbers that can be expressed as a fraction p/q,
where p and q are integers and q ≠ 0. They have terminating or repeating
decimal expansions. e.g., 1/2, -3/4, 0.333..., 5.
○ Irrational Numbers: Numbers that cannot be expressed as a simple fraction.
They have non-terminating, non-repeating decimal expansions. e.g., π, √2, e.
○ Real Numbers (R): The set of all rational and irrational numbers. They cover
the entire number line.
●
● Properties of Real Numbers:
○ Commutative Property: a + b = b + a; a * b = b * a
○ Associative Property: (a + b) + c = a + (b + c); (a * b) * c = a * (b * c)
○ Distributive Property: a * (b + c) = a * b + a * c
○ Identity Property: a + 0 = a; a * 1 = a
○ Inverse Property: a + (-a) = 0; a * (1/a) = 1 (for a ≠ 0)
●
● Algebraic and Order Relations:
○ Inequalities: Understanding <, >, ≤, ≥ and how to manipulate them (e.g.,
multiplying/dividing by a negative number reverses the inequality sign).
○ Interval Notation: Representing sets of numbers using parentheses and
brackets (e.g., [a, b], (a, b], (-∞, a)).
●
● Exponents and Radicals (Surds):
○ Laws of Exponents: x^a * x^b = x^(a+b), (x^a)^b = x^(ab), x^a / x^b =
x^(a-b), x^0 = 1, x^(-a) = 1/x^a.
○ Laws of Radicals: √x = x^(1/2), n√(x^m) = x^(m/n), √(ab) = √a * √b, √(a/b) =
√a / √b.
○ Rationalizing the Denominator: Eliminating radicals from the denominator
of a fraction.
●
● Introduction to Complex Numbers:
○ Definition: z = a + bi, where 'a' is the real part, 'b' is the imaginary part, and i
= √(-1) (so i² = -1).
○ Basic Operations: Addition, subtraction, multiplication, and division (using
the conjugate for division).
●
● Binary Operations:
○ A rule for combining two elements of a set to produce another element of the
same set. (e.g., addition, subtraction, multiplication, division for real
numbers).
●
Topic 3: FUNCTIONS
Guide to Fundamentals:
Functions are central to mathematics. Understanding what a function is, how to represent it,
and its basic properties is crucial.
● Relations and Mappings:
○ Relation: A set of ordered pairs.
○ Mapping: A way to visually represent a relation from one set (domain) to
another (codomain).
●
● Definition of Functions:
○ A relation where each input (from the domain) corresponds to exactly one
output (in the range).
○ Vertical Line Test: For a graph, if any vertical line intersects the graph at
more than one point, it is not a function.
○ Domain: The set of all possible input values (x-values).
○ Range: The set of all possible output values (y-values).
●
● Types of Functions:
○ Function Composition: (f o g)(x) = f(g(x)). Applying one function to the result
of another.
○ Even Functions: f(-x) = f(x) (symmetric about the y-axis).
○ Odd Functions: f(-x) = -f(x) (symmetric about the origin).
●
● Graphing of Functions and Transformation of Curves:
○ Basic Shapes: Linear (y=mx+c), Quadratic (y=ax²+bx+c), Cubic (y=x³),
Reciprocal (y=1/x), Exponential (y=a^x), Logarithmic (y=log_a x).
○ Transformations:
■ Translations: f(x) ± c (vertical), f(x ± c) (horizontal).
■ Stretches/Compressions: c * f(x) (vertical), f(c * x) (horizontal).
■ Reflections: -f(x) (across x-axis), f(-x) (across y-axis).
○
●
● Combinations of Functions:
○ Algebra of Functions: (f+g)(x) = f(x)+g(x), (f-g)(x) = f(x)-g(x), (fg)(x) =
f(x)g(x), (f/g)(x) = f(x)/g(x) (where g(x) ≠ 0).
●
● Inverse of Functions: Implicit and Explicit Functions:
○ Inverse Function (f⁻¹(x)): A function that "undoes" the original function. If
(a,b) is on f, then (b,a) is on f⁻¹.
○ Finding an Inverse: Swap x and y, then solve for y.
○ One-to-One Function: A function where each output corresponds to exactly
one input (passes the Horizontal Line Test). Only one-to-one functions have
inverse functions.
○ Implicit Function: A function where y is not explicitly isolated (e.g., x² + y² =
25).
○ Explicit Function: A function where y is isolated (e.g., y = x² + 3).
●
Topic 4: QUADRATIC FUNCTIONS
Guide to Fundamentals:
Quadratic functions are polynomial functions of degree 2, fundamental in algebra and widely
applied in physics and engineering.
● Quadratic Equations:
○ Standard Form: ax² + bx + c = 0 (where a ≠ 0).
○ Solving Quadratic Equations:
■ Factoring: Expressing the quadratic as a product of linear factors.
■ Completing the Square: Transforming the equation into the form
(x+h)² = k.
■ Quadratic Formula: x = [-b ± √(b² - 4ac)] / 2a.
○
●
● Roots of Quadratic Equations:
○ The values of x that satisfy the equation (also known as zeros or
x-intercepts).
○ Sum of Roots: -b/a
○ Product of Roots: c/a
●
● The Discriminant (Δ = b² - 4ac):
○ Δ > 0: Two distinct real roots.
○ Δ = 0: One repeated real root.
○ Δ < 0: Two complex conjugate roots (no real roots).
●
● Quadratic Function: Maximum and Minimum Values and their Graphs:
○ Parabola: The graph of a quadratic function, y = ax² + bx + c.
○ Vertex: The turning point of the parabola.
■ x-coordinate of vertex: -b/(2a).
■ y-coordinate of vertex: Substitute x-coordinate into the function.
○
○ Direction of Opening:
■ If a > 0, parabola opens upwards (minimum value at vertex).
■ If a < 0, parabola opens downwards (maximum value at vertex).
○
●
● Polynomials, The Factor Theorem, The Remainder Theorem:
○ Polynomial: An expression consisting of variables and coefficients, involving
only the operations of addition, subtraction, multiplication, and non-negative
integer exponents.
○ Factor Theorem: If P(a) = 0, then (x-a) is a factor of P(x). Conversely, if (x-a)
is a factor, then P(a) = 0.
○ Remainder Theorem: If a polynomial P(x) is divided by (x-a), the remainder
is P(a).
●
● Solution of Surd Equations and Fractional Equations (Rational):
○ Surd Equations: Equations involving square roots or other radicals. Isolate
the radical, then square both sides (check for extraneous solutions).
○ Fractional Equations: Equations where the variable appears in the
denominator. Multiply by the LCD to eliminate denominators (check for values
that make the denominator zero).
●
● Linear, Quadratic and Rational Inequalities. Absolute Value Function and
Graphs, Equations and Inequalities involving the Modulus.
○ Linear Inequalities: Solve like linear equations, remembering to flip the
inequality sign if multiplying/dividing by a negative number.
○ Quadratic Inequalities: Find roots, sketch the parabola, and determine
intervals where the inequality holds true.
○ Rational Inequalities: Find critical points (zeros of numerator and
denominator), create a sign table, and determine intervals.
○ Absolute Value Definition: |x| = x if x ≥ 0; |x| = -x if x < 0.
○ Absolute Value Equations:
■ |x| = a => x = a or x = -a
○
○ Absolute Value Inequalities:
■ |x| < a => -a < x < a
■ |x| > a => x < -a or x > a
○
○ Graphs of Absolute Value Functions: Typically V-shaped graphs (e.g., y =
|x|).
●
Topic 5: SEQUENCES AND SERIES (GP AND AP), AND THEIR
APPLICATIONS
Guide to Fundamentals:
Sequences and series deal with ordered lists of numbers and their sums, respectively.
Arithmetic and Geometric Progressions are the most common types.
● Sequences: An ordered list of numbers.
○ General Term (n-th term): A formula to find any term in the sequence.
●
● Series: The sum of the terms in a sequence.
○ Summation Notation (Sigma Notation): Σ (sigma) used to represent a sum.
●
● Arithmetic Progression (AP):
○ Common Difference (d): The constant difference between consecutive terms
(a_{n+1} - a_n = d).
○ n-th term: a_n = a_1 + (n-1)d, where a_1 is the first term.
○ Sum of the first n terms: S_n = n/2 * (2a_1 + (n-1)d) or S_n = n/2 * (a_1 +
a_n).
●
● Geometric Progression (GP):
○ Common Ratio (r): The constant ratio between consecutive terms (a_{n+1} /
a_n = r).
○ n-th term: a_n = a_1 * r^(n-1), where a_1 is the first term.
○ Sum of the first n terms: S_n = a_1 * (1 - r^n) / (1 - r) (for r ≠ 1).
○ Sum to Infinity (S_∞): For |r| < 1, S_∞ = a_1 / (1 - r).
●
● Applications:
○ Problems involving growth, decay, financial calculations (simple/compound
interest), patterns.
●
Topic 6: MATHEMATICAL INDUCTION
Guide to Fundamentals:
Mathematical Induction is a powerful proof technique used to prove statements about natural
numbers.
● Principle of Mathematical Induction:
○ Base Case: Show that the statement is true for the smallest relevant natural
number (usually n=1).
○ Inductive Hypothesis: Assume the statement is true for some arbitrary
natural number k (P(k) is true).
○ Inductive Step: Show that if the statement is true for k, it must also be true
for k+1 (P(k+1) is true).
○ Conclusion: By the principle of mathematical induction, the statement is true
for all natural numbers n ≥ (base case value).
●
● Types of Proofs:
○ Summations (e.g., sum of first n integers).
○ Divisibility (e.g., n³ - n is divisible by 3).
○ Inequalities (e.g., 2^n > n).
●
Topic 7: BINOMIAL THEOREM
Guide to Fundamentals:
The Binomial Theorem provides a formula for expanding binomials (expressions with two
terms) raised to a positive integer power.
● Binomial Expansion:
○ (a + b)^n = Σ (n choose k) * a^(n-k) * b^k from k=0 to n.
○ Binomial Coefficient (n choose k or C(n, k) or (n k)):
■ (n k) = n! / (k! * (n-k)!)
■ These can be found using Pascal's Triangle.
○
●
● Key Properties:
○ The expansion has n+1 terms.
○ The sum of the powers of a and b in each term is n.
○ The coefficients are symmetric.
●
● Finding Specific Terms:
○ The (r+1)-th term in the expansion of (a+b)^n is T_(r+1) = (n r) * a^(n-r) * b^r.
●
● General Term: As given above, T_(k+1) is often used for the general term.
Topic 8: PARTIAL FRACTIONS
Guide to Fundamentals:
Partial fractions is a technique used to decompose a complex rational expression (a fraction
with polynomials in the numerator and denominator) into simpler fractions. This is particularly
useful in calculus for integration.
● Proper vs. Improper Fractions:
○ Proper: Degree of numerator < Degree of denominator.
○ Improper: Degree of numerator ≥ Degree of denominator. (Must perform
polynomial long division first).
●
● Cases for Decomposition:
○ Distinct Linear Factors: Denominator has factors like (x-a)(x-b)(x-c).
■ A/(x-a) + B/(x-b) + C/(x-c)
○
○ Repeated Linear Factors: Denominator has factors like (x-a)² or (x-a)³.
■ A/(x-a) + B/(x-a)² + C/(x-a)³ (for (x-a)³)
○
○ Irreducible Quadratic Factors: Denominator has factors like (x² + ax + b)
that cannot be factored into real linear factors.
■ (Ax + B)/(x² + ax + b)
○
○ Repeated Irreducible Quadratic Factors: Denominator has factors like (x² +
ax + b)².
■ (Ax + B)/(x² + ax + b) + (Cx + D)/(x² + ax + b)²
○
●
● Method:
○ Set the original fraction equal to the sum of its partial fractions with unknown
constants (A, B, C...).
○ Multiply both sides by the original denominator to clear all denominators.
○ Solve for the unknown constants by:
■ Substituting convenient values of x (roots of the denominator).
■ Equating coefficients of like powers of x.
○
●
Topic 9: MATRICES AND DETERMINANTS
Guide to Fundamentals:
Matrices are rectangular arrays of numbers used to represent data and perform
transformations. Determinants are scalar values associated with square matrices, crucial for
solving systems of equations and finding inverses.
● Introduction to Concepts of Matrix:
○ Definition: A rectangular array of numbers, symbols, or expressions
arranged in rows and columns.
○ Order (Dimension): m x n (m rows, n columns).
○ Elements: Individual entries in the matrix (a_ij).
○ Types of Matrices: Row matrix, Column matrix, Square matrix, Zero/Null
matrix, Identity matrix (I), Diagonal matrix, Scalar matrix.
●
● The Particular Matrices D and Transpose A^T of A:
○ Transpose (A^T): Rows become columns and columns become rows. If A is
m x n, A^T is n x m.
○ Symmetric Matrix: A = A^T (must be a square matrix).
○ Skew-Symmetric Matrix: A = -A^T (must be a square matrix, diagonal
elements are zero).
●
● A + B, A - B and KA Matrix Operations:
○ Addition/Subtraction: Only possible if matrices have the same order.
Add/subtract corresponding elements.
○ Scalar Multiplication (KA): Multiply every element in the matrix by the scalar
k.
●
● Determinant |A| of a Square Matrix A:
○ Definition: A scalar value calculated from the elements of a square matrix.
○ 2x2 Matrix: |A| = |(a b) (c d)| = ad - bc.
○ 3x3 Matrix (and higher): Use cofactor expansion (along a row or column) or
Sarrus' Rule (for 3x3).
●
● Minors and Factors: Properties of Determinants:
○ Minor (M_ij): The determinant of the submatrix formed by deleting the i-th
row and j-th column.
○ Cofactor (C_ij): (-1)^(i+j) * M_ij.
○ Properties:
■ If a row/column is all zeros, |A| = 0.
■ If two rows/columns are identical or proportional, |A| = 0.
■ Swapping two rows/columns changes the sign of the determinant.
■ Multiplying a row/column by k multiplies the determinant by k.
■ |AB| = |A||B|.
■ |A^T| = |A|.
○
●
● Inverses and Systems, Use of Determinants in the solution of System of
Simultaneous linear Equations (Cramer's Rule).
○ Inverse Matrix (A⁻¹): For a square matrix A, if AA⁻¹ = A⁻¹A = I (Identity
Matrix).
○ Existence of Inverse: A⁻¹ exists if and only if |A| ≠ 0 (A is non-singular).
○ Finding Inverse (2x2): If A = |(a b) (c d)|, then A⁻¹ = 1/|A| * |(d -b) (-c a)|.
○ Finding Inverse (higher order): A⁻¹ = (1/|A|) * adj(A), where adj(A) is the
adjugate (transpose of the cofactor matrix).
○ Solving Linear Systems using Inverses: AX = B => X = A⁻¹B.
○ Cramer's Rule: A method for solving systems of linear equations using
determinants.
■ For a system AX = B, x_i = |A_i| / |A|, where A_i is the matrix formed
by replacing the i-th column of A with the column vector B.
○
●
That's a lot, but by focusing on these core concepts for each topic, you'll be well-prepared to
tackle exam questions.
Ready for our first set of questions, starting with "Sets of Numbers"? I'll formulate some
basic questions covering the fundamentals we just outlined.