The definitive, expanded compendium for the IMAT Mathematics syllabus. Features complete theoretical derivations, conceptual intuitive breakdowns, full mathematical proofs, step-by-step worked numerical solutions, and logical trap warnings across all 6 syllabus modules.
Integers ($\mathbb{Z}$): Whole numbers including zero and negative numbers $\{\dots, -2, -1, 0, 1, 2, \dots\}$. Closed under subtraction.
Rational Numbers ($\mathbb{Q}$): Numbers expressible as $p/q$ where $p, q \in \mathbb{Z}$ and $q \neq 0$. Represents all terminating and repeating infinite decimals.
Irrational Numbers ($\mathbb{I}$ or $\mathbb{R}\setminus\mathbb{Q}$): Non-terminating, non-repeating decimals such as $\sqrt{2}, \pi, e$. Cannot be represented as a ratio of integers.
Real Numbers ($\mathbb{R}$): Union of all rational and irrational numbers ($\mathbb{R} = \mathbb{Q} \cup \mathbb{I}$). Corresponds to every point on a continuous 1D number line.
Diagram: Nested Real Number Set Inclusions ($\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}$)
Let $x = 0.a_1 a_2 \dots a_k \overline{p_1 p_2 \dots p_n}$ be a general mixed repeating decimal where the non-repeating part $A$ has $k$ digits and the repeating period $P$ has $n$ digits.
Multiply $x$ by $10^{k+n}$ to shift both the non-repeating antiperiod and one full repeating period to the left of the decimal point:
$$10^{k+n} \cdot x = (a_1 \dots a_k p_1 \dots p_n) . \overline{p_1 \dots p_n}$$
Multiply $x$ by $10^k$ to shift only the non-repeating antiperiod to the left of the decimal point:
$$10^k \cdot x = (a_1 \dots a_k) . \overline{p_1 \dots p_n}$$
Subtract equation (2) from equation (1). The infinite repeating decimal tails cancel out completely:
$$(10^{k+n} - 10^k) x = (a_1 \dots a_k p_1 \dots p_n) - (a_1 \dots a_k)$$
$$10^k (10^n - 1) x = \text{Entire Digit Sequence} - \text{Non-repeating Digit Sequence}$$
Solve for $x$: Since $10^n - 1 = \underbrace{99\dots9}_{n \text{ times}}$ and multiplying by $10^k$ appends $k$ zeros, we get:
$$x = \frac{\text{Entire Number} - \text{Non-Repeating Part}}{\underbrace{99\dots9}_{n \text{ nines}} \underbrace{00\dots0}_{k \text{ zeros}}}$$
💡 Worked Example: Rationalizing Repeating Decimals
Problem Statement:
Convert $x = 2.13\overline{45}$ into an irreducible rational fraction $p/q$.
Step-by-Step Solution:
Entire digit sequence without decimal point: $21345$.
Non-repeating digit sequence before period: $213$.
Equate rational and irrational parts on both sides:
$$\begin{cases} x + y = a \\ xy = b \end{cases}$$
Construct quadratic equation for $t$ whose roots are $x$ and $y$:
$$t^2 - (x+y)t + xy = 0 \implies t^2 - at + b = 0$$
$$t = \frac{a \pm \sqrt{a^2 - 4b}}{2}$$
Therefore, $x = \frac{a + \sqrt{a^2 - 4b}}{2}$ and $y = \frac{a - \sqrt{a^2 - 4b}}{2}$. Unnesting is rational if and only if $a^2 - 4b$ is a perfect square!
💡 Worked Example: Unnesting Radicals with Coefficients
2.1 Domain Restrictions, Inverses & Function Types
A function $f: X \to Y$ is a rule mapping every element $x \in X$ (Domain) to a unique element $y \in Y$ (Codomain).
Classifications of Functions
$$\text{Injective (One-to-One): } f(a)=f(b) \implies a=b, \qquad \text{Surjective (Onto): } \text{Range}(f) = Y$$
$$\text{Bijective: Injective AND Surjective } \iff \exists \text{ Inverse Function } f^{-1}: Y \to X$$
📌 Graphic Symmetry: Graph of $y = f^{-1}(x)$ is the reflection of $y = f(x)$ across the identity line $y = x$.
2.2 Parabola Vertex & Symmetry Derivations
Quadratic Parabola Vertex Formulas
$$y = a x^2 + b x + c \implies V(x_v, y_v) = \left(-\frac{b}{2a}, -\frac{\Delta}{4a}\right) \quad \text{where } \Delta = b^2 - 4ac$$
$$\text{Axis of Symmetry: } x = -\frac{b}{2a}$$
For $y = A \sin(B x - C) + D$: Amplitude $= |A|$, Period $T = \frac{2\pi}{|B|}$, Phase Shift $= C/B$.
Visual Reference: Sine Wave $y = \sin(x)$ illustrating period of $2\pi$ ($360^\circ$) and amplitude bounds $[-1, 1]$.Visual Reference: Cosine Wave $y = \cos(x)$ demonstrating peak at $x = 0$ and phase lag of $\pi/2$ relative to sine.Visual Reference: Tangent Curve $y = \tan(x)$ showing period of $\pi$ ($180^\circ$) and vertical asymptotes at odd multiples of $\pi/2$.
3.3 Compound Angle Formulas & Laws of Sines/Cosines Derivations
Addition, Subtraction & Double-Angle Identities
$$\sin(A \pm B) = \sin A \cos B \pm \cos A \sin B, \qquad \cos(A \pm B) = \cos A \cos B \mp \sin A \sin B$$
$$\sin(2\theta) = 2\sin\theta\cos\theta, \qquad \cos(2\theta) = \cos^2\theta - \sin^2\theta = 2\cos^2\theta - 1 = 1 - 2\sin^2\theta$$
📌 Detailed Operational Derivation: Law of Cosines
Consider $\Delta ABC$ placed on Cartesian plane with vertex $A$ at origin $(0,0)$, side $b$ along positive $x$-axis so $C = (b,0)$.
Coordinates of vertex $B$ are given by polar projection: $B = (c \cos A, c \sin A)$.
Apply distance formula for side length $a = |BC|$:
$$a^2 = (c \cos A - b)^2 + (c \sin A - 0)^2$$
Expand both squared terms:
$$a^2 = c^2 \cos^2 A - 2bc \cos A + b^2 + c^2 \sin^2 A$$
Group terms and apply Pythagorean identity $\cos^2 A + \sin^2 A = 1$:
$$a^2 = b^2 + c^2 (\cos^2 A + \sin^2 A) - 2bc \cos A = b^2 + c^2 - 2bc \cos A \qquad \blacksquare$$
Laws of Sines & Cosines
$$\text{Law of Sines: } \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C} = 2R \quad (R = \text{Circumradius})$$
$$\text{Law of Cosines: } c^2 = a^2 + b^2 - 2a b \cos C \implies \cos C = \frac{a^2 + b^2 - c^2}{2ab}$$
3.4 2D Coordinate Geometry, Section Formula & Circles
Distance, Division & Point-to-Line Distance
$$d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}, \qquad M = \left(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2}\right)$$
$$\text{Internal Division } m:n \implies P\left(\frac{n x_1 + m x_2}{m+n}, \frac{n y_1 + m y_2}{m+n}\right)$$
$$\text{Distance from } P(x_0, y_0) \text{ to line } A x + B y + C = 0 \implies d = \frac{|A x_0 + B y_0 + C|}{\sqrt{A^2 + B^2}}$$
Circle Equations & Two-Circle Relative Positions
$$(x - h)^2 + (y - k)^2 = r^2, \qquad x^2 + y^2 + D x + E y + F = 0 \quad \left(Center: \left(-\frac{D}{2}, -\frac{E}{2}\right), r = \sqrt{h^2+k^2-F}\right)$$
📌 Detailed Operational Derivation: Centroid 2:1 Median Division Ratio
Let $G$ be the intersection of medians $AD$ and $BE$ in $\Delta ABC$.
Connect midpoints $D$ and $E$ to form the mid-segment $DE$. By Midpoint Theorem, $DE \parallel AB$ and $DE = \frac{1}{2} AB$.
Since $DE \parallel AB$, opposite interior angles are equal: $\angle GDE = \angle GAB$ and $\angle GED = \angle GBA$.
Therefore, $\Delta GAB \sim \Delta GDE$ by AA similarity.
The ratio of corresponding sides equals the ratio of similarity scale factor:
$$\frac{AG}{GD} = \frac{BG}{GE} = \frac{AB}{DE} = \frac{AB}{\frac{1}{2} AB} = 2$$
Thus, the centroid $G$ divides each median in a strict $2 : 1$ ratio from vertex to midpoint! $\blacksquare$
6.2 Solid Geometry: Euler's Formula & Similarity Scale Laws
Euler's Polyhedral Formula & Space Diagonal
$$V - E + F = 2 \quad (V = \text{Vertices}, E = \text{Edges}, F = \text{Faces})$$
$$\text{Space Diagonal of Rectangular Box: } d_{space} = \sqrt{a^2 + b^2 + c^2}$$
3D Solids Area, Volume & Scale Factor Rules
Solid Figure
Surface Area ($SA$)
Volume ($V$)
Sphere
$4 \pi r^2$
$\frac{4}{3} \pi r^3$
Cylinder
$2\pi r(r + h)$
$\pi r^2 h$
Cone
$\pi r(r + \sqrt{r^2 + h^2})$
$\frac{1}{3} \pi r^2 h$
Regular Tetrahedron
$\sqrt{3} a^2$
$\frac{\sqrt{2}}{12} a^3$
Similarity Scale Factors (Square-Cube Law)
$$\text{Linear Ratio } = k \implies \text{Area Ratio } = k^2 \implies \text{Volume Ratio } = k^3$$
7. Practice & Interactive Math Drills
Test your formula retention and speed with our interactive IMAT math drills.