Senior 4 Mathematics: Comprehensive Academic Summary

Fundamentals of Trigonometry

  • Definitions: Trigonometry is defined as the measurement in triangles, derived from the Greek words trigonontrigonon (triangle) and metronmetron (measure).
  • Angular Measure:
    • Degree: The circumference of a circle is divided into 360360 equal parts; each part is 11^{\circ}.
    • Radian: The unit of angular measure where an angle subtended from the centre of a unit circle produces an arc length of rr. 1radian57.29581\,radian \approx 57.2958^{\circ}.
    • Conversions: πradians=180\pi\,radians = 180^{\circ}. To convert degrees to radians, multiply by π180\frac{\pi}{180}. To convert radians to degrees, multiply by 180π\frac{180}{\pi}.
  • The Unit Circle: A circle with centre (0,0)(0,0) and radius 1unit1\,unit. For a point P(x,y)P(x,y) on the circle, x=cos(θ)x = \cos(\theta) and y=sin(θ)y = \sin(\theta).
  • Fundamental Identity: cos2(θ)+sin2(θ)=1\cos^2(\theta) + \sin^2(\theta) = 1.
  • Trigonometric Ratios:
    • sin(θ)=OppositeHypotenuse\sin(\theta) = \frac{Opposite}{Hypotenuse}
    • cos(θ)=AdjacentHypotenuse\cos(\theta) = \frac{Adjacent}{Hypotenuse}
    • tan(θ)=sin(θ)cos(θ)=OppositeAdjacent\tan(\theta) = \frac{\sin(\theta)}{\cos(\theta)} = \frac{Opposite}{Adjacent}
    • Reciprocal ratios: csc(θ)=1sin(θ)\csc(\theta) = \frac{1}{\sin(\theta)}, sec(θ)=1cos(θ)\sec(\theta) = \frac{1}{\cos(\theta)}, cot(θ)=1tan(θ)\cot(\theta) = \frac{1}{\tan(\theta)}.
  • Reduction Formulae:
    • Complementary: sin(π2θ)=cos(θ)\sin(\frac{\pi}{2} - \theta) = \cos(\theta).
    • Supplementary: sin(πθ)=sin(θ)\sin(\pi - \theta) = \sin(\theta); cos(πθ)=cos(θ)\cos(\pi - \theta) = -\cos(\theta).
    • Opposite: sin(θ)=sin(θ)\sin(-\theta) = -\sin(\theta); cos(θ)=cos(θ)\cos(-\theta) = \cos(\theta).
  • Triangle Rules:
    • Cosine Rule: a2=b2+c22bccos(A)a^2 = b^2 + c^2 - 2bc\cos(A).
    • Sine Rule: asin(A)=bsin(B)=csin(C)\frac{a}{\sin(A)} = \frac{b}{\sin(B)} = \frac{c}{\sin(C)}.

Propositional and Predicate Logic

  • Propositions: A declarative sentence that has a truth value (True or False), but not both.
  • Logical Connectives:
    • Negation (NOT): ¬p\neg p or p\sim p. It reverses the truth value.
    • Conjunction (AND): pqp \land q. True only if both are true.
    • Disjunction (OR): pqp \vee q. True if at least one is true.
    • Implication (IF…THEN): pqp \rightarrow q. False only if the premise pp is true and conclusion qq is false.
    • Equivalence (IFF): pqp \leftrightarrow q. True only if both have the same truth value.
  • Compound Statements:
    • Tautology: Always true regardless of variable values.
    • Contradiction: Always false regardless of variable values.
    • Contingency: Neither a tautology nor a contradiction.
  • De Morgan’s Laws:
    • ¬(pq)    ¬p¬q\neg(p \land q) \iff \neg p \vee \neg q
    • ¬(pq)    ¬p¬q\neg(p \vee q) \iff \neg p \land \neg q
  • Quantifiers:
    • Universal (\forall): "For all".
    • Existential (\exists): "There exists".

Binary Operations and Algebraic Structures

  • Binary Operation: A calculation combining two elements (operands) of a set to produce another element of the set.
  • Group: A non-empty set GG under operation * satisfying:
    1. Closure: a,bG,(ab)G\forall a, b \in G, (a * b) \in G.
    2. Associativity: a,b,cG,a(bc)=(ab)c\forall a, b, c \in G, a * (b * c) = (a * b) * c.
    3. Identity: eG,ae=ea=a\exists e \in G, a * e = e * a = a.
    4. Inverse: aG,a1G,aa1=e\forall a \in G, \exists a^{-1} \in G, a * a^{-1} = e.
    • Abelian Group: A group that also satisfies commutativity: ab=baa * b = b * a.
  • Rings/Fields: Rings involve two operations (+,)(+, \cdot). A Field is a commutative ring with identity and inverses for all non-zero elements.
  • Cayley Table: A grid used to describe the results of binary operations on finite sets.

The Set of Real Numbers

  • Subsets: Natural Numbers (N\mathbb{N}), Integers (Z\mathbb{Z}), Rational Numbers (Q\mathbb{Q}), and Irrational Numbers (I\mathbb{I}) form the Real Numbers (R\mathbb{R}).
  • Absolute Value: x|x| represents the distance from zero. x=x|x| = x if x0x \geq 0 and x-x if x<0x < 0.
  • Powers and Radicals:
    • Product: (am)(an)=am+n(a^m)(a^n) = a^{m+n}.
    • Quotient: anam=anm\frac{a^n}{a^m} = a^{n-m}.
    • Surds: Irrational numbers expressed with a radical sign \sqrt{}.
  • Logarithms: The power to which 1010 must be raised to produce a number AA (log10A\log_{10}A).
    • Rules: log(AB)=log(A)+log(B)\log(AB) = \log(A) + \log(B); log(An)=nlog(A)\log(A^n) = n\log(A).

Equations and Inequalities

  • Linear Equations: Polynomials of degree 11 in the form ax+b=0ax + b = 0.
  • Quadratic Equations: Form ax2+bx+c=0ax^2 + bx + c = 0.
    • Formula: x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.
    • Roots: Sum S=baS = -\frac{b}{a}, Product P=caP = \frac{c}{a}.
  • Inequalities: Solved using sign diagrams. When multiplying/dividing by a negative number, the inequality sign reverses.
  • Simultaneous Equations: Systems of two variables solved via substitution, elimination, Cramer’s method, or graphical methods.

Numerical Functions and Limits

  • Function Concepts: A rule assigning every element of Domain AA to a unique element in Range BB.
    • Composition: (gf)(x)=g(f(x))(g \circ f)(x) = g(f(x)).
    • Parity: Even if f(x)=f(x)f(-x) = f(x); Odd if f(x)=f(x)f(-x) = -f(x).
  • Limits: The value a function approaches as the input approaches a point.
    • One-sided: limxa+f(x)\lim_{x \to a^+} f(x) (right) and limxaf(x)\lim_{x \to a^-} f(x) (left).
    • Squeeze Theorem: If f(x)g(x)h(x)f(x) \leq g(x) \leq h(x) and limf=limh=L\lim f = \lim h = L, then limg=L\lim g = L.
    • Indeterminate Forms: Cases like 00\frac{0}{0} or \frac{\infty}{\infty} requiring simplification or rationalisation.
  • Continuity: f(x)f(x) is continuous at x0x_0 if limxx0f(x)=f(x0)\lim_{x \to x_0} f(x) = f(x_0).
  • Asymptotes: Lines approached by curves. Vertical (denominator is zero), Horizontal (limit at ±\pm \infty), and Oblique (quotient of long division).

Differentiation

  • Definition: The instantaneous rate of change or slope of the tangent line.
    • First Principles: f(x)=limh0f(x+1)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+1) - f(x)}{h}.
  • Rules:
    • Power Rule: ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}.
    • Product Rule: (uv)=uv+uv(uv)' = u'v + uv'.
    • Quotient Rule: (uv)=uvuvv2(\frac{u}{v})' = \frac{u'v - uv'}{v^2}.
    • Chain Rule: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}.
  • Applications:
    • Stationary Points: Where f(x)=0f'(x) = 0.
    • Inflection Points: Where concavity changes (f(x)=0f''(x) = 0).
    • Kinematics: Velocity v(t)=dsdtv(t) = \frac{ds}{dt}, Acceleration a(t)=dvdta(t) = \frac{dv}{dt}.

Vectors and Linear Transformations

  • Vectors: Quantities with magnitude and direction.
    • Magnitude: AB=(x2x1)2+(y2y1)2|AB| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
    • Dot Product: ab=abcos(θ)=axbx+aybya \cdot b = |a||b|\cos(\theta) = a_x b_x + a_y b_y.
  • Linear Transformations: Functions T:VWT: V \to W satisfying T(u+v)=T(u)+T(v)T(u+v) = T(u)+T(v) and T(λu)=λT(u)T(\lambda u) = \lambda T(u).
    • Geometric: Includes reflection (symmetry about axes), rotation (by angle θ\theta), and scaling.
  • Matrices: Rectangular arrays (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}.
    • Determinant: det(A)=adbc\det(A) = ad - bc.
    • Inverse: A1=1det(A)(dbca)A^{-1} = \frac{1}{\det(A)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}.

Statistics and Combinatorics

  • Descriptive Statistics:
    • Central Tendency: Mean (xˉ=fxf\bar{x} = \frac{\sum f x}{\sum f}), Median (middle value), Mode (highest frequency).
    • Dispersion: Range, Variance (s2=(xxˉ)2ns^2 = \frac{\sum(x-\bar{x})^2}{n}), and Standard Deviation (ss).
    • Coefficient of Variation: C.V.=sxˉ×100%C.V. = \frac{s}{\bar{x}} \times 100\%.
  • Combinatorics:
    • Factorial: n!=n×(n1)×...×1n! = n \times (n-1) \times ... \times 1.
    • Permutations: Order matters. P(n,r)=n!(nr)!P(n,r) = \frac{n!}{(n-r)!}.
    • Combinations: Order does not matter. C(n,r)=n!r!(nr)!C(n,r) = \frac{n!}{r!(n-r)!}.
  • Probability: The measure of an event EE occurring.
    • P(E)=n(E)n(S)P(E) = \frac{n(E)}{n(S)}.
    • Complement: P(E)=1P(E)P(E') = 1 - P(E).
    • Sum Law: P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B).