Notes For All Chapters – Maths Class 6 Ganita Prakash
Chapter 1: Patterns in Mathematics
Explore the wonderful world of number sequences, shape patterns, and the beautiful connections between them!
1.1 What is Mathematics?
Mathematics is, in large part, the search for patterns — and for the explanations as to why those patterns exist.
Patterns exist in nature, in our homes and schools, and in the motion of the sun, moon, and stars. They occur in everything we do — shopping, cooking, throwing a ball, understanding weather, and using technology.
🎨 Mathematics as Art and Science
The search for patterns and their explanations can be a fun and creative endeavour. That’s why mathematicians think of mathematics both as an art and as a science.
Mathematics doesn’t just find patterns — it also explains why patterns exist. These explanations often find uses far beyond where they were first discovered!
🚀 Real-World Impact of Mathematics
- Understanding patterns in planetary motion → Theory of Gravitation → We can now launch satellites and send rockets to Mars!
- Understanding patterns in genomes → Diagnosing and curing diseases
- Mathematics powers technology, bridges, computers, mobile phones, calendars, and clocks
The same mathematical patterns that describe how planets move are used to guide spacecraft on missions to the Moon and Mars!
1.2 Patterns in Numbers
Among the most basic patterns in mathematics are patterns of numbers — especially patterns of whole numbers:
The branch of Mathematics that studies patterns in whole numbers is called Number Theory.
These are the most basic and most fascinating types of patterns that mathematicians study.
A number sequence is an ordered list of numbers that follows a definite rule or pattern.
Key Number Sequences (Table 1)
Here are the important number sequences you must know for this chapter:
| Sequence Name | First Few Terms | Rule / Pattern |
|---|---|---|
| All 1’s | 1, 1, 1, 1, 1, 1, 1, … | Every term is 1 |
| Counting Numbers | 1, 2, 3, 4, 5, 6, 7, … | Add 1 each time |
| Odd Numbers | 1, 3, 5, 7, 9, 11, 13, … | Add 2 each time; not divisible by 2 |
| Even Numbers | 2, 4, 6, 8, 10, 12, 14, … | Add 2 each time; divisible by 2 |
| Triangular Numbers | 1, 3, 6, 10, 15, 21, 28, … | Add 1, 2, 3, 4, … (dots form a triangle) |
| Square Numbers | 1, 4, 9, 16, 25, 36, 49, … | n² — dots form a square grid |
| Cube Numbers | 1, 8, 27, 64, 125, 216, … | n³ — dots fill a cube |
| Virahānka Numbers | 1, 2, 3, 5, 8, 13, 21, … | Each term = sum of previous two terms |
| Powers of 2 | 1, 2, 4, 8, 16, 32, 64, … | Multiply by 2 each time: 2⁰, 2¹, 2², 2³… |
| Powers of 3 | 1, 3, 9, 27, 81, 243, 729, … | Multiply by 3 each time: 3⁰, 3¹, 3², 3³… |
These are also called Fibonacci numbers in the West, but were discovered much earlier by the Indian mathematician Virahānka. Each number is the sum of the two numbers before it: 1+2=3, 2+3=5, 3+5=8, and so on!
🔗 Next Three Terms — Quick Reference
Next terms: 36, 45, 55
(Add 8, then 9, then 10)
Next terms: 64, 81, 100
(8², 9², 10²)
Next terms: 343, 512, 729
(7³, 8³, 9³)
Next terms: 34, 55, 89
(13+21=34, etc.)
1.3 Visualising Number Sequences
Many number sequences can be visualised using pictures. This is a very powerful way to understand mathematical patterns!
🔵 Dot Patterns for Different Sequences
Each picture has just 1 dot. No matter how far you go, it’s always one dot.
Dots are arranged in a single row: 1 dot, 2 dots, 3 dots… each row grows by one.
Dots in an L-shaped staircase: 1, then add 2 more, add 2 more…
Dots arranged in 2 equal rows: 2, 4, 6, 8… always pairs.
Dots fill a triangle shape — row 1 has 1 dot, row 2 has 2 dots, row 3 has 3, and so on.
Dots form a perfect square grid — 1×1, 2×2, 3×3, 4×4…
📦 Cube Numbers — 3D Visualisation
Cube numbers are visualised using 3-dimensional cubes:
Triangular numbers → dots arrange into a triangle shape.
Square numbers → dots fill a perfect square grid.
Cube numbers → dots fill a 3D cube!
🌟 Special Fact: 36 is Both Triangular AND Square!
36 = Triangular number (1+2+3+4+5+6+7+8) ✔ AND 36 = 6² ✔
The same number can play different roles depending on context!
⬡ Hexagonal Numbers
The sequence 1, 7, 19, 37, 61, … forms hexagonal dot patterns. Each new hexagon is built by adding a ring of dots around the previous one.
💻 Powers of 2 — A Dimensional Journey!
- 2⁰ = 1 — A single point (0D)
- 2¹ = 2 — A line segment connecting 2 points (1D)
- 2² = 4 — A square with 4 corners (2D)
- 2³ = 8 — A cube with 8 corners (3D)
- 2⁴ = 16 — A 4D hypercube with 16 corners!
1.4 Relations Among Number Sequences
Sometimes, number sequences relate to each other in surprising and beautiful ways!
✨ Pattern 1: Adding Odd Numbers → Square Numbers!
Look at what happens when we keep adding odd numbers starting from 1:
1 + 3 = 4 (= 2²)
1 + 3 + 5 = 9 (= 3²)
1 + 3 + 5 + 7 = 16 (= 4²)
1 + 3 + 5 + 7 + 9 = 25 (= 5²)
1 + 3 + 5 + 7 + 9 + 11 = 36 (= 6²)
Imagine a square grid of dots. You can divide it into L-shaped borders — each L-shape contains an odd number of dots (1, 3, 5, 7…). That’s why adding odd numbers gives square numbers!
= 1+3+5+7+9+11+13+15+17+19 = 10² = 100
= 100² = 10,000
✨ Pattern 2: Adding Up and Down → Square Numbers Again!
Here’s another beautiful pattern using counting numbers:
1 + 2 + 1 = 4 (= 2²)
1 + 2 + 3 + 2 + 1 = 9 (= 3²)
1 + 2 + 3 + 4 + 3 + 2 + 1 = 16 (= 4²)
1 + 2 + 3 + 4 + 5 + 4 + 3 + 2 + 1 = 25 (= 5²)
1 + 2 + 3 + 4 + 5 + 6 + 5 + 4 + 3 + 2 + 1 = 36 (= 6²)
✨ Pattern 3: Triangular Numbers + Squares
When you add two consecutive triangular numbers, you always get a square number!
3 + 6 = 9 (= 3²)
6 + 10 = 16 (= 4²)
10 + 15 = 25 (= 5²)
15 + 21 = 36 (= 6²)
nth triangular number + (n+1)th triangular number = (n+1)²
✨ Pattern 4: Powers of 2 — Almost the Next Power!
Adding up powers of 2 from the start:
1 + 2 = 3
1 + 2 + 4 = 7
1 + 2 + 4 + 8 = 15
1 + 2 + 4 + 8 + 16 = 31
Now add 1 to each result: 2, 4, 8, 16, 32 → These are the next powers of 2!
✨ Pattern 5: Hexagonal Numbers and Cubes
Adding up hexagonal numbers:
1 + 7 = 8 (= 2³)
1 + 7 + 19 = 27 (= 3³)
1 + 7 + 19 + 37 = 64 (= 4³)
✨ Pattern 6: Triangular Numbers × 6 + 1
(3 × 6) + 1 = 19
(6 × 6) + 1 = 37
(10 × 6) + 1 = 61
1.5 Patterns in Shapes
Besides number patterns, mathematics also studies patterns of shapes. Shapes can be in 1D, 2D, or 3D (or even more dimensions!).
The branch of Mathematics that studies patterns in shapes is called Geometry.
📋 Key Shape Sequences (Table 3)
| Shape Sequence | Description | Examples in the Sequence |
|---|---|---|
| Regular Polygons | Equal sides + equal angles; sides increase by 1 each time | Triangle (3), Square (4), Pentagon (5), Hexagon (6), Heptagon (7)… |
| Complete Graphs (Kₙ) | Every point connected to every other point | K2 (1 line), K3 (3 lines), K4 (6), K5 (10), K6 (15)… |
| Stacked Squares | Squares arranged in an ever-growing grid | 1, 4, 9, 16, 25… (square numbers!) |
| Stacked Triangles | Triangles stacked in rows within a larger triangle | 1, 4, 9, 16, 25… (square numbers!) |
| Koch Snowflake | Each line segment replaced by a “speed bump” shape repeatedly | Lines: 3, 12, 48, 192… (3 × Powers of 4) |
🔷 Regular Polygons — Know Your Shapes!
Tri=3, Quad=4, Penta=5, Hexa=6, Hepta=7, Octa=8, Nona=9, Deca=10. These are Latin/Greek prefixes for numbers — learn them once and you’ll know all polygon names!
❄️ The Koch Snowflake — Infinite Complexity!
The Koch Snowflake is built by taking a triangle and replacing every straight line segment with a “speed bump” (a triangle bump). Do this again and again — the shape gets more and more jagged!
The Koch Snowflake is an example of a fractal — a shape that looks similar at every scale and has infinitely complex detail at its edges. The perimeter grows forever, but the area remains bounded!
1.6 Relation to Number Sequences
Shape sequences and number sequences are connected in surprising ways. Understanding these connections helps us study both better!
📊 Regular Polygons → Counting Numbers
The number of sides = number of corners! Both give the same counting sequence starting from 3.
📊 Complete Graphs → Triangular Numbers
| Graph | Points | Lines | Triangular? |
|---|---|---|---|
| K2 | 2 | 1 | T₁ = 1 ✔ |
| K3 | 3 | 3 | T₂ = 3 ✔ |
| K4 | 4 | 6 | T₃ = 6 ✔ |
| K5 | 5 | 10 | T₄ = 10 ✔ |
| K6 | 6 | 15 | T₅ = 15 ✔ |
📊 Stacked Squares → Square Numbers
The number of small squares in each stacked-square shape: 1, 4, 9, 16, 25… — these are exactly the square numbers!
📊 Stacked Triangles → Square Numbers
The number of small triangles in each stacked-triangle shape also gives 1, 4, 9, 16, 25… (square numbers). In each row, the count of triangles follows odd numbers, and adding odd numbers gives squares!
Both Stacked Squares AND Stacked Triangles produce square numbers — two different shapes, same number sequence!
Chapter Summary
The search for patterns and the explanations for why those patterns exist. Both an art and a science.
The branch of Mathematics studying patterns in whole numbers (0, 1, 2, 3, 4…).
Counting, Odd, Even, Triangular, Square, Cube, Virahānka, Powers of 2, Powers of 3.
Pictures and dot diagrams help us understand patterns and explain WHY they work.
Adding odd numbers = squares. Adding hexagonal numbers = cubes. Consecutive triangular numbers sum to a square!
Branch of Maths studying shape patterns. Examples: Regular Polygons, Complete Graphs, Koch Snowflake.
⚡ Quick Formulas to Remember
Exam Practice Questions

Ya
Super explanation