Friday, August 15, 2025

Squares and Cubes – Complete Notes

Squares and Cubes – Complete Notes


1. Square of a Number

  • Definition: The square of a number nn is n×nn \times n, written as n2n^2.

  • Read as: “n squared”

  • Example: =25

  • Inverse Operation: Square root (   √).


2. Perfect Squares

  • Definition: A number whose square root is a whole number.

  • List: 1,4,9,16,25,36,49,64,81,100,

  • Properties:

    1. If a number ends in 2, 3, 7, or 8 → Not a perfect square.

    2. Perfect squares end in 0, 1, 4, 5, 6, or 9.

    3. Perfect squares can only have an even number of zeros at the end.

    4. Square of even numbers → even; square of odd numbers → odd.

    5. A number ending in an odd number of zeros is never a perfect square.

    6. Difference between squares of two consecutive numbers:

      (n+1)2n2=2n+1(n+1)^2 - n^2 = 2n + 1
    7. Pythagorean Triplet: m2+n2=p2m^2 + n^2 = p^2. Example: 32+42=523^2 + 4^2 = 5^2.


3. Patterns in Perfect Squares

  • Last digit patterns:

    • Ends in 1 or 9 → Square ends in 1

    • Ends in 4 or 6 → Square ends in 6

    • Ends in 5 → Square ends in 5

  • Sum of first nn odd numbers:

    1+3+5++(2n1)=n21 + 3 + 5 + \dots + (2n - 1) = n^2

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

  • Numbers between two consecutive perfect squares:

    2mwhere m and m+1 are consecutive numbers2m \quad \text{where } m \text{ and } m+1 \text{ are consecutive numbers}

4. Square Root

  • Definition: If y=x2y = x^2, then xx is the square root of yy.

  • Notation: y\sqrt{y}

  • Example: 49=±7\sqrt{49} = \pm 7 (positive and negative roots for integers).

  • Perfect Square Test: A number is a perfect square if prime factors can be paired into two identical groups.


5. Cube of a Number

  • Definition: The cube of a number nn is n×n×nn \times n \times n, written as n3n^3.

  • Example: 33=273^3 = 27

  • Can be positive or negative: (2)3=8(-2)^3 = -8.


6. Perfect Cubes

  • Definition: A number whose cube root is a whole number.

  • Example: 273=3\sqrt[3]{27} = 3 → 27 is a perfect cube.

  • List: 1,8,27,64,125,216,343,512,729,1000,1, 8, 27, 64, 125, 216, 343, 512, 729, 1000, \dots

  • Properties:

    1. Cube of even number → even; cube of odd number → odd.

    2. Cube of a number ending in:

      • 0 → ends in 0

      • 1 → ends in 1

      • 2 → ends in 8

      • 3 → ends in 7

      • 4 → ends in 4

      • 5 → ends in 5

      • 6 → ends in 6

      • 7 → ends in 3

      • 8 → ends in 2

      • 9 → ends in 9

    3. Sum of cubes of first nn natural numbers:

      13+23++n3=(n(n+1)2)21^3 + 2^3 + \dots + n^3 = \left( \frac{n(n+1)}{2} \right)^2
    4. In prime factorisation, if each prime factor occurs three times, the number is a perfect cube.


7. Cube Root

  • Definition: If y=x3y = x^3, then xx is the cube root of yy.

  • Notation: y3\sqrt[3]{y}

  • Example: 83=2\sqrt[3]{-8} = -2.

  • Perfect Cube Test: Prime factors can be split into three identical groups.


8. Special Numbers – Hardy–Ramanujan (Taxicab) Numbers

  • Definition: Numbers that can be expressed as the sum of two cubes in two different ways.

  • Example:

    1729=13+123=93+1031729 = 1^3 + 12^3 = 9^3 + 10^3
  • First few taxicab numbers: 1729, 4104, 13832, ...


9. Key Patterns to Remember

Concept Pattern / Formula
Difference between consecutive squares 2n+12n+1
Sum of first nn odd numbers n2n^2
Sum of first nn cubes (n(n+1)2)2\left( \frac{n(n+1)}{2} \right)^2
Last digit pattern for cubes (0→0, 1→1, 2→8, 3→7, 4→4, 5→5, 6→6, 7→3, 8→2, 9→9)


No comments:

Post a Comment

Squares and Cubes – Complete Notes

Squares and Cubes – Complete Notes 1. Square of a Number Definition: The square of a number n n is n × n n \times n , written as n 2 ...