CBSE Class 8 Mathematics

1. A Square and A Cube

5 sections AI-powered notes
GET THE FULL EXPERIENCE

This is the chapter notes. Students get the interactive version.

  • Ask Aarav Sir anything — instant voice + chat doubts
  • Interactive lessons with audio narration + visual diagrams
  • Study Lab — paste any photo, PDF, or YouTube link to get it explained

Square Numbers — Part 1

Square Numbers — Part 1

Concept Introduction

Imagine you are arranging square tiles on your kitchen floor. You start with 1 tile, then expand to a 2×2 arrangement (4 tiles), then 3×3 (9 tiles), and so on. The total number of tiles you need for each perfect square arrangement follows a special pattern: 1, 4, 9, 16, 25...

These numbers are called square numbers or perfect squares. They appear everywhere in real life — from designing square gardens to calculating areas of square plots of land, from arranging students in square formations during assembly to understanding the spreading pattern of sound waves in physics.

The NCERT chapter introduces us to an intriguing problem: In a school with 100 lockers, students toggle (open/close) lockers based on factors. The lockers that remain open are precisely the perfect squares! This happens because perfect squares have an odd number of factors, while non-squares have an even number of factors.

Understanding square numbers is foundational for algebra, geometry, and number theory. Let's explore their fascinating properties.

{{FORMULA: expr=n² = n × n | symbols=n:any natural number, n²:the square of n (read as "n squared")}}


Definitions & Formulas

TermMeaning
Square NumberA number obtained by multiplying a natural number by itself (e.g., 4 = 2×2)
Perfect SquareA natural number that is the square of another natural number
The notation for n × n, read as "n squared"
Units DigitThe rightmost digit of a number (the digit in the ones place)
Trailing ZerosThe number of consecutive zeros at the end of a number
ParityWhether a number is even or odd

Derivation / Logic: Why Are These Called "Square" Numbers?

Let's understand the geometric and algebraic reasoning behind square numbers:

  1. Geometric Origin: Consider a square with side length n units. The area of this square equals the number of unit squares that can fit inside it.
Area of square = side × side = n × n = n²
  1. Building Squares Progressively: Start with a 1×1 square (1 unit square). To build a 2×2 square, you add an L-shaped border around it, adding 3 more unit squares (1 + 3 = 4). For a 3×3 square, add another L-shaped layer of 5 units (4 + 5 = 9).
1² = 1
2² = 1 + 3 = 4
3² = 1 + 3 + 5 = 9
4² = 1 + 3 + 5 + 7 = 16
  1. Pattern Recognition: Each new layer adds the next consecutive odd number. The nth square equals the sum of the first n odd numbers.
n² = 1 + 3 + 5 + 7 + ... + (2n - 1)
  1. The nth Odd Number Formula: The 1st odd number is 1, the 2nd is 3, the 3rd is 5. The pattern shows that the nth odd number equals:
nth odd number = 2n - 1
  1. Testing Non-Squares: If you try to express a non-square (like 38) as a sum of consecutive odd numbers starting from 1, you'll either fall short or overshoot zero when subtracting odd numbers sequentially. This confirms it's not a perfect square.

  2. Universal Property: This pattern holds for all natural numbers, making it a reliable test for identifying perfect squares.


Solved Examples

Example 1: Finding Perfect Squares (Easy)

Given: The first five natural numbers: 1, 2, 3, 4, 5

To Find: Their squares

Solution:

  1. Apply the formula to each natural number.
1² = 1 × 1 = 1
  1. Continue for the remaining numbers.
2² = 2 × 2 = 4
3² = 3 × 3 = 9
4² = 4 × 4 = 16
5² = 5 × 5 = 25

Final Answer: 1, 4, 9, 16, 25


Example 2: Units Digit Pattern (Medium)

Given: A number ends with the digit 8

To Find: Can this number be a perfect square?

Solution:

  1. List the units digits of squares of numbers ending in 0-9. When we square 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, the units digits of their squares are:
0² → 0, 1² → 1, 2² → 4, 3² → 9, 4² → 6
5² → 5, 6² → 6, 7² → 9, 8² → 4, 9² → 1
  1. Collect all possible units digits of perfect squares.
Possible units digits: 0, 1, 4, 5, 6, 9
  1. Check if 8 appears in this list. The digit 8 does not appear in the possible units digits.
8 ∉ {0, 1, 4, 5, 6, 9}

Final Answer: No, a number ending in 8 cannot be a perfect square


Example 3: Trailing Zeros Pattern (Hard)

Given: A number has 5 trailing zeros: _ _ _ _ 00000

To Find: How many zeros will its square have?

Solution:

  1. Observe the pattern from the NCERT text for numbers with trailing zeros.
10² = 100 (1 zero → 2 zeros)
20² = 400 (1 zero → 2 zeros)
100² = 10000 (2 zeros → 4 zeros)
  1. Identify the pattern: If a number has n trailing zeros, its square has 2n trailing zeros.
Trailing zeros in square = 2 × (original trailing zeros)
  1. Apply this pattern to our number with 5 zeros.
Number of zeros in square = 2 × 5 = 10
  1. Verify the logic: When we square a number ending in zeros, we're multiplying (a × 10ⁿ) × (a × 10ⁿ) = a² × 10²ⁿ, which doubles the trailing zeros.

Final Answer: 10 trailing zeros


Example 4: Finding Next Square Using Odd Numbers (Tricky)

Given: 35² = 1225

To Find: Calculate 36² without direct multiplication

Solution:

  1. Recall that consecutive squares differ by consecutive odd numbers.
n² - (n-1)² = 2n - 1
  1. Therefore, to find 36², we add the 36th odd number to 35².
36² = 35² + (36th odd number)
  1. Find the 36th odd number using the formula for the nth odd number.
nth odd number = 2n - 1
36th odd number = 2(36) - 1 = 72 - 1 = 71
  1. Add this to the given value of 35².
36² = 1225 + 71 = 1296
  1. Verify by direct calculation: 36 × 36 = 1296 ✓

Final Answer: 1296


Tips & Tricks

TechniqueDescriptionExample
Units Digit Quick CheckIf a number ends in 2, 3, 7, or 8, it's definitely not a perfect square — eliminate immediatelyIs 2,347 a perfect square? No! (ends in 7)
Odd Zero Count RulePerfect squares can only have an even number of trailing zeros (0, 2, 4, 6...)1000 cannot be a perfect square (3 zeros, odd count)
Odd Number Subtraction TestSubtract consecutive odd numbers (1, 3, 5, 7...) from a number. If you reach exactly 0, it's a perfect square16: 16-1=15, 15-3=12, 12-5=7, 7-7=0 ✓ (perfect square)

Common Mistakes

❌ Wrong✅ Right
Thinking 26 is a perfect square because 16 and 36 are (both end in 6)Units digit alone doesn't confirm a perfect square — it only rules out 2, 3, 7, 8
Writing 5² = 10 (confusing squaring with doubling)5² = 5 × 5 = 25 (multiply the number by itself)
Assuming 1000 is a perfect square because 100 is1000 has 3 trailing zeros (odd count) — perfect squares must have even zero counts
Believing all numbers with units digit 1 are perfect squares11, 21, 31, 41, 51 all end in 1 but are NOT perfect squares (only 1, 81, 121, 361... are)

Brain-Teaser Questions

Question 1

A perfect square lies between 150 and 170. Using the units digit rule, what could be the possible units digits of this number? Then determine the actual perfect square in this range.

💡 Answer: From our rules, perfect squares can only end in 0, 1, 4, 5, 6, or 9. In the range 150-170, possible candidates are 150, 151, 154, 155, 156, 159, 160, 161, 164, 165, 166, 169. Testing: 12² = 144 (too small), 13² = 169 ✓ (perfect!). The answer is 169, ending in 9.


Question 2

If you subtract consecutive odd numbers starting from 1 from the number 64, how many odd numbers will you subtract before reaching zero? What does this tell you about 64?

💡 Answer: 64 - 1 = 63, 63 - 3 = 60, 60 - 5 = 55, 55 - 7 = 48, 48 - 9 = 39, 39 - 11 = 28, 28 - 13 = 15, 15 - 15 = 0. We subtracted 8 odd numbers (1, 3, 5, 7, 9, 11, 13, 15). This means 64 = 8², confirming 64 is a perfect square of 8.


Question 3

A number when squared gives a result with 8 trailing zeros. What can you conclude about the original number's trailing zeros? Can the original number have 3 trailing zeros?

💡 Answer: Using the pattern that trailing zeros double when squared: if n² has 8 zeros, then n has 8 ÷ 2 = 4 trailing zeros. The original number cannot have 3 zeros because that would give 2 × 3 = 6 zeros in the square, not 8.


Mini Cheatsheet

ConceptFormula / RuleExample
Square of nn² = n × n7² = 7 × 7 = 49
Possible Units DigitsPerfect squares end only in: 0, 1, 4, 5, 6, 9123 ends in 3 → not a square
Impossible Units DigitsPerfect squares never end in: 2, 3, 7, 8Any number ending in 8 is not a square
Trailing Zeros RuleIf n has k zeros, n² has 2k zeros (always even)500 (2 zeros) → 500² has 4 zeros
Sum of Odd Numbersn² = 1 + 3 + 5 + ... + (2n-1)4² = 1+3+5+7 = 16

{{KEY: type=formula | title=Critical Pattern for Exams | text=Perfect squares can ONLY end in 0, 1, 4, 5, 6, or 9. If a number ends in 2, 3, 7, or 8, immediately eliminate it as NOT a perfect square — this saves time in MCQs!}}


Square Numbers — Part 2

Square Numbers — Part 2

Concept Introduction

Have you ever stacked marbles in a triangular pattern or noticed how a staircase seems to build up step by step? What if we told you that perfect squares hide a beautiful secret — they can be built by adding consecutive odd numbers, and they have fascinating connections to triangular patterns!

In the previous section, we explored how numbers like 1, 4, 9, 16, and 25 are called perfect squares. Now, we'll dive deeper into the magical relationship between squares and odd numbers. Consider a carpenter arranging square tiles: to expand from a 5×5 square to a 6×6 square, they add tiles in an L-shape around the existing square. Counting these new tiles always gives an odd number! This real-world observation leads us to profound mathematical patterns.

Understanding these patterns helps us recognize perfect squares instantly, verify calculations mentally, and appreciate the elegant structure hidden within numbers. Let's explore how consecutive odd numbers build squares and discover the reverse operation — square roots.

{{FORMULA: expr=n² = 1 + 3 + 5 + ... + (2n-1) | symbols=n:natural number, 2n-1:nth odd number}}


Definitions & Formulas

TermMeaning
Perfect SquareA natural number obtained by squaring another natural number (e.g., 16 = 4²)
Consecutive Odd NumbersOdd numbers following one after another: 1, 3, 5, 7, 9, ...
nth Odd NumberThe formula 2n - 1 gives the nth odd number in the sequence
Sum of First n Odd NumbersAlways equals n² (the square of n)
Square Root (√)The number that, when multiplied by itself, gives the original number
Triangular NumberNumbers that form triangular patterns: 1, 3, 6, 10, 15, ... (sum of first n natural numbers)

Derivation / Logic

Understanding Why Sum of Odd Numbers = Square

  1. Start with the visual pattern: Imagine building a square with unit blocks. A 1×1 square has 1 block.

  2. Expand to 2×2 square: We add an L-shaped border around the 1×1 square. This border contains 3 blocks (forming the sides and corner).

1² + 3 = 2²
  1. Expand to 3×3 square: Add another L-shaped layer. This new layer contains 5 blocks.
2² + 5 = 3²  →  1 + 3 + 5 = 3² = 9
  1. Pattern emerges: Each new layer adds the next odd number. The nth layer adds the nth odd number, which is (2n - 1).
n² = 1 + 3 + 5 + 7 + ... + (2n - 1)
  1. Algebraic verification: The sum of the first n odd numbers can be proven using the formula for arithmetic series. The first odd number is 1, last is (2n-1), and there are n terms.
Sum = n × [first + last] / 2 = n × [1 + (2n-1)] / 2 = n × 2n / 2 = n²
  1. This proves: Every perfect square is uniquely expressible as the sum of consecutive odd numbers starting from 1.

Solved Examples

Example 1: Finding a Square Using Odd Numbers (Easy)

Given: We know 6² = 36

To Find: Calculate 7² using the pattern of odd numbers

Solution:

  1. Recognize that 6² is the sum of the first 6 odd numbers.
6² = 1 + 3 + 5 + 7 + 9 + 11 = 36
  1. To find 7², we add the 7th odd number to 36. The 7th odd number is 2(7) - 1 = 13.
7² = 6² + 13
  1. Calculate the final value.
7² = 36 + 13 = 49

Final Answer: 49


Example 2: Verifying if a Number is a Perfect Square (Medium)

Given: The number 49

To Find: Verify whether 49 is a perfect square by subtracting consecutive odd numbers

Solution:

  1. Start subtracting consecutive odd numbers from 49, beginning with 1.
49 - 1 = 48
  1. Continue subtracting the next odd numbers in sequence.
48 - 3 = 45
45 - 5 = 40
40 - 7 = 33
  1. Keep going until we reach 0 or a negative number.
33 - 9 = 24
24 - 11 = 13
13 - 13 = 0
  1. Count how many odd numbers we subtracted before reaching 0. We subtracted 7 odd numbers (1, 3, 5, 7, 9, 11, 13).

  2. Since we reached exactly 0, and used 7 odd numbers, 49 is a perfect square.

49 = 7²

Final Answer: Yes, 49 is a perfect square (7²)


Example 3: Finding Missing Square Between Two Squares (Hard)

Given: 12² = 144 and 14² = 196

To Find: Calculate 13² without direct multiplication

Solution:

  1. We need to add the 13th odd number to 12². The 13th odd number is 2(13) - 1 = 25.
13² = 12² + 25 = 144 + 25 = 169
  1. Verify using the pattern from 14². We subtract the 14th odd number from 14². The 14th odd number is 2(14) - 1 = 27.
13² = 14² - 27 = 196 - 27 = 169
  1. Both methods give the same answer, confirming our result.

Final Answer: 169


Example 4: Determining Non-Square Using the Pattern (Tricky)

Given: The number 52

To Find: Prove that 52 is not a perfect square using consecutive odd number subtraction

Solution:

  1. Begin subtracting consecutive odd numbers from 52.
52 - 1 = 51
51 - 3 = 48
48 - 5 = 43
43 - 7 = 36
  1. Continue the subtraction process.
36 - 9 = 27
27 - 11 = 16
16 - 13 = 3
  1. At this point, we've subtracted 7 odd numbers and have 3 remaining. The next odd number to subtract is 15.
3 - 15 = -12 (negative)
  1. Since we crossed over 0 and ended with a negative number rather than reaching exactly 0, 52 cannot be expressed as a sum of consecutive odd numbers starting from 1.

  2. Therefore, 52 is not a perfect square. It lies between 7² = 49 and 8² = 64.

Final Answer: 52 is NOT a perfect square


Tips & Tricks

TechniqueHow It WorksExample
Quick Square CalculationTo find (n+1)², add the (n+1)th odd number to n²Given 20² = 400, find 21²: The 21st odd number is 41, so 21² = 400 + 41 = 441
Finding nth Odd NumberUse formula 2n - 1 instantly instead of countingThe 50th odd number = 2(50) - 1 = 99
Square Root EstimationCount how many odd numbers you subtract before reaching 0To find √81: subtract 1,3,5,7,9,11,13,15,17 (9 numbers) → √81 = 9

Common Mistakes

❌ Wrong✅ Right
Thinking the nth odd number is 2nThe nth odd number is 2n - 1 (e.g., 3rd odd number = 2(3) - 1 = 5)
Adding all odd numbers up to n to get n²Add the first n odd numbers (e.g., 4² = 1+3+5+7, not all odd numbers up to 7)
Assuming any number ending in 1, 4, 5, 6, 9, or 0 is a perfect squareThese endings are necessary but not sufficient; 26 ends in 6 but isn't a square
Confusing "sum of first n numbers" with "sum of first n odd numbers"Sum of 1+2+3+...+n = n(n+1)/2 while sum of 1+3+5+...+(2n-1) = n²

Brain-Teaser Questions

Question 1

If the sum of the first n odd numbers is 225, what is the value of n? What is the next odd number in the sequence?

💡 Answer: Since the sum of first n odd numbers = n², we have n² = 225, so n = 15. The next (16th) odd number is 2(16) - 1 = 31.

Question 2

A number N is such that when we subtract consecutive odd numbers (1, 3, 5, 7, ...) from it, we get 0 after subtracting exactly 12 odd numbers. What is the number N, and what is the last odd number we subtracted?

💡 Answer: N = 12² = 144. The last (12th) odd number subtracted is 2(12) - 1 = 23. Verify: 1+3+5+7+9+11+13+15+17+19+21+23 = 144.

Question 3

The difference between two consecutive perfect squares is 49. What are these two perfect squares?

💡 Answer: The difference between n² and (n+1)² is always the (n+1)th odd number, which equals 2(n+1) - 1. So 2n + 1 = 49, giving n = 24. The squares are 24² = 576 and 25² = 625.


Understanding Square Roots

Now that we understand how squares are built from odd numbers, let's explore the reverse operation — finding square roots.

Square root is the inverse operation of squaring. If n² = 64, then √64 = 8. The symbol √ is called the radical sign.

When we verify whether a number is a perfect square by subtracting consecutive odd numbers, we're essentially finding its square root! The count of odd numbers we subtract before reaching 0 gives us the square root.

For example, when we verified that 49 is a perfect square, we subtracted 7 odd numbers. This tells us √49 = 7.

Properties of Square Roots:

Property 1: Every perfect square has an exact square root that is a whole number.

√1 = 1,  √4 = 2,  √9 = 3,  √16 = 4,  √25 = 5

Property 2: If a number is not a perfect square, its square root is not a whole number.

√50 is between 7 and 8 (since 7² = 49 and 8² = 64)

Property 3: The square root of a product equals the product of square roots.

√(a × b) = √a × √b

Property 4: For any positive number n, (√n)² = n and √(n²) = n.


Connection to Triangular Numbers

Here's a fascinating discovery: triangular numbers also have a beautiful relationship with squares!

Triangular numbers are 1, 3, 6, 10, 15, 21, ... formed by adding consecutive natural numbers:

T₁ = 1
T₂ = 1 + 2 = 3
T₃ = 1 + 2 + 3 = 6
T₄ = 1 + 2 + 3 + 4 = 10

{{VISUAL: diagram: Two consecutive triangular arrangements of dots (e.g., T₃ and T₄) fitted together to form a square pattern}}

Amazing Pattern: The sum of two consecutive triangular numbers is always a perfect square!

T₁ + T₂ = 1 + 3 = 4 = 2²
T₂ + T₃ = 3 + 6 = 9 = 3²
T₃ + T₄ = 6 + 10 = 16 = 4²
T₄ + T₅ = 10 + 15 = 25 = 5²

This happens because when you place two consecutive triangular arrangements together, they form a perfect square!

{{KEY: type=concept | title=Golden Connection | text=The sum of the first n odd numbers equals n², and the sum of two consecutive triangular numbers Tₙ + Tₙ₊₁ = (n+1)². These patterns reveal the hidden symmetry in numbers!}}


Mini Cheatsheet

Formula / PropertyExpressionExample
Sum of first n odd numbers1 + 3 + 5 + ... + (2n-1) = n²1 + 3 + 5 + 7 = 16 = 4²
nth odd number2n - 110th odd number = 2(10) - 1 = 19
Finding next square(n+1)² = n² + (2n+1)11² = 10² + 21 = 100 + 21 = 121
Square root verificationCount odd numbers subtracted to reach 0 from N → √N√36: subtract 6 odd numbers → √36 = 6
Triangular + square relationTₙ + Tₙ₊₁ = (n+1)²T₃ + T₄ = 6 + 10 = 16 = 4²

Square Numbers — Part 3

Square Numbers — Part 3

Finding Square Roots: From Basics to Mastery

Concept Introduction

Imagine you're designing a square garden that needs to have an area of 144 square meters. How long should each side be? This is where square roots come into play. If squaring a number means multiplying it by itself, then finding the square root is the reverse process — discovering which number, when multiplied by itself, gives us the original number.

In our daily lives, square roots appear everywhere: calculating the side of a square plot from its area, finding the distance between two points on a map, determining the speed needed for safe braking distance, or even in financial calculations involving compound interest. Understanding how to find square roots efficiently is a fundamental mathematical skill that opens doors to advanced problem-solving.

{{FORMULA: expr=√n × √n = n | symbols=√n:square root of n, n:the original number}}


Definitions & Formulas

TermMeaning
Square Root (√n)A number which when multiplied by itself gives n
Perfect SquareA natural number that is the square of another natural number
RadicandThe number under the square root symbol (n in √n)
Principal Square RootThe positive square root of a number
Prime FactorizationExpressing a number as a product of its prime factors

{{KEY: type=concept | title=Fundamental Property | text=Every perfect square can be expressed as a product of pairs of equal prime factors. If we group the prime factors in pairs, taking one number from each pair gives us the square root.}}


The Logic Behind Finding Square Roots

Understanding why these methods work is crucial for mastery:

  1. Successive Subtraction Method: We learned that every perfect square equals the sum of consecutive odd numbers starting from 1. If we reverse this process by subtracting consecutive odd numbers (1, 3, 5, 7, ...) from a number until we reach 0, the count of subtractions equals the square root.

  2. Prime Factorization Method: When we square a number, each prime factor appears twice in the result. For example:

12 = 2 × 2 × 3 = 2² × 3
12² = (2² × 3)² = 2⁴ × 3² = 144
  1. To find the square root, we reverse this: group the prime factors into pairs, and take one number from each pair.

  2. Pairing Logic: If a number has all its prime factors appearing an even number of times, it's a perfect square. The square root is found by halving the exponent of each prime factor.

  3. Estimation Method: For non-perfect squares, we identify two consecutive perfect squares between which our number lies, giving us bounds for the square root.

  4. Verification: Always square your answer to verify — this checks whether your calculation is correct.


Solved Examples

Example 1: Finding Square Root by Successive Subtraction (Easy)

Given: n = 49

To Find: √49 using successive subtraction method

Solution:

  1. Subtract the first odd number (1) from 49.
49 - 1 = 48
  1. Subtract the second odd number (3) from the result.
48 - 3 = 45
  1. Subtract the third odd number (5).
45 - 5 = 40
  1. Subtract the fourth odd number (7).
40 - 7 = 33
  1. Subtract the fifth odd number (9).
33 - 9 = 24
  1. Subtract the sixth odd number (11).
24 - 11 = 13
  1. Subtract the seventh odd number (13).
13 - 13 = 0
  1. Since we performed 7 subtractions to reach 0, the square root is 7.

Final Answer: √49 = 7


Example 2: Finding Square Root by Prime Factorization (Medium)

Given: n = 576

To Find: √576 using prime factorization

Solution:

Stuck on something here?
Aarav Sir explains any part — voice or chat — 24/7.
  1. Find the prime factorization of 576 by successive division.
576 = 2 × 288 = 2 × 2 × 144 = 2 × 2 × 2 × 72
= 2 × 2 × 2 × 2 × 36 = 2 × 2 × 2 × 2 × 2 × 18
= 2 × 2 × 2 × 2 × 2 × 2 × 9 = 2⁶ × 3²
  1. Group the prime factors into pairs.
576 = (2 × 2) × (2 × 2) × (2 × 2) × (3 × 3)
  1. Take one number from each pair.
√576 = 2 × 2 × 2 × 3
  1. Multiply the numbers taken from each pair.
√576 = 24
  1. Verify by squaring: 24 × 24 = 576 ✓

Final Answer: √576 = 24


Example 3: Estimation Method for Non-Perfect Squares (Hard)

Given: Find an approximate value of √50 correct to one decimal place

To Find: √50 ≈ ?

Solution:

  1. Identify the perfect squares immediately below and above 50.
49 < 50 < 64
7² < 50 < 8²
  1. Therefore, √50 lies between 7 and 8.
7 < √50 < 8
  1. Since 50 is closer to 49 than to 64, √50 should be closer to 7 than to 8. Let's try 7.1.
7.1² = 7.1 × 7.1 = 50.41
  1. This is slightly more than 50. Try 7.0.
7.0² = 49.00
  1. Now try a value between 7.0 and 7.1, say 7.07.
7.07² ≈ 49.98
  1. Try 7.08.
7.08² ≈ 50.12
  1. Since 50 lies between 49.98 and 50.12, √50 lies between 7.07 and 7.08, which gives approximately 7.1 when rounded to one decimal place.

Final Answer: √50 ≈ 7.1


Example 4: Complex Prime Factorization (Tricky)

Given: n = 3136

To Find: √3136 using the most efficient method

Solution:

  1. Notice that 3136 ends in 6. From our patterns, its square root must end in 4 or 6 (since 4² = 16 and 6² = 36).

  2. Perform prime factorization systematically.

3136 ÷ 2 = 1568
1568 ÷ 2 = 784
784 ÷ 2 = 392
392 ÷ 2 = 196
196 ÷ 2 = 98
98 ÷ 2 = 49
49 ÷ 7 = 7
  1. Complete factorization: 3136 = 2⁶ × 7²

  2. Group into pairs and extract one from each pair.

√3136 = √(2⁶ × 7²) = 2³ × 7
  1. Calculate the result.
√3136 = 8 × 7 = 56
  1. Verify: 56 ends in 6 (matching our prediction), and 56² = 3136 ✓

Final Answer: √3136 = 56


Tips & Tricks

ShortcutWhen to UseHow It Helps
Units Digit PatternQuick eliminationIf a perfect square ends in 2, 3, 7, or 8, you've made an error. Its square root must end in digits that produce the correct units digit when squared
Pairing CheckBefore factorizationCount zeros at the end: perfect squares must have an even number of trailing zeros. Odd zeros? Not a perfect square
Estimation BoundsLarge numbersQuickly narrow down: √1000 must be between 30 and 40 (since 30² = 900 and 40² = 1600), saving calculation time

Common Mistakes

❌ Wrong Approach✅ Correct Approach
Taking √(a + b) = √a + √bRoots don't distribute over addition: √(9 + 16) ≠ 3 + 4 = 7, but √25 = 5
Forgetting to check all factor pairsIn prime factorization, ensure every prime factor appears an even number of times for perfect squares
Stopping subtraction too earlyIn successive subtraction, continue until you reach exactly 0 or go negative (indicating non-perfect square)
Mixing up the count of subtractionsThe number of subtractions equals the square root, not the last odd number subtracted

Brain-Teaser Questions

Q1: Without calculating the full prime factorization, determine whether 1024 is a perfect square. If yes, find its square root using the quickest method.

💡 Answer: 1024 = 2¹⁰ (since 1024 is a power of 2). Since the exponent 10 is even, 1024 is a perfect square. √1024 = 2⁵ = 32. We can verify: 32² = 1024 ✓

Q2: A number has 5 in the units place. What are the possible digits in the units place of its square root?

💡 Answer: Only 5 itself. From our patterns, only 5² = 25 ends in 5. No other single digit when squared gives 5 in the units place. Therefore, any perfect square ending in 5 must have a square root ending in 5.

Q3: The square root of a number is calculated by successive subtraction of odd numbers. If the 15th subtraction gives 0, what was the original number?

💡 Answer: If 15 subtractions reached 0, the square root is 15. The original number = 15² = 225. We can verify using the sum formula: 1 + 3 + 5 + ... (15 odd numbers) = 15² = 225 ✓


Mini Cheatsheet

ConceptFormula / Key Point
DefinitionIf √n = a, then a × a = a² = n
Successive SubtractionCount of consecutive odd number subtractions (1, 3, 5, ...) from n to reach 0 = √n
Prime FactorizationExpress n = p₁^(a₁) × p₂^(a₂) × ..., then √n = p₁^(a₁÷2) × p₂^(a₂÷2) × ...
Perfect Square TestAll prime factors must appear an even number of times; even number of trailing zeros
EstimationIf a² < n < b², then a < √n < b; refine by testing intermediate values

{{KEY: type=exam_tip | title=Master Multiple Methods | text=CBSE exams may ask you to find square roots using a specific method. Practice successive subtraction for small numbers, prime factorization for medium-sized perfect squares, and estimation for approximations. Always verify your answer by squaring it!}}


Cubic Numbers — Part 1

Page 4 of 5: Cubic Numbers — Part 1

Concept Introduction

Have you ever played with building blocks or a Rubik's Cube? Think about a single block. Now, imagine you want to build a larger, solid cube using these small blocks. If you build a cube that is 2 blocks long, 2 blocks wide, and 2 blocks high, how many small blocks would you need in total? You'd need 2 × 2 × 2 = 8 blocks. If you build a 3×3×3 cube, you'd need 3 × 3 × 3 = 27 blocks.

This idea of multiplying a number by itself three times is the foundation of cubic numbers. Just as a square in geometry gives us the concept of "squared numbers" (like 4²), a cube in geometry gives us "cubic numbers". These special numbers, like 1, 8, 27, and 64, are called perfect cubes. They represent the volume of a perfect geometric cube with whole number side lengths. In this section, we'll explore these fascinating numbers, their properties, and some surprising patterns they hold.

{{FORMULA: expr=n³ = n × n × n | symbols=n:any number, n³:the cube of the number}}

Definitions & Formulas

This table breaks down the key terms and notation we will use throughout this topic.

Term / SymbolMeaningExample
Cube (of a number)The result of multiplying a number by itself three times.The cube of 4 is 4 × 4 × 4 = 64.
Perfect CubeA whole number that is the cube of another whole number.125 is a perfect cube because 125 = 5³.
Cubic NumberAnother name for a perfect cube.The first few cubic numbers are 1, 8, 27, 64, ...
The standard notation for "n cubed". is read as "5 cubed" and equals 125.

The Logic of Cubes: From Geometry to Numbers

Why are they called "perfect cubes"? The name comes directly from the geometry of a cube. Let's see how a cube's structure perfectly represents this mathematical operation.

  1. The Foundation: Start with a single unit cube. Its volume is 1 × 1 × 1 = 1. This is our first perfect cube, .

  2. Building a 2×2×2 Cube: To build the next larger cube, you need a side length of 2 units. Imagine this as two layers of square blocks. Each layer is a 2×2 square, containing 4 blocks.

    Blocks in one layer = 2 × 2 = 4
    
  3. Since there are two such layers, the total number of blocks is:

    Total blocks = 2 layers × 4 blocks per layer = 8
    

    Thus, a cube with side length 2 contains 2 × 2 × 2 = 2³ = 8 unit cubes.

{{VISUAL: diagram: A 2x2x2 cube composed of 8 smaller unit cubes. The top layer of 4 cubes is highlighted to show the concept of layers.}}

  1. Building a 3×3×3 Cube: Let's extend this. For a cube with a side length of 3, you'd have three layers. Each layer would be a 3×3 square, containing 9 blocks.

    Blocks in one layer = 3 × 3 = 9
    
  2. With three such layers, the total number of blocks is:

    Total blocks = 3 layers × 9 blocks per layer = 27
    

    This shows that a cube with side length 3 contains 3 × 3 × 3 = 3³ = 27 unit cubes.

  3. The General Rule: For any cube with a side length of n units, it will be composed of n layers. Each layer will be an n × n square containing unit cubes. The total number of unit cubes is:

    Total blocks = n layers × n² blocks per layer = n³
    

    This beautiful connection is why a number raised to the power of 3 is called a "cube".

Solved Examples

Let's apply these concepts to solve some problems, starting from easy and moving to more challenging ones.

Example 1: Calculating a Simple Cube (Easy)

Given: The number 9.

To Find: The cube of 9.

Solution:

  1. To find the cube of a number, we multiply it by itself three times. The notation is 9³.

    9³ = 9 × 9 × 9
    
  2. First, multiply the first two 9s.

    9 × 9 = 81
    
  3. Now, multiply the result by the third 9.

    81 × 9 = 729
    

Final Answer: The cube of 9 is 729.

Example 2: Identifying a Perfect Cube (Medium)

Given: The number 3375.

To Find: Is 3375 a perfect cube?

Solution:

  1. To check if a number is a perfect cube, we find its prime factorization. A number is a perfect cube if all its prime factors can be grouped into triplets (groups of three).

{{VISUAL: diagram: A prime factorization tree for the number 3375, branching down to 3 × 3 × 3 × 5 × 5 × 5.}}

  1. Let's find the prime factors of 3375. It ends in 5, so it's divisible by 5.

    3375 = 5 × 675
    675 = 5 × 135
    135 = 5 × 27
    
  2. Now we factorize 27.

    27 = 3 × 9
    9 = 3 × 3
    
  3. So, the complete prime factorization of 3375 is:

    3375 = 5 × 5 × 5 × 3 × 3 × 3
    
  4. Now, we group the factors into triplets. We have one triplet of 5s and one triplet of 3s.

    3375 = (5 × 5 × 5) × (3 × 3 × 3) = 5³ × 3³
    
  5. Since all prime factors form perfect triplets, the number is a perfect cube. We can also find its cube root: (5 × 3) = 15. So, 3375 = 15³.

Final Answer: Yes, 3375 is a perfect cube.

{{KEY: type=concept | title=The Triplet Rule for Perfect Cubes | text=A number is a perfect cube if and only if every prime factor in its prime factorization appears three times, or a multiple of three times.}}

Example 3: Cubing a Negative Fraction (Hard)

Given: The fraction –4/7.

To Find: The cube of (–4/7).

Solution:

  1. We need to calculate (–4/7)³. This means multiplying the fraction by itself three times.

    (–4/7)³ = (–4/7) × (–4/7) × (–4/7)
    
  2. First, let's handle the signs. A negative number multiplied by a negative number gives a positive result. Then, multiplying that positive result by another negative number gives a negative result.

    (–) × (–) × (–) = (+) × (–) = (–)
    

    So, the final answer will be negative.

{{VISUAL: diagram: A simple flow chart showing the sign multiplication for a negative cube. Box 1: "–a × –a" with an arrow pointing to Box 2: "+a²". Box 2 has an arrow pointing to Box 3: "+a² × –a" which points to the final result Box 4: "–a³".}}

  1. Now, we cube the numerator (4) and the denominator (7) separately.

    Numerator: 4³ = 4 × 4 × 4 = 64
    
  2. Calculate the cube of the denominator.

    Denominator: 7³ = 7 × 7 × 7 = 49 × 7 = 343
    
  3. Combine the results, remembering the negative sign.

    (–4/7)³ = – (4³/7³) = –64/343
    

Final Answer: The cube of (–4/7) is –64/343.

Example 4: The Consecutive Odd Numbers Pattern (Tricky)

Given: The pattern that 4³ = 13 + 15 + 17 + 19 and 5³ = 21 + 23 + 25 + 27 + 29.

To Find: The sum of the series of consecutive odd numbers that equals 6³.

Solution:

  1. The problem is based on the pattern where is the sum of n consecutive odd numbers. For , the sum starts at 13. For , it starts at 21. We need to find the starting odd number for .

  2. Let's observe the starting numbers.

    • For 2³ (2 numbers): Starts at 3.
    • For 3³ (3 numbers): Starts at 7.
    • For 4³ (4 numbers): Starts at 13.
    • For 5³ (5 numbers): Starts at 21.
  3. Let's find the pattern in the starting numbers. The difference between consecutive starting numbers is:

    • 7 – 3 = 4
    • 13 – 7 = 6
    • 21 – 13 = 8 The differences are increasing by 2. The next difference should be 10.
  4. So, the starting number for will be the starting number for plus 10.

    Starting number for 6³ = 21 + 10 = 31
    
  5. Since we are looking for , we need to sum 6 consecutive odd numbers, starting from 31.

    31 + 33 + 35 + 37 + 39 + 41
    
  6. Let's verify the sum. (31+41) + (33+39) + (35+37) = 72 + 72 + 72 = 3 × 72 = 216. We also know that 6³ = 216. The pattern holds.

Final Answer: The series is 31 + 33 + 35 + 37 + 39 + 41, and its sum is 216.

Tips & Tricks

Use these shortcuts to work with cubes faster and more accurately.

TrickDescriptionExample
Unit Digit ShortcutThe unit digit of a cube is determined by the unit digit of the original number. (e.g., 2³ ends in 8, 8³ ends in 2).To find the unit digit of 147³, just find 7³. Since 7³ = 343, the unit digit of 147³ must be 3.
Even/Odd RuleThe cube of an even number is always even. The cube of an odd number is always odd.You know 99³ must be an odd number without calculating it. You know 102³ must be an even number.
The Rule of ZeroesA perfect cube cannot end with one or two zeroes. It must end in a multiple of three zeroes (000, 000000, etc.).500 is not a perfect cube because it ends in two zeroes. 8000 is a perfect cube (20³) because it ends in three zeroes.

Common Mistakes

Be careful to avoid these common errors when working with cubes.

❌ Wrong✅ RightWhy it's a Mistake
5³ = 5 × 3 = 155³ = 5 × 5 × 5 = 125Cubing a number means multiplying it by itself three times, not multiplying it by three.
(–6)³ = 36 × 6 = 216(–6)³ = (–6)×(–6)×(–6) = –216The cube of a negative number is always negative. (–)×(–) is (+), but (+)×(–) is (–).
(2/5)³ = 8/5(2/5)³ = 2³ / 5³ = 8/125When cubing a fraction, you must cube both the numerator and the denominator.
100 is a perfect cube.1000 is a perfect cube.A perfect cube cannot end in two zeroes. The number of trailing zeroes must be a multiple of 3.

Brain-Teaser Questions

Challenge yourself with these slightly harder problems!

  1. The number 1729 is famous for being the smallest number expressible as the sum of two cubes in two different ways: 1³ + 12³ and 9³ + 10³. The next such number is 4104. Given that one way is 2³ + 16³, find the other pair of cubes.

    💡 Answer: We know 2³ = 8 and 16³ = 4096, so 8 + 4096 = 4104. We need to find two other cubes that sum to 4104. By trying cubes of numbers less than 16, we find 9³ = 729 and 15³ = 3375. Their sum is 729 + 3375 = 4104. The other pair is 9³ + 15³.

  2. A large cube is painted blue on all its faces. It is then cut into 125 smaller, identical cubes. How many of these smaller cubes have no faces painted at all?

    💡 Answer: A cube cut into 125 smaller cubes must be a 5×5×5 cube, since 5³ = 125. The cubes with no paint are the ones in the "core" of the large cube, not on the surface. If we strip away the outer layer of cubes from all sides, we are left with a smaller 3×3×3 cube in the middle. The number of unpainted cubes is 3³ = 27.

{{VISUAL: diagram: An exploded view of a 5x5x5 cube. The outer layer of painted cubes is shown separated from the inner 3x3x3 core of unpainted cubes.}}

  1. Using the consecutive odd number pattern, what is the first odd number in the series that sums up to 10³?

    💡 Answer: The starting number follows the pattern n(n-1) + 1. For n = 10, the starting number is 10(10-1) + 1 = 10(9) + 1 = 90 + 1 = 91. The series is 91 + 93 + 95 + 97 + 99 + 101 + 103 + 105 + 107 + 109, which sums to 1000 (10³).

Mini Cheatsheet

Here's a quick summary of the most important concepts from this page. Screenshot this for your revision!

ConceptFormula / RuleExample
Definition of a Cuben³ = n × n × n4³ = 4 × 4 × 4 = 64
Prime Factorization TestAll prime factors must be in groups of three (triplets).216 = 2³ × 3³, so it's a perfect cube.
Cube of a Negative(–n)³ = –(n³)(–5)³ = –(5³) = –125
Cube of a Fraction(a/b)³ = a³/b³(2/3)³ = 2³/3³ = 8/27
Sum of Odd Numbers is the sum of n consecutive odd numbers.3³ = 27 = 7 + 9 + 11 (3 numbers)

Cubic Numbers — Part 2, A Pinch of History, Summary & Quick Revision

Page 5: Cubic Numbers — Part 2, A Pinch of History, Summary & Quick Revision

Welcome to the final part of our chapter on squares and cubes! We've explored the building blocks of cubic numbers, and now it's time to learn how to deconstruct them. We'll master the art of finding cube roots, explore the fascinating history behind these concepts, and then tie everything together with a comprehensive summary.

Unlocking the Cube: Finding the Cube Root

Imagine you have a large Rubik's Cube made of 216 smaller, identical cubes. If you wanted to know how many small cubes are along one edge, you'd need to find a number that, when multiplied by itself three times, gives you 216. This process is called finding the cube root.

The cube root is the inverse operation of cubing a number. Just as subtraction undoes addition, finding the cube root undoes the process of finding a cube. We use the symbol ³√ to denote the cube root. So, to solve our Rubik's Cube puzzle, we need to find ³√216. The most reliable method to solve this is through prime factorization.

{{FORMULA: expr=³√x = y | symbols=x:the perfect cube, y:the cube root, ³√:the cube root symbol}}

Definitions & Formulas

Let's formalize the key terms for this section.

Term / SymbolMeaning
Cube RootA number which when cubed (multiplied by itself three times) gives the original number.
³√The mathematical symbol for the cube root. It's called a radical sign.
Perfect CubeA number that is the cube of an integer. Its prime factors exist in groups of three.
Prime FactorizationThe process of breaking down a number into a product of its prime factors.

The Logic of Prime Factorization for Cube Roots

Finding the cube root of a perfect cube is like reversing the process of its creation. Since a cube is formed by multiplying a number n by itself three times (n × n × n), its prime factors must exist in three identical groups. We can use this logic to find n.

Here is the step-by-step method:

  1. Resolve into Prime Factors: Start by finding the prime factorization of the given number. Use the division method until you are left with 1.

  2. Group into Triplets: Arrange the prime factors into groups of three identical factors. A number is only a perfect cube if all its factors can be grouped this way.

  3. Select One from Each Group: For each triplet of prime factors you've created, take just one factor from that group.

  4. Calculate the Product: Multiply the factors you selected in the previous step. The resulting product is the cube root of the original number.

{{KEY: type=concept | title=The Triplet Rule | text=A number is a perfect cube if and only if each of its prime factors can be grouped into sets of three. This is the fundamental test for identifying perfect cubes.}}

Solved Examples

Let's apply this method to some problems, starting from easy and moving to tricky.

Example 1: Finding the Cube Root of a Simple Number

Given: The number 729.

To Find: The cube root of 729, or ³√729.

Solution:

  1. First, find the prime factors of 729.

    729 = 3 × 243
        = 3 × 3 × 81
        = 3 × 3 × 3 × 27
        = 3 × 3 × 3 × 3 × 9
        = 3 × 3 × 3 × 3 × 3 × 3
    
  2. Now, group these factors into triplets of identical numbers.

    729 = (3 × 3 × 3) × (3 × 3 × 3)
    
  3. Take one factor from each triplet. We have two triplets of 3s, so we take one '3' from each.

    Factors to multiply: 3 and 3
    
  4. Multiply these selected factors to get the cube root.

    ³√729 = 3 × 3 = 9
    

Final Answer: ³√729 = 9


Example 2: Making a Number a Perfect Cube

Given: The number 1323.

To Find: The smallest number by which 1323 must be multiplied to make it a perfect cube.

Solution:

  1. Start by finding the prime factorization of 1323.

    1323 = 3 × 441
         = 3 × 21 × 21
         = 3 × (3 × 7) × (3 × 7)
         = 3 × 3 × 3 × 7 × 7
    
  2. Group the factors into triplets.

    1323 = (3 × 3 × 3) × (7 × 7)
    

    We see that the factor '3' forms a complete triplet, but the factor '7' does not. We only have two 7s.

  3. To make it a perfect cube, we need to complete the triplet for the factor 7. This requires one more '7'.

    Required factor = 7
    
  4. Therefore, we must multiply 1323 by 7 to make it a perfect cube.

    1323 × 7 = (3 × 3 × 3 × 7 × 7) × 7 = 3³ × 7³ = 9261
    

    And ³√9261 = 3 × 7 = 21.

Final Answer: The smallest number to multiply by is 7.

{{VISUAL: diagram: A prime factor tree for the number 1323, showing branches splitting into 3 and 441, then 441 into 21 and 21, and finally into 3s and 7s. The final factors (3, 3, 3, 7, 7) are circled, with the three 3s highlighted in one color and the two 7s in another to show an incomplete triplet.}}


Example 3: Finding the Cube Root of a Larger Number

Given: The number 10648.

To Find: The cube root of 10648, or ³√10648.

Solution:

  1. Find the prime factorization of 10648. Since it's an even number, start with 2.

    10648 = 2 × 5324
          = 2 × 2 × 2662
          = 2 × 2 × 2 × 1331
    
  2. Now we need to factor 1331. It's not divisible by 2, 3, or 5. Let's try larger primes. It's a famous cube! 1331 = 11 × 121 = 11 × 11 × 11.

    10648 = 2 × 2 × 2 × 11 × 11 × 11
    
  3. Group the prime factors into triplets.

    10648 = (2 × 2 × 2) × (11 × 11 × 11)
    
  4. Take one factor from each group (one '2' and one '11') and multiply them.

    ³√10648 = 2 × 11 = 22
    

Final Answer: ³√10648 = 22


Example 4: A Tricky Word Problem

Given: You are told that 32768 is a perfect cube.

To Find: The cube root of 32768 by guessing/estimation, without full factorization.

Solution:

  1. Group the digits. Start from the right and group the digits into sets of three.

    32 | 768
    

    This tells us the cube root will have two digits.

  2. Find the unit's digit. Look at the last group, 768. The number ends in 8. A perfect cube ends in 8 only if its cube root ends in 2 (since 2³ = 8).

    Unit's digit of the cube root is 2.
    
  3. Find the ten's digit. Look at the first group, 32. We need to find the largest cube that is less than or equal to 32.

    • 1³ = 1
    • 2³ = 8
    • 3³ = 27
    • 4³ = 64 The largest cube less than 32 is 27, which is 3³. Therefore, the ten's digit of our cube root is 3.
    Ten's digit of the cube root is 3.
    
  4. Combine the digits. The ten's digit is 3 and the unit's digit is 2.

    ³√32768 = 32
    

Final Answer: The cube root of 32768 is 32.

{{VISUAL: infographic: A chart showing the relationship between the last digit of a number (N) and the last digit of its cube (N³). Example pairs: 1→1, 2→8, 3→7, 4→4, 5→5, 6→6, 7→3, 8→2, 9→9, 0→0. The pairs (2,8) and (3,7) are highlighted.}}

Tips & Tricks

Trick NameDescriptionExample
Unit Digit ShortcutThe last digit of a perfect cube uniquely determines the last digit of its cube root. (1→1, 2→8, 3→7, 4→4, 5→5, 6→6, 7→3, 8→2, 9→9, 0→0). This is great for quick checks.A number ends in 7, so its cube root must end in 3 (since 3³ = 27).
Digit GroupingTo estimate the number of digits in a cube root, group the cube's digits into sets of three from the right. The number of groups is the number of digits in the cube root.12167 → `12
Successive DifferencesFor a sequence of perfect cubes (1, 8, 27, 64...), the differences between them form a pattern. The differences of the differences of the differences (the 3rd level) are always constant.Cubes: 1, 8, 27, 64. Level 1 diff: 7, 19, 37. Level 2 diff: 12, 18. Level 3 diff: 6, 6... The constant is 6.

Common Mistakes to Avoid

Students often make small errors when learning cube roots. Here are a few to watch out for.

❌ Wrong Method✅ Right MethodWhy it's Wrong
³√216 = 216 ÷ 3 = 72³√216 = ³√(6×6×6) = 6Finding the cube root is not the same as dividing by 3. It's finding the base number of the exponential power.
For ³√1728, factors are 2,2,2,2,2,2,3,3,3. Grouping: (2×2)×(2×2)×(2×2)×(3×3×3)³√1728, factors are 2,2,2,2,2,2,3,3,3. Grouping: (2×2×2) × (2×2×2) × (3×3×3)For cube roots, you must group prime factors into triplets (groups of three), not pairs.
"The cube of any odd number is odd." Student marks it "False"."The cube of any odd number is odd." Student marks it "True".The product of odd numbers is always odd. odd × odd = odd, so odd × odd × odd is also always odd.
"A perfect cube cannot end in 8." Student marks it "True"."A perfect cube cannot end in 8." Student marks it "False".This is false because 2³ = 8, 12³ = 1728, etc. Many perfect cubes end with the digit 8.

A Pinch of History

Have you ever wondered why we use words like "square" and "root" in mathematics? Their origins are deeply connected to geometry and ancient languages.

The study of squares and cubes is ancient. Clay tablets from Babylonia, dating back to around 1700 BCE, show lists of perfect squares and cubes. These weren't just for fun; they were practical tools for architects and land surveyors to quickly calculate square roots and cube roots for construction and measurement.

In ancient India, the Sanskrit scholars used wonderfully intuitive terms.

  • Varga (वर्ग): This word meant a square shape, the area of a square, and the square of a number. The great mathematician Aryabhata (499 CE) defined it as "A square figure of four equal sides and the number representing its area." This shows the direct link between the geometric shape and the arithmetic operation. The fourth power was simply called varga-varga (square of a square).
  • Ghana (घन): This word meant a solid cube shape as well as the cube of a number (a number multiplied by itself three times).

{{VISUAL: A simple timeline infographic. 1700 BCE: Babylonian clay tablets with squares/cubes. 3rd Century BCE: Use of 'varga' and 'ghana' in India. 499 CE: Aryabhata's definition. 628 CE: Brahmagupta's definition of 'pada'. The timeline shows the flow of the concept of 'root'.}}

But why the word "root"? This comes from the Sanskrit word mula (मूल), which means the root of a plant, basis, or origin. Indian mathematicians used varga-mula for square root (the "root/origin of the square") and ghana-mula for cube root. Another term used was pada (पद), meaning foot or basis. Brahmagupta (628 CE) explained, "The pada (root) of a krti (square) is that of which it is a square."

This powerful idea traveled across cultures. When Arab mathematicians translated these Indian texts, they translated mula to their word for root, jidhr. Later, when these works were translated into Latin in Europe, jidhr was translated to the Latin word for root, radix. This is where we get the modern term "radical" for the √ symbol!


Brain-Teaser Questions

  1. Find the smallest positive integer that is a perfect cube and is also divisible by 12.

    💡 Answer: First, find the prime factors of 12: 12 = 2 × 2 × 3. To be a perfect cube, all its prime factors must be in triplets. We have two '2's, so we need one more '2'. We have one '3', so we need two more '3's. The required number is (2 × 2 × 2) × (3 × 3 × 3) = 8 × 27 = 216.

  2. A large cube is painted red on all its faces. It is then cut into 125 smaller, identical cubes. How many of the smaller cubes have exactly one face painted red?

    💡 Answer: Since there are 125 smaller cubes, the large cube was a 5×5×5 cube (because ³√125 = 5). The cubes with one face painted are the ones in the center of each of the 6 faces. On a 5x5 face, the central part is a 3x3 square of cubes. So, there are 3 × 3 = 9 such cubes per face. With 6 faces, the total is 9 × 6 = 54 cubes.

  3. The difference between two consecutive perfect cubes is 397. What are the two cubes?

    💡 Answer: We know that (n+1)³ – n³ = 3n² + 3n + 1. So, we are looking for an n where 3n² + 3n + 1 = 397. This simplifies to 3n² + 3n = 396, and n² + n = 132. We can rewrite this as n(n+1) = 132. By inspection, we see that 11 × 12 = 132. So, n=11. The two consecutive cubes are 11³ and 12³. They are 1331 and 1728. (Check: 1728 - 1331 = 397).


Summary of the Chapter

This chapter explored the properties of square and cubic numbers, two fundamental concepts in mathematics.

  • A square number (or perfect square) is obtained by multiplying a number by itself. Its prime factors can be split into two identical groups.
  • A cube number (or perfect cube) is obtained by multiplying a number by itself three times. Its prime factors can be split into three identical groups.
  • Perfect squares can only end with the digits 0, 1, 4, 5, 6, or 9, and must have an even number of zeros at the end.
  • The square root (√) is the inverse of squaring. A positive number has two square roots (one positive, one negative), but the √ symbol denotes the principal (positive) root.
  • The cube root (³√) is the inverse of cubing. Every number has exactly one real cube root.
  • We can find square roots and cube roots efficiently using the prime factorization method, which relies on grouping factors into pairs (for squares) or triplets (for cubes).

Mini Cheatsheet

ConceptFormula / RuleExample
Square of a numbern² = n × n9² = 9 × 9 = 81
Cube of a numbern³ = n × n × n4³ = 4 × 4 × 4 = 64
Square RootIf n² = m, then √m = n√81 = 9
Cube RootIf n³ = m, then ³√m = n³√64 = 4
Perfect Cube TestPrime factors of a perfect cube must exist in groups of three.216 = 2³ × 3³. It's a perfect cube.

In this chapter

  • 1.Square Numbers — Part 1
  • 2.Square Numbers — Part 2
  • 3.Square Numbers — Part 3
  • 4.Cubic Numbers — Part 1
  • 5.Cubic Numbers — Part 2, A Pinch of History, Summary & Quick Revision

Frequently asked questions

What is Square Numbers — Part 1?

Imagine you are arranging square tiles on your kitchen floor. You start with 1 tile, then expand to a 2×2 arrangement (4 tiles), then 3×3 (9 tiles), and so on. The total number of tiles you need for each perfect square arrangement follows a special pattern: 1, 4, 9, 16, 25...

What is Square Numbers — Part 2?

Have you ever stacked marbles in a triangular pattern or noticed how a staircase seems to build up step by step? What if we told you that **perfect squares** hide a beautiful secret — they can be built by adding consecutive odd numbers, and they have fascinating connections to triangular patterns!

What is Square Numbers — Part 3?

Imagine you're designing a square garden that needs to have an area of 144 square meters. How long should each side be? This is where **square roots** come into play. If squaring a number means multiplying it by itself, then finding the square root is the reverse process — discovering which number, when multiplied by i

What is Cubic Numbers — Part 1?

Have you ever played with building blocks or a Rubik's Cube? Think about a single block. Now, imagine you want to build a larger, solid cube using these small blocks. If you build a cube that is 2 blocks long, 2 blocks wide, and 2 blocks high, how many small blocks would you need in total? You'd need 2 × 2 × 2 = 8 bloc

What is Cubic Numbers — Part 2, A Pinch of History, Summary & Quick Revision?

Welcome to the final part of our chapter on squares and cubes! We've explored the building blocks of cubic numbers, and now it's time to learn how to deconstruct them. We'll master the art of finding cube roots, explore the fascinating history behind these concepts, and then tie everything together with a comprehensive

More chapters in CBSE Class 8 Mathematics

Want the full CBSE Class 8 Mathematics experience?

Every chapter. Interactive lessons. AI tutor on tap. Study Lab for any photo or PDF. 7-day free trial — no credit card.

1000s of students
100% NCERT-aligned
Powered by AI

Install Learn Skill

Add to home screen for the best experience