Find the sum of all the possible values of for which satisfies the following pair of equations.
This problem is a part of Tessellate S.T.E.M.S. (2019)
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.
Let z = x + y i . Then the two equations are the real and complex parts of the equation z + z 3 − i = 3 . This becomes z 2 − 3 z + ( 3 − i ) = 0 , and the left side factors as ( z − ( 2 + i ) ) ( z − ( 1 − i ) ) . So the two solutions are x + y i = 2 + i , 1 − i , or ( x , y ) = ( 2 , 1 ) , ( 1 , − 1 ) . The sum of these values is 3 .