Chapter 6.1 — Introduction to Square Numbers
Properties of square numbers and interesting patterns in squares. This is Lesson 1 of 6 in Chapter 6: Square Roots and Cube Roots.
What Makes a Number a "Square Number"
If a whole number m can be written as n² for some other whole number n, then m is called a square number, and m is said to be the square of n. This makes 1, 4, 9, 16, 25 and so on square numbers — each one is some whole number multiplied by itself.
A closely related but slightly broader idea is a perfect square: a rational number that can be written as the square of another rational number. Since every whole number is also a rational number, every square number is automatically a perfect square — but the reverse isn't true. 0.25 is a perfect square (it equals 0.5²) without being a square number at all, since 0.5 isn't a whole number.
How Many Numbers Sit Between Consecutive Squares
Counting the whole numbers strictly between consecutive squares reveals a clean pattern: between 1² and 2² there are 2 numbers, between 2² and 3² there are 4, between 3² and 4² there are 6, and so on — the count between n² and (n+1)² always works out to 2n.
Number of integers between n² and (n+1)² = 2nThis isn't a coincidence to memorise separately — it follows directly from expanding (n+1)² − n² − 1 = n² + 2n + 1 − n² − 1 = 2n, the count of integers strictly between two numbers that differ by 2n+1.
Recognising a Square Number by Its Last Digit
Looking at the squares of 1 through 30 reveals a pattern in the units digit alone:
- Every square number ends in 0, 1, 4, 5, 6 or 9 — never in 2, 3, 7 or 8. Spotting a units digit of 2, 3, 7 or 8 is an instant, no-calculation way to rule out a number being a perfect square.
- The square of an even number is always even, and the square of an odd number is always odd — squaring never changes whether a number is even or odd.
- A number ending in one zero never has a square ending in just one zero — squares of multiples of 10 always end in exactly two zeroes (or more), since 10² = 100.
None of these rules can confirm a number is a perfect square on their own — only rule cases out. A number ending in 4, for instance, might or might not be a perfect square; but a number ending in 7 definitely isn't one.
Building Squares from Consecutive Odd Numbers
A different, equally striking pattern appears when odd numbers are added up in sequence starting from 1:
1 = 1² | 1+3 = 2² | 1+3+5 = 3² | 1+3+5+7 = 4² | ... | sum of first n odd numbers = n²This gives a genuinely useful shortcut: to find 1+3+5+7+9, there's no need to add five numbers one at a time — since 9 is the 5th odd number, the sum is simply 5² = 25. The same idea, run in reverse, is also how the subtraction method for finding a square root works: repeatedly subtracting consecutive odd numbers (1, then 3, then 5, ...) from a square number always reaches exactly 0, and the count of subtractions taken is the square root.
Proving the 2n Pattern with a Small Example
It's worth checking the 2n rule concretely rather than just trusting the algebra. Between 4² = 16 and 5² = 25, the integers are 17, 18, 19, 20, 21, 22, 23, 24 — exactly 8 of them, matching 2×4 = 8. The algebraic reason is short: (n+1)² expands to n² + 2n + 1, so the gap between n² and (n+1)² is 2n+1 — one more than 2n, because the gap itself counts both endpoints' "distance," while the integers strictly between them exclude both n² and (n+1)² themselves, leaving exactly 2n numbers in between.
Why the Odd-Number Sum Pattern Is True, Not Just Observed
The fact that 1+3+5+...+(2n−1) always equals n² can be seen geometrically as well as algebraically. Picture building up a square grid one "L-shaped" layer at a time: a 1×1 square has 1 dot. Wrapping an L-shaped border of 3 more dots around it makes a 2×2 square (4 dots total). Wrapping a further L-shaped border of 5 dots around that makes a 3×3 square (9 dots total). Each new layer added is the next odd number, and after n layers the total is always a perfect n×n square — which is exactly why the running sum of the first n odd numbers is n².
Why These Patterns Matter Beyond This Chapter
Being able to glance at a number and immediately rule it out as a perfect square — or immediately compute a specific sum of consecutive odd numbers without adding — is exactly the kind of number sense that makes the exercises in this chapter fast rather than tedious. Every method covered ahead, from prime factorisation to the division method, becomes far quicker to apply once these underlying patterns are second nature rather than something to re-derive each time — a two-second units-digit check can save minutes of factorising a number that was never going to be a perfect square in the first place. It's worth being precise about the 2n rule's scope too: it only applies to two consecutive whole numbers being squared — the count of integers between n² and (n+2)² is not simply 2n, since the bases there differ by 2, not 1 — always check that the two numbers in question are genuinely one apart before applying the shortcut directly — otherwise the count has to be worked out the long way, or the pattern re-derived from scratch for that specific gap between the two bases involved — a quick habit worth building before relying on any shortcut covered in this lesson, so it becomes an automatic habit rather than an afterthought remembered only after a mistake has already been made.
Square Numbers Get Sparser as Numbers Grow
The 2n rule also explains something worth noticing on its own: perfect squares get further and further apart as numbers grow larger. Near small numbers, squares are close together (1, 4, 9, 16 — gaps of 3, 5, 7). Near 100, consecutive squares (like 100 and 121) are 21 apart. Near 10,000, consecutive squares are around 200 apart. This spreading-out effect is exactly what 2n describes: the gap between consecutive squares grows in direct proportion to how large the numbers themselves are, which is part of why perfect squares become rarer, proportionally, the further out you look — among the numbers from 1 to 100 there are 10 perfect squares, but among 1 to 10,000 there are only 100, a much smaller fraction of the total.
Patterns Into Practice
These patterns are applied directly in Exercise 6.1, before the chapter moves on to systematic methods for actually computing square roots in Exercise 6.2 and Exercise 6.3. The same idea of a number expressed as a repeated product extends to cubes later in this chapter, and to square roots of numbers that aren't perfect squares — irrational numbers — in Real Numbers in Class 9.