Top
logo Learning Spot
Menu

Chapter 1 Patterns in Mathematics (Class 6 - Latest Maths NCERT (Ganita Prakash) Concept Notes)

Welcome to Chapter 1: Patterns in Mathematics! This chapter introduces the heart of mathematical discovery—the search for patterns and the logical explanations for why they exist. Rather than just memorising formulas, we explore how mathematics is a beautiful blend of Art and Science, present in everything from nature and genomes to the motion of stars and planets.

The curriculum focuses on Number Sequences and their visual representations. We will explore fundamental patterns such as Counting numbers, Odd and Even numbers, and more specialized sequences like Triangular, Square, Cube, and Virahānka numbers. A significant portion of this chapter is dedicated to Number Theory and Geometry, where we learn to relate numbers to shapes like Regular Polygons, Complete Graphs, and the intricate Koch Snowflake. We also delve into the beautiful relations between sequences, such as how adding odd numbers leads to square numbers, and how "adding up and down" reveals mathematical symmetries.

To aid understanding, this page offers visualisations, dot patterns, and step-by-step derivations for each concept based on the Ganita Prakash textbook. These comprehensive resources, meticulously prepared by learningspot.co, ensure an effective learning experience by turning abstract numbers into clear, visual patterns.

Content On This Page
What is Mathematics and Patterns in Numbers Number Sequences through Geometry Relations among Number Sequences
Patterns in Shapes and Introduction to Geometry


What is Mathematics and Patterns in Numbers

Mathematics is much more than just numbers and calculations; it is the systematic search for patterns and the deep exploration of the explanations for why those patterns exist. Patterns are everywhere around us—in the petals of a flower, the stripes of a tiger, the rhythm of our heartbeat, and even the way the sun rises and sets every day.

Because finding these patterns requires creative thinking and explaining them requires logical reasoning, mathematicians consider mathematics to be both an Art and a Science. This beauty of mathematics helps us understand everything from the simplest games to the most complex technologies.


The Power of Mathematical Explanations

Identifying a pattern is the first step, but the real power of mathematics lies in why the pattern happens. Once we understand the "why," we can apply that knowledge to solve problems in completely different fields. This is how mathematics helps propel humanity forward.

Key Examples of Human Progress through Mathematics:

  • Astronomy and Space: By studying patterns in the motion of stars and planets, humans developed the theory of gravitation. This allowed us to calculate paths for satellites and launch rockets to the Moon and Mars.
  • Medicine and Biology: Understanding patterns in genomes (the blueprints of life) helps doctors diagnose diseases and find new cures, saving millions of lives.
  • Infrastructure: Mathematics is essential for building strong bridges, high-rise buildings, and houses that can withstand weather patterns.
  • Modern Technology: Every time you use a mobile phone, watch TV, or use a computer, you are using devices built on complex mathematical patterns and logic.

Patterns in Numbers

Among the most basic patterns in mathematics are patterns of Whole Numbers $\{0, 1, 2, 3, 4, \dots\}$. The branch of mathematics that explores these patterns is called Number Theory. Understanding these sequences is like learning the secret language of numbers!

Key Number Sequences

In mathematics, we study several special sequences. Each sequence follows a unique rule. The table below lists the most important ones you will encounter:

Sequence Name The Numbers The Rule (How to get them)
Counting Numbers $1, 2, 3, 4, 5, 6, 7, \dots$ Start at 1 and add 1 each time.
Odd Numbers $1, 3, 5, 7, 9, 11, 13, \dots$ Start at 1 and add 2 each time.
Even Numbers $2, 4, 6, 8, 10, 12, 14, \dots$ Start at 2 and add 2 each time.
Triangular Numbers $1, 3, 6, 10, 15, 21, 28, \dots$ Numbers that can be arranged as a triangle.
Squares $1, 4, 9, 16, 25, 36, 49, \dots$ Multiply a number by itself ($n \times n$).
Cubes $1, 8, 27, 64, 125, 216, \dots$ Multiply a number by itself three times ($n \times n \times n$).
Virahānka Numbers $1, 2, 3, 5, 8, 13, 21, \dots$ Add the two previous numbers to get the next.
Powers of 2 $1, 2, 4, 8, 16, 32, 64, \dots$ Double the previous number ($ \times 2$).
Powers of 3 $1, 3, 9, 27, 81, 243, 729, \dots$ Triple the previous number ($ \times 3$).

Explaining the Patterns in Number Sequences

A sequence is a set of numbers arranged in a specific order according to a defined rule. Understanding the mathematical derivation of these rules allows for the prediction of any term within the sequence.

1. Triangular Numbers

Triangular Numbers ($1, 3, 6, 10, 15, \dots$) represent the total number of dots required to form an equilateral triangle. Each subsequent term is generated by adding the next counting number to the previous term.

Derivation of the Formula

A triangular number $T_n$ is the sum of the first $n$ natural numbers. This can be visualised by taking two identical triangles of $n$ dots and arranging them to form a rectangle of dimensions $n \times (n+1)$. Since the rectangle contains twice the number of dots as a single triangle, the formula is derived as:

$T_n = \frac{n(n+1)}{2}$

[General Term of Triangular Sequence]

For the $5^{th}$ triangular number, the calculation is:

$T_5 = \frac{5(5+1)}{2} = \frac{30}{2} = 15$

(Verified from sequence)

2. Square and Cube Numbers

These sequences are based on the geometric properties of regular shapes in two and three dimensions.

Square Numbers

A Square Number ($1, 4, 9, 16, \dots$) is obtained by multiplying an integer by itself. Geometrically, it represents the area of a square with a side length of $n$.

$S_n = n^2$

Cube Numbers

A Cube Number ($1, 8, 27, 64, \dots$) is obtained by multiplying an integer by itself three times. It represents the volume of a cube with a side length of $n$.

$C_n = n^3$

3. Virahānka Numbers

The Virahānka sequence ($1, 2, 3, 5, 8, 13, \dots$) was documented by the Indian mathematician Acharya Virahānka. This sequence is found in the study of Sanskrit prosody (the rhythm of poetry), representing the number of ways to arrange short and long syllables in a given meter.

Recursive Definition

The rule for this sequence states that each term (from the third term onwards) is the sum of the two preceding terms.

$V_n = V_{n-1} + V_{n-2}$

[where $V_1 = 1, V_2 = 2$]

4. Powers of 2 and Powers of 3

These sequences represent Geometric Progressions, where each term is the result of multiplying the previous term by a constant factor.

Powers of 2 (Base 2)

The sequence is generated by doubling the previous value ($1, 2, 4, 8, \dots$).

$a_n = 2^{n-1}$

Powers of 3 (Base 3)

The sequence is generated by tripling the previous value ($1, 3, 9, 27, \dots$).

$a_n = 3^{n-1}$

5. Even and Odd Numbers

These are fundamental classifications based on the property of divisibility by 2.

Even Numbers

Even numbers are those integers that are exactly divisible by 2. The general form is:

$E_n = 2n$

[for $n = 1, 2, 3, \dots$]

Odd Numbers

Odd numbers are those integers that leave a remainder of 1 when divided by 2. The general form is:

$O_n = 2n - 1$

[for $n = 1, 2, 3, \dots$]



Number Sequences through Geometry

Visualising mathematical objects through diagrams and spatial arrangements is a highly effective method for identifying and understanding complex patterns. In number theory, many sequences are named after the geometric shapes their constituent units (usually represented as dots or spheres) can form. This spatial representation allows us to observe the growth of a sequence as a physical expansion of a shape.


Visualising Geometric Numbers

1. The Constant Sequence (All 1’s)

The All 1’s sequence ($1, 1, 1, 1, \dots$) represents a constant pattern where no growth occurs between subsequent terms. Geometrically, each term is represented by a single, isolated unit or dot. There is no change in the dimensions or the quantity of the units as the sequence progresses.

A series of single dots representing the constant sequence of 1s

2. Counting Numbers

The Counting Numbers ($1, 2, 3, 4, \dots$) represent a linear growth pattern. Geometrically, this can be visualised as a sequence of lines where each subsequent line increases in length by exactly one unit. This is the most basic form of arithmetic progression, forming a simple staircase-like structure when stacked.

Lines of dots increasing by one unit at each step

3. Even Numbers

Even Numbers ($2, 4, 6, 8, \dots$) are defined by their property of being exactly divisible by 2. Geometrically, an even number is represented by dots arranged in complete pairs. These are often visualised as a rectangular grid with exactly two rows. Every dot in the top row has a corresponding partner in the bottom row, leaving no unit unpaired.

Dots arranged in two equal rows representing even numbers

In this arrangement, the $n^{th}$ even number forms a $2 \times n$ rectangle.

4. Odd Numbers

Odd Numbers ($1, 3, 5, 7, \dots$) are those that leave a remainder of 1 when divided by 2. Geometrically, an odd number is visualised as an arrangement of pairs with a single unit remaining. This can be seen as a two-row grid where the top row contains one more dot than the bottom row.

Dots arranged in two rows with one extra dot representing odd numbers

Alternatively, odd numbers are visualised as gnomons (L-shaped borders). This representation is particularly significant as it demonstrates how odd numbers are the "building blocks" of square numbers.

5. Triangular Numbers

The sequence of triangular numbers is represented by dots arranged in an equilateral triangle. Starting with a single dot, each subsequent term is created by adding a new row of dots at the base. Each new row contains exactly one more dot than the row immediately above it, causing the triangle to expand uniformly.

Dots arranged in equilateral triangles for numbers 1, 3, 6, and 10

As seen in the visual representation, the 4th triangular number consists of four rows, with the bottom-most row containing four dots. The total count of dots in such an arrangement provides the value of the sequence term.

6. Square Numbers

Square numbers are visualised as dots arranged in a perfect square grid where the number of rows is equal to the number of columns. To progress from one square number to the next, a layer of dots is added to two adjacent sides of the existing square, forming a larger square area.

Dots arranged in square grids for numbers 1, 4, 9, and 16

The geometric growth of these numbers represents the area of the square. For example, a square with three dots on each side consists of a total of nine dots ($3 \times 3$).

7. Cube Numbers

While triangular and square numbers are two-dimensional, cube numbers are three-dimensional. They are visualised using unit cubes stacked to form a larger, solid cube. The value of a cube number represents the total number of small cubes required to build a structure with equal length, width, and height.

Three-dimensional stacks of unit cubes representing 1, 8, and 27

A cube with a side length of three units will contain three layers, each consisting of a $3 \times 3$ grid of small cubes, totalling twenty-seven units.


Higher-Order and Complex Patterns

Hexagonal Numbers

Beyond triangles and squares, patterns can form other polygons. Hexagonal numbers represent dots arranged in concentric hexagons. Starting from a central point, each layer adds a larger hexagonal perimeter. This sequence is notable in nature, particularly in the structure of honeycombs and certain crystal formations.

Concentric hexagonal dot patterns for numbers 1, 7, 19, and 37

The Geometric Versatility of Number 36

In the study of number theory, certain integers exhibit unique properties by belonging to multiple geometric sequences. The number 36 is a prominent example of a Square-Triangular Number. This means that a collection of 36 units can be arranged perfectly into both a two-dimensional square grid and an equilateral triangular configuration.

1. Representation as a Square Number

As a square number, 36 is the product of an integer multiplied by itself. Geometrically, this is visualised as a perfectly symmetrical grid where the number of horizontal rows is equal to the number of vertical columns. In this configuration, the side length of the square is 6 units.

A 6x6 grid of dots representing the square number 36

The total number of units is calculated by determining the area of the square arrangement:

$S_6 = 6 \times 6 = 36$

[Area of a $6 \times 6$ square]

2. Representation as a Triangular Number

As a triangular number, 36 represents the sum of consecutive natural numbers starting from 1. Geometrically, this is visualised as an equilateral triangle where each subsequent row increases by one unit. For the number 36, the triangle consists of 8 rows, meaning it is the $8^{th}$ term in the triangular sequence.

Dots arranged in 8 rows forming an equilateral triangle totaling 36

The total number of units is the sum of the rows from the apex to the base:

$1+2+3+4+5+6+7+8 = 36$

[Sum of first 8 natural numbers]



Relations among Number Sequences

One of the most profound aspects of Number Theory is that different number sequences are often interconnected through elegant mathematical relationships. These relations can be understood not just through algebra, but through visual proofs that provide a deeper explanation of why these patterns persist infinitely.


1. Summing the "All 1’s" Sequence

The All 1’s sequence ($1, 1, 1, 1, \dots$) consists of the repeated unit value. When these terms are summed progressively, they generate the sequence of Counting Numbers (Natural Numbers). This confirms that every natural number $n$ is simply the result of adding the unit value 1 to itself $n$ times.

Geometric Progression of the Sum

Visually, adding a unit to a sequence of units creates a linear growth in quantity. Each step adds exactly one dot to the existing set, forming a line of increasing length.

Visual representation of summing unit dots to form counting numbers

The progression can be represented as follows:

$1 = 1$

$1 + 1 = 2$

$1 + 1 + 1 = 3$


2. Sum of Successive Odd Numbers

A profound relationship exists between the sequence of consecutive odd numbers and the sequence of square numbers. When successive odd numbers are summed, starting from the first odd number (1), the resulting total is always a perfect square. This property allows for the calculation of large square values through simple addition.

The following equations demonstrate this pattern systematically for the first ten square numbers. Each step adds the next odd number in the sequence to the previous sum.

$1 = 1^2 = 1$

$1 + 3 = 2^2 = 4$

$1 + 3 + 5 = 3^2 = 9$

$1 + 3 + 5 + 7 = 4^2 = 16$

$1 + 3 + 5 + 7 + 9 = 5^2 = 25$

$1 + 3 + 5 + 7 + 9 + 11 = 6^2 = 36$

$1 + 3 + 5 + 7 + 9 + 11 + 13 = 7^2 = 49$

$1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 = 8^2 = 64$

$1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 = 9^2 = 81$

$1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 = 10^2 = 100$

Geometric Verification (The Gnomon Principle)

This phenomenon is explained geometrically by the concept of a Gnomon. In a square grid of dots, adding an L-shaped layer around the existing square increases the side length by exactly one unit. Because each L-shaped layer consists of an odd number of dots, the transition from one square number to the next always requires the addition of the next consecutive odd number.

Geometric representation of odd numbers forming squares

3. Adding Numbers "Up and Down"

A significant numerical property relates the sum of a symmetrical sequence of counting numbers to Square Numbers. This pattern is formed by summing consecutive natural numbers from 1 up to a specific "peak" value and then decreasing back to 1. The resulting sum is always the square of that peak value.

By observing the following sums, a clear relationship between the peak of the sequence and the final square value becomes evident:

$1 + 2 + 1 = 4 = 2^2$

$1 + 2 + 3 + 2 + 1 = 9 = 3^2$

$1 + 2 + 3 + 4 + 3 + 2 + 1 = 16 = 4^2$

$1 + 2 + 3 + 4 + 5 + 4 + 3 + 2 + 1 = 25 = 5^2$

This pattern continues indefinitely. For any natural number $n$ acting as the peak, the sum of the sequence is $n^2$.

$S = n^2$

[Where $n$ is the peak value]

Geometric Visualization via Diagonals

This phenomenon can be explained by examining the arrangement of dots in a square grid from a diagonal perspective. When a square grid of $n \times n$ dots is viewed diagonally:

1. The longest diagonal passing through the centre contains exactly $n$ dots (the peak value).

2. The diagonals on either side of the centre gradually decrease in size ($n-1, n-2, \dots, 1$).

3. Summing the dots in each diagonal layer is equivalent to adding the counting numbers up to $n$ and then back down to 1.

Square grid viewed diagonally to show the up and down counting pattern

4. Summing the Counting Numbers

When the terms of the Counting Numbers sequence ($1, 2, 3, 4, \dots$) are summed consecutively, the resulting sequence is that of the Triangular Numbers ($1, 3, 6, 10, \dots$). This transition marks the move from linear units to two-dimensional triangular arrangements.

Geometric Transition

In this summation, each new counting number added represents a new row of dots placed at the base of the existing arrangement. Adding 2 to 1 creates a triangle with a base of two; adding 3 to that result creates a triangle with a base of three.

Rows of counting numbers being added to form triangular dot patterns
Formal Summation Process

The $n^{th}$ triangular number ($T_n$) is the sum of the first $n$ natural numbers. The derivation involves pairing terms from opposite ends of the sequence:

$T_n = 1 + 2 + 3 + \dots + n$

By reversing the order and adding the two series, we find that each pair sums to $(n+1)$. Since there are $n$ such pairs, the sum is halved to find the value for a single sequence:

$T_n = \frac{n(n+1)}{2}$

[Formula for sum of first $n$ natural numbers]


5. Sum of Consecutive Triangular Numbers

One of the most significant relationships in number theory is the connection between the sequence of Triangular Numbers and the sequence of Square Numbers. Mathematically, the sum of any two consecutive triangular numbers results in a perfect square number. This relationship bridges linear summation and geometric area.

By examining the sequence of triangular numbers ($T_1, T_2, T_3, \dots$ as $1, 3, 6, 10, 15, \dots$), we observe the following additions:

$1 + 3 = 4 = 2^2$

[Sum of $T_1$ and $T_2$]

$3 + 6 = 9 = 3^2$

[Sum of $T_2$ and $T_3$]

$6 + 10 = 16 = 4^2$

[Sum of $T_3$ and $T_4$]

$10 + 15 = 25 = 5^2$

[Sum of $T_4$ and $T_5$]

Visual Proof (Geometric Interlocking)

Geometrically, this property can be visualised by taking two triangular dot arrangements. If the smaller triangle ($T_{n-1}$) is inverted and placed against the larger triangle ($T_n$), the rows of dots interlock perfectly to form a square grid of size $n \times n$.

Two triangular patterns forming a square grid

This interlocking occurs because the $n^{th}$ triangle has a base of $n$ dots, and the $(n-1)^{th}$ triangle fits precisely into the "gaps" of the larger configuration, completing the square area.


6. Summation Properties of Powers of 2

A fundamental property of the geometric sequence of powers of 2 ($1, 2, 4, 8, \dots$) is the relationship between the cumulative sum of its terms and the next term in the sequence. When the powers of 2 are summed starting from 1, the result is always exactly one unit less than the subsequent power of 2.

Consider the sequence of partial sums generated by adding terms of the powers of 2. By adding 1 to each of these partial sums, we obtain a new sequence of numbers.

Step-by-step Summation:

$1 + 1 = 2$

$(1 + 2) + 1 = 4$

$(1 + 2 + 4) + 1 = 8$

$(1 + 2 + 4 + 8) + 1 = 16$

The resulting values ($2, 4, 8, 16, \dots$) are themselves the successive powers of 2. This demonstrates that the sum of all preceding powers of 2, plus one, equals the next power in the sequence.


7. Relation Between Centered Hexagonal and Triangular Numbers

A significant geometric relationship exists between the sequence of Triangular Numbers and Centered Hexagonal Numbers. A centered hexagonal number represents a pattern of dots where a central unit is surrounded by successive hexagonal layers. Mathematically, any centered hexagonal number can be decomposed into six identical triangular arrangements surrounding a single central dot.

The following table demonstrates the step-by-step generation of hexagonal numbers using their triangular counterparts:

Term ($n$) Triangular Number ($T_{n-1}$) Calculation ($6 \times T_{n-1} + 1$) Hexagonal Number ($H_n$)
1 $T_0 = 0$ $6(0) + 1$ 1
2 $T_1 = 1$ $6(1) + 1$ 7
3 $T_2 = 3$ $6(3) + 1$ 19
4 $T_3 = 6$ $6(6) + 1$ 37
5 $T_4 = 10$ $6(10) + 1$ 61

Geometric Explanation

A centered hexagon divided into six equilateral triangles surrounding a center point

8. Relation Between Centered Hexagonal Numbers and Cubes

A fascinating connection in three-dimensional geometry exists between centered hexagonal numbers and cube numbers. When consecutive Centered Hexagonal Numbers ($1, 7, 19, 37, \dots$) are summed starting from the first term, the resulting total corresponds exactly to the sequence of Cubes ($1, 8, 27, 64, \dots$). This relationship explains how three-dimensional volume can be built from planar hexagonal layers.

By calculating the cumulative sum of the hexagonal sequence, we observe the generation of the cube sequence:

$1 = 1^3$

(First Cube)

$1 + 7 = 8 = 2^3$

(Second Cube)

$1 + 7 + 19 = 27 = 3^3$

(Third Cube)

$1 + 7 + 19 + 37 = 64 = 4^3$

(Fourth Cube)

The pattern demonstrates that the $n^{th}$ cube number is the sum of the first $n$ centered hexagonal numbers.

Geometric Visualization (Cube Layers)

A 3D cube showing how hexagonal layers of unit cubes are added to increase its size


Patterns in Shapes and Introduction to Geometry

Beyond numbers, mathematics also explores patterns found in physical forms. The branch of Mathematics that studies patterns in shapes is called Geometry. These patterns can exist in multiple dimensions, including 1D (lines), 2D (planes), and 3D (solids).


Dimensions in Geometry

Shapes are categorized based on the number of dimensions they occupy:

  • 1-Dimensional (1D): Measurements along a single line (length).
  • 2-Dimensional (2D): Flat shapes like squares, triangles, and regular polygons that have length and breadth.
  • 3-Dimensional (3D): Objects like cubes and spheres that have length, breadth, and height (volume).

Study of Shape Sequences

The following table details the visual rules and mathematical foundations for common shape sequences:

Sequence Name Visual Rule / Pattern Description Mathematical Property
Regular Polygons Each subsequent shape adds exactly one side and one vertex (corner). Sides = $n$ (starting from 3)
Complete Graphs ($K_n$) A configuration where every vertex is connected to every other vertex by a unique edge. Edges = $\frac{n(n-1)}{2}$
Stacked Triangles Equilateral triangles are layered in rows to form a larger triangular structure. Total Triangles = $n^2$
Stacked Squares Unit squares are arranged in a grid to form a larger square structure. Total Squares = $n^2$
Koch Snowflake A fractal pattern where each line segment is replaced by four smaller segments (a "speed bump"). Segments = $3 \times 4^{n-1}$

Classification and Evolution of Shape Sequences

In Geometry, we study patterns that involve shapes in one, two, or three dimensions. Shape sequences follow logical rules that determine how a figure grows or changes at each step. These sequences often have a deep mathematical connection to the number sequences we have already studied.

1. Regular Polygons

A Regular Polygon is a closed flat shape where all sides are of equal length and all interior angles are equal. The sequence begins with the simplest polygon, the triangle, and progresses by adding one side at each step.

Sequence of regular polygons from triangle to octagon

The number of sides in this sequence follows the counting numbers starting from 3 ($3, 4, 5, 6, \dots$). In any regular polygon, the number of vertices (corners) is always exactly equal to the number of sides.

2. Complete Graphs ($K_n$)

A Complete Graph is a geometric pattern consisting of points (vertices) where every single point is connected to every other point by a straight line (edge). This sequence illustrates how connectivity increases as more points are added.

Complete graphs showing connections between vertices

The number of lines (edges) in these shapes follows the Triangular Number sequence. For a graph with $n$ vertices, the number of edges is the $(n-1)^{th}$ triangular number.

Example: In a graph with 4 vertices ($K_4$), the number of edges is $1 + 2 + 3 = 6$.

3. Stacked Triangles

The Stacked Triangle sequence is formed by layering small equilateral triangles to build a larger triangular structure. Each new row added at the base contains an odd number of small triangles.

Triangular structures built from smaller triangles

The total number of small triangles in a structure with $n$ rows is always a Square Number ($n^2$). This happens because each row adds the next consecutive odd number of triangles ($1, 3, 5, 7, \dots$).

4. Stacked Squares

Stacked Squares are formed by arranging unit squares in a grid to create a larger square. This sequence is a direct visual representation of the square number sequence.

Grids of unit squares forming larger squares

In a structure with $n$ units on each side, the total number of small squares is $n \times n$. For example, a $3 \times 3$ stacked square contains exactly 9 small squares.

5. Koch Snowflake

The Koch Snowflake is a famous fractal pattern. It begins with an equilateral triangle. In each subsequent step, the middle third of every line segment is replaced with two sides of a smaller equilateral triangle, creating a "speed bump" shape.

Iterations of the Koch Snowflake fractal

As the pattern progresses, the number of line segments grows very quickly. The sequence follows a doubling and tripling effect, specifically $3, 12, 48, 192, \dots$ (which is $3 \times 4^{n-1}$).