FREE Live Master Session: Code Your AI Companion for Kids

    Register for Free →
    CBSE Class 6 Mathematics • Chapter 1 (Ganita Prakash)Contributed by Prof. Manjul Bhargava (Fields Medalist)

    Class 6 Maths Chapter 1: Patterns in Mathematics

    Mathematics Theory • Examples • Questions • Solutions

    10 Number SequencesVisual Dot ProofsComplete Graphs KnKoch Snowflake10 Practice Questions

    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.

    Chapter Roadmap

    Core Topics in Patterns in Mathematics

    Master the 6 foundational sections established in NCERT Ganita Prakash Grade 6:

    Table of Contents

    Section 1.1

    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:

    In Nature & Cosmos

    The elliptical motion of the Sun, Moon, and stars; spiral patterns in seashells, sunflower seeds, and weather systems.

    In Daily Life

    Shopping calculations, cooking proportions, throwing a cricket ball along a parabolic curve, and scheduling clocks.

    In Advanced Science

    Gravitational patterns guiding rockets to Mars; DNA genome patterns used in diagnosing and curing genetic diseases.

    Why Do We Search for Reasons?

    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.

    Section 1.2

    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: Quadratic

    Formation Rule: Cumulative sum of counting numbers: Tn = n(n+1)/2

    First 10 Terms:
    1T1
    3T2
    6T3
    10T4
    15T5
    21T6
    28T7
    36T8
    45T9
    55T10
    #Sequence NameFirst TermsAlgebraic Rule
    1All 1's1, 1, 1, 1, 1, 1, 1, ...Constant (fixed at 1)
    2Counting numbers1, 2, 3, 4, 5, 6, 7, ...Start at 1, add 1 each time (n)
    3Odd numbers1, 3, 5, 7, 9, 11, 13, ...Start at 1, add 2 each time (2n - 1)
    4Even numbers2, 4, 6, 8, 10, 12, 14, ...Start at 2, add 2 each time (2n)
    5Triangular numbers1, 3, 6, 10, 15, 21, 28, ...Cumulative sum: T_n = n(n+1)/2
    6Square numbers1, 4, 9, 16, 25, 36, 49, ...Multiply number by itself: n^2
    7Cube numbers1, 8, 27, 64, 125, 216, ...Multiply number three times: n^3
    8Virahānka numbers1, 2, 3, 5, 8, 13, 21, ...Start 1, 2; V_n = V_n-1 + V_n-2
    9Powers of 21, 2, 4, 8, 16, 32, 64, ...Start 1, multiply by 2: 2^n-1
    10Powers of 31, 3, 9, 27, 81, 243, 729, ...Start 1, multiply by 3: 3^n-1
    Section 1.3

    1.3 Visualising Number Sequences

    Transforming numbers into dot patterns reveals why mathematical rules are true:

    Triangular Numbers

    Dots arranged in expanding triangular arrays: 1, 3, 6, 10, 15.

    T₁ = 1
    T₂ = 3
    T₃ = 6
    T₄ = 10
    Square Numbers

    Dots arranged in n × n square matrices: 1, 4, 9, 16, 25.

    1² = 1
    2² = 4
    3² = 9
    4² = 16
    Hexagonal Numbers

    Concentric regular hexagonal rings: 1, 7, 19, 37, 61.

    H₁ = 11
    H₂ = 71 + 6
    H₃ = 197 + 12
    H₄ = 3719 + 18

    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!

    As a Square Number:

    36 dots arrange into a 6 × 6 square grid (6 × 6 = 36 = 6^2).

    As a Triangular Number:

    36 dots form an 8-row triangle: 1+2+3+4+5+6+7+8 = 36 = T_8.

    Section 1.4

    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:

    1 = 1 = 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²
    Visual Explanation (L-shaped Gnomons): Every square of size (n+1) is formed by taking an n × n square and wrapping an L-shaped border of (2n+1) dots around it. Because each added layer contains an odd number of dots (1, 3, 5, 7, 9...), adding the first n odd numbers always equals .

    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:

    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²

    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:

    1 + 3 = 4 (2²)
    3 + 6 = 9 (3²)
    6 + 10 = 16 (4²)
    10 + 15 = 25 (5²)

    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 = 1 = 1³
    1 + 7 = 8 = 2³
    1 + 7 + 19 = 27 = 3³
    1 + 7 + 19 + 37 = 64 = 4³
    1 + 7 + 19 + 37 + 61 = 125 = 5³
    1 + 7 + ... + 91 = 216 = 6³
    Section 1.5

    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:

    1. Regular Polygons

    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).

    2. Complete Graphs (Kn)

    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!

    3. Stacked Squares

    Grid squares stacked into expanding n × n matrices: 1, 4, 9, 16, 25 small squares (Square numbers sequence).

    4. Stacked Triangles

    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).

    5. Koch Snowflake Fractal

    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).

    Section 1.6

    1.6 How Shapes Relate to Number Sequences

    Counting geometric elements unlocks fundamental algebraic formulas:

    Regular Polygon Sides & Vertices

    In any closed polygon, the number of sides equals the number of corners (vertices).

    3, 4, 5, 6, 7, 8, 9, 10... (Counting numbers starting at 3)
    Complete Graphs Line Count

    The number of lines connecting n points in Complete Graphs equals triangular numbers:

    K₂=1, K₃=3, K₄=6, K₅=10, K₆=15, K₇=21 (Triangular numbers)
    Stacked Triangles Sub-unit Count

    Count the little unit triangles in each row: Row 1 = 1, Row 2 = 3, Row 3 = 5, Row 4 = 7. Total count:

    1, 1+3=4, 1+3+5=9, 1+3+5+7=16 (Square numbers)
    Koch Snowflake Segment Multiplier

    Every straight line segment becomes 4 segments. Starting from 3 sides in an equilateral triangle:

    3, 3×4=12, 12×4=48, 48×4=192 (3 × Powers of 4)
    Mastering Problem-Solving

    Patterns in Mathematics – Worked Examples

    Step-by-step solutions based on the official NCERT Ganita Prakash curriculum:

    1Worked Example 1: Sum of Consecutive Odd Numbers

    Find the value of 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 without adding each number one by one.

    How to Think:

    The sum of the first n consecutive odd numbers starting from 1 is equal to n².

    Step-by-Step Solution:
    1. Count the number of terms: 1, 3, 5, 7, 9, 11, 13, 15, 17, 19 has exactly 10 terms (n = 10).
    2. Apply the square formula: Sum = n² = 10² = 10 × 10 = 100.
    Answer: 100
    2Worked Example 2: Adding Numbers Up and Down

    What is the value of 1 + 2 + 3 + ... + 49 + 50 + 49 + ... + 3 + 2 + 1?

    How to Think:

    When counting numbers increase to a peak number n and then decrease back to 1, the total sum is n².

    Step-by-Step Solution:
    1. Identify the peak number: The sequence peaks at 50.
    2. Calculate the square of the peak: 50² = 50 × 50 = 2,500.
    Answer: 2,500
    3Worked Example 3: Complete Graph Lines using Triangular Numbers

    How many straight lines are needed to draw a Complete Graph with 7 points (K₇)?

    How to Think:

    The number of lines in a Complete Graph with n points equals the (n-1)th triangular number: Tn-1 = (n × (n - 1)) / 2.

    Step-by-Step Solution:
    1. For K₇, n = 7 points. We need the 6th triangular number (T₆).
    2. Calculate: T₆ = 1 + 2 + 3 + 4 + 5 + 6 = 21 lines.
    3. Formula check: (7 × 6) / 2 = 42 / 2 = 21.
    Answer: 21 lines
    4Worked Example 4: Consecutive Triangular Numbers

    The 7th triangular number is 28 and the 8th triangular number is 36. Show that their sum is a square number.

    Step-by-Step Solution:
    1. Sum the two numbers: 28 + 36 = 64.
    2. Check if 64 is a perfect square: 8 × 8 = 64 = 8².
    3. This confirms the rule that Tn-1 + Tn = n² (here, T₇ + T₈ = 8²).
    Answer: 28 + 36 = 64 = 8² (Confirmed)
    Interactive Practice

    Class 6 Chapter 1 Practice Questions

    Test your mastery with instant feedback, hints, and detailed solutions:

    10 MCQs with Solutions
    1

    What is the sum of the first 8 consecutive odd numbers (1 + 3 + 5 + 7 + 9 + 11 + 13 + 15)?

    2

    Calculate the value of 1 + 2 + 3 + ... + 24 + 25 + 24 + ... + 2 + 1 without adding individually.

    3

    What is the 6th triangular number (T₆)?

    4

    If T₄ = 10 and T₅ = 15, what is their sum (T₄ + T₅)?

    5

    How many straight line segments are required to draw a Complete Graph with 6 vertices (K₆)?

    6

    In the Virahānka number sequence (1, 2, 3, 5, 8, 13...), what is the 7th term?

    7

    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?

    8

    Which of the following numbers is BOTH a square number and a triangular number?

    9

    What is the sum of the first 4 hexagonal numbers (1 + 7 + 19 + 37)?

    10

    How many total unit triangles are there in a stacked triangle grid of 5 rows?

    Interactive Pattern Detectives

    Challenge Activities & Live Pattern Calculators

    Challenge 1: The Dual Identity

    Find the smallest positive integer greater than 1 that is both a triangular number and a square number.

    Tool 2: Koch Snowflake Segment Calculator

    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

    Summary & Formulas

    Key Takeaways & Formula Cheat Sheet

    Definition: Mathematics is the search for patterns and the explanations for why those patterns exist.
    Odd Numbers Rule: 1 + 3 + 5 + ... + (2n-1) = n^2 (Sum of first n odd numbers always equals n^2).
    Up & Down Sum: 1 + 2 + ... + n + ... + 2 + 1 = n^2 (Peak squared).
    Triangular Pairs: T_n-1 + T_n = n^2 (Two consecutive triangles form a square).
    Complete Graphs: Lines in K_n equal T_n-1 = n(n-1)/2.
    Hexagons to Cubes: Consecutive hexagonal numbers sum to cubes (1+7+19+... = n^3).
    Help & Clarifications

    Frequently Asked Questions about Patterns in Mathematics

    Clear, authoritative answers based on NCERT Ganita Prakash Grade 6:

    Mathematics • Computational Thinking Bridge

    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.

    Ready for CT Puzzles & Algorithm Logic?20 interactive computational thinking questions with step-by-step logic explanations.
    Practice Class 6 Computational Thinking Questions
    Class 6 MathematicsAll 10 Chapters HubCurrent ChapterChapter 1: Patterns in MathematicsNext Chapter →Chapter 2: Lines and Angles