By the end of this chapter you'll be able to…

  • 1Identify perfect squares and perfect cubes
  • 2Find square roots and cube roots via prime factorisation
  • 3Recognise patterns (sum of odd numbers = squares; cube number triplets)
  • 4Apply long-division method for square roots
  • 5Connect to historical Indian mathematics (Sulba Sutras, Aryabhata)
💡
Why this chapter matters
Opening chapter of the new NEP 2020 Ganita Prakash textbook. Master perfect squares, square roots, perfect cubes, and cube roots — the foundation for higher algebra, geometry, and the ancient Indian mathematical tradition.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

A Square and A Cube — Class 8 Mathematics (Ganita Prakash)

"1, 4, 9, 16, 25 — what do you see growing from one square to the next? You are looking at the first language humans used to count."

1. About the Chapter

'A Square and A Cube' is the opening chapter of the new NCERT Class 8 Mathematics textbook Ganita Prakash (2025-26 onwards). True to the textbook's NEP 2020 spirit, the chapter does NOT just dump formulas — it lets students discover the pattern of squares and cubes through geometry, dots, and history.

Quick Snapshot

  • What you learn: Perfect squares, square roots, perfect cubes, cube roots
  • Major skills: Identifying squares/cubes; finding roots via prime factorisation; estimating roots
  • Geometric insight: Why a 'square' looks like a square, and a 'cube' looks like a cube
  • Indian historical context: From the Sulba Sutras to Aryabhata to modern mathematics

Key Idea

A square number is what you get when you multiply a number by itself once (n × n = n²). A cube number is what you get when you multiply a number by itself twice (n × n × n = n³).

The names 'square' and 'cube' are not random — they describe the shapes these numbers physically make.


2. Squares — The Foundation

Definition

A square number (or perfect square) is the product of a whole number with itself.

If n is any integer, then n²= n × n is a square number.

Examples

nVisual (dots)
11
242×2 grid (4 dots)
393×3 grid (9 dots)
4164×4 grid (16 dots)
5255×5 grid (25 dots)

Why 'Square'?

If you arrange dots in a perfect square shape — equal rows and columns — the total dots will always be a square number. The geometry IS the algebra.

First Twenty Square Numbers

1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400.

Properties of Square Numbers

  1. A square number always ends in 0, 1, 4, 5, 6, or 9 (never in 2, 3, 7, or 8).
  2. A square number cannot end in an odd number of zeros (e.g., 100 = 10² is OK, but 1000 cannot be a perfect square).
  3. Square of an even number is even; square of an odd number is odd.
  4. The square of a positive number is positive; the square of a negative number is also positive (e.g., (−3)² = 9).
  5. Sum of first n odd numbers = n².
    • 1 = 1²
    • 1 + 3 = 4 = 2²
    • 1 + 3 + 5 = 9 = 3²
    • 1 + 3 + 5 + 7 = 16 = 4²
    • This is one of the most beautiful patterns in mathematics.

Patterns in Square Numbers

Pattern 1: Differences Differences between consecutive squares form odd numbers:

  • 4 − 1 = 3
  • 9 − 4 = 5
  • 16 − 9 = 7
  • 25 − 16 = 9
  • The differences are 3, 5, 7, 9 — the odd numbers in order.

Pattern 2: Squares of numbers ending in 5 Any number ending in 5: n5² = n(n+1) × 100 + 25.

  • 25² = 2(3)|25 = 625
  • 35² = 3(4)|25 = 1225
  • 45² = 4(5)|25 = 2025
  • 95² = 9(10)|25 = 9025

Pattern 3: Squaring with the Indian Vedic method (Multiplication shortcuts) For two-digit numbers, several Vedic tricks apply — explored in the optional 'History of Maths' boxes in Ganita Prakash.


3. Square Roots

Definition

A square root of a number is the number which, when squared, gives the original.

If n² = m, then n is the square root of m, written as √m.

So √25 = 5 because 5 × 5 = 25.

Methods to Find Square Roots

Method 1: Prime Factorisation Method

Step 1: Find the prime factorisation of the number. Step 2: Pair the prime factors. Step 3: For each pair, take one factor. Step 4: Multiply the chosen factors together.

Example: Find √324.

  • 324 = 2 × 2 × 3 × 3 × 3 × 3 = (2 × 2) × (3 × 3) × (3 × 3)
  • Take one from each pair: 2 × 3 × 3 = 18
  • ∴ √324 = 18 ✓ (Check: 18² = 324)

Example: Find √576.

  • 576 = 2 × 2 × 2 × 2 × 2 × 2 × 3 × 3 = (2 × 2) × (2 × 2) × (2 × 2) × (3 × 3)
  • Take one from each pair: 2 × 2 × 2 × 3 = 24
  • ∴ √576 = 24 ✓

Method 2: Division Method (Long Division)

For larger numbers where prime factorisation is hard, use the long-division method.

Example: Find √1849.

  • Step 1: Pair digits from right: 18|49.
  • Step 2: Largest square ≤ 18 is 16 (= 4²). Write 4 above; remainder 18 − 16 = 2.
  • Step 3: Bring down next pair (49) → 249.
  • Step 4: Double quotient: 4 × 2 = 8. Find digit x such that 8x × x ≤ 249.
  • Try x = 3: 83 × 3 = 249 ✓
  • Step 5: Quotient is 43. So √1849 = 43.

When a Number is NOT a Perfect Square

Numbers like 10, 12, 27, 50 are not perfect squares. Their square roots are irrational numbers (non-terminating, non-repeating decimals):

  • √2 ≈ 1.41421
  • √3 ≈ 1.73205
  • √5 ≈ 2.23607

These were studied by the ancient Indian mathematician Baudhayana in the Sulba Sutras (~800 BCE).


4. Cubes — Stepping Up to Three Dimensions

Definition

A cube number (or perfect cube) is the product of a whole number used three times.

If n is any integer, then n³ = n × n × n is a cube number.

Examples

nWhy 'cube'
111×1×1 single dot/unit
282×2×2 stacked cube (8 unit cubes)
3273×3×3 stacked cube (27 unit cubes)
4644×4×4 stacked cube
51255×5×5 stacked cube

Why 'Cube'?

A cube number is the number of unit cubes needed to build a perfect 3D cube of side n.

First Twenty Cube Numbers

1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, 1331, 1728, 2197, 2744, 3375, 4096, 4913, 5832, 6859, 8000.

Properties of Cubes

  1. Cube of an even number is even; cube of an odd number is odd.
  2. Cube of a positive number is positive; cube of a negative number is negative: (−3)³ = −27.
  3. Cube of a number ending in 0 ends in three zeros: 10³ = 1000.
  4. Cubes can end in any digit (0–9) — unlike squares.
  5. Sum of consecutive odd numbers gives consecutive cubes:
    • 1 = 1 = 1³
    • 3 + 5 = 8 = 2³
    • 7 + 9 + 11 = 27 = 3³
    • 13 + 15 + 17 + 19 = 64 = 4³

Pattern — Cubes and Triangular Numbers

Sum of cubes of first n natural numbers = (sum of first n natural numbers)².

  • 1³ + 2³ = 9 = (1+2)² = 3² ✓
  • 1³ + 2³ + 3³ = 36 = (1+2+3)² = 6² ✓
  • 1³ + 2³ + 3³ + 4³ = 100 = 10² ✓

This is Nicomachus's theorem — beautiful and ancient.


5. Cube Roots

Definition

A cube root of a number is the number which, when cubed, gives the original.

If n³ = m, then n is the cube root of m, written as ∛m.

So ∛125 = 5 because 5 × 5 × 5 = 125.

Method: Prime Factorisation for Cube Roots

Step 1: Find prime factorisation of the number. Step 2: Group prime factors in triplets (groups of 3). Step 3: From each triplet, take one factor. Step 4: Multiply chosen factors.

Example: Find ∛216.

  • 216 = 2 × 2 × 2 × 3 × 3 × 3 = (2³) × (3³)
  • Take one from each triplet: 2 × 3 = 6
  • ∴ ∛216 = 6 ✓ (Check: 6³ = 216)

Example: Find ∛1728.

  • 1728 = 2³ × 2³ × 3³ = 2 × 2 × 2 × 2 × 2 × 2 × 3 × 3 × 3
  • = (2³)(2³)(3³)
  • Take one from each triplet: 2 × 2 × 3 = 12
  • ∴ ∛1728 = 12 ✓

Example: Find ∛729.

  • 729 = 3³ × 3³ = 3 × 3 × 3 × 3 × 3 × 3
  • Take one from each triplet: 3 × 3 = 9
  • ∴ ∛729 = 9 ✓

Estimation of Cube Roots

For 3-digit cubes, the cube root has 1 digit; for cubes between 1000 and 10⁶, the cube root has 2 digits. Use this to estimate.


6. Historical Context — Indian Mathematics

Sulba Sutras (~800 BCE)

  • Earliest Indian mathematical texts
  • Used by priests to construct fire altars (vedis)
  • Required precise calculations of square roots
  • Approximated √2 to high accuracy: √2 ≈ 1.41421356 (correct to 7 decimal places!)

Aryabhata (476–550 CE)

  • Wrote 'Aryabhatiya' (~499 CE)
  • Gave methods for finding square roots and cube roots
  • One of the earliest known algorithms for cube roots

Brahmagupta (598–668 CE)

  • Worked on quadratic equations, square roots, and cube roots
  • His work was translated into Arabic and reached medieval Europe

Indian Influence

Indian methods for squares, cubes, square roots, and cube roots travelled west via Arabic mathematics — and eventually became part of the global mathematical tradition.


7. Key Formulas and Identities

Square Identities

  • (a + b)² = a² + 2ab + b²
  • (a − b)² = a² − 2ab + b²
  • a² − b² = (a + b)(a − b)

Cube Identities

  • (a + b)³ = a³ + 3a²b + 3ab² + b³
  • (a − b)³ = a³ − 3a²b + 3ab² − b³ — Wait, let me restate properly:
  • (a − b)³ = a³ − 3a²b + 3ab² − b³
  • a³ + b³ = (a + b)(a² − ab + b²)
  • a³ − b³ = (a − b)(a² + ab + b²)

Quick Reference Squares (Up to 30²)

1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36, 7²=49, 8²=64, 9²=81, 10²=100, 11²=121, 12²=144, 13²=169, 14²=196, 15²=225, 16²=256, 17²=289, 18²=324, 19²=361, 20²=400, 21²=441, 22²=484, 23²=529, 24²=576, 25²=625, 26²=676, 27²=729, 28²=784, 29²=841, 30²=900.

Quick Reference Cubes (Up to 15³)

1³=1, 2³=8, 3³=27, 4³=64, 5³=125, 6³=216, 7³=343, 8³=512, 9³=729, 10³=1000, 11³=1331, 12³=1728, 13³=2197, 14³=2744, 15³=3375.


8. Worked Examples

Example 1: Identify a Perfect Square

Is 1024 a perfect square?

  • 1024 = 2¹⁰
  • Even number of 2s → pairable
  • 1024 = (2⁵)² = 32² ✓
  • Yes, √1024 = 32.

Example 2: Identify a Perfect Cube

Is 392 a perfect cube?

  • 392 = 2³ × 7² = 2³ × 49
  • Has a triplet of 2s but only TWO 7s
  • Not a perfect cube.

Example 3: Make a Number a Perfect Square

What is the smallest number by which 252 must be multiplied to get a perfect square?

  • 252 = 2² × 3² × 7
  • Pairs: (2×2), (3×3); 7 is unpaired
  • Multiply by 7 to pair it: 252 × 7 = 1764 = 42² ✓

Example 4: Make a Number a Perfect Cube

What is the smallest number by which 392 must be multiplied to get a perfect cube?

  • 392 = 2³ × 7²
  • Need one more 7 to make a triplet
  • Multiply by 7: 392 × 7 = 2744 = 14³ ✓

Example 5: Estimate √2025

  • Between 40² (=1600) and 50² (=2500)
  • Closer to 45² (=2025) — exact!
  • √2025 = 45

9. Common Mistakes and How to Avoid Them

  1. Squaring vs Doubling:

    • 5² = 25 (not 10!)
    • Squaring means MULTIPLYING by itself, not DOUBLING.
  2. Cubing vs Tripling:

    • 4³ = 64 (not 12!)
    • Cubing means multiplying THREE TIMES.
  3. Square root of negative numbers:

    • In Class 8, √(−4) is NOT defined in real numbers.
    • Negative cube root IS defined: ∛(−27) = −3.
  4. Mis-pairing in prime factorisation:

    • Always check: square root needs PAIRS; cube root needs TRIPLETS.
  5. Forgetting both positive and negative roots:

    • When solving x² = 49, x = ±7 (both 7 and −7).

10. Real-World Applications

Architecture and Construction

  • Sulba Sutras used square roots for fire-altar geometry
  • Modern buildings use square calculations for area
  • Cubes used for volume of containers

Computing

  • Hash functions use squaring
  • Cryptography (RSA) relies on squares and roots of huge numbers
  • Cube roots appear in 3D graphics

Physics

  • Kinetic energy = ½ mv² (uses square)
  • Volume of cubes = side³

Everyday

  • Square plots of land — area in square metres
  • Cubic capacity of car engines — measured in cc (cubic centimetres)
  • Surface area of a cube = 6a²; volume = a³

11. Tips for Mastery

For Exam Preparation

  1. Memorise squares up to 30² and cubes up to 15³ — saves time in exams.
  2. Master prime factorisation — the universal tool for both squares and cubes.
  3. Practise long-division method for non-obvious square roots.
  4. Recognise patterns — sum of odd numbers, differences, etc.
  5. Always check the answer by squaring/cubing back.

Practice Volume

  • At least 15-20 problems of each type
  • Mix easy, medium, hard difficulty
  • Include word problems (smallest number to multiply/divide)

12. Conclusion

The chapter 'A Square and A Cube' is much more than a list of formulas. Ganita Prakash teaches you to see squares and cubes — as geometric shapes, as patterns, as historical achievements of Indian mathematics.

By mastering this chapter, you gain:

  • Computational tools (find squares, cubes, roots quickly)
  • Pattern recognition (sum of odd numbers, Nicomachus's theorem)
  • Historical perspective (Sulba Sutras, Aryabhata, Brahmagupta)
  • Geometric intuition (what 'squaring' and 'cubing' really mean)

These ideas will be used throughout your Class 8 maths journey — and beyond, into Class 9, 10, and higher math. Master them now, and the future chapters become so much easier.

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Square
n² = n × n
Two-dimensional multiplication
Cube
n³ = n × n × n
Three-dimensional multiplication
Sum of first n odd numbers
1 + 3 + 5 + ... + (2n−1) = n²
Elegant identity for square numbers
Sum of cubes identity
1³ + 2³ + ... + n³ = (1 + 2 + ... + n)² = [n(n+1)/2]²
Nicomachus's theorem
Square identity (a+b)²
(a + b)² = a² + 2ab + b²
Square identity (a-b)²
(a − b)² = a² − 2ab + b²
Difference of squares
a² − b² = (a + b)(a − b)
Cube identity (a+b)³
(a + b)³ = a³ + 3a²b + 3ab² + b³
Sum of cubes
a³ + b³ = (a + b)(a² − ab + b²)
Square ending digits
Squares end in 0, 1, 4, 5, 6, 9 only
Never in 2, 3, 7, 8
Square root via PF
Pair primes, take one from each pair, multiply
Cube root via PF
Triplet primes, take one from each triplet, multiply
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Confusing squaring with doubling
5² = 25, NOT 10. Squaring means MULTIPLY by itself. Doubling is just adding to itself.
WATCH OUT
Confusing cubing with tripling
4³ = 64, NOT 12. Cubing = multiply 3 TIMES. Tripling = multiply by 3.
WATCH OUT
Forgetting negative root in equations
If x² = 49, then x = ±7. Always consider both positive and negative roots when solving.
WATCH OUT
Mis-pairing primes for square root
For SQUARE root, you need PAIRS (groups of 2). For CUBE root, you need TRIPLETS (groups of 3).
WATCH OUT
Assuming all numbers have integer roots
Most numbers do NOT have integer square or cube roots — they are irrational (√2, √3, ∛5).
WATCH OUT
Wrong digit-pairing in long division
Pair digits FROM THE RIGHT, NOT from the left. For 18493 → 1|84|93.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Squares
What is 15²?
Show solution
✦ Answer: 15² = 15 × 15 = 225. Memorise this — it's one of the squares to know up to 30².
Q2EASY· Cubes
What is 6³?
Show solution
✦ Answer: 6³ = 6 × 6 × 6 = 216. Memorise cubes up to 15³ for quick recall.
Q3MEDIUM· Square root
Find √2304 using prime factorisation.
Show solution
Step 1 — Prime factorise 2304. 2304 = 2 × 1152 = 2 × 2 × 576 = 2 × 2 × 2 × 288 = 2 × 2 × 2 × 2 × 144 = 2 × 2 × 2 × 2 × 2 × 72 = 2 × 2 × 2 × 2 × 2 × 2 × 36 = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 18 = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 9 = 2⁸ × 3² Step 2 — Pair the factors. 2304 = (2 × 2) × (2 × 2) × (2 × 2) × (2 × 2) × (3 × 3) Step 3 — Take one from each pair. 2 × 2 × 2 × 2 × 3 = 48 Step 4 — Verify. 48² = 48 × 48 = 2304 ✓ ✦ Answer: √2304 = 48.
Q4MEDIUM· Cube root
Find the cube root of 2197 by prime factorisation.
Show solution
Step 1 — Prime factorise 2197. 2197 ÷ 13 = 169 169 ÷ 13 = 13 13 ÷ 13 = 1 So 2197 = 13 × 13 × 13 = 13³ Step 2 — Group in triplets. 2197 = (13 × 13 × 13) One complete triplet of 13s. Step 3 — Take one from each triplet. Only one triplet, so take 13. Step 4 — Verify. 13³ = 13 × 13 × 13 = 169 × 13 = 2197 ✓ ✦ Answer: ∛2197 = 13.
Q5HARD· Application
Find the smallest number by which 392 must be MULTIPLIED to make it a perfect cube, and find the cube root of the resulting number.
Show solution
Step 1 — Prime factorise 392. 392 = 2 × 196 = 2 × 2 × 98 = 2 × 2 × 2 × 49 = 2 × 2 × 2 × 7 × 7 = 2³ × 7² Step 2 — Check for triplets. 2³ — a complete triplet ✓ 7² — only two 7s, need one more 7 to make a triplet Step 3 — Find the smallest multiplier. To complete the triplet of 7s, multiply by 7. Smallest number to multiply = 7. Step 4 — Find the perfect cube. 392 × 7 = 2744 Let's verify: 2744 = 2³ × 7³ = (2 × 7)³ = 14³ Step 5 — Find cube root. ∛2744 = ∛(14³) = 14 Step 6 — Verify. 14³ = 14 × 14 × 14 = 196 × 14 = 2744 ✓ ✦ Answer: Smallest multiplier = 7. The perfect cube formed = 2744. Its cube root = 14.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Square number = n × n; Cube number = n × n × n
  • Squares end in 0, 1, 4, 5, 6, or 9 (NEVER in 2, 3, 7, 8)
  • Sum of first n odd numbers = n²
  • Sum of cubes of 1 to n = [n(n+1)/2]² (Nicomachus's theorem)
  • Square root: pair the primes, take one from each pair
  • Cube root: triplet the primes, take one from each triplet
  • Long division method for square roots of large numbers
  • Squares of even/odd give even/odd; same for cubes
  • Negative cube root is defined: ∛(−27) = −3
  • Memorise squares up to 30² and cubes up to 15³
  • Indian context: Sulba Sutras approximated √2 to 7 decimal places
  • Aryabhata (476-550 CE) gave early algorithms for square and cube roots

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 8-10 marks per chapter in school exams

Question typeMarks eachTypical countWhat it tests
MCQ / Very Short12-3Definitions; quick squares/cubes; ending digits
Short Answer2-32Square root via prime factorisation; cube root via prime factorisation
Long Answer51Word problems; smallest number to multiply/divide; estimation
Prep strategy
  • Memorise squares 1² to 30² (cold)
  • Memorise cubes 1³ to 15³ (cold)
  • Practise prime factorisation daily
  • Master both methods for square root (PF and long division)
  • Solve at least 30 mixed problems before exam
  • Always verify by squaring/cubing your answer back

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Construction & architecture

Square plots, room dimensions, brick counts — all use square calculations. Vedic Sulba Sutras specified exact fire-altar proportions.

Cubic capacity

Car engines (CC = cubic centimetres), water tanks (litres), packing boxes — all measured in cubic units.

Pixel resolution

1080 × 1920 = ~2 million pixels (a 'megapixel' is a million-square). All digital imaging uses square arrays.

Cryptography (RSA)

Modern encryption depends on squaring HUGE numbers — billions of digits. The difficulty of square roots underpins online security.

Physics formulas

Kinetic energy = ½mv² (square), gravity F = GMm/r² (inverse square), volume of cubes = a³.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. First minute: write down formulas/squares/cubes you need from memory
  2. For 'find the smallest number to multiply/divide', do prime factorisation FIRST
  3. Verify your answer by squaring/cubing back
  4. For long division of square roots, pair digits from the RIGHT
  5. If a number ends in 2, 3, 7, or 8 — it can't be a perfect square; mention this for bonus marks
  6. Include Sulba Sutras / Aryabhata reference if asked about history of squares-roots

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Pythagorean triples — (3,4,5), (5,12,13), (8,15,17) all are made of squares
  • Sum of two squares theorem (Fermat)
  • Cube of trinomial: (a+b+c)³ — expand fully
  • Ramanujan's taxicab number 1729 = 1³ + 12³ = 9³ + 10³
  • Read about Baudhayana's approximation of √2 in Sulba Sutras
  • Modular arithmetic with squares: quadratic residues

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 8 School ExamVery High
Class 8 Maths Olympiad (IMO, SOF)High
NTSE Mental AbilityMedium
NMTC (National Maths Talent)High
Class 9 Number Systems (next year)Very High — direct prerequisite

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

Because the LAST digit of a square depends only on the last digit of the number being squared. Checking 0² to 9²: 0², 1²=1, 2²=4, 3²=9, 4²=16, 5²=25, 6²=36, 7²=49, 8²=64, 9²=81. The last digits ever produced are 0, 1, 4, 5, 6, 9 — never 2, 3, 7, 8. This is a useful test to QUICKLY rule out non-squares.

Yes! 1 = 1² (perfect square) and 1 = 1³ (perfect cube). In fact, 1 is the smallest number that is both. The next number that is both a square and a cube is 64 = 8² = 4³. Numbers that are simultaneously squares and cubes are called 'perfect sixth powers' (since LCM of 2 and 3 is 6).

(1) Sulba Sutras (~800 BCE) used iterative methods. (2) Babylonian method (~2000 BCE) involved averaging. (3) Indian mathematician Aryabhata (~499 CE) gave a digit-by-digit algorithm. (4) The long-division method we use today comes from a combination of these traditions. Until 1970s, students learnt square-root tables by heart!
Verified by the tuition.in editorial team
Last reviewed on 20 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo