Class 8 Mathematics — Original Educational Content

Chapter 1: Squares and Cubes 🔢

Master the power of squaring and cubing numbers — learn their patterns, properties, roots, and real-world connections!

📐 Perfect Squares  |  📦 Perfect Cubes  |  🧩 20 Practice Problems  |  🎯 10-Question Quiz

Section 1

💻 What are Squares & Cubes?

🏛️ From Ancient India to Your Classroom!

In ancient Indian mathematics, the word 'varga' meant both a square shape and the square of a number — because arranging n × n dots creates a perfect square pattern! Similarly, 'ghana' meant both a solid cube shape and the cube of a number, since n × n × n unit blocks stack into a perfect cube.

The word 'mula' in Sanskrit means root — just like a plant's root is the origin of the plant, a square root is the origin of a squared number. These ideas traveled from India to the Arab world and then to Europe, giving us the mathematics we study today! 🌍

The Square of a Number 📐

When you multiply a number by itself, you get its square. We write this using a small raised 2 (called an exponent):

n² = n × n

For example:

  • 5² = 5 × 5 = 25 — "Five squared equals twenty-five"
  • 9² = 9 × 9 = 81 — "Nine squared equals eighty-one"
  • 12² = 12 × 12 = 144 — "Twelve squared equals one hundred forty-four"

Why "squared"? Because if you arrange 5 rows of 5 dots each, you get a square shape containing 25 dots total!

2² = 4
3² = 9
4² = 16
5² = 25

The Cube of a Number 📦

When you multiply a number by itself three times, you get its cube. We write this with a raised 3:

n³ = n × n × n

For example:

  • 5³ = 5 × 5 × 5 = 125 — "Five cubed equals one hundred twenty-five"
  • 4³ = 4 × 4 × 4 = 64 — "Four cubed equals sixty-four"
  • 10³ = 10 × 10 × 10 = 1000 — "Ten cubed equals one thousand"

Why "cubed"? Imagine stacking 5 × 5 × 5 small unit cubes together — you'd build a solid cube containing 125 tiny blocks. That's exactly what a Rubik's Cube looks like — a 3 × 3 × 3 arrangement of 27 smaller cubes!

A standard Rubik's Cube is literally a cube of cubes: it has 3³ = 27 smaller cubes arranged in a 3 × 3 × 3 grid. That's mathematics you can hold in your hand! 🧊

Real-World Connections 🌍

Squares and cubes appear everywhere in daily life:

  • 🏠 Floor Tiles: A room that needs 8 × 8 tiles uses 8² = 64 tiles — forming a square arrangement.
  • 📐 Area: The area of a square with side 6 cm is 6² = 36 cm². That's why area units are called "square centimetres"!
  • 📦 Volume: The volume of a cube-shaped box with edge 4 cm is 4³ = 64 cm³. That's why volume units are "cubic centimetres"!
  • 🎮 Digital Screens: A 1920 × 1080 display has over 2 million pixels — though this is a rectangle, square displays (like some smartwatches) use n² pixels.

If you arrange 64 unit cubes, can you form a perfect cube? What about arranging 64 tiles into a perfect square? What number is both a perfect square and a perfect cube? (Hint: 64 = 8² = 4³) 🤔

Section 2

🔢 Perfect Squares

A number is called a perfect square if it can be expressed as the product of some integer with itself. In other words, n is a perfect square if there exists an integer m such that m² = n.

Perfect Squares from 1 to 20 📊

nnnn
116361112116256
247491214417289
398641316918324
4169811419619361
525101001522520400

How to Recognize a Perfect Square 🔎

Rule 1: Check the Last Digit

A perfect square can only end in 0, 1, 4, 5, 6, or 9. It can never end in 2, 3, 7, or 8.

Look at the table above carefully! The last digits cycle: 1, 4, 9, 6, 5, 6, 9, 4, 1, 0 — and then repeat. Numbers like 57, 83, 142, or 378 can never be perfect squares because of their last digits!

Rule 2: Even Trailing Zeros

If a perfect square ends in zeros, it must have an even number of trailing zeros. For example:

  • 10² = 100 (two zeros ✅)
  • 100² = 10000 (four zeros ✅)
  • A number like 1000 (three zeros) cannot be a perfect square ❌

Rule 3: Even × Even, Odd × Odd

The square of an even number is always even, and the square of an odd number is always odd. This makes sense: even × even = even, odd × odd = odd.

Numbers Between Consecutive Squares 📏

How many natural numbers lie between n² and (n+1)²? The answer is always 2n.

The Gap Between Squares

Between 3²=9 and 4²=16 → 10, 11, 12, 13, 14, 15 → 6 numbers (2×3)
Between 7²=49 and 8²=64 → 50, 51, ... , 63 → 14 numbers (2×7)
Between 12²=144 and 13²=169 → there are 2×12 = 24 numbers in between

The Odd Numbers Magic ✨

Here's a beautiful pattern: the sum of the first n odd numbers always equals !

Sum of Odd Numbers = 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²

This means you can calculate any perfect square by adding odd numbers! Want 10²? Just add the first 10 odd numbers: 1+3+5+7+9+11+13+15+17+19 = 100. ✅

A Surprising Square Pattern 🔮

Notice this elegant pattern involving sums of three squares:

1² + 2² + 2² = 1 + 4 + 4 = 9 = 3²

2² + 3² + 6² = 4 + 9 + 36 = 49 = 7²

3² + 4² + 12² = 9 + 16 + 144 = 169 = 13²

Can you spot the rule? The third number in each group is the product of the first two! (2×1=2, 3×2=6, 4×3=12). And the result? 3, 7, 13 — each is one more than the product plus one. 🧮