Meditaliano Logo
MEDITALIANO Math Master Handbook (Rigorous Edition) 📐

IMAT Mathematics Master Handbook & Compendium

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.

🧭 Quick Navigator - 6 Core Syllabus Modules

1. Numbers & Algebra 2. Functions & Logarithms 3. Trigonometry & Geometry 4. Sets, Logic & Reasoning 5. Probability & Statistics 6. Plane & Solid Geometry

1. Number Sets, Real Algebra, Radical Unnesting & Polynomial Derivations

1.1 Hierarchy of Real Number Sets & Infinite Decimal Rationalization

The real number system $\mathbb{R}$ is organized into a strict nested hierarchy based on algebraic structural properties:

  • Natural Numbers ($\mathbb{N}$): Positive counting integers $\{1, 2, 3, \dots\}$. Closed under addition and multiplication. Note $\mathbb{N}_0 = \{0, 1, 2, 3, \dots\}$.
  • 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.
$$\mathbb{R} \text{ (Real Numbers)}$$
$$\mathbb{Q} \text{ (Rational)}$$
$$\mathbb{Z} \text{ (Integers)}$$
$$\mathbb{N}$$
$$\mathbb{I}$$

Diagram: Nested Real Number Set Inclusions ($\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}$)

Repeating Decimal to Fraction Operational Formula

$$x = \frac{\text{Entire Number} - \text{Non-Repeating Part}}{9\dots9_{p} \cdot 0\dots0_{a}}$$

📌 Detailed Operational Derivation & Mathematical Proof: Decimal Conversion

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.

  1. 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}$$
  2. 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}$$
  3. 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}$$
  4. 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:
  1. Entire digit sequence without decimal point: $21345$.
  2. Non-repeating digit sequence before period: $213$.
  3. Repeating period digits $n = 2$ ('45') $\implies 99$. Decimal non-repeating digits $k = 2$ ('13') $\implies 00$. Denominator = $9900$.
  4. Apply formula: $$x = \frac{21345 - 213}{9900} = \frac{21132}{9900} = \frac{5283}{2475} = \frac{1761}{825} = \frac{587}{275}$$

Final Answer: $x = \frac{587}{275}$.

1.2 Exponent Laws, Radical Rationalization & Double Radical Unnesting

Fundamental Laws of Exponents & Radicals

$$a^m \cdot a^n = a^{m+n}, \qquad \frac{a^m}{a^n} = a^{m-n}, \qquad (a^m)^n = a^{m \cdot n}, \qquad (a b)^n = a^n b^n$$ $$a^{-n} = \frac{1}{a^n}, \qquad a^{m/n} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m, \qquad \sqrt[n]{a \cdot b} = \sqrt[n]{a} \cdot \sqrt[n]{b}$$

Double Radical Unnesting Formula

$$\sqrt{a \pm 2\sqrt{b}} = \sqrt{x} \pm \sqrt{y} \quad \text{where } x+y = a \text{ and } x \cdot y = b \quad (x \ge y > 0)$$

📌 Detailed Operational Derivation & Proof: Double Radical Unnesting

We seek to express a nested radical $\sqrt{a \pm 2\sqrt{b}}$ in unnested form $\sqrt{x} \pm \sqrt{y}$ for positive real numbers $x, y$.

  1. Square both sides of the assumed identity $\sqrt{a \pm 2\sqrt{b}} = \sqrt{x} \pm \sqrt{y}$: $$\left(\sqrt{a \pm 2\sqrt{b}}\right)^2 = \left(\sqrt{x} \pm \sqrt{y}\right)^2$$ $$a \pm 2\sqrt{b} = (\sqrt{x})^2 + (\sqrt{y})^2 \pm 2\sqrt{x}\sqrt{y}$$ $$a \pm 2\sqrt{b} = (x + y) \pm 2\sqrt{xy}$$
  2. Equate rational and irrational parts on both sides: $$\begin{cases} x + y = a \\ xy = b \end{cases}$$
  3. 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}$$
  4. 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
Problem Statement:
Simplify $\sqrt{7 - \sqrt{40}}$.
Step-by-Step Solution:
  1. Express inner root with explicit coefficient 2: $\sqrt{40} = \sqrt{4 \times 10} = 2\sqrt{10}$.
  2. Expression becomes $\sqrt{7 - 2\sqrt{10}}$. Here $a = 7$ and $b = 10$.
  3. Find $x, y$ such that $x + y = 7$ and $x \cdot y = 10$. The numbers are $x = 5$ and $y = 2$.
  4. Check discriminant condition: $a^2 - 4b = 49 - 40 = 9 = 3^2$ (perfect square!).
  5. Apply unnesting: $\sqrt{7 - 2\sqrt{10}} = \sqrt{5} - \sqrt{2}$.

Final Answer: $\sqrt{5} - \sqrt{2}$.

1.3 Polynomial Expansions, Quadratic Formula & Vieta's Root Relations

Quadratic Formula & Vieta's Root Relations

$$a x^2 + b x + c = 0 \implies x_{1,2} = \frac{-b \pm \sqrt{\Delta}}{2a} \quad (\Delta = b^2 - 4ac)$$ $$x_1 + x_2 = -\frac{b}{a}, \qquad x_1 \cdot x_2 = \frac{c}{a}, \qquad |x_1 - x_2| = \frac{\sqrt{\Delta}}{|a|}$$

📌 Detailed Operational Derivation: Quadratic Formula & Vieta's Relations

1. Derivation of Quadratic Formula (Completing the Square):

$$ax^2 + bx + c = 0 \implies x^2 + \frac{b}{a}x = -\frac{c}{a}$$ Add $\left(\frac{b}{2a}\right)^2$ to both sides: $$x^2 + \frac{b}{a}x + \left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2} - \frac{c}{a} \implies \left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}$$ Take square root on both sides: $$x + \frac{b}{2a} = \frac{\pm\sqrt{b^2 - 4ac}}{2a} \implies x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

2. Derivation of Vieta's Formulas:

By Factor Theorem, $ax^2 + bx + c = a(x - x_1)(x - x_2) = a[x^2 - (x_1+x_2)x + x_1 x_2]$.
Expanding and equating coefficients: $$ax^2 - a(x_1+x_2)x + a x_1 x_2 = ax^2 + bx + c$$ $$-a(x_1+x_2) = b \implies x_1 + x_2 = -\frac{b}{a}, \qquad a(x_1 x_2) = c \implies x_1 x_2 = \frac{c}{a}$$

Vieta's Formulas for Cubic Equations

$$a x^3 + b x^2 + c x + d = 0 \implies \begin{cases} x_1 + x_2 + x_3 = -\frac{b}{a} \\ x_1 x_2 + x_2 x_3 + x_3 x_1 = \frac{c}{a} \\ x_1 x_2 x_3 = -\frac{d}{a} \end{cases}$$

2. Functions, Transformations, Parabola Geometry & Logarithms

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}$$

📌 Detailed Operational Derivation: Parabola Vertex Coordinates

Method 1: Completing the Square (Standard Form conversion $y = a(x - h)^2 + k$):

$$y = a\left(x^2 + \frac{b}{a}x\right) + c = a\left(x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} - \frac{b^2}{4a^2}\right) + c$$ $$y = a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} + c = a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2 - 4ac}{4a}$$ Since $\left(x + \frac{b}{2a}\right)^2 \ge 0$, extreme value occurs when $x + \frac{b}{2a} = 0 \implies x_v = -\frac{b}{2a}$.
The corresponding minimum/maximum $y$-value is $y_v = -\frac{b^2 - 4ac}{4a} = -\frac{\Delta}{4a}$.

Method 2: Differential Calculus (Critical Point $f'(x) = 0$):

$$f'(x) = \frac{d}{dx}(ax^2 + bx + c) = 2ax + b = 0 \implies x_v = -\frac{b}{2a}$$

2.3 Exponential Functions & Visual Graphs

The exponential function $f(x) = a^x$ (for $a > 0, a \neq 1$) exhibits monotonic growth for $a > 1$ and monotonic decay for $0 < a < 1$.

Exponential function graphs for base a > 1 and base 0 < a < 1.
Visual Reference: Exponential function $y = a^x$ curves showing monotonic growth for base $a > 1$ and monotonic decay for $0 < a < 1$.

2.4 Logarithm Laws, Base Change Derivation & Inverse Symmetry

Fundamental Logarithmic Identities & Base Change Formula

$$\log_a(x \cdot y) = \log_a x + \log_a y, \qquad \log_a\left(\frac{x}{y}\right) = \log_a x - \log_a y, \qquad \log_a(x^k) = k \cdot \log_a x$$ $$\log_a b = \frac{\log_c b}{\log_c a} \quad (\text{Base Change Theorem}), \qquad \log_{a^n}(b^m) = \frac{m}{n} \log_a b$$

📌 Detailed Operational Derivation: Base Change Theorem

Let $x = \log_a b$. We wish to express $x$ in terms of logarithms to a new base $c$.

  1. Convert the logarithmic equation $x = \log_a b$ to its equivalent exponential form: $$a^x = b$$
  2. Take the logarithm with base $c$ of both sides: $$\log_c(a^x) = \log_c b$$
  3. Apply the power rule of logarithms $\log_c(a^x) = x \cdot \log_c a$: $$x \cdot \log_c a = \log_c b$$
  4. Divide by $\log_c a$ (valid since $a \neq 1 \implies \log_c a \neq 0$): $$x = \frac{\log_c b}{\log_c a} \implies \log_a b = \frac{\log_c b}{\log_c a}$$
Comparison graph showing exponential and logarithmic functions symmetric about line y=x.
Visual Reference: Exponential ($y = a^x$) and Logarithmic ($y = \log_a x$) graphs demonstrating inverse function reflection symmetry across $y = x$.
⚠️ Common Pitfall: Logarithmic Inequalities & Base Orientation

When solving $\log_a f(x) > \log_a g(x)$:
• If $a > 1$, inequality direction is preserved: $f(x) > g(x) > 0$.
• If $0 < a < 1$, inequality direction REVERSES: $0 < f(x) < g(x)$.

3. Trigonometry, Compound Identities & Analytic Geometry

3.1 Radians, Unit Circle & Pythagorean Trigonometric Identities

Radian measure: $\pi \text{ rad} = 180^\circ \implies 1 \text{ rad} = \frac{180^\circ}{\pi} \approx 57.3^\circ$.

Pythagorean Trigonometric Identities

$$\sin^2\theta + \cos^2\theta = 1, \qquad 1 + \tan^2\theta = \sec^2\theta = \frac{1}{\cos^2\theta}, \qquad 1 + \cot^2\theta = \csc^2\theta = \frac{1}{\sin^2\theta}$$
Exact Trigonometric Values for Key Angles
DegreesRadians$\sin\theta$$\cos\theta$$\tan\theta$
$0^\circ$$0$$0$$1$$0$
$30^\circ$$\pi/6$$1/2$$\sqrt{3}/2$$1/\sqrt{3} = \sqrt{3}/3$
$45^\circ$$\pi/4$$\sqrt{2}/2$$\sqrt{2}/2$$1$
$60^\circ$$\pi/3$$\sqrt{3}/2$$1/2$$\sqrt{3}$
$90^\circ$$\pi/2$$1$$0$Undefined

3.2 Sine, Cosine & Tangent Wave Curves

For $y = A \sin(B x - C) + D$: Amplitude $= |A|$, Period $T = \frac{2\pi}{|B|}$, Phase Shift $= C/B$.

Sine function curve y = sin(x) showing period 2pi and amplitude 1.
Visual Reference: Sine Wave $y = \sin(x)$ illustrating period of $2\pi$ ($360^\circ$) and amplitude bounds $[-1, 1]$.
Cosine function curve y = cos(x) showing period 2pi.
Visual Reference: Cosine Wave $y = \cos(x)$ demonstrating peak at $x = 0$ and phase lag of $\pi/2$ relative to sine.
Tangent function plot y = tan(x) with vertical asymptotes at pi/2 + k*pi.
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)$.

  1. Coordinates of vertex $B$ are given by polar projection: $B = (c \cos A, c \sin A)$.
  2. Apply distance formula for side length $a = |BC|$: $$a^2 = (c \cos A - b)^2 + (c \sin A - 0)^2$$
  3. Expand both squared terms: $$a^2 = c^2 \cos^2 A - 2bc \cos A + b^2 + c^2 \sin^2 A$$
  4. 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)$$

4. Sets, Propositions & Logical Reasoning Derivations

4.1 Set Operations & De Morgan's Laws Derivations

De Morgan's Laws for Sets & Inclusion-Exclusion

$$(A \cup B)^c = A^c \cap B^c, \qquad (A \cap B)^c = A^c \cup B^c$$ $$|A \cup B| = |A| + |B| - |A \cap B|$$ $$|A \cup B \cup C| = |A| + |B| + |C| - |A \cap B| - |B \cap C| - |C \cap A| + |A \cap B \cap C|$$

📌 Detailed Operational Proof: Inclusion-Exclusion Principle

Let $A$ and $B$ be finite sets. We count the elements in $A \cup B$:

  1. The sum $|A| + |B|$ counts every element in $A \setminus B$ once, every element in $B \setminus A$ once, but counts every element in $A \cap B$ TWICE.
  2. To ensure each element in $A \cup B$ is counted exactly once, subtract the double-counted intersection $|A \cap B|$: $$|A \cup B| = |A| + |B| - |A \cap B| \qquad \blacksquare$$

4.2 Propositional Logic & Necessary vs Sufficient Conditions

Implication, Contrapositive & Truth Table Equivalence

$$\text{Original Statement: } P \implies Q \iff \text{Contrapositive: } \neg Q \implies \neg P \quad (\text{Logically Equivalent!})$$ $$\text{Converse: } Q \implies P \quad (\text{NOT equivalent!}), \qquad \text{Inverse: } \neg P \implies \neg Q \quad (\text{NOT equivalent!})$$

📌 Detailed Operational Proof: Contrapositive Equivalence via Truth Tables

$P$$Q$$\neg P$$\neg Q$$P \implies Q$ ($\neg P \lor Q$)$\neg Q \implies \neg P$ ($Q \lor \neg P$)
TTFFTT
TFFTFF
FTTFTT
FFTTTT

Conclusion: Columns for $P \implies Q$ and $\neg Q \implies \neg P$ are identical for all truth values, proving logical equivalence.

5. Combinatorics, Probability & Statistics Derivations

5.1 Combinatorics: Permutations, Combinations & Anagrams

Permutations vs Combinations Formulas

$$P(n, r) = \frac{n!}{(n - r)!} \quad (\text{Order Matters!}), \qquad C(n, r) = \binom{n}{r} = \frac{n!}{r!(n - r)!} \quad (\text{Order Does Not Matter!})$$ $$\text{Permutations with Identical Objects (Anagrams): } P = \frac{n!}{n_1! \, n_2! \, \dots \, n_k!}$$

5.2 Probability Laws, Conditional Probability & Bayes' Theorem Derivation

Addition, Conditional & Binomial Probability

$$P(A \cup B) = P(A) + P(B) - P(A \cap B), \qquad P(A | B) = \frac{P(A \cap B)}{P(B)}$$ $$\text{Bayes' Theorem: } P(A_i|B) = \frac{P(B|A_i) P(A_i)}{\sum_j P(B|A_j) P(A_j)}$$

📌 Detailed Operational Derivation: Bayes' Theorem

  1. By definition of conditional probability for events $A$ and $B$: $$P(A \cap B) = P(A | B) \cdot P(B)$$
  2. Symmetrically, conditioning $B$ on $A$: $$P(A \cap B) = P(B | A) \cdot P(A)$$
  3. Equate both expressions for joint probability $P(A \cap B)$: $$P(A | B) \cdot P(B) = P(B | A) \cdot P(A)$$
  4. Divide by $P(B)$ (where $P(B) > 0$): $$P(A | B) = \frac{P(B | A) \cdot P(A)}{P(B)} \qquad \blacksquare$$

5.3 Sequences, Progressions & Series Derivations

Arithmetic & Geometric Sequences and Infinite Series

$$\text{Arithmetic Sum: } S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}[2a_1 + (n - 1)d]$$ $$\text{Geometric Sum: } S_n = \frac{a_1(1 - r^n)}{1 - r}, \qquad \text{Infinite Convergent Sum: } S_\infty = \frac{a_1}{1 - r} \quad (|r| < 1)$$

📌 Detailed Operational Derivation: Geometric Series Sum Formulas

Let $S_n = a + ar + ar^2 + \dots + ar^{n-1}$.

  1. Multiply $S_n$ by common ratio $r$: $$r S_n = ar + ar^2 + ar^3 + \dots + ar^n$$
  2. Subtract $r S_n$ from $S_n$. All intermediate terms cancel in a telescoping sum: $$S_n - r S_n = a - ar^n \implies S_n (1 - r) = a (1 - r^n)$$ $$S_n = \frac{a(1 - r^n)}{1 - r} \quad (r \neq 1)$$
  3. For infinite series ($n \to \infty$), if $|r| < 1$, then $\lim_{n \to \infty} r^n = 0$: $$S_\infty = \frac{a(1 - 0)}{1 - r} = \frac{a}{1 - r} \qquad \blacksquare$$

6. Plane & Solid Geometry Derivations

6.1 Triangle Centers, Special Triangles & Heron's Area Proof

Special Triangles & Heron's Area Formula

$$30^\circ-60^\circ-90^\circ \implies 1 : \sqrt{3} : 2, \qquad 45^\circ-45^\circ-90^\circ \implies 1 : 1 : \sqrt{2}$$ $$\text{Heron's Formula: } A = \sqrt{s(s-a)(s-b)(s-c)} \quad \text{where } s = \frac{a+b+c}{2}$$

📌 Detailed Operational Derivation: Centroid 2:1 Median Division Ratio

Let $G$ be the intersection of medians $AD$ and $BE$ in $\Delta ABC$.

  1. Connect midpoints $D$ and $E$ to form the mid-segment $DE$. By Midpoint Theorem, $DE \parallel AB$ and $DE = \frac{1}{2} AB$.
  2. Since $DE \parallel AB$, opposite interior angles are equal: $\angle GDE = \angle GAB$ and $\angle GED = \angle GBA$.
  3. Therefore, $\Delta GAB \sim \Delta GDE$ by AA similarity.
  4. 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$$
  5. 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 FigureSurface 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.

🚀 Launch Interactive Math Drill (100+ Qs) 📝 Advanced Math Question Bank
📚 Meditaliano Science Hub Curriculum Map Page 08 (End of Mathematics)