01 • Mathematical Logic
StatementA statement has a definite truth value: true or false.
ConnectivesAND, OR, NOT, implication and biconditional combine statements.
Tautology / contradictionA tautology is always true; a contradiction is always false.
QuantifiersUniversal means 'for every'; existential means 'there exists'.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
02 • Matrices
Matrix and orderA matrix arranges elements in rows and columns; order is rows × columns.
Elementary transformationsStandard row or column operations help simplify matrices and solve systems.
AdjointThe adjoint is the transpose of the cofactor matrix.
InverseA⁻¹ = adj(A)/|A| when |A| ≠ 0.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
03 • Trigonometric Functions
Trigonometric equationsFind all angles satisfying the equation while respecting periodicity.
General solutionssinθ=sinα ⇒ θ=nπ+(−1)ⁿα
cosθ=cosα ⇒ θ=2nπ±α
tanθ=tanα ⇒ θ=nπ+α
Sine rulea/sinA=b/sinB=c/sinC=2R
Cosine rulea²=b²+c²−2bc cosA
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
04 • Pair of Straight Lines
Homogeneous equationax²+2hxy+by²=0 can represent a pair of lines through the origin.
Angle between linestanθ=2√(h²−ab)/(a+b) where applicable.
Slope methodIf the two lines have slopes m₁ and m₂, their angle is obtained from the slope-angle relation.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
05 • Vectors
Magnitude|a|=√(a₁²+a₂²+a₃²)
Dot producta·b=|a||b|cosθ
Cross product|a×b|=|a||b|sinθ
Scalar triple product[abc]=a·(b×c); absolute value gives parallelepiped volume.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
06 • Line and Plane
Vector equation of liner=a+λb
Cartesian line(x−x₁)/l=(y−y₁)/m=(z−z₁)/n
Plane equationax+by+cz+d=0
Point-plane distanced=|ax₁+by₁+cz₁+d|/√(a²+b²+c²)
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
07 • Linear Programming
Objective functionThe linear expression to be maximised or minimised.
ConstraintsLinear inequalities describe restrictions on the variables.
Feasible regionThe common region satisfying all constraints.
Optimal solutionFor a standard two-variable LPP, test the appropriate corner points of the feasible region.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
08 • Differentiation
DerivativeThe derivative measures instantaneous rate of change and gives tangent slope.
Chain ruled[f(g(x))]/dx=f′(g(x))g′(x)
Implicit differentiationDifferentiate both sides with respect to x when y is defined implicitly.
Second derivatived²y/dx²=d/dx(dy/dx)
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
09 • Applications of Derivatives
Increasing / decreasingf′(x)>0 indicates increasing behaviour and f′(x)<0 decreasing behaviour on an interval.
Critical pointsCandidates occur where f′(x)=0 or f′(x) does not exist, subject to the domain.
Tangent / normalmₜ=dy/dx
mₙ=−1/mₜ when defined.
Maxima / minimaDerivative tests help locate and classify local extreme values.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
10 • Indefinite Integration
AntiderivativeF is an antiderivative of f when F′(x)=f(x).
Power rule∫xⁿdx=xⁿ⁺¹/(n+1)+C, n≠−1
Logarithmic integral∫dx/x=ln|x|+C
Integration by parts∫u dv=uv−∫v du
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
11 • Definite Integration
Fundamental theorem∫ₐᵇf(x)dx=F(b)−F(a) where F′=f.
Basic properties∫ₐᵃf=0 and ∫ₐᵇf=−∫ᵇₐf
SymmetryOdd functions integrate to zero on [−a,a]; even functions give twice the integral from 0 to a.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
12 • Application of Definite Integration
Area under a curveA=∫ₐᵇy dx when y is non-negative.
Area between curvesA=∫ₐᵇ(upper−lower)dx
With respect to yA=∫(right−left)dy
Geometrical meaningA definite integral represents accumulated area when the integrand represents a height or width.
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
13 • Differential Equations
Order and degreeOrder is the highest derivative; degree is its power after the equation is polynomial in derivatives.
Variable separationdy/dx=f(x)g(y) ⇒ dy/g(y)=f(x)dx
First-order linear formdy/dx+Py=Q
Integrating factorI.F.=e^(∫Pdx)
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
14 • Probability Distributions
Random variableA random variable assigns a numerical value to each outcome.
Probability mass functionp(x)=P(X=x), p(x)≥0, Σp(x)=1
Expected valueE(X)=Σxp(x)
Variance / S.D.Var(X)=E(X²)−[E(X)]²
σ=√Var(X)
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.
15 • Bernoulli Trials and Binomial Distribution
Bernoulli trialEach trial has two outcomes, with constant success probability p and failure probability q=1−p.
Binomial probabilityP(X=r)=ⁿCᵣpʳqⁿ⁻ʳ
Variance / S.D.Var(X)=npq
σ=√(npq)
Study Tip: Understand the idea first, then solve a board-style problem and verify the result.
Remember: Check conditions, signs, domain and constants before applying a result.