Ordered quadruples of complex numbers

Algebra Level 4

Find the number of ordered quadruples of complex numbers ( a , b , c , d ) (a,b,c,d) such that { a b = b c b c = c d c d = d a a d = a b . \begin{cases} ab=b-c\\ bc=c-d\\ cd=d-a\\ ad=a-b \end{cases}.


The answer is 1.

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.

7 solutions

Russell Few
Sep 8, 2013

Adding all of the 4 4 equations, we get a b + b c + c d + a d = 0 ab+bc+cd+ad=0 , so ( a + c ) ( b + d ) = 0 (a+c)(b+d)=0 . Hence either a + c = 0 a+c=0 or b + d = 0 b+d=0 .

Case 1 1 . a + c = 0 a+c=0 .

We now know that a = c a=-c . We now substitute. The 4 equations become b c = b c -bc=b-c , b c = c d bc=c-d , c d = d ( c ) cd=d-(-c) --> c d = c + d cd=c+d , and c d = c b -cd=-c-b --> c d = c + b cd=c+b . Take note of the last 2 equations: c d = c + d cd=c+d and c d = c + b cd=c+b . Thus c + d = c + b c+d=c+b , and b = d b=d .

Now we substitute d d for b b to these 4 equations: b c = b c -bc=b-c , b c = c d bc=c-d , c d = c + d cd=c+d , and c d = c + b cd=c+b . We get d c = d c -dc=d-c , d c = c d dc=c-d , c d = c + d cd=c+d , and c d = c + d cd=c+d . The first two and last two are identical, so we just take the 2nd and the 3rd.

We have c d = c d cd=c-d and c d = c + d cd=c+d . Hence c d = c + d c-d=c+d and d = 0 d=0 . Thus c ( 0 ) = c 0 c(0)=c-0 --> c = 0 c=0 . We could also get that a = b = 0 a=b=0 because a = c a=-c and b = d b=d .

Hence, we only have ( a , b , c , d ) = ( 0 , 0 , 0 , 0 ) (a, b, c, d)=(0, 0, 0, 0) .

Case 2 2 . b + d = 0 b+d=0 .

Actually, this case is identical to the first because we will just be shifting the values of ( a , b , c , d ) (a, b, c, d) . one time to the right, so ( a , b , c , d ) (a, b, c, d) becomes ( b , c , d , a ) (b, c, d, a) . Since the first case only has ( 0 , 0 , 0 , 0 ) (0, 0, 0, 0) , the second also would only have ( 0 , 0 , 0 , 0 ) (0, 0, 0, 0) .

Thus, there is only 1 \boxed{1} such ordered quadruple of complex numbers.

Moderator note:

Nicely done!

Nice solution!

Alexander Borisov - 7 years, 9 months ago

Adding all the equations, we get ( a + c ) ( b + d ) = 0 a = c , or b = d (a+c)(b+d) = 0 \implies a=-c, \mbox{or} b=-d Taking a = c a=-c , the first equation becomes a b = a + b ab=a+b and the second equation becomes a b = a + d ab=a+d . Hence b = d b=d . Using this in third equation, we get a b = a b ab=a-b . Hence b = 0 b=0 . Hence d = 0 d=0 . Using this in third equation, a = 0 a=0 . Thus c c is also equal to 0 0 . Similarly, taking b = d b=-d will give same results.

Shouvik Ganguly - 7 years, 9 months ago
Matt McNabb
Sep 9, 2013

Adding the first two equations together gives b ( a + c ) = b d b(a+c) = b-d Doing this for the other 3 variables gives also: a ( b + d ) = a c a(b+d) = a-c c ( b + d ) = c a c(b+d) = c-a d ( a + c ) = d b d(a+c) = d-b

From equations 2 and 3 we get a = c a = -c , and from 1 and 4 we get b = d b = -d .

Substituting these results into the left-hand side we get 0 = a c 0 = a-c and 0 = b d 0 = b-d .

Therefore a = b = c = d = 0 a=b=c=d=0 and there is only 1 \boxed{1} solution.

I have a slight mistake. In fact we get either a = c a = -c and b = d b=d , or a = c a = c and b = d b = -d .

However, combining all four original equations gives a + c a+c = b + d b+d . So now we have a = c a=-c implies b = d b=d , and also implies b = d b=-d . So d = 0 d=0 and the rest follows.

I did this originally, and then thought I could remove the second condition for some reason.

Matt McNabb - 7 years, 9 months ago

Yes, there are two cases. They are really the same, of course, by "rotating" the variables.

Alexander Borisov - 7 years, 9 months ago

i did it the exact same way

Daniel Wang - 7 years, 9 months ago
Nhat Le
Sep 8, 2013

For easy reference, we number the four equations (1), (2), (3), (4), in that order.

Adding the four equations together gives us a b + b c + c d + a d = 0 ab+bc+cd+ad=0 , or ( a + c ) ( b + d ) = 0 (a+c)(b+d)=0 This implies a = c a=-c or b = d b=-d , so we consider two cases:

Case 1 : a = c a=-c .

Substituting this into equation (1), we get b c = b c -bc=b-c , or b c = c b bc=c-b . But from equation (2) we know that b c = c d bc=c-d , therefore b = d b=d .

Substituting d = b d=b and a = c a=-c into equation (3), we get b c = b + c bc=b+c . We also know from above that b c = c b bc=c-b , so adding the two equations together yields 2 b c = 2 c 2bc=2c

Therefore c = 0 c=0 or b = 1 b=1 . If c = 0 c=0 then a = c = 0 a=-c=0 and from equation (1), 0 = b 0 0=b-0 so b = d = 0 b=d=0 . We get one solution ( 0 , 0 , 0 , 0 ) (0,0,0,0)

On the other hand, if b = 1 b=1 then d = b = 1 d=b=1 and since a = c a=-c , equation (1) would give us c = 1 c -c=1-c , which is not possible. Hence case 1 only gives us one solution ( 0 , 0 , 0 , 0 ) (0,0,0,0)

Case 2 : b = d b=-d .

This is solved very similarly to case 1. We would arrive at a = c a=c and by the symmetry of the equations, we would also get only one solution ( 0 , 0 , 0 , 0 ) (0,0,0,0)

Thus there is only 1 \fbox{1} quadruple of complex numbers satisfying the four equations.

Moderator note:

Nice job!

Nicely done!

Alexander Borisov - 7 years, 9 months ago
Ton de Moree
Sep 10, 2013

Adding the four equations gives us a b + b c + c d + a d = 0 ab+bc+cd+ad=0

Furthermore, this can be rewritten: a b + b c + c d + a d = a ( b + d ) + c ( b + d ) = ( a + c ) ( b + d ) = 0 ab+bc+cd+ad=a(b+d)+c(b+d)=(a+c)(b+d)=0

So either a = c a=-c and/or b = d b=-d .

Starting with substituting the first into our original equations we get;

A: a b = b + a ab=b+a , a b = a d -ab=-a-d , a d = d a -ad=d-a and a d = a b ad=a-b

Adding the first two of these we get 0 = b d 0=b-d , or b = d b=d .

Substituting this in equations A, we get two distinct equations:

a b = b + a ab=b+a and a b = b a -ab=b-a . Adding them results in 0 = 2 b 0=2b , or b = 0 b=0 . With that a = b = c = d = 0 a=b=c=d=0 .

Similarly we get the same result when substituting b = d b=-d in the original equations.

Subtracting Eqs (1) and (2), we have ( a c ) b = b + d 2 c (a-c)b = b+d-2c . Similarly, subtracting Eqs (3) and (4), we have ( a c ) d = ( 2 a b d ) (a-c)d = (2a-b-d) . Adding these two eqs, we have ( a c ) ( b + d ) = 2 ( a c ) (a-c)(b+d)=2(a-c) . This implies that either a = c a=c or b + d = 2 b+d=2 . Similarly manipulating other equations, we have either b = d b=d or a + c = 2 a+c=2 .

If a = c a=c , then from Equ (1), we have ( a 1 ) b = a b = 0 c = 0 a = 0 (a-1)b = a \implies b = 0 \implies c = 0 \implies a = 0 . From Equ (2), for this case, we have d = 0 d=0 . So if a = c a=c , then the only solution is a = b = c = d = 0 a=b=c=d=0 .

If b + d = 2 b+d=2 , then adding Equ (1) and Equ (4), we have a ( b + d ) = a c 2 a = a c a = c a(b+d)=a-c \implies 2a=a-c \implies a = -c . From Equ (1), letting c = a c=-a , we have b = a a 1 b = {a \over a-1} . Also from Equ (3), we have d = a a + 1 d={a \over a+1} . Adding, we get a a 1 + a a + 1 = 2 2 a 2 a 2 1 = 2 {a \over a-1} + {a \over a+1} = 2 \implies {2a^2 \over a^2-1} = 2 which is impossible.

Similar, the case a + c = 2 a+c=2 is also impossible.

So the only solution is a = b = c = d = 0 a=b=c=d=0 .

Nice original observations (first paragraph)! It is refreshingly different from what most people did, and I am sure that the problem can be solved this way. However I cannot quite follow your argument after that. Why do you say that ( a 1 ) b = a (a-1)b=a implies that b = 0 ? b=0?

Alexander Borisov - 7 years, 9 months ago

We label the equations ( 1 ) , ( 2 ) , ( 3 ) , ( 4 ) (1),(2),(3),(4) in the order they are given for easier reference.

Adding all the equations together yields a b + b c + c d + a d = 0 ( a + c ) ( b + d ) = 0 a = c ab+bc+cd+ad = 0 \to (a+c)(b+d) = 0 \to a = -c or b = d b = -d .

We let a = c a = -c . Then ( 1 ) (1) becomes a b = b + ( a ) ab = b + (a) and ( 2 ) (2) becomes b ( a ) = ( a ) d a b = a + d b(-a) = (-a) - d \to ab = a + d . Thus, we have that a b = a + b = a + d b = d ab = a + b = a + d \to b = d , and so ( 4 ) (4) becomes a ( b ) = a b a(b) = a - b .

Subtracting ( 4 ) (4) ( a b = a b ab = a - b ) from ( 1 ) (1) ( a b = a + b ab = a + b ) yields a b a b = b + a ( a b ) 2 b = 0 b = 0 ab - ab = b + a - (a - b) \to 2b = 0 \to b = 0 , and so b = d = 0 b = d = 0 . Finally, plugging b = 0 b = 0 back in to ( 1 ) (1) gives a ( 0 ) = ( 0 ) c c = 0 a\cdot(0) = (0) - c \to c = 0 , and so a = 0 a = 0 .

This tells us that the ordered quadruple ( 0 , 0 , 0 , 0 ) (0,0,0,0) is a solution to the given system of equations. If we now let b = d b = -d , we see that we can do essentially the same manipulations (but focusing on ( 2 ) (2) and ( 3 ) (3) rather than ( 1 ) (1) and ( 4 ) (4) ) to again obtain only ( 0 , 0 , 0 , 0 ) (0,0,0,0) as a possible solution to the system of equations.

Therefore, the only ordered quadruple of complex numbers ( a , b , c , d ) (a,b,c,d) that satisfies the given system of equations is ( 0 , 0 , 0 , 0 ) (0,0,0,0) , and so our answer is 1 \fbox{1} .

This is nice solution. Just one issue: when you wrote that "This tells us that the ordered quadruple ( 0 , 0 , 0 , 0 ) (0,0,0,0) is a solution..." you really meant that it was the only solution in that case.

Alexander Borisov - 7 years, 9 months ago
Adrian Andreescu
Sep 10, 2013

Considering the symmetry of the equations, we are inspired to add them, yielding a b + b c + c d + a d = ( a + c ) ( b + d ) = 0. ab + bc + cd + ad = (a + c)(b + d) = 0. This means that at least one of ( a + c ) (a + c) or ( b + d ) (b + d) is 0. Based on the previous, we generate the following cases: case 1: ( a + c ) = 0 a = c , \text{case 1: }(a + c) = 0 \Longrightarrow a = - c\text{,} case 2: ( b + d ) = 0 b = d . \text{case 2: }(b + d) = 0 \Longrightarrow b = - d. Substituting a = c a = - c from case 1 into the first and second original equations, we obtain a b = a + b and a b = a + d . ab = a + b \text{ and } ab = a + d. Subtracting the two new equations gives ( a + b ) ( a + d ) = ( b d ) = a b a b = 0 (a + b) - (a + d) = (b - d) = ab - ab = 0 , thus b = d b = d . We then add the first and second original equations; we have, b ( a + c ) = b d = 0. b(a + c) = b - d = 0. We note that if b = 0 b = 0 , then a = b = c = d = 0 a = b = c = d = 0 , and likewise when a + c = 0 a + c = 0 . We solve for case 2 in a similar fashion and obtain the same result as in case 1. Therefore, the only solution of complex numbers ( a , b , c , d ) (a, b, c, d) that satisfy the system of equations is ( 0 , 0 , 0 , 0 ) (0, 0, 0, 0) , giving only 1 \fbox{1} ordered quadruple.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...