Senior 4 Mathematics: Comprehensive Academic Summary
Fundamentals of Trigonometry
- Definitions: Trigonometry is defined as the measurement in triangles, derived from the Greek words trigonon (triangle) and metron (measure).
- Angular Measure:
- Degree: The circumference of a circle is divided into 360 equal parts; each part is 1∘.
- Radian: The unit of angular measure where an angle subtended from the centre of a unit circle produces an arc length of r. 1radian≈57.2958∘.
- Conversions: πradians=180∘. To convert degrees to radians, multiply by 180π. To convert radians to degrees, multiply by π180.
- The Unit Circle: A circle with centre (0,0) and radius 1unit. For a point P(x,y) on the circle, x=cos(θ) and y=sin(θ).
- Fundamental Identity: cos2(θ)+sin2(θ)=1.
- Trigonometric Ratios:
- sin(θ)=HypotenuseOpposite
- cos(θ)=HypotenuseAdjacent
- tan(θ)=cos(θ)sin(θ)=AdjacentOpposite
- Reciprocal ratios: csc(θ)=sin(θ)1, sec(θ)=cos(θ)1, cot(θ)=tan(θ)1.
- Reduction Formulae:
- Complementary: sin(2π−θ)=cos(θ).
- Supplementary: sin(π−θ)=sin(θ); cos(π−θ)=−cos(θ).
- Opposite: sin(−θ)=−sin(θ); cos(−θ)=cos(θ).
- Triangle Rules:
- Cosine Rule: a2=b2+c2−2bccos(A).
- Sine Rule: sin(A)a=sin(B)b=sin(C)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 or ∼p. It reverses the truth value.
- Conjunction (AND): p∧q. True only if both are true.
- Disjunction (OR): p∨q. True if at least one is true.
- Implication (IF…THEN): p→q. False only if the premise p is true and conclusion q is false.
- Equivalence (IFF): p↔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:
- ¬(p∧q)⟺¬p∨¬q
- ¬(p∨q)⟺¬p∧¬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 G under operation ∗ satisfying:
- Closure: ∀a,b∈G,(a∗b)∈G.
- Associativity: ∀a,b,c∈G,a∗(b∗c)=(a∗b)∗c.
- Identity: ∃e∈G,a∗e=e∗a=a.
- Inverse: ∀a∈G,∃a−1∈G,a∗a−1=e.
- Abelian Group: A group that also satisfies commutativity: a∗b=b∗a.
- Rings/Fields: Rings involve two operations (+,⋅). 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), Integers (Z), Rational Numbers (Q), and Irrational Numbers (I) form the Real Numbers (R).
- Absolute Value: ∣x∣ represents the distance from zero. ∣x∣=x if x≥0 and −x if x<0.
- Powers and Radicals:
- Product: (am)(an)=am+n.
- Quotient: aman=an−m.
- Surds: Irrational numbers expressed with a radical sign .
- Logarithms: The power to which 10 must be raised to produce a number A (log10A).
- Rules: log(AB)=log(A)+log(B); log(An)=nlog(A).
Equations and Inequalities
- Linear Equations: Polynomials of degree 1 in the form ax+b=0.
- Quadratic Equations: Form ax2+bx+c=0.
- Formula: x=2a−b±b2−4ac.
- Roots: Sum S=−ab, Product P=ac.
- 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 A to a unique element in Range B.
- Composition: (g∘f)(x)=g(f(x)).
- Parity: Even if f(−x)=f(x); Odd if f(−x)=−f(x).
- Limits: The value a function approaches as the input approaches a point.
- One-sided: limx→a+f(x) (right) and limx→a−f(x) (left).
- Squeeze Theorem: If f(x)≤g(x)≤h(x) and limf=limh=L, then limg=L.
- Indeterminate Forms: Cases like 00 or ∞∞ requiring simplification or rationalisation.
- Continuity: f(x) is continuous at x0 if limx→x0f(x)=f(x0).
- Asymptotes: Lines approached by curves. Vertical (denominator is zero), Horizontal (limit at ±∞), and Oblique (quotient of long division).
Differentiation
- Definition: The instantaneous rate of change or slope of the tangent line.
- First Principles: f′(x)=limh→0hf(x+1)−f(x).
- Rules:
- Power Rule: dxd(xn)=nxn−1.
- Product Rule: (uv)′=u′v+uv′.
- Quotient Rule: (vu)′=v2u′v−uv′.
- Chain Rule: dxdy=dudy⋅dxdu.
- Applications:
- Stationary Points: Where f′(x)=0.
- Inflection Points: Where concavity changes (f′′(x)=0).
- Kinematics: Velocity v(t)=dtds, Acceleration a(t)=dtdv.
- Vectors: Quantities with magnitude and direction.
- Magnitude: ∣AB∣=(x2−x1)2+(y2−y1)2.
- Dot Product: a⋅b=∣a∣∣b∣cos(θ)=axbx+ayby.
- Linear Transformations: Functions T:V→W satisfying T(u+v)=T(u)+T(v) and T(λu)=λT(u).
- Geometric: Includes reflection (symmetry about axes), rotation (by angle θ), and scaling.
- Matrices: Rectangular arrays (acbd).
- Determinant: det(A)=ad−bc.
- Inverse: A−1=det(A)1(d−c−ba).
Statistics and Combinatorics
- Descriptive Statistics:
- Central Tendency: Mean (xˉ=∑f∑fx), Median (middle value), Mode (highest frequency).
- Dispersion: Range, Variance (s2=n∑(x−xˉ)2), and Standard Deviation (s).
- Coefficient of Variation: C.V.=xˉs×100%.
- Combinatorics:
- Factorial: n!=n×(n−1)×...×1.
- Permutations: Order matters. P(n,r)=(n−r)!n!.
- Combinations: Order does not matter. C(n,r)=r!(n−r)!n!.
- Probability: The measure of an event E occurring.
- P(E)=n(S)n(E).
- Complement: P(E′)=1−P(E).
- Sum Law: P(A∪B)=P(A)+P(B)−P(A∩B).