Solveeit Logo

Question

Question: Show that the square of any positive integer is of the form \[3m\] or, \[3m+1~\] for some integer \[...

Show that the square of any positive integer is of the form 3m3m or, 3m+1 3m+1~ for some integer mm.

Explanation

Solution

Here we will use Euclid's Division Lemma method to prove the given condition. We will first assume the integer to be any variable and then we will divide that integer by 3, and then we will write the integer in the form of quotient and remainder. Then we will take different values of remainder and we will find the square of integer for different values of remainder.

Complete step by step solution:
Let that positive integer be aa
Now, we will divide the integer by 3 and let the remainder be rr and bb be the quotient.
We can write the integer in terms of remainder and quotient as;
a=3b+r\Rightarrow a=3b+r ……….. (1)\left( 1 \right)
Where rr can be 0, 1, 2, ….
Now, we will take three cases in which we take different values of rrstarting from 0.
Case 1: when r=0r=0
We can write equation 1 after substituting the value of rr as
a=3b\Rightarrow a=3b
Squaring on both sides, we get
a2=(3b)2\Rightarrow {{a}^{2}}={{\left( 3b \right)}^{2}}
Applying exponents on the bases, we get
a2=9b2\Rightarrow {{a}^{2}}=9{{b}^{2}}
We can also write the equation as
a2=3(3b2)\Rightarrow {{a}^{2}}=3\left( 3{{b}^{2}} \right)
Now, we will put mm in place of 3b23{{b}^{2}} .
a2=3m\Rightarrow {{a}^{2}}=3m …… (2)\left( 2 \right)

Case 2: when r=1r=1
We can write equation 1 after substituting the value of rr as
a=3b+1\Rightarrow a=3b+1
Squaring on both sides, we get
a2=(3b+1)2\Rightarrow {{a}^{2}}={{\left( 3b+1 \right)}^{2}}
Applying exponents on the bases, we get
a2=9b2+6b+1\Rightarrow {{a}^{2}}=9{{b}^{2}}+6b+1
We can also write the equation as
a2=3(3b2+2b)+1\Rightarrow {{a}^{2}}=3\left( 3{{b}^{2}}+2b \right)+1
Now, we will put mm in place of 3b2+2b3{{b}^{2}}+2b .
a2=3m+1\Rightarrow {{a}^{2}}=3m+1 ……. (3)\left( 3 \right)
Case 3: when r=2r=2
We can write equation 1 after substituting the value of rr as
a=3b+2\Rightarrow a=3b+2
Squaring on both sides, we get
a2=(3b+2)2\Rightarrow {{a}^{2}}={{\left( 3b+2 \right)}^{2}}
Applying exponents on the bases, we get
a2=9b2+12b+4\Rightarrow {{a}^{2}}=9{{b}^{2}}+12b+4
We can also write the equation as
a2=3(3b2+4b+1)+1\Rightarrow {{a}^{2}}=3\left( 3{{b}^{2}}+4b+1 \right)+1
Now, we will put mm in place of 3b2+4b+13{{b}^{2}}+4b+1 .
a2=3m+1\Rightarrow {{a}^{2}}=3m+1 ……. (4)\left( 4 \right)

Hence, from equation 2, 3 and 4 we can say that the square of any positive integer is of the form 3m3m or, 3m+1 3m+1~.

Note:
Since we have used Euclid's division method to prove that condition. So here is the definition or explanation of this method. if we have two positive integers aa and bb , then according to Euclid’s Division Lemma method, there exist another unique integers qq and rr, which satisfies the condition a=bq+ra=bq+r where 0rb0\le r\le b .