17. Square of any number (Universal Method) : Ex - 23², Ex - 98² etc


Duplex Method (For Two-Digit Numbers)


For N = ab (where a is tens, b is units place)


N= a22abb2


Example: 23²


222(2)(3)32


4129 = 529


Understanding How 4129 = 529


We computed:


23= 222.2.33= 4  12  9


Since each section represents different place values, we need to properly align them in the hundreds, tens, and units places.


Place Value Concept


Each part of the result corresponds to different place values:


i. 4 (hundreds place, from 2²)


ii. 12 (tens place, from 2 × 2 × 3)


iii. 9 (units place, from 3²)


However, 12 is a two-digit number, meaning that the "1" belongs to the hundreds place, not the tens place.


Why Shift ?


i. In our decimal system, each place can only hold a single digit (0-9).


ii. If a part of the calculation exceeds 9, it must be carried over to the next place.


iii. 12 in the tens place means:





    • The "2" stays in the tens place.

    • The "1" should be added to the hundreds place.




Applying the Shift


We initially have: 4  12  9


i. The "9" remains in the unit place.


ii. The "2" stays in the tens place.


iii. The "1" is carried over and added to 4 (in the hundreds place).


Now:


(4+1)  2  9


 2  9=529


Thus, 23² = 529


Whenever get a two-digit number in any section, carry its leftmost digit to the next higher place.


Other Types


1. Duplex Method (General Universal Method)


For any two-digit number N = (10a+b) use:


N2 = a2  2ab  b2


Example: 23²


i. a=2, b=3


ii. 22=22 2(2)(3)+32


iii. 4 ∣ 12 ∣ 9


iv. Adjust carry - 529


    2. Base Method (For Numbers Near 10, 100, etc.)


If N is near a power of 10, use:


(N+x)2=N2+2Nx+x2


Example: 98² = (100-2)2


i. N=100, x=−2


ii. 1002+2.10.-2+(-2)2


iii. 10000−400+4=9604


   3. Squaring Numbers Ending in 5


For any number ending in 5, use:


N(N× (N 1) + 5sq


Example: 75²


i. 7×8 = 56


ii. 75= 5625


   4. Special Case for Numbers Between 50-60


If N = 50 + x, use:


N= 502+2.50.x+x2


N= 2500+100x+x2


Example: 56² = (50+6)2


i. 502+2.50.6+62


ii. 2500+600+36=3136


   5. Vedic Math Sutra (Ekadhikena Purvena for 9s series)


For N = 9X, use:


N= (N−1)(N+1)+1


Example: 99² = (98+1)2


i. (99-1)(99+1)+1


ii. 98×100+1= 9801