2 z 8 − 3 z 7 − 1 2 z 6 + 1 2 z 5 + 2 2 z 4 − 1 2 z 3 − 1 2 z 2 + 3 z + 2 = 0
Two of the roots of the equation above can be written in the form C − A ± B while another two in the form E − A ± D , where A , B , C , D , E are distinct positive integers with B and D squarefree. Find A + B + C + D + E .
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.
Exploiting the symmetry of the coefficients is a standard procedure. You should use that to motivate in the solution why we "divide by z 4 and use the substitution a = z − z 1 ".
Given
\displaystyle 2z^8 -3z^7 - 12z^6 + 12z^5 + 22z^4 - 12z^3 - 12z^2 + 3z +2 = 0. \ \ \ \ \tag{0}
It is clear that z = 0 since z = 0 cannot satisfy the above. Hence dividing the equation through by z 4 and grouping the terms with the reciprocals of the terms of the same degree yield
\displaystyle 2\left(z^4 + \frac{1}{z^4}\right) - 3\left(z^3 - \frac{1}{z^3}\right) - 12\left(z^2 + \frac{1}{z^2}\right) + 12\left(z - \frac{1}{z}\right) + 22 = 0. \ \ \ \ \tag{1}
Let x = z − z 1 . Taking the squares, cubes and the fourth order on both sides yields
z 2 + z 2 1 = x 2 + 2 and z 3 − z 3 1 = x 3 + 3 x and z 4 + z 4 1 = x 4 + 4 x 2 + 2
respectively. Plugging all these into ( 1 ) yields
\displaystyle 2x^4 - 3x^3 - 4x^2 + 3x + 2 = 0.\ \tag{2}
Clearly, x = 0 . Dividing ( 2 ) through by x 2 and grouping in the same fashion as the above yield \displaystyle 2\left(x^2 + \frac{1}{x^2}\right) - 3\left(x - \frac{1}{x}\right) - 4 = 0.\ \tag{3}
Let y = x − x 1 . Then x 2 + x 2 1 = y 2 + 2 so that ( 3 ) becomes
2 y 2 − 3 y = 0 ⟹ y = 0 or y = 2 3 .
Case 1:
For y = 0 ,
0 = x − x 1 ⟹ x = ± 1 .
For x = ± 1 ,
± 1 = z − z 1 ⟹ z 2 ± z − 1 = 0 ⟹ z = 2 1 ± 5 or 2 − 1 ± 5 .
Case 2:
For y = 2 3 ,
3 = 2 x − x 2 ⟹ 2 x 2 − 3 x − 2 = 0 ⟹ x = 2 or − 2 1 .
For x = 2 ,
2 = z − z 1 ⟹ z 2 − 2 z − 1 = 0 ⟹ z = 1 ± 2 .
For x = − 2 1 ,
− 2 1 = z − z 1 ⟹ 2 z 2 + z − 2 = 0 ⟹ z = 4 − 1 ± 1 7 .
Since A must be positive, neither the roots 1 ± 2 nor 2 1 ± 5 are in the required form; only 4 − 1 ± 1 7 and 2 − 1 ± 5 satisfy the above condition. Then we have
A = 1 , B = 5 , C = 2 , D = 1 7 , E = 4
and so
A + B + C + D + E = 2 9
as required.
Good solution. Explain everything concisely. I only spotted a few typos
\displaystyle 2\left(z^4 + \frac{1}{z^4}\right) - 3\left(z^3 - \frac{1}{z^3}\right) - 12\left(z^2 + \frac{1}{z^2}\right) + 12\left(z + \frac{1}{z}\right) + 22 = 0. \ \ \ \ \tag{1}
I think you actually meant
\displaystyle 2\left(z^4 + \frac{1}{z^4}\right) - 3\left(z^3 - \frac{1}{z^3}\right) - 12\left(z^2 + \frac{1}{z^2}\right) + 12\left(z - \frac{1}{z}\right) + 22 = 0. \ \ \ \ \tag{1}
For x = 2 , ± 2 = z − z 1 ⟹ z 2 − 2 z − 1 = 0 ⟹ z = 1 ± 2 .
The ± 2 should be + 2 .
Thank you for taking your time to write a solution and I hoped you have enjoyed the problem!
Problem Loading...
Note Loading...
Set Loading...
Dividing the equation throughout by z 4 yields
2 ( z 4 + z 4 1 ) − 3 ( z 3 − z 3 1 ) − 1 2 ( z 2 + z 2 1 ) + 1 2 ( z − z 1 ) + 2 2 = 0
Now, let's try to write express everything in terms of ( z − z 1 ) . Rewrite the equation above as:
2 [ ( z − z 1 ) 4 + 4 ( z − z 1 ) 2 + 2 ] − 3 [ ( z − z 1 ) ( ( z − z 1 ) 2 + 3 ) ] − 1 2 [ ( z − z 1 ) 2 + 2 ] + 1 2 ( z − z 1 ) + 2 2 = 0
Now, we make the obvious substitution a = z − z 1 and rewrite the equation above as
2 ( a 4 + 4 a 2 + 2 ) − 3 a ( a 2 + 3 ) − 1 2 ( a 2 + 2 ) + 1 2 a + 2 2 = 0 .
Upon simplifying, we get
2 a 4 − 3 a 3 − 4 a 2 + 3 a + 2 = 0 , which factorizes beautifully as
( a − 1 ) ( a + 1 ) ( a − 2 ) ( 2 a + 1 ) = 0 .
Solving z − z 1 = 1 , − 1 , 2 , − 2 1 yields 8 possible solutions for z , which are 2 1 ± 5 , 2 − 1 ± 5 , 1 ± 2 and 4 − 1 ± 1 7 . Of these four solution pairs, only 2 − 1 ± 5 and 4 − 1 ± 1 7 satisfy the condition of the problem.
The answer to this question is therefore 1 + 5 + 2 + 1 7 + 4 = 2 9
Before the readers start accusing me of pulling random Mathematical tricks out of nowhere, let's examine some of the observations which motivate this solution. First, notice that the coefficient of z 8 matches the constant, and the coefficient of z 7 nearly matches that of z 1 , bar the signage. This suggests that we should group terms with similar coefficients together and factorize the coefficient.
The next step takes more mathematical maturity to execute. Now that we have group and factorize terms with similar coefficients, it seems that we have run into a dead end. In such situations, a good rule of thumb to follow is that of creating symmetry to simplify a problem. But how can we create symmetry from terms like ( z 8 + 1 ) and ( z 7 − z ) ? Upon closer inspection, the sum of powers of terms in each individual parentheses add up to 8 , that is, they are in the form z a ± z 8 − a . If we factorize z 4 , we would get terms in the form z a − 4 ± z 4 − a , or z b ± z − b . We have successfully introduce symmetry into our problem!
In general, z a ± z 2 b − a = z b ( z a − b ± z b − a ) . Remember this cool Mathematical trick!
Hopefully, by this stage, you realize how to proceed. It might take some algebraic fortitude to write everything in terms of ( z − z 1 ) , but the equation simply cries to be written in this way. Some of the tell-tale signs include the factorization of a 3 − b 3 as ( a − b ) ( a 2 + a b + b 2 ) and the fact that a b = 1 so conveniently, which simplifies a lot of terms in expansions.
The actual question is much more merciful in that it actually suggests the candidates to write everything in terms of ( z − z 1 ) . However, I contend that this suggestion is actually the crux to solving this problem and thus have withheld it while posting the question. It is more fun this way. :)