Class 6 Maths Chapter 1:
Patterns in Mathematics
Mathematics Theory • Examples • Questions • Solutions
What is Patterns in Mathematics?
Patterns in Mathematics (NCERT Ganita Prakash Class 6, Chapter 1) is the study of regular, repeating, and rule-based structures found in whole numbers and geometric shapes. It explores not just what patterns exist, but the visual dot proofs and mathematical reasons for why they occur—including triangular numbers, square summation of odd numbers, Virahānka sequences, geometric lattices, and fractal progressions.
Core Topics in Patterns in Mathematics
Master the 6 foundational sections established in NCERT Ganita Prakash Grade 6:
What is Mathematics?
Mathematics as an art and science of patterns in astronomy, nature, music, and daily life.
Patterns in Numbers (10 Sequences)
Counting, odd, even, triangular, square, cube, Virahānka, and exponential powers of 2 & 3.
Visualising Number Sequences
Representing numbers through dot grids, triangular lattices, 3D cubes, and multi-role numbers (like 36).
Relations Among Sequences
Visual proofs: why sum of odds equals squares, adding up-and-down, combining triangular numbers, and building cubes.
Patterns in Shapes & Geometry
Shape sequences: regular polygons, Complete Graphs (Kn), stacked squares, stacked triangles, and Koch snowflake.
Connecting Shapes to Numbers
Discovering exact formulas linking geometric vertices, edges, and sub-tiles to sequence equations.
Table of Contents
- What is Patterns in Mathematics?
- 1.1 What is Mathematics? (The Art of Reasons)
- 1.2 Patterns in Numbers (Interactive Sequence Explorer)
- 1.3 Visualising Number Sequences (Dot Arrays)
- 1.4 Relations Among Number Sequences (Visual Proofs)
- 1.5 Patterns in Shapes & Geometry (Polygons & Fractals)
- 1.6 How Shapes Relate to Number Sequences
- Worked Examples with Step-by-Step Logic
- Interactive Practice Questions (10 MCQs)
- Pattern Detective & Interactive Calculators
- Key Takeaways & Formula Summary
- Frequently Asked Questions (FAQ)
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 are not confined to school textbooks—they are the foundational fabric of our universe:
The elliptical motion of the Sun, Moon, and stars; spiral patterns in seashells, sunflower seeds, and weather systems.
Shopping calculations, cooking proportions, throwing a cricket ball along a parabolic curve, and scheduling clocks.
Gravitational patterns guiding rockets to Mars; DNA genome patterns used in diagnosing and curing genetic diseases.
Noticing that a pattern exists is only the first step. When mathematicians uncover why it happens, they formulate general laws that propel humanity forward—enabling engineers to construct bridges, computer scientists to develop artificial intelligence, and astronomers to navigate space.
1.2 Patterns in Numbers & Number Theory
The branch of mathematics that studies patterns in whole numbers is called Number Theory.
A number sequence is an ordered progression of numbers governed by a specific rule. Below is the master list of 10 number sequences introduced in Class 6 (Table 1 in Ganita Prakash). Click any sequence to inspect its terms and formula:
Sequence 5: Triangular Numbers
Type: QuadraticFormation Rule: Cumulative sum of counting numbers: Tn = n(n+1)/2
| # | Sequence Name | First Terms | Algebraic Rule |
|---|---|---|---|
| 1 | All 1's | 1, 1, 1, 1, 1, 1, 1, ... | Constant (fixed at 1) |
| 2 | Counting numbers | 1, 2, 3, 4, 5, 6, 7, ... | Start at 1, add 1 each time (n) |
| 3 | Odd numbers | 1, 3, 5, 7, 9, 11, 13, ... | Start at 1, add 2 each time (2n - 1) |
| 4 | Even numbers | 2, 4, 6, 8, 10, 12, 14, ... | Start at 2, add 2 each time (2n) |
| 5 | Triangular numbers | 1, 3, 6, 10, 15, 21, 28, ... | Cumulative sum: T_n = n(n+1)/2 |
| 6 | Square numbers | 1, 4, 9, 16, 25, 36, 49, ... | Multiply number by itself: n^2 |
| 7 | Cube numbers | 1, 8, 27, 64, 125, 216, ... | Multiply number three times: n^3 |
| 8 | Virahānka numbers | 1, 2, 3, 5, 8, 13, 21, ... | Start 1, 2; V_n = V_n-1 + V_n-2 |
| 9 | Powers of 2 | 1, 2, 4, 8, 16, 32, 64, ... | Start 1, multiply by 2: 2^n-1 |
| 10 | Powers of 3 | 1, 3, 9, 27, 81, 243, 729, ... | Start 1, multiply by 3: 3^n-1 |
1.3 Visualising Number Sequences
Transforming numbers into dot patterns reveals why mathematical rules are true:
Dots arranged in expanding triangular arrays: 1, 3, 6, 10, 15.
Dots arranged in n × n square matrices: 1, 4, 9, 16, 25.
Concentric regular hexagonal rings: 1, 7, 19, 37, 61.
The Wonder of Multi-Role Numbers: Why 36 is Special
In mathematics, the same number can play completely different roles depending on how you arrange its units. For example, 36 is both a triangular number and a square number!
36 dots arrange into a 6 × 6 square grid (6 × 6 = 36 = 6^2).
36 dots form an 8-row triangle: 1+2+3+4+5+6+7+8 = 36 = T_8.
1.4 Relations Among Number Sequences (Visual Proofs)
Discover the profound geometric and algebraic connections linking different sequences:
ASum of Consecutive Odd Numbers = Square Numbers
When we add odd numbers consecutively starting from 1, the sum is always a perfect square:
BAdding Counting Numbers Up and Down = Square Numbers
Counting up to a peak number n and then counting back down to 1 also produces square numbers:
✨ Example: What is 1 + 2 + 3 + ... + 99 + 100 + 99 + ... + 2 + 1? The peak is 100, so the sum is 100² = 10,000!
CAdding Pairs of Consecutive Triangular Numbers = Square Numbers
If you take any two consecutive triangular numbers and add them, you always get a square number:
Geometric Reason: A triangle of size (n-1) and a triangle of size n fit perfectly along their diagonal to form an n × n square grid: T_n-1 + T_n = n^2.
DHexagonal Numbers Build Cube Numbers
Hexagonal numbers are created by multiplying triangular numbers by 6 and adding 1: Hn = (6 × Tn-1) + 1. When you add consecutive hexagonal numbers, you generate cube numbers:
1.5 Patterns in Shapes & Geometry
The branch of mathematics that studies patterns in shapes is called Geometry.
Table 3 in the curriculum introduces 5 key shape sequences:
Polygons with equal side lengths and equal angles: Triangle (3), Quadrilateral/Square (4), Pentagon (5), Hexagon (6), Heptagon (7), Octagon (8), Nonagon (9), Decagon (10).
Networks of n points where every pair of vertices is joined by a line: K2 (1 line), K3 (3 lines), K4 (6 lines), K5 (10 lines), K6 (15 lines). Follows triangular numbers!
Grid squares stacked into expanding n × n matrices: 1, 4, 9, 16, 25 small squares (Square numbers sequence).
Lattices of small triangles arranged in rows. Each row contains 1, 3, 5, 7 triangles, giving a total of 1, 4, 9, 16, 25 triangles (Square numbers).
Starting from an equilateral triangle (3 sides), each straight segment is iteratively replaced by a triangular speed bump (4 segments). Number of segments: 3, 12, 48, 192, 768... (Formula: 3 × 4^n-1).
1.6 How Shapes Relate to Number Sequences
Counting geometric elements unlocks fundamental algebraic formulas:
In any closed polygon, the number of sides equals the number of corners (vertices).
The number of lines connecting n points in Complete Graphs equals triangular numbers:
Count the little unit triangles in each row: Row 1 = 1, Row 2 = 3, Row 3 = 5, Row 4 = 7. Total count:
Every straight line segment becomes 4 segments. Starting from 3 sides in an equilateral triangle:
Patterns in Mathematics – Worked Examples
Step-by-step solutions based on the official NCERT Ganita Prakash curriculum:
Find the value of 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 without adding each number one by one.
The sum of the first n consecutive odd numbers starting from 1 is equal to n².
- Count the number of terms: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19 has exactly 10 terms (n = 10).
- Apply the square formula: Sum = n² = 10² = 10 × 10 = 100.
What is the value of 1 + 2 + 3 + ... + 49 + 50 + 49 + ... + 3 + 2 + 1?
When counting numbers increase to a peak number n and then decrease back to 1, the total sum is n².
- Identify the peak number: The sequence peaks at 50.
- Calculate the square of the peak: 50² = 50 × 50 = 2,500.
How many straight lines are needed to draw a Complete Graph with 7 points (K₇)?
The number of lines in a Complete Graph with n points equals the (n-1)th triangular number: Tn-1 = (n × (n - 1)) / 2.
- For K₇, n = 7 points. We need the 6th triangular number (T₆).
- Calculate: T₆ = 1 + 2 + 3 + 4 + 5 + 6 = 21 lines.
- Formula check: (7 × 6) / 2 = 42 / 2 = 21.
The 7th triangular number is 28 and the 8th triangular number is 36. Show that their sum is a square number.
- Sum the two numbers: 28 + 36 = 64.
- Check if 64 is a perfect square: 8 × 8 = 64 = 8².
- This confirms the rule that Tn-1 + Tn = n² (here, T₇ + T₈ = 8²).
Class 6 Chapter 1 Practice Questions
Test your mastery with instant feedback, hints, and detailed solutions:
What is the sum of the first 8 consecutive odd numbers (1 + 3 + 5 + 7 + 9 + 11 + 13 + 15)?
Calculate the value of 1 + 2 + 3 + ... + 24 + 25 + 24 + ... + 2 + 1 without adding individually.
What is the 6th triangular number (T₆)?
If T₄ = 10 and T₅ = 15, what is their sum (T₄ + T₅)?
How many straight line segments are required to draw a Complete Graph with 6 vertices (K₆)?
In the Virahānka number sequence (1, 2, 3, 5, 8, 13...), what is the 7th term?
In Step 1 of the Koch Snowflake we have 3 segments. In Step 2 there are 12 segments. How many segments are there in Step 4?
Which of the following numbers is BOTH a square number and a triangular number?
What is the sum of the first 4 hexagonal numbers (1 + 7 + 19 + 37)?
How many total unit triangles are there in a stacked triangle grid of 5 rows?
Challenge Activities & Live Pattern Calculators
Find the smallest positive integer greater than 1 that is both a triangular number and a square number.
Enter any Step number (n) to calculate the total line segments in the fractal:
Formula: 3 × 4^(3 - 1) = 3 × 4^2
Total Line Segments = 48
Key Takeaways & Formula Cheat Sheet
Frequently Asked Questions about Patterns in Mathematics
Clear, authoritative answers based on NCERT Ganita Prakash Grade 6:
Explore Computational Thinking with Patterns in Mathematics
Recognizing repeating sequences, iterative step rules, recursive progressions (like Virahānka sequences), and invariant geometric relationships form the foundational building blocks of algorithmic thinking, computer programming loops, and recursion. Practice applying these mathematical models through 20 curated Computational Thinking questions.