Square root and cube root


Square

A number whose power is 2. If 'N' is a number, then the square of N is N2 which is equal to N × N.
When a number is multiplied by itself, then the result of this multiplication is called the square of the number.
For example- Square of 2 = 22 = 2 × 2 = 4
Square of 4 = 42 = 4 × 4 = 16
Square of 5 = 52 = 5 × 5 = 25

Methods to Find Square :-

By this method we find the square of any number whose last digit is 5.
Step 1 :- Square the unit's digit and write in the end.
Step 2 :- Multiply the ten's digit by the successor of the ten's digit and write it as the first digit.

Example- Find the square of 15.
Solution:-
step 1 :- 52 = 25
step 2 :- 1 × 2 = 2
∴ ( 15 )2 = 225

Example- Find the square of 35.
Solution:- step 1 :- 52 = 25
step 2 :- 3 × 4 = 12
∴ ( 35 )2 = 1225

To find Square using Identity :-

1. ( a + b )2 = a2 + 2ab + b2

Ex- Find the square of 103.
Solution:- ( 103 )2 = ( 100 + 3 )2
= 1002 + 32 + 2 × 100 × 3
= 10000 + 9 + 600
Hence , ( 103 )2 = 10609

2. ( a - b )2 = a2 - 2ab + b2

Ex- Find the square of 998.
Solution:- ( 998 )2 = ( 1000 - 2 )
= 10002 + 22 - 2 × 1000 × 2
= 1000000 + 4 - 4000
Hence , ( 998 )2 = 996004

Properties of Square

Unit digit after squaring
12 = 1
22 = 4
32 = 9
42 = 6
52 = 5
62 = 6
72 = 9
82 = 4
92 = 1
102 = 0

1. A number whose last digits are 2, 3, 7 or 8 can never be a perfect square.
For example- 1532, 1643 etc.

2. A number whose last digits are 0, 1, 4, 5, 6 or 9 may be or may not be a perfect square.
For example- 100, 1000,121,131 etc.

3. In case a number has last digits as 1, 5 or 6, then on squaring that number, its last digit remains same as before.
For example- 12 = 1, 152 = 225, 162 = 216 etc.

4. If a number's last digits are 1 or 9, then after squaring, the calculated square number ends with 1.
For example- 112 = 121, 192 = 361 etc.

5. If a number whose last digits are 2 or 8, then after squaring, the calculated square number ends with 4.
For example- 122 = 144, 182 = 324 etc.

6. If a number whose last digits are 3 or 7, then after squaring, the calculated square number ends with 9.
For example- 132 = 169, 172 = 289 etc.

7. If a number whose last digits are 4 or 6, then after squaring, the calculated square number ends with 6.
For example- 142 = 196, 162 = 256 etc.

8. The square of any number always ends with 0, 1, 4, 5, 6 or 9.

9. The square of any negative number is always positive.
For example- -72 = 49, -172 = 289 etc.

10. Square of an even number is even.
For example- 162 = 256, 182 = 324 etc.

11. Square of an odd numbers is odd.
For example- 112 = 121, 132 = 169 etc.

Numbers between two consecutive square numbers :-

If two consecutive numbers are n and ( n + 1 ), then 2n numbers lie between the square of n and ( n + 1 ).

Ex- How many natural numbers lie between 72 and 82.
Solution:- Here, n = 7
Natural numbers lie between 72 and 82 = 2n
= 2 × 7
= 14

Sum of Two Consecutive Number :-

Square of any odd number is equal to the sum of two consecutive number.
For example- 32 = 9 = 4 + 5
52 = 25 = 12 + 13
72 = 49 = 24 + 25

Square of n is equal to the sum of
( n2 + 1 )
and
( n2 - 1 )
2 2

Example :- Express the sum of two consecutive numbers of 152.
Solution:- Here, n = 15 , n2 = 225

∴ Sum =
( n2 + 1 )
and
( n2 - 1 )
2 2
Sum =
( 225 + 1 )
and
( 225 - 1 )
2 2
Sum =
226
and
224
= 113 and 112
2 2

Sum of first odd natural numbers

1 + 3 + 5 = 9
1 + 3 + 5 + 7 = 16
1 + 3 + 5 + 7 + 9 = 25

Sum of first n odd natural numbers is equal to n2.
Where, n = number of terms

Example- Find the sum of 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19.
Solution:- Here, n = 10
∴ sum = n2
= 102
= 100

Example-Find the sum of first 13 odd number.
Solution:- here, n = 13
Sum = n2
= 132
= 169

Difference between square of two consecutive numbers :-

a2 - b2 = ( a + b ) ( a - b )
When two consecutive numbers a and b ( a > b ), then
Difference between a2 and b2 = ( a + b ) ( a - b )
Here,( a - b ) = 1, because difference between two consecutive number is 1.

∴ Difference between square of two consecutive numbers a and b = ( a + b )

Example- Find the difference between 152 and 142.
Solution:- Here, a = 15 and b = 14
∴ 152 - 142 = ( a + b )
= 15 + 14
= 29

Square Root

When square root of a number is multiplied by itself, it gives the number.
Symbol of square root is √

Square roof of a perfect square by prime factorization method.

To find square roof of a number, first find the prime factors of the given number. Then make pairs of similar factors and then take the product of the prime factors choosing only one factor out of every pair.

Ex- Find the square root of 729.

Solution:- By prime factorization, we get
729 = 3 × 3 × 3 × 3 × 3 × 3
729 = 3 × 3 × 3 = 27

Cube :-

A number whose power is 3. If 'N' is a number, then the cube of N is N3
which is equal to N × N × N.
When a number is multiplied by twice with itself, then the result is called cube of that number.
For example- cube of 2 = 23 = 2 × 2 × 2 = 8
cube of 3 = 33 = 3 × 3 × 3 = 27
cube of 4 = 43 = 4 × 4 × 4 = 64

Method to find cube :-

To find cube using Identity :-

1.( a + b )3 = a3 + b3 + 3ab( a + b )

Example :- Find the cube of 13.
Solution:- ( 13 )3 = ( 10 + 3 )3
= 103 + 33 + 3 × 10 × 3 ( 10 + 3 )
= 1000 + 27 + 90 × 13
= 1000 + 27 + 1170
= 2197

2.( a - b )3 = a3 - b3 - 3ab( a - b )

Example :- Find the cube of 97.
Solution:- ( 97 )3 = ( 100 - 3 )3
= 1003 - 33 - 3 × 100 × 3 ( 100 - 3 )
= 1000000 - 27 - 900 ×97
= 1000000- 27 - 87300
= 1000000 - 87327 = 912673

Properties of Cubes :-

After cube, unit digits are
13 = 1
23 = 8
33 = 7
43 = 4
53 = 5
63 = 6
73 = 3
83 = 2
93 = 9
103 = 0

1. Cube of a negative number is negative.
For example- ( -2 )3 = -8, ( -3 )3 = -27 etc.

2. A number whose last digits 0, 1, 4, 5, 6 or 9 after cubing ends up with same last digit.
For example- 113 = 1331, 143 = 2744, 193 = 6859 etc.

3. Cube of an even number is even.
For example- 23 = 8, 43 = 64, 63 = 216 etc.

4. Cube of an odd number is odd.
For example- 33 = 27, 53 = 125, 73 = 343 etc.

5. Sum of the cubes of first n natural number is equal to the square of their sum.

Example- Find the sum of 13 + 23 + 33 + 43.
Solution:- 13 + 23 + 33 + 43 = ( 1 + 2 + 3 + 4 )2
= 102
= 100

Cube Root :-

When the cube root of a number is multiplied thrice, it gives the number.
For example 3 × 3 × 3 = 27, then 3 is the cube root of 27.
327 = 3

Method to find cube root :-

Using Prime Factorization Method :-

To find cube root of a number, first find the prime factors of the given number, then make group of 3 of similar factors. Then take the product of the prime factors after choosing only one factor out of every group.

Ex- Find the cube root of 512.
Solution:- By prime factorization, we get
512 = 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 × 2
3512 = 2 × 2 × 2 = 8