Suppose that the following holds for complex numbers a and b : ( a − b 1 ) ( b − a 1 ) a 1 + b 1 + a b 1 = a 2 + a b + b 2 = a + b . Then the largest possible real value of a 6 + b 6 can be expressed in the form p + r q , where p , q , r are positive integers, q and r are relatively prime, and r is square-free.
What is the value of p + q + r ?
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.
Problem Loading...
Note Loading...
Set Loading...
Note : It is very possible to solve for the possible values of a and b , but this is not recommended for this problem, as it leads to lots of unnecessary arithmetic. The alternative strategy, which I will illustrate below, only solves for the values of a b and a + b , and these are sufficient for computing the value(s) of a 6 + b 6 . This can be done by rewriting the given system of equations as a system of two equations in terms of these two expressions.
To start, note that ( a − b 1 ) ( b − a 1 ) a 1 + b 1 + a b 1 = a b ( a b − 1 ) 2 = a 2 + a b + b 2 = a b a + b + 1 = a + b To simplify notation, let x = a + b and y = a b . Then, by adding a b to both sides of the first equation, we obtain a b 2 a 2 b 2 − 2 a b + 1 = ( a + b ) 2 We now substitute x and y to obtain x 2 x = y 2 y 2 − 2 y + 1 = y − 1 1 where the second of these comes from the second equation. This is a system of two equations and two unknowns, and can be solved as follows. We can substitute the second equation into the first to obtain ( y − 1 ) 2 1 = y 2 y 2 − 2 y + 1 which simplifies to − 2 y 4 + 6 y 3 − 7 y 2 + 5 y − 1 = 0 This polynomial factors as follows: − ( y 2 − y + 1 ) ( 2 y 2 − 4 y + 1 ) = 0 so by solving for y and obtaining the respective values of x (through back substitution), we end up with the following four pairs of values: ( x , y ) ( x , y ) ( x , y ) ( x , y ) = ( 2 , 1 + 2 2 ) = ( − 2 , 1 − 2 2 ) = ( − 2 1 − 2 3 i , 2 1 + 2 3 i ) = ( − 2 1 + 2 3 i , 2 1 − 2 3 i ) With these values, we now take advantage of the fact that a 6 + b 6 = ( a 3 + b 3 ) 2 − 2 a 3 b 3 and a 3 + b 3 = ( a + b ) 3 − 3 a b ( a + b ) . By substituting variables x and y , we obtain the equation a 6 + b 6 = ( x 3 − 3 x y ) 2 − 2 y 3 We quickly see that using any of the values of x or y with non-zero imaginary components gives such a complex value to a 6 + b 6 (due to the x y term), so we only consider the first two pairs of values. Computing a 6 + b 6 using these values gives a 6 + b 6 = 6 ± 2 5 the larger of which (obtained using the first pair) clearly must have the positive sign. So, we have p = 6 , q = 5 , and r = 2 . Thus, our answer is p + q + r = 6 + 5 + 2 = 1 3 .