Simple complex numbers

Algebra Level 3

How many complex numbers a + b i a + bi are there where a a and b b are integers and

a + b i 5 ? |a + bi| \leq 5 ?

Details and assumptions:
a + b i |a+bi| denotes the modulus or absolute value.


The answer is 81.

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.

5 solutions

Chew-Seong Cheong
Feb 18, 2015

a + b i 5 a 2 + b 2 25 |a+bi|\le 5\quad \Rightarrow a^2+b^2 \le 25 . The acceptable range of values of a a and b b are: 5 a , b 5 -5 \le a,b \le 5 .

The following table gives a 2 + b 2 a^2+b^2 with a 2 + b 2 25 a^2+b^2 \le 25 shaded red. The number of acceptable ( a , b ) (a,b) pairs, and hence the acceptable number of complex numbers a + b i a+bi is 81 \boxed{81} .

Nice table! How did you make it?

Caleb Townsend - 6 years, 3 months ago

Log in to reply

I used a Excel spreadsheet. The cell [ C 3 : ] [C3:] for [ ( 5 ) 2 + ( 5 ) 2 = 50 ] [(-5)^2+(-5)^2=50] is written as [ = $ B 3 [=\$B3 ^ 2 + C $ 2 2+C\$2 ^ 2 ] 2] then copied it to the rest by just hold and drag. We can use conditional formatting to shade all cells with values < 26 <26 . Then we can have another similar table which convert all cell values 25 \le 25 into 1 1 else 0 0 using = I F ( C 3 < = 25 , 1 , 0 ) =IF(C3 <=25, 1, 0) , then use a = S U M ( ) =SUM() function to sum up all the 1 1 and get 81 81 .

Chew-Seong Cheong - 6 years, 3 months ago

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 :)

A Former Brilliant Member - 6 years, 3 months ago
Jason Martin
Mar 12, 2015

The question is essentially Gauss's Circle Problem for a radius of r = 5 r=5 . If N ( r ) N(r) is the number of complex numbers with integer components with magnitude not exceeding r r , then N ( r ) = 1 + 4 [ r ] + i = 1 [ r ] [ r 2 i 2 ] N(r)=1+4[r]+\displaystyle \sum_{i=1}^{[r]} [\sqrt{r^2-i^2}] , where [ x ] [x] is x x rounded down. Thus, N ( 5 ) = 21 + 4 ( [ 24 ] + [ 21 ] + [ 16 ] + [ 9 ] + [ 0 ] ) N(5)=21+4\cdot ([\sqrt{24}]+[\sqrt{21}]+[\sqrt{16}]+[\sqrt{9}]+[\sqrt{0}]) = 21 + 4 ( 4 + 4 + 4 + 3 + 0 ) = 21 + 60 = 81 =21+4(4+4+4+3+0)=21+60=\boxed{81} .

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

Tim Hu - 6 months, 2 weeks ago
Caleb Townsend
Feb 18, 2015

By the definition of absolute value of a complex number, a + b i a 2 + b 2 . |a + b\text{i}| \equiv \sqrt{a^2 + b^2}. So to find all complex numbers with magnitude less than or equal to 5 , 5, use the inequality a 2 + b 2 25. a^2 + b^2 \leq 25. 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 15 15 positive-only solutions. Since the parity of a 2 a^2 is even, there will be the same number of solutions for each quadrant; that is, 15 × 4 = 60 15\times 4 = 60 solutions per quadrant.

But we didn't count solutions where a a or b b is 0. 0. Counting those, there will be 2 × 11 1 2\times 11 - 1 solutions since we can't count ( 0 , 0 ) (0,0) twice. So the answer is 60 + 21 = 81 60 + 21 = \boxed{81}

I think there's a typo in your solution. What do you mean by "Since the parity of a 2 a^2 is even" ? Did you mean to use the argument x 2 = ( x ) 2 , x = a , b 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 a=3\implies 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!

Prasun Biswas - 6 years, 3 months ago

a + b i 5 a 2 + b 2 250 \left| a+bi \right| \le 5\Leftrightarrow \sqrt { { a }^{ 2 }+{ b }^{ 2 } } \le 250 . Hence, a 2 25 a ( 5 ; 5 ) { a }^{ 2 }\le 25\Leftrightarrow a\in (-5;5) , which give a total of 11 values of a a and b 2 25 b ( 5 ; 5 ) { b }^{ 2 }\le 25\Leftrightarrow b\in (-5;5) , which give a total of 11 values of b b . Hence, there is a total of 11 × 11 = 121 11\times 11=121 values of ( a , b ) (a,b) pairs which temporarily satisfy the equation.

If we look carefully, for a = ± 5 a=\pm 5 , b b cannot be ± 5 \pm 5 , ± 4 \pm 4 , ± 3 \pm 3 , ± 2 \pm 2 , ± 1 \pm 1 . For a = ± 4 a=\pm 4 , b b cannot be ± 5 \pm 5 , ± 4. \pm 4. . For a = ± 3 a=\pm 3 , a = ± 2 a=\pm 2 and a = ± 1 a=\pm 1 , b b cannot be ± 5 \pm 5 . And finally, for a = 0 a=0 , b b can be any integers listed above. So, the number of pairs that temporarily satisfy but not really satisfy the equation is 2 × 10 + 2 × 4 + 6 × 2 = 40 2\times 10+2\times 4+6\times 2=40

In conclusion, there are 121 40 = 81 121-40= \boxed{81} pairs of ( a , b ) (a,b) which satisfy a + b i 5 \left| a+bi \right| \le 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 0 is a complex number; I think that you just double counted it when you calculated there are 22 22 points on the axes. The 21 21 points on the axes include ( 0 , 0 ) . (0,0). Namely, they are ( 0 , k ) (0,k) and ( h , 0 ) (h,0) where h h and k k are integers of magnitude less than or equal to 5. 5. Indeed this gives 11 × 2 11\times 2 possible points, but don't double count the case h = k = 0. h = k = 0.

Caleb Townsend - 6 years, 3 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...