Study Guide

Class 9 Maths All Formulas: The Complete CBSE Formula Sheet (2026)

Every formula from all 15 chapters of Class 9 CBSE Maths, organised chapter-wise with explanations and memory tips. Your one-stop revision resource.

CBSEClass 9
The SparkEd Authors (IITian & Googler)15 March 202614 min read
CBSE Class 9 Maths All Formulas — SparkEd

Why a Single Formula Sheet Matters

Class 9 is a turning point. The concepts you learn here form the base for Class 10 boards and beyond. Having every formula in one place means you spend less time flipping through textbooks and more time actually practising problems.

This page covers all 15 chapters of the CBSE Class 9 Maths syllabus. Each formula includes a short explanation of when and how to use it. Bookmark this page and come back whenever you need a quick refresher.

Chapter 1: Number Systems

Number Systems introduces the real number line and extends your understanding beyond rational numbers to include irrationals.

Types of Numbers and Key Formulas

Rational numbers: Numbers of the form pq\frac{p}{q} where p,qp, q are integers and q0q \ne 0. Their decimal expansion is either terminating or repeating.

Irrational numbers: Numbers that cannot be expressed as pq\frac{p}{q}. Their decimal expansion is non-terminating and non-repeating. Examples: 2,3,π\sqrt{2}, \sqrt{3}, \pi.

Real numbers: The set of all rational and irrational numbers together.

Laws of Exponents for Real Numbers:

aman=am+na^m \cdot a^n = a^{m+n}

(am)n=amn(a^m)^n = a^{mn}

aman=amn\frac{a^m}{a^n} = a^{m-n}

ambm=(ab)ma^m \cdot b^m = (ab)^m

a0=1(a0)a^0 = 1 \quad (a \ne 0)

Rationalising the denominator:

1a=aa\frac{1}{\sqrt{a}} = \frac{\sqrt{a}}{a}

1a+b=aba2b\frac{1}{a + \sqrt{b}} = \frac{a - \sqrt{b}}{a^2 - b}

1a+b=abab\frac{1}{\sqrt{a} + \sqrt{b}} = \frac{\sqrt{a} - \sqrt{b}}{a - b}

Fractional exponents:

a1n=ana^{\frac{1}{n}} = \sqrt[n]{a}

amn=amn=(an)ma^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m

Memory tip: To rationalise, multiply numerator and denominator by the conjugate. The conjugate of a+ba + \sqrt{b} is aba - \sqrt{b}.

Chapter 2: Polynomials

Polynomials builds on algebraic expressions and introduces the remainder and factor theorems.

Polynomial Identities and Theorems

Standard Algebraic Identities:

(a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

(ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

(a+b)3=a3+3a2b+3ab2+b3=a3+b3+3ab(a+b)(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 = a^3 + b^3 + 3ab(a + b)

(ab)3=a33a2b+3ab2b3=a3b33ab(ab)(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3 = a^3 - b^3 - 3ab(a - b)

a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)

Special case: If a+b+c=0a + b + c = 0, then a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

Remainder Theorem: If a polynomial p(x)p(x) is divided by (xa)(x - a), the remainder is p(a)p(a).

Factor Theorem: (xa)(x - a) is a factor of p(x)p(x) if and only if p(a)=0p(a) = 0.

Zeroes of a polynomial: The values of xx for which p(x)=0p(x) = 0. A polynomial of degree nn has at most nn zeroes.

Memory tip: For the identity a3+b3+c33abca^3 + b^3 + c^3 - 3abc, remember the special case first. If the sum is zero, the cubes add up to 3abc3abc. This is asked in almost every exam.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Chapter 3: Coordinate Geometry

Coordinate Geometry in Class 9 introduces the Cartesian plane and plotting points.

Cartesian Plane Basics

Cartesian plane: Two perpendicular number lines (axes) meeting at the origin O(0,0)O(0, 0).

Coordinates of a point: Written as (x,y)(x, y) where xx is the abscissa (horizontal distance) and yy is the ordinate (vertical distance).

Sign conventions by quadrant:
- Quadrant I: (+,+)(+, +)
- Quadrant II: (,+)(-, +)
- Quadrant III: (,)(-, -)
- Quadrant IV: (+,)(+, -)

Points on axes:
- On the x-axis: y=0y = 0, so point is (x,0)(x, 0)
- On the y-axis: x=0x = 0, so point is (0,y)(0, y)
- Origin: (0,0)(0, 0)

Distance formula (not in the Class 9 syllabus but useful to know):

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Memory tip: Remember "run before you rise" -- the x-coordinate (horizontal run) comes before the y-coordinate (vertical rise).

Chapter 4: Linear Equations in Two Variables

This chapter deals with equations of the form ax+by+c=0ax + by + c = 0 and their graphical representation.

Key Concepts and Formulas

General form of a linear equation in two variables:

ax+by+c=0ax + by + c = 0

where a,b,ca, b, c are real numbers and aa and bb are not both zero.

Solution of a linear equation: An ordered pair (x,y)(x, y) that satisfies the equation. A linear equation in two variables has infinitely many solutions.

Graph: The graph of a linear equation in two variables is always a straight line.

Special cases:
- x=kx = k (constant): Vertical line parallel to the y-axis
- y=ky = k (constant): Horizontal line parallel to the x-axis
- y=mxy = mx: Line passing through the origin with slope mm
- y=mx+cy = mx + c: Line with slope mm and y-intercept cc

To plot a linear equation:
1. Find at least two solutions (ordered pairs)
2. Plot the points on the Cartesian plane
3. Join them with a straight line

Memory tip: Every point on the line is a solution. Every solution lies on the line. The line extends infinitely, which is why there are infinitely many solutions.

Chapter 5: Introduction to Euclid's Geometry

This chapter covers Euclid's axioms and postulates. There are no numerical formulas, but the key results are important for proofs.

Euclid's Axioms and Postulates

Euclid's Axioms (universal truths):
1. Things equal to the same thing are equal to one another.
2. If equals are added to equals, the wholes are equal.
3. If equals are subtracted from equals, the remainders are equal.
4. Things which coincide with one another are equal.
5. The whole is greater than the part.

Euclid's Postulates (geometry-specific):
1. A straight line may be drawn from any point to any other point.
2. A terminated line can be extended indefinitely.
3. A circle can be drawn with any centre and any radius.
4. All right angles are equal to one another.
5. (Parallel postulate) If a straight line falling on two straight lines makes the interior angles on the same side less than 180°180°, the two lines will meet on that side.

Key result: Two distinct lines cannot have more than one point in common.

Memory tip: Axioms are general truths. Postulates are specific to geometry. Both are accepted without proof.

Chapter 6: Lines and Angles

Lines and Angles introduces angle relationships that form the basis for triangle and quadrilateral proofs.

Angle Theorems and Results

Linear pair: If two angles form a linear pair, their sum is 180°180°.

1+2=180°\angle 1 + \angle 2 = 180°

Vertically opposite angles: When two lines intersect, vertically opposite angles are equal.

1=3and2=4\angle 1 = \angle 3 \quad \text{and} \quad \angle 2 = \angle 4

Angles on a straight line: Angles on one side of a straight line add up to 180°180°.

Angles at a point: Angles around a point add up to 360°360°.

Parallel lines cut by a transversal:
- Corresponding angles are equal: 1=5\angle 1 = \angle 5
- Alternate interior angles are equal: 3=5\angle 3 = \angle 5
- Alternate exterior angles are equal: 1=7\angle 1 = \angle 7
- Co-interior (same-side interior) angles are supplementary: 3+6=180°\angle 3 + \angle 6 = 180°

Converse: If any of the above angle relationships hold, the lines are parallel.

Angle sum property of a triangle:

A+B+C=180°\angle A + \angle B + \angle C = 180°

Exterior angle theorem: An exterior angle of a triangle equals the sum of the two non-adjacent interior angles.

Exterior angle=Sum of two opposite interior angles\text{Exterior angle} = \text{Sum of two opposite interior angles}

Memory tip: For parallel lines, corresponding angles make an "F" shape, alternate angles make a "Z" shape, and co-interior angles make a "U" shape.

Chapter 7: Triangles

Triangles in Class 9 is about congruence and triangle inequalities.

Congruence Rules and Properties

Congruence criteria for triangles:

  • SAS (Side-Angle-Side): Two sides and the included angle are equal.
    - ASA (Angle-Side-Angle): Two angles and the included side are equal.
    - AAS (Angle-Angle-Side): Two angles and a non-included side are equal.
    - SSS (Side-Side-Side): All three sides are equal.
    - RHS (Right angle-Hypotenuse-Side): Right angle, hypotenuse, and one side are equal.

Properties of isosceles triangles:
- Angles opposite to equal sides are equal.
- Sides opposite to equal angles are equal.

Triangle inequality theorem:
The sum of any two sides of a triangle is greater than the third side.

a+b>c,b+c>a,a+c>ba + b > c, \quad b + c > a, \quad a + c > b

Inequality result: In a triangle, the side opposite to the larger angle is longer. Conversely, the angle opposite to the longer side is larger.

Memory tip: For congruence rules, remember "SAS, ASA, AAS, SSS, RHS." Note that AAA and SSA are NOT valid congruence criteria. AAA proves similarity, not congruence.

Chapter 8: Quadrilaterals

This chapter covers properties of parallelograms and the mid-point theorem.

Parallelogram Properties and Mid-Point Theorem

Angle sum property of a quadrilateral:

A+B+C+D=360°\angle A + \angle B + \angle C + \angle D = 360°

Properties of a parallelogram:
- Opposite sides are equal: AB=CDAB = CD and BC=DABC = DA
- Opposite angles are equal: A=C\angle A = \angle C and B=D\angle B = \angle D
- Diagonals bisect each other
- Consecutive angles are supplementary: A+B=180°\angle A + \angle B = 180°

Converse results:
- If opposite sides of a quadrilateral are equal, it is a parallelogram.
- If opposite angles are equal, it is a parallelogram.
- If diagonals bisect each other, it is a parallelogram.
- If one pair of opposite sides is both equal and parallel, it is a parallelogram.

Mid-Point Theorem:
The line segment joining the mid-points of two sides of a triangle is parallel to the third side and half its length.

If DD is the midpoint of ABAB and EE is the midpoint of ACAC, then:

DEBCandDE=12BCDE \parallel BC \quad \text{and} \quad DE = \frac{1}{2} BC

Converse: A line through the mid-point of one side of a triangle, parallel to another side, bisects the third side.

Memory tip: Think of a parallelogram as having "opposite everything equal." Opposite sides equal, opposite angles equal, and diagonals bisect each other (split each other into equal halves).

Chapter 9: Areas of Parallelograms and Triangles

This chapter connects areas with bases and heights, focusing on figures between the same parallels.

Area Theorems

Area of a parallelogram:

Area=base×height\text{Area} = \text{base} \times \text{height}

Area of a triangle:

Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}

Key theorems:

1. Parallelograms on the same base and between the same parallels have equal area.

2. Triangles on the same base and between the same parallels have equal area.

3. A triangle and a parallelogram on the same base and between the same parallels: the area of the triangle is half the area of the parallelogram.

4. A median of a triangle divides it into two triangles of equal area.

Area of ABD=Area of ACD=12×Area of ABC\text{Area of } \triangle ABD = \text{Area of } \triangle ACD = \frac{1}{2} \times \text{Area of } \triangle ABC

(where ADAD is a median from AA to BCBC)

Memory tip: "Same base, same parallels, same area" for parallelograms. For triangles, same base and same parallels give equal area (not the same shape, but the same area).

Chapter 10: Circles

Circles in Class 9 covers chord properties, arcs, and angles subtended by chords.

Circle Theorems

Key definitions:
- Radius rr, Diameter d=2rd = 2r
- Chord, arc (minor and major), sector, segment

Theorem 1: Equal chords of a circle subtend equal angles at the centre.

If AB=CD, then AOB=COD\text{If } AB = CD, \text{ then } \angle AOB = \angle COD

Converse: If angles subtended by two chords at the centre are equal, the chords are equal.

Theorem 2: The perpendicular from the centre of a circle to a chord bisects the chord.

Converse: A line from the centre that bisects a chord is perpendicular to it.

Theorem 3: Equal chords are equidistant from the centre.

Theorem 4: The angle subtended by an arc at the centre is double the angle subtended at any point on the remaining arc.

AOB=2×ACB\angle AOB = 2 \times \angle ACB

Theorem 5: Angles in the same segment of a circle are equal.

Theorem 6: Angle in a semicircle is 90°90°.

Cyclic quadrilateral: A quadrilateral inscribed in a circle.

A+C=180°andB+D=180°\angle A + \angle C = 180° \quad \text{and} \quad \angle B + \angle D = 180°

Opposite angles of a cyclic quadrilateral are supplementary.

Memory tip: The central angle is always twice the inscribed angle on the same arc. This single fact is behind most circle theorem problems.

Chapter 11: Constructions

Constructions is a practical chapter. The key constructions to know are listed below.

Standard Constructions

Construction 1: Bisect a given angle using compass and straightedge.

Construction 2: Construct the perpendicular bisector of a given line segment.

Construction 3: Construct an angle of 60°60° (equilateral triangle method).

From 60°60°, you can construct:
- 30°30° (bisect 60°60°)
- 90°90° (construct 60°60° then add 30°30°, or use perpendicular bisector)
- 45°45° (bisect 90°90°)
- 120°120° (construct 60°60° twice, or use the supplement of 60°60°)

Construction 4: Construct a triangle given its base, a base angle, and the sum of the other two sides.

Construction 5: Construct a triangle given its base, a base angle, and the difference of the other two sides.

Construction 6: Construct a triangle given its perimeter and two base angles.

Memory tip: All constructions in this chapter use only a compass and a straightedge (unmarked ruler). No measurements with a protractor.

Chapter 12: Heron's Formula

Heron's formula lets you find the area of a triangle when you know all three sides, without needing the height.

Heron's Formula and Applications

Semi-perimeter:

s=a+b+c2s = \frac{a + b + c}{2}

where a,b,ca, b, c are the sides of the triangle.

Heron's Formula:

Area=s(sa)(sb)(sc)\text{Area} = \sqrt{s(s - a)(s - b)(s - c)}

This formula works for any triangle: scalene, isosceles, or equilateral.

**Area of an equilateral triangle with side aa:**

Area=34a2\text{Area} = \frac{\sqrt{3}}{4}a^2

(This is a special case of Heron's formula with a=b=ca = b = c.)

Application to quadrilaterals: To find the area of a quadrilateral, divide it into two triangles using a diagonal. Find the area of each triangle using Heron's formula and add them.

Example: Find the area of a triangle with sides 5,6,75, 6, 7.

s=5+6+72=9s = \frac{5 + 6 + 7}{2} = 9

Area=9×4×3×2=216=6614.7\text{Area} = \sqrt{9 \times 4 \times 3 \times 2} = \sqrt{216} = 6\sqrt{6} \approx 14.7

Memory tip: Remember the four terms under the square root: ss, then ss minus each side. The semi-perimeter ss always appears first.

Chapter 13: Surface Areas and Volumes

This chapter has the most formulas. Organise them by shape for easier revision.

Cuboid and Cube

Cuboid (length ll, breadth bb, height hh):

TSA=2(lb+bh+hl)\text{TSA} = 2(lb + bh + hl)

LSA=2h(l+b)\text{LSA} = 2h(l + b)

Volume=l×b×h\text{Volume} = l \times b \times h

Cube (side aa):

TSA=6a2\text{TSA} = 6a^2

LSA=4a2\text{LSA} = 4a^2

Volume=a3\text{Volume} = a^3

Cylinder

For a right circular cylinder with radius rr and height hh:

CSA=2πrh\text{CSA} = 2\pi rh

TSA=2πr(r+h)\text{TSA} = 2\pi r(r + h)

Volume=πr2h\text{Volume} = \pi r^2 h

Cone

For a right circular cone with radius rr, height hh, and slant height ll:

l=r2+h2l = \sqrt{r^2 + h^2}

CSA=πrl\text{CSA} = \pi r l

TSA=πr(r+l)\text{TSA} = \pi r(r + l)

Volume=13πr2h\text{Volume} = \frac{1}{3}\pi r^2 h

Sphere and Hemisphere

Sphere (radius rr):

Surface Area=4πr2\text{Surface Area} = 4\pi r^2

Volume=43πr3\text{Volume} = \frac{4}{3}\pi r^3

Hemisphere (radius rr):

CSA=2πr2\text{CSA} = 2\pi r^2

TSA=3πr2\text{TSA} = 3\pi r^2

Volume=23πr3\text{Volume} = \frac{2}{3}\pi r^3

Memory tip: Cone volume is 13\frac{1}{3} of cylinder volume (same base, same height). Hemisphere volume is 23\frac{2}{3} of cylinder volume (where cylinder height = radius).

Chapter 14: Statistics

Statistics in Class 9 covers data collection, representation, and measures of central tendency for ungrouped data.

Mean, Median, and Mode

Mean (average) of ungrouped data:

xˉ=xin\bar{x} = \frac{\sum x_i}{n}

where xix_i are the observations and nn is the total number of observations.

Mean using frequency distribution:

xˉ=fixifi\bar{x} = \frac{\sum f_i x_i}{\sum f_i}

Median: The middle value when data is arranged in ascending order.
- If nn is odd: Median =(n+12)th observation= \left(\frac{n+1}{2}\right)\text{th observation}
- If nn is even: Median =(n2)th+(n2+1)th observation2= \frac{\left(\frac{n}{2}\right)\text{th} + \left(\frac{n}{2} + 1\right)\text{th observation}}{2}

Mode: The value that appears most frequently in the data. A data set can have no mode, one mode, or multiple modes.

Range:

Range=Maximum valueMinimum value\text{Range} = \text{Maximum value} - \text{Minimum value}

Memory tip: Mean is the mathematical average. Median is the physical middle. Mode is the most popular. Think of "mode" as "most" since both start with "mo."

Chapter 15: Probability

Probability in Class 9 focuses on the experimental (or empirical) approach.

Experimental Probability

Experimental (empirical) probability:

P(E)=Number of trials in which E occursTotal number of trialsP(E) = \frac{\text{Number of trials in which E occurs}}{\text{Total number of trials}}

This is based on actual experiments and observations.

Key facts:
- 0P(E)10 \le P(E) \le 1 for any event EE
- P(sure event)=1P(\text{sure event}) = 1
- P(impossible event)=0P(\text{impossible event}) = 0
- P(E)+P(E)=1P(E) + P(\overline{E}) = 1 where E\overline{E} means "E does not happen"
- As the number of trials increases, experimental probability tends to stabilise and approach the theoretical probability.

Example: A coin is tossed 100 times. Heads appears 47 times.

P(Heads)=47100=0.47P(\text{Heads}) = \frac{47}{100} = 0.47

P(Tails)=10.47=0.53P(\text{Tails}) = 1 - 0.47 = 0.53

Memory tip: Experimental probability is about what actually happened, not what should theoretically happen. More trials give a more reliable estimate.

Quick Revision Strategy

Class 9 has roughly 50 to 60 key formulas and theorems across 15 chapters. Here is how to tackle them.

1. Group by type. Chapters 1-4 are algebra and number theory. Chapters 5-10 are geometry. Chapters 12-13 are measurement. Chapters 14-15 are data and probability. Revise one group at a time.

2. Write formulas by hand. The physical act of writing helps your memory far more than reading a screen. Write each formula at least three times.

3. Solve one problem per formula. After writing a formula, immediately solve a problem that uses it. This connects the formula to its application.

4. Geometry needs diagrams. For chapters on lines, triangles, quadrilaterals, and circles, always draw a diagram. Label everything. Most mistakes in geometry happen because students skip the diagram.

5. Revisit weekly. Spend 15 minutes every Sunday going through this formula sheet. By the time exams arrive, you will know every formula cold.

This formula sheet covers the complete CBSE Class 9 Maths syllabus. Combine it with regular practice on SparkEd and you will be well prepared for any exam.

www.sparkedmaths.com | info@sparkedmaths.com

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now