Mathematics Guide
From Class 9 to 12 — everything you need, explained simply.
1. Number Systems
What are Real Numbers?
Every number you've ever used falls into the real number family. Here's how they're organized:
- Natural Numbers (N): 1, 2, 3, 4, ... (counting numbers)
- Whole Numbers (W): 0, 1, 2, 3, ... (natural + zero)
- Integers (Z): ..., -2, -1, 0, 1, 2, ... (whole + negatives)
- Rational Numbers (Q): Any number written as $\frac{p}{q}$ where $q \neq 0$. Examples: $\frac{3}{4}$, $0.5$, $-7$
- Irrational Numbers: Numbers that cannot be written as fractions. Examples: $\sqrt{2}$, $\pi$, $e$
Rationalizing the Denominator
To remove a square root from the bottom of a fraction, multiply top and bottom by the conjugate:
Problem: Rationalize $\frac{1}{\sqrt{5} + \sqrt{3}}$
▼2. Polynomials
What is a Polynomial?
An expression with variables and coefficients using only addition, subtraction, multiplication, and non-negative integer exponents.
Degree = highest power of $x$. A polynomial of degree 1 is linear, degree 2 is quadratic, degree 3 is cubic.
Algebraic Identities You Must Know
Problem: Factorize $x^3 - 3x^2 - 9x - 5$
▼3. Coordinate Geometry
The Cartesian Plane
Two perpendicular number lines (x-axis and y-axis) divide the plane into 4 quadrants. Every point is located by an ordered pair $(x, y)$.
Move the sliders to plot any point on the Cartesian plane.
4. Linear Equations in Two Variables
Standard Form
A linear equation in two variables has the form:
where $a$, $b$, $c$ are real numbers and $a$, $b$ are not both zero. The graph is always a straight line.
5. Triangles
Triangle Angle Sum
The sum of all angles in a triangle is always $180°$.
When are two triangles congruent?
- SSS — All three sides are equal
- SAS — Two sides and the included angle are equal
- ASA — Two angles and the included side are equal
- AAS — Two angles and a non-included side are equal
- RHS — Right angle, hypotenuse, and one side are equal
6. Heron's Formula
Area of Any Triangle
When you know all three sides $a$, $b$, $c$:
Problem: Find the area of a triangle with sides 7, 8, and 9
▼7. Statistics
Mean, Median, Mode
8. Probability
Probability of an Event
Probability always lies between 0 and 1: $0 \leq P(E) \leq 1$
1. Real Numbers
Euclid's Division Lemma
For any two positive integers $a$ and $b$, there exist unique integers $q$ and $r$ such that:
This is the basis for finding HCF using the Euclidean algorithm.
Problem: Find HCF of 135 and 225
▼Unique Prime Factorization
Every integer greater than 1 can be expressed as a product of primes in exactly one way (ignoring order).
2. Quadratic Equations
Quadratic Formula
For $ax^2 + bx + c = 0$:
The discriminant $D = b^2 - 4ac$ tells you what kind of roots you get:
- $D > 0$ → Two distinct real roots
- $D = 0$ → Two equal real roots
- $D < 0$ → No real roots
Adjust a, b, c to see how the parabola changes and where it crosses the x-axis.
Problem: Solve $2x^2 - 7x + 3 = 0$
▼3. Arithmetic Progressions (AP)
AP Essentials
An AP is a sequence where the difference between consecutive terms is constant ($d$).
Problem: Find the sum of first 20 terms of AP: 5, 8, 11, ...
▼4. Similar Triangles
Basic Proportionality Theorem
If a line is drawn parallel to one side of a triangle, it divides the other two sides proportionally:
AA, SSS, SAS Similarity
- AA: Two angles of one triangle equal two angles of another
- SSS: All three pairs of sides are proportional
- SAS: Two pairs of sides proportional + included angle equal
5. Trigonometry
Trigonometric Ratios
In a right triangle with angle $\theta$:
Standard Values
| $\theta$ | $0°$ | $30°$ | $45°$ | $60°$ | $90°$ |
|---|---|---|---|---|---|
| $\sin\theta$ | $0$ | $\frac{1}{2}$ | $\frac{1}{\sqrt{2}}$ | $\frac{\sqrt{3}}{2}$ | $1$ |
| $\cos\theta$ | $1$ | $\frac{\sqrt{3}}{2}$ | $\frac{1}{\sqrt{2}}$ | $\frac{1}{2}$ | $0$ |
| $\tan\theta$ | $0$ | $\frac{1}{\sqrt{3}}$ | $1$ | $\sqrt{3}$ | $\infty$ |
Pythagorean Trigonometric Identity
6. Circles
Tangent to a Circle
A tangent to a circle is perpendicular to the radius at the point of contact.
If two tangents are drawn from an external point, they are equal in length.
7. Surface Area & Volume
3D Shapes
1. Sets
Set Operations
A set is a well-defined collection of distinct objects.
Cardinality
2. Relations & Functions
What is a Function?
A function $f: A \rightarrow B$ is a rule that assigns exactly one element in $B$ to every element of $A$.
- Domain: The set of all input values
- Range: The set of all output values
- Codomain: The set $B$ (range $\subseteq$ codomain)
3. Trigonometric Functions
Compound Angle Formulas
4. Complex Numbers
The Imaginary Unit
We define $i = \sqrt{-1}$, so $i^2 = -1$. A complex number is $z = a + bi$.
5. Linear Inequalities
Solving Inequalities
Same rules as equations, with one critical difference:
6. Permutations & Combinations
When Order Matters vs. When It Doesn't
Problem: How many 3-letter words from A, B, C, D, E (no repetition)?
▼7. Binomial Theorem
Binomial Theorem
General term: $T_{r+1} = \binom{n}{r} a^{n-r} b^r$
8. Sequences & Series
GP Formulas
9. Straight Lines
Equation of a Line
Distance from point $(x_1, y_1)$ to line $ax + by + c = 0$:
10. Limits & Derivatives
What is a Limit?
$\lim_{x \to a} f(x) = L$ means as $x$ gets closer and closer to $a$, $f(x)$ gets closer to $L$.
First Principles
Quick rules: $(x^n)' = nx^{n-1}$, $(\sin x)' = \cos x$, $(\cos x)' = -\sin x$
11. Statistics
Variance & Standard Deviation
12. Probability
Addition Rule
For mutually exclusive events: $P(A \cap B) = 0$, so $P(A \cup B) = P(A) + P(B)$.
1. Relations & Functions
Reflexive, Symmetric, Transitive
- Reflexive: $(a, a) \in R$ for all $a$
- Symmetric: If $(a,b) \in R$, then $(b,a) \in R$
- Transitive: If $(a,b) \in R$ and $(b,c) \in R$, then $(a,c) \in R$
- Equivalence: All three of the above
One-One & Onto
- One-One (Injective): Different inputs → different outputs
- Onto (Surjective): Every element in codomain has a preimage
- Bijective: Both one-one and onto (invertible)
2. Inverse Trigonometric Functions
Domains & Ranges
Key identity: $\sin^{-1}x + \cos^{-1}x = \frac{\pi}{2}$
3. Matrices & Determinants
2x2 and 3x3 Determinants
A matrix is invertible only if its determinant is non-zero.
4. Continuity & Differentiability
Continuity at a Point
$f(x)$ is continuous at $x = a$ if:
Differentiating Composite Functions
Common Derivatives
5. Integrals
Basic Integration Rules
Integration by Parts
Problem: Evaluate $\int x e^x dx$
▼6. Definite Integrals
Evaluating Definite Integrals
7. Differential Equations
Variable Separable Method
If you can write the equation as $f(y)\,dy = g(x)\,dx$, just integrate both sides!
8. Vectors
Dot Product & Cross Product
Dot product gives a scalar (used to find angles). Cross product gives a vector (used to find area).
9. 3D Geometry
Equations
Distance from point $(x_0,y_0,z_0)$ to plane $ax+by+cz=d$:
10. Linear Programming
Graphical Method
- Write objective function: maximize/minimize $Z = ax + by$
- Graph all constraints as inequalities
- Find the feasible region (intersection of all constraints)
- Evaluate $Z$ at each corner point of the feasible region
- The corner point giving max/min $Z$ is your answer
11. Probability (Bayes' Theorem)
Bayes' Theorem
This lets you "reverse" conditional probabilities. Used extensively in real-world decision making.