How many complex numbers a + b i are there where a and b are integers and
∣ a + b i ∣ ≤ 5 ?
Details and assumptions:
∣
a
+
b
i
∣
denotes the modulus or absolute value.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Nice table! How did you make it?
Log in to reply
I used a Excel spreadsheet. The cell [ C 3 : ] for [ ( − 5 ) 2 + ( − 5 ) 2 = 5 0 ] is written as [ = $ B 3 ^ 2 + C $ 2 ^ 2 ] then copied it to the rest by just hold and drag. We can use conditional formatting to shade all cells with values < 2 6 . Then we can have another similar table which convert all cell values ≤ 2 5 into 1 else 0 using = I F ( C 3 < = 2 5 , 1 , 0 ) , then use a = S U M ( ) function to sum up all the 1 and get 8 1 .
Log in to reply
Beautiful solution sir :)
I used a graphical approach, but I am really impressed by your solution .
I have noticed 2-3 solutions of yours in which you have used Excel , can you suggest any methods by which I too can learn to use Excel as superbly as you !!!!
Thanks for the same sir :)
The question is essentially Gauss's Circle Problem for a radius of r = 5 . If N ( r ) is the number of complex numbers with integer components with magnitude not exceeding r , then N ( r ) = 1 + 4 [ r ] + i = 1 ∑ [ r ] [ r 2 − i 2 ] , where [ x ] is x rounded down. Thus, N ( 5 ) = 2 1 + 4 ⋅ ( [ 2 4 ] + [ 2 1 ] + [ 1 6 ] + [ 9 ] + [ 0 ] ) = 2 1 + 4 ( 4 + 4 + 4 + 3 + 0 ) = 2 1 + 6 0 = 8 1 .
Can you explain more for the sum of square root of (r^2-i^2). when you substitute r=5 in, where does the 4 outside the brackets come from and shouldn't it be Sqrt[26] since i^2=-1
By the definition of absolute value of a complex number, ∣ a + b i ∣ ≡ a 2 + b 2 . So to find all complex numbers with magnitude less than or equal to 5 , use the inequality a 2 + b 2 ≤ 2 5 . Since we only want the integer solutions like the problem asks, there are a finite number of solutions. So consider the positive solutions first... count them all, you will find there are 1 5 positive-only solutions. Since the parity of a 2 is even, there will be the same number of solutions for each quadrant; that is, 1 5 × 4 = 6 0 solutions per quadrant.
But we didn't count solutions where a or b is 0 . Counting those, there will be 2 × 1 1 − 1 solutions since we can't count ( 0 , 0 ) twice. So the answer is 6 0 + 2 1 = 8 1
I think there's a typo in your solution. What do you mean by "Since the parity of a 2 is even" ? Did you mean to use the argument x 2 = ( − x ) 2 , x = a , b to justify the occurrence of same number of solutions per quadrant?
Because your original statement is invalid since a = 3 ⟹ a 2 = 9 whose parity is not even!
Or did you mean "an even function" by the word "even"? Whatever be the case, I think you should edit the solution accordingly to remove any scope for ambiguous conclusions!
∣ a + b i ∣ ≤ 5 ⇔ a 2 + b 2 ≤ 2 5 0 . Hence, a 2 ≤ 2 5 ⇔ a ∈ ( − 5 ; 5 ) , which give a total of 11 values of a and b 2 ≤ 2 5 ⇔ b ∈ ( − 5 ; 5 ) , which give a total of 11 values of b . Hence, there is a total of 1 1 × 1 1 = 1 2 1 values of ( a , b ) pairs which temporarily satisfy the equation.
If we look carefully, for a = ± 5 , b cannot be ± 5 , ± 4 , ± 3 , ± 2 , ± 1 . For a = ± 4 , b cannot be ± 5 , ± 4 . . For a = ± 3 , a = ± 2 and a = ± 1 , b cannot be ± 5 . And finally, for a = 0 , b can be any integers listed above. So, the number of pairs that temporarily satisfy but not really satisfy the equation is 2 × 1 0 + 2 × 4 + 6 × 2 = 4 0
In conclusion, there are 1 2 1 − 4 0 = 8 1 pairs of ( a , b ) which satisfy ∣ a + b i ∣ ≤ 5
It will come out to a circle of radius 5 units.
Either graph it or use the property that if a point is inside the circle,then a^2+b^2-r^2 is less than or equal to zero.
In each quadrant, you will get 15 points ( excluding the points on co-ordinate axes) .So a total of 60 points will be obtained. A total of 22 points will be on coordinate axes. So total points = 82.
But 0+i0 is not a complex number, hence a total of 81 points will be there.
Actually, 0 is a complex number; I think that you just double counted it when you calculated there are 2 2 points on the axes. The 2 1 points on the axes include ( 0 , 0 ) . Namely, they are ( 0 , k ) and ( h , 0 ) where h and k are integers of magnitude less than or equal to 5 . Indeed this gives 1 1 × 2 possible points, but don't double count the case h = k = 0 .
Problem Loading...
Note Loading...
Set Loading...
∣ a + b i ∣ ≤ 5 ⇒ a 2 + b 2 ≤ 2 5 . The acceptable range of values of a and b are: − 5 ≤ a , b ≤ 5 .
The following table gives a 2 + b 2 with a 2 + b 2 ≤ 2 5 shaded red. The number of acceptable ( a , b ) pairs, and hence the acceptable number of complex numbers a + b i is 8 1 .