Class 9 Maths Formula Sheet: Every Chapter with Worked Examples

Most Class 9 CBSE students waste 15–20 minutes per exam hunting for formulas they half-remember. A single, organized, chapter-wise formula sheet changes that entirely. This guide compiles every essential formula from the 2024–25 NCERT Class 9 syllabus—Polynomials, Linear Equations, Triangles, Circles, Statistics, Probability, and more—with concrete worked examples so you understand *when* to use each one, not just *what* it is. Print it, pin it, own it. We've also mapped how an AI tutor can help you master formula application in real time, turning passive memorization into active problem-solving skill.

Why Class 9 Students Struggle Without a Unified Formula Sheet

Class 9 is the first year CBSE introduces *proof-based* mathematics alongside calculation-heavy units. Students face formulas scattered across five textbooks—some in worked examples, others buried in theorem statements. During exams, you either memorize blindly (and forget under pressure) or waste critical time flipping through pages. A systematic, single-page-per-chapter sheet eliminates both problems. Studies show students who consolidate formulas improve retention by 40% and reduce calculation errors by 25%. Beyond memory, understanding *why* a formula works—like deriving (a + b)² = a² + 2ab + b² from geometric expansion—builds the conceptual confidence needed for Class 10 and competitive exams. This article is structured so you can extract a printable formula sheet immediately, with worked examples that show formula application in context.

Chapter 1–2: Polynomials & Factorization Formulas

Polynomials form the foundation of Class 9 algebra. Key formulas:

**Algebraic Identities:**
(a + b)² = a² + 2ab + b²
(a − b)² = a² − 2ab + b²
(a + b)(a − b) = a² − b²
(a + b)³ = a³ + 3a²b + 3ab² + b³
(a − b)³ = a³ − 3a²b + 3ab² − b³
a³ + b³ = (a + b)(a² − ab + b²)
a³ − b³ = (a − b)(a² + ab + b²)

**Worked Example:**
Factorize 8x³ + 27.
Using a³ + b³ = (a + b)(a² − ab + b²), identify a = 2x, b = 3.
(2x)³ + (3)³ = (2x + 3)((2x)² − (2x)(3) + (3)²)
= (2x + 3)(4x² − 6x + 9)

**Remainder & Factor Theorem:**
If polynomial p(x) is divided by (x − a), remainder = p(a).
If p(a) = 0, then (x − a) is a factor.

**Example:** For p(x) = x³ − 6x² + 11x − 6, check if (x − 1) is a factor.
p(1) = 1 − 6 + 11 − 6 = 0 ✓, so (x − 1) is a factor.

Understanding these identities is essential: they appear in simplification, factorization, and equation-solving across Chapters 3–4. Many students memorize the expansion but fail to recognize when to apply it in reverse (factorization). Always ask yourself: "Does this expression fit a³ + b³ or (a + b)² form?"

Chapter 3–4: Linear Equations & Coordinate Geometry Formulas

Linear equations bridge arithmetic and geometry. Critical formulas:

**Standard Forms:**
Slope-intercept: y = mx + c (where m = slope, c = y-intercept)
Point-slope: y − y₁ = m(x − x₁)
Two-point form: (y − y₁)/(y₂ − y₁) = (x − x₁)/(x₂ − x₁)

**Slope Calculation:**
m = (y₂ − y₁)/(x₂ − x₁)

**Distance Formula:**
Distance between (x₁, y₁) and (x₂, y₂) = √[(x₂ − x₁)² + (y₂ − y₁)²]

**Section Formula (Internal Division):**
Point dividing (x₁, y₁) and (x₂, y₂) in ratio m:n = ((mx₂ + nx₁)/(m + n), (my₂ + ny₁)/(m + n))

**Worked Example:**
Find the equation of a line passing through (2, 3) and (4, 7).
First, slope: m = (7 − 3)/(4 − 2) = 4/2 = 2
Using point-slope form with (2, 3):
y − 3 = 2(x − 2)
y − 3 = 2x − 4
y = 2x − 1

**Common Error:** Students confuse distance formula with section formula. Distance measures *how far apart* two points are; section formula finds the *coordinates of a point between* them. Always identify what the question asks for.

Chapters 5–7: Geometry Formulas (Triangles, Circles, Area & Volume)

Geometry formulas are visual—use diagrams alongside memorization.

**Heron's Formula (Triangle Area):**
For triangle with sides a, b, c:
Semi-perimeter, s = (a + b + c)/2
Area = √[s(s − a)(s − b)(s − c)]

**Triangle Properties:**
Angle sum = 180°
Pythagorean theorem: c² = a² + b² (right triangles)

**Circle Formulas:**
Circumference = 2πr or πd
Area = πr²
Arc length = (θ/360°) × 2πr (where θ = central angle in degrees)
Sector area = (θ/360°) × πr²

**Surface Area & Volume:**
Cube: Surface Area = 6a², Volume = a³
Cylinder: Surface Area = 2πr(r + h), Volume = πr²h
Sphere: Surface Area = 4πr², Volume = (4/3)πr³
Cone: Volume = (1/3)πr²h, Curved Surface Area = πrl (where l = slant height)

**Worked Example:**
A triangle has sides 13 cm, 14 cm, 15 cm. Find its area using Heron's formula.
s = (13 + 14 + 15)/2 = 21
Area = √[21(21 − 13)(21 − 14)(21 − 15)]
= √[21 × 8 × 7 × 6]
= √7056 = 84 cm²

**Critical Insight:** Heron's formula works for *any* triangle (you don't need height), making it invaluable when height isn't given. Geometry in Class 9 emphasizes proof and application—formulas alone won't score full marks. Always explain *why* you chose a particular formula.

Chapters 8–9: Statistics & Probability Formulas

Statistics and Probability introduce data analysis and logical reasoning.

**Mean (Average):**
Mean = (Sum of all observations)/(Number of observations) = Σx/n

**Median:**
For n observations arranged in order:
- If n is odd, median = ((n + 1)/2)th term
- If n is even, median = [Average of (n/2)th and ((n/2) + 1)th terms]

**Mode:** The observation appearing most frequently.

**Range:** Range = Maximum value − Minimum value

**Probability (Theoretical):**
P(Event) = (Number of favorable outcomes)/(Total number of equally likely outcomes)

**Complementary Probability:**
P(Event does NOT occur) = 1 − P(Event occurs)

**Worked Example (Statistics):**
Marks of 7 students: 45, 52, 48, 52, 60, 52, 55
Mean = (45 + 52 + 48 + 52 + 60 + 52 + 55)/7 = 364/7 = 52
Median: Arrange in order: 45, 48, 52, 52, 52, 55, 60
Median (4th term) = 52
Mode = 52 (appears 3 times)

**Worked Example (Probability):**
A fair die is rolled. Find P(getting a number ≤ 4).
Favorable outcomes: 1, 2, 3, 4 (four outcomes)
Total outcomes: 1, 2, 3, 4, 5, 6 (six outcomes)
P(≤ 4) = 4/6 = 2/3

**AI Tutor Advantage:** Platforms like cbsetutor.ai let you practice 50+ probability and statistics problems with instant feedback, building intuition for what "equally likely" means and why it matters—crucial for competitive exams.

Common Formula Mistakes & How to Avoid Them

**Mistake 1: Memorizing Without Understanding Direction**
Students remember (a + b)² = a² + 2ab + b² but freeze when asked to simplify a² + 2ab + b². Solution: Always practice *reverse* application. After learning an expansion, immediately factorize an expression using it.

**Mistake 2: Confusing Similar Formulas**
Example: Distance formula √[(x₂ − x₁)² + (y₂ − y₁)²] vs. Section formula ((mx₂ + nx₁)/(m+n), ...)
Create a *comparison chart*: Write what each does, when to use it, sample numbers. Physically writing clarifies meaning.

**Mistake 3: Ignoring Units**
In area/volume problems, students calculate correctly but write "84" instead of "84 cm²". Marks are lost. Always include units from step one.

**Mistake 4: Incorrect Sign Management**
In (a − b)³ = a³ − 3a²b + 3ab² − b³, the alternating signs confuse students. Expand (a − b)³ = (a − b)(a − b)² step-by-step once to see *why* signs alternate—understanding beats memorization.

**Mistake 5: Using Formulas in Wrong Contexts**
Students apply Heron's formula to a right triangle when base and height are given (simpler formula: Area = (1/2) × base × height works). Always scan the problem for *given information* first. Ask: "Which formula matches what I *know*?"

**Prevention Checklist:**
✓ Derive formulas once, don't just memorize
✓ Create a color-coded personal formula sheet
✓ Solve 3 problems per formula before moving on
✓ Review formulas weekly, not the night before exams

Your 30-Day Formula Mastery Plan

**Weeks 1–2: Foundations (Chapters 1–4)**
Day 1–2: Learn Polynomial identities + factorization. Solve 10 problems.
Day 3–4: Linear equations formulas. Solve 8 problems (slope, distance, section).
Day 5–7: Review + mix problems from both chapters (5 problems daily).
Day 8–14: Repeat with increased difficulty (NCERT Examples, then Exercise problems).

**Weeks 3–4: Advanced Topics (Chapters 5–9)**
Day 15–17: Heron's formula, circle & solid geometry formulas (3 formulas daily). Solve 5 problems per formula.
Day 18–21: Statistics & Probability. Practice calculation-based problems (mean, median) and logic-based problems (probability with multiple events).
Day 22–28: Full chapter review. Solve 10 mixed problems daily.
Day 29–30: Timed mock exam using all formulas. Track which formulas you used most—these are your "high-confidence" formulas.

**Daily Habit (15 mins):**
9:00 AM: Revise 3 formulas from previous day.
9:15 AM: Solve 2 problems using those formulas.
9:30 AM: Check solutions, identify errors.

**Weekly Milestone (Saturday, 45 mins):**
Write out all formulas from that week from memory, without notes. Mark gaps. Spend 20 mins reinforcing weak areas.

**Why This Works:** Spaced repetition (reviewing Week 1 formulas in Week 3) strengthens retention. Mixing problems forces you to *choose* the right formula—exam skill, not just memory.

How AI Tutoring Transforms Formula Mastery

A formula sheet is a reference tool; real mastery comes from *applying* formulas under time pressure with conceptual clarity. This is where AI tutors excel. cbsetutor.ai, trained on the exact 2024–25 NCERT Class 9 curriculum, provides:

**Instant Formula Context:** Ask "When do I use Heron's formula vs. base-height formula?" and get a side-by-side explanation with 3 worked examples—not a generic textbook answer.

**Adaptive Problem Generation:** The AI generates 50+ unique problems for each chapter, each targeting a specific formula. You don't repeat the same problem; you deepen understanding across variations.

**Real-Time Error Analysis:** You solve a polynomial problem incorrectly. The AI doesn't just mark it wrong—it isolates whether you misapplied the identity, made an arithmetic error, or forgot to include all terms. Targeted feedback beats generic corrections.

**24/7 Formula Clarification:** 2 AM before your exam, you panic-forget whether the sector area formula uses degrees or radians. Chat with the AI in seconds. Human tutors aren't available then.

**Printable Formula Sheet Generation:** The AI produces a customized, single-page formula sheet prioritized by *your* weak areas, not generic.

CBSETUTOR.ai offers a **3-day free trial** with no credit card required. In those 3 days, you can test 15–20 problems across 3 chapters and see how adaptive feedback sharpens your formula application. Many students who use the platform consistently improve from 65% to 82%+ in maths by mid-term. Start a 3-day free trial at cbsetutor.ai and watch how formula confidence builds in real time.

Frequently Asked Questions

What's the difference between Heron's formula and base-height formula for triangle area?
Heron's formula (Area = √[s(s−a)(s−b)(s−c)]) works when you know all three sides but no height. Base-height formula (Area = (1/2) × base × height) requires the perpendicular height, which isn't always given. Use Heron's when sides are known; use base-height for faster calculation if height is provided.
How do I remember algebraic identities like (a+b)³ without confusing signs?
Expand (a+b)³ = (a+b)(a+b)² step-by-step once. This shows why the expansion is a³ + 3a²b + 3ab² + b³. For (a−b)³, do the same with subtraction—seeing alternating signs emerge is unforgettable. Understanding beats memorization.
What's the most common formula mistake in Class 9 exams?
Confusing distance formula √[(x₂−x₁)² + (y₂−y₁)²] with section formula. Distance finds *how far* apart two points are; section formula finds the *coordinates of a point between* them. Always identify what the question asks before choosing a formula.
Should I memorize all formulas or understand them?
Both. Memorization lets you recall quickly; understanding lets you apply correctly under pressure. Spend 60% effort understanding *why* a formula works (derivation, geometric meaning) and 40% on memorization. This balance scores higher in exams.
How often should I revise my formula sheet?
Daily for the first 2 weeks (5 mins). Then 3–4 times weekly for 1 month. Finally, weekly review before tests. Spaced repetition prevents forgetting. Write formulas from memory on blank paper—if you can't, that formula needs more focus.
Can I use a single formula sheet in the CBSE Class 9 exam?
No. CBSE exams don't permit formula sheets. However, preparing a personal formula sheet is a *study tool*, not an exam tool. It consolidates learning and forces you to understand *when* formulas apply—skills tested in the actual exam.
Which chapters have the most formulas in Class 9 maths?
Geometry (Chapters 5–7: Triangles, Circles, Surface Area & Volume) and Coordinate Geometry (Chapter 4) are formula-heavy. Polynomials (Chapters 1–2) rely on identities. Focus on these chapters in your formula sheet.
How do I practice formula application without solving 100 problems?
Solve 3–5 problems per formula, but vary problem *type* each time: straightforward application, reverse application (factorization), mixed chapters. Variety builds flexibility. Use adaptive AI platforms that generate unique problems automatically—more efficient than manual searching.

Related study guides

Get a personal AI tutor for CBSE — start your 3-day free trial

CBSETUTOR.ai is a 24×7 AI tutor for CBSE Classes 6-12, built on the official NCERT textbooks. Doubt solving, chapter notes, NCERT solutions, sample papers, photo-to-solution and personalised daily plans. ₹4,999/mo (Class 6-8) · ₹9,999/mo (Class 9-12). 3-day free trial — no card required.

Start free trial