Study Guide

Squares & Square Roots Class 8: Patterns, Properties & Methods

From perfect squares to the long division method, master every concept with clear examples and practice strategies!

CBSEClass 8
The SparkEd Authors (IITian & Googler)15 March 202610 min read
CBSE Class 8 Squares Square Roots Guide — SparkEd

Why Should You Care About Squares and Square Roots?

Picture this: you're asked to find the area of a square garden with side length 1717 metres. Easy, right? It's 172=28917^2 = 289 square metres. But what if someone tells you the area is 529529 sq m and asks you to find the side? That's where square roots come in!

Squares and square roots pop up everywhere, from geometry and area calculations to physics formulas and even in competitive exams like the Math Olympiad and NTSE. In your NCERT Class 8 textbook (Chapter 5: Squares and Square Roots), this topic builds a rock-solid foundation for algebra and number theory in higher classes. Let's break it all down, step by step.

What Are Perfect Squares?

A number is called a perfect square if it can be expressed as the square of a natural number. In other words, if n=m2n = m^2 for some natural number mm, then nn is a perfect square.

Here are the first fifteen perfect squares:

1,4,9,16,25,36,49,64,81,100,121,144,169,196,2251, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225

Notice anything? These are simply 12,22,32,,1521^2, 2^2, 3^2, \ldots, 15^2. Memorising the squares of numbers from 11 to 3030 is incredibly useful for quick mental math in exams.

Properties of Perfect Squares

Perfect squares follow some fascinating patterns that can help you instantly identify whether a number could be a perfect square or not. Knowing these properties saves you time in MCQs and objective-type questions.

Ending Digits

A perfect square can only end in 0,1,4,5,6,0, 1, 4, 5, 6, or 99. It never ends in 2,3,7,2, 3, 7, or 88. So if someone asks whether 257257 is a perfect square, you can immediately say no, because it ends in 77.

Odd and Even Patterns

The square of an even number is always even, and the square of an odd number is always odd:

62=36 (even),72=49 (odd)6^2 = 36 \text{ (even)}, \quad 7^2 = 49 \text{ (odd)}

Also, a perfect square always has an even number of each prime factor. For example, 36=22×3236 = 2^2 \times 3^2. Both 22 and 33 appear an even number of times.

Sum of Odd Numbers Pattern

Here's a beautiful pattern: every perfect square is the sum of the first nn odd natural numbers!

1=1=121 = 1 = 1^2

1+3=4=221 + 3 = 4 = 2^2

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

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

In general, 1+3+5++(2n1)=n21 + 3 + 5 + \cdots + (2n-1) = n^2. This means n2n^2 is the sum of the first nn odd numbers. This property is used in the repeated subtraction method for finding square roots.

Triangular Number Connection

The difference between consecutive perfect squares follows a neat rule:

(n+1)2n2=2n+1(n+1)^2 - n^2 = 2n + 1

For instance, 10292=10081=19=2(9)+110^2 - 9^2 = 100 - 81 = 19 = 2(9) + 1. This is super useful for quick calculations!

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Interesting Patterns in Squares

Squares are full of patterns that make math feel like magic. Here are some you should know for CBSE Class 8:

Pattern 1: Numbers made of only 1s

12=11^2 = 1

112=12111^2 = 121

1112=12321111^2 = 12321

11112=12343211111^2 = 1234321

See the palindrome pattern? Beautiful, isn't it?

Pattern 2: Squares of numbers ending in 5
To find the square of a number ending in 55, use this shortcut: for a number like n5n5 (where nn is the tens digit), compute n×(n+1)n \times (n+1) and append 2525.

252:2×3=662525^2: \quad 2 \times 3 = 6 \quad \Rightarrow \quad 625

352:3×4=12122535^2: \quad 3 \times 4 = 12 \quad \Rightarrow \quad 1225

752:7×8=56562575^2: \quad 7 \times 8 = 56 \quad \Rightarrow \quad 5625

Pattern 3: Pythagorean Triplets
For any natural number m>1m > 1, the triplet (2m,m21,m2+1)(2m, m^2-1, m^2+1) forms a Pythagorean triplet. For example, with m=3m = 3: (6,8,10)(6, 8, 10) because 62+82=36+64=100=1026^2 + 8^2 = 36 + 64 = 100 = 10^2.

Finding Square Roots: Three Powerful Methods

Now comes the real skill: given a number, how do you find its square root? NCERT introduces three methods. Let's master each one.

Method 1: Repeated Subtraction

We use the property that n2n^2 is the sum of the first nn odd numbers. So we keep subtracting consecutive odd numbers from the given number until we reach 00. The count of subtractions gives us the square root.

Example: Find 49\sqrt{49}.

491=4849 - 1 = 48

483=4548 - 3 = 45

455=4045 - 5 = 40

407=3340 - 7 = 33

339=2433 - 9 = 24

2411=1324 - 11 = 13

1313=013 - 13 = 0

We subtracted 77 times, so 49=7\sqrt{49} = 7.

This method is simple but only practical for small perfect squares.

Method 2: Prime Factorization

This is the method you'll use most often in Class 8. Steps:
1. Find the prime factorization of the number.
2. Pair up identical prime factors.
3. Take one factor from each pair and multiply them.

Example: Find 1764\sqrt{1764}.

1764=2×2×3×3×7×7=22×32×721764 = 2 \times 2 \times 3 \times 3 \times 7 \times 7 = 2^2 \times 3^2 \times 7^2

1764=2×3×7=42\sqrt{1764} = 2 \times 3 \times 7 = 42

Example: Find 7056\sqrt{7056}.

7056=24×32×727056 = 2^4 \times 3^2 \times 7^2

7056=22×3×7=4×3×7=84\sqrt{7056} = 2^2 \times 3 \times 7 = 4 \times 3 \times 7 = 84

This method also helps you find the smallest number to multiply or divide by to make a number a perfect square.

Method 3: Long Division Method

The long division method is the most powerful technique because it works for any number, including large numbers and decimals. Here's the algorithm:

1. Group the digits in pairs from right to left. The leftmost group may have 11 or 22 digits.
2. Find the largest number whose square is \leq the first group. This is the first digit of the root.
3. Subtract and bring down the next pair.
4. Double the current quotient, write it as the new divisor with a blank digit.
5. Find the largest digit dd such that (divisor with d)×d(\text{divisor with } d) \times d \leq the current dividend.
6. Repeat until all pairs are processed.

Example: Find 5329\sqrt{5329}.

Group as 53  29\overline{53} \; \overline{29}.

  • 72=49537^2 = 49 \leq 53, so first digit is 77. Remainder: 5349=453 - 49 = 4. Bring down 2929: dividend is 429429.
    - Double 7=14_7 = 14\_. We need 14d×d42914d \times d \leq 429. Try d=3d = 3: 143×3=429143 \times 3 = 429. Perfect!

5329=73\sqrt{5329} = 73

Square Roots of Decimals

Finding square roots of decimal numbers is simply an extension of the long division method. The key difference is how you group the digits:

  • For the integer part, group from right to left (as usual).
    - For the decimal part, group from left to right (starting from the decimal point).

Example: Find 2.56\sqrt{2.56}.

Group as 2.56\overline{2}.\overline{56}.

  • 12=121^2 = 1 \leq 2, so first digit is 11. Remainder: 21=12 - 1 = 1. Bring down 5656: dividend is 156156.
    - Double 1=2_1 = 2\_. Try d=6d = 6: 26×6=15626 \times 6 = 156.

2.56=1.6\sqrt{2.56} = 1.6

Example: Find 0.0441\sqrt{0.0441}.

Group as 0.04  41\overline{0}.\overline{04}\;\overline{41}.

  • 02=000^2 = 0 \leq 0. Bring down 0404: dividend is 44.
    - 22=42^2 = 4, so next digit is 22. Remainder: 00. Bring down 4141.
    - Double 2=4_2 = 4\_. Try d=1d = 1: 41×1=4141 \times 1 = 41.

0.0441=0.21\sqrt{0.0441} = 0.21

Remember: the number of decimal places in the square root is half the number of decimal places in the original number (when properly grouped).

Estimating Square Roots

What about numbers that aren't perfect squares? You can estimate their square roots!

Example: Estimate 300\sqrt{300}.

We know 172=28917^2 = 289 and 182=32418^2 = 324. Since 300300 is between 289289 and 324324, we know 300\sqrt{300} is between 1717 and 1818.

Since 300289=11300 - 289 = 11 and 324289=35324 - 289 = 35, we can estimate:

30017+113517.3\sqrt{300} \approx 17 + \frac{11}{35} \approx 17.3

(The actual value is approximately 17.3217.32.)

This estimation technique is really handy in competitive exams where calculators aren't allowed!

Common Mistakes to Avoid

Here are the pitfalls that trip up many students. Keep these in mind during your exams:

1. **Forgetting that a+ba+b\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}**: This is a very common error! For example, 9+16=25=5\sqrt{9 + 16} = \sqrt{25} = 5, but 9+16=3+4=7\sqrt{9} + \sqrt{16} = 3 + 4 = 7. Not the same!

2. Wrong pairing in long division: Always pair digits from the decimal point outward. Pairing from the wrong end gives a completely wrong answer.

3. Missing the negative square root: While CBSE Class 8 focuses on positive square roots, remember that every positive number has two square roots: 25=5\sqrt{25} = 5 and 5-5, because (5)2=25(-5)^2 = 25 too.

4. Not checking if factors pair up: When using prime factorization, if any prime factor appears an odd number of times, the number is not a perfect square.

Practice Strategy: How to Master This Chapter

Here's a study plan that works:

1. **Memorise squares from 11 to 3030**: This is non-negotiable. Write them out daily for a week and you'll know them cold.
2. Practice prime factorization on at least 1010 numbers per day. Speed matters in exams.
3. Master long division step by step. Start with 33-digit numbers, then move to 44 and 55-digit numbers, then decimals.
4. Solve word problems: Area of a square, Pythagorean triplets, and "find the smallest number" type questions are CBSE favourites.
5. Use SparkEd's practice tool for unlimited adaptive questions on squares and square roots. The instant feedback helps you learn from mistakes immediately.

Students who practice consistently for just 2020 minutes a day see remarkable improvement within a few weeks. Consistency beats cramming every single time!

Key Takeaways

Let's wrap up the essentials:

  • A perfect square is a number that equals m2m^2 for some natural number mm.
    - Perfect squares never end in 2,3,7,2, 3, 7, or 88.
    - n2n^2 equals the sum of the first nn odd numbers.
    - Three methods for finding square roots: repeated subtraction (small numbers), prime factorization (medium numbers), and long division (any number, including decimals).
    - For decimals, group digits from the decimal point outward.
    - Estimation helps when exact computation isn't needed.

Head over to SparkEd and try the interactive practice questions on Squares, Cubes & Their Roots. The adaptive engine adjusts difficulty to your level, so you're always challenged but never overwhelmed. Happy practicing!

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now