Find the sum of squares of all real values of the parameter a , such that the polynomial f a ( x ) = x 4 − 6 x 3 + 1 1 a x 2 − 3 ( 2 a 2 + 3 a − 3 ) x + 1 has four distinct complex roots, that form a parallelogram when plotted on the Argand diagram.
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.
Nicely done!
Your solution well displays the algebra used. I tried ti interpret the points on the Argand diagram, & got that 2 roots must be real while the other two complex conjugates. I hope that worked correctly .
Let z 1 , z 2 , z 3 , and z 4 be the roots of the equation represented on parallelogram ABCD in argand plane.
Clearly , midpoint of AC is same as midpoint of BD .
⇒ 2 z 1 + z 3 = 2 z 2 + z 4
Now rearranging vieta's formulae in a useful manner, z 1 + z 2 + z 3 + z 4 = 6 ⇒ z 1 + z 3 = z 2 + z 4 = 3 .
Also , z 1 ( z 2 + z 4 ) + z 3 ( z 2 + z 4 ) + z 1 z 3 + z 2 z 4 = 1 1 a
⇒ z 1 z 3 + z 2 z 4 = 1 1 a − 9
also , z 1 z 3 ( z 2 + z 4 ) + z 2 z 4 ( z 1 + z 3 ) = 3 ( 2 a 2 + 3 a − 3 )
Using z 1 + z 3 = z 2 + z 4 = 3 , and z 1 z 3 + z 2 z 4 = 1 1 a − 9 ,
2 a 2 + 3 a − 3 = 1 1 a − 9 or a 2 − 4 a + 3 = 0 ⇒ a = 1 , 3
But for a = 1 , the roots won't be distinct , hence, a can be 3 only , hence a 2 = 9
The only way to form a parallelogram with the solutions is if we have solutions of the form x = p ± i q and x = p ± r where p , q and r are real numbers. The function must therefore be of the form: f a ( x ) = ( x − ( p + i q ) ) ( x − ( p − i q ) ) ( x − ( p + r ) ) ( x − ( p − r ) ) = x 4 − 4 p x 3 + ( 6 p 2 + q 2 − r 2 ) x 2 − ( 4 p 3 + 2 p ( q 2 − r 2 ) ) x + p 4 + p 2 ( q 2 − r 2 ) − q 2 r 2 If we now compare the coefficients of each power of x with the equation given in the question then we get: \begin{aligned} 4p&=6\tag{1}\\ 6p^2+q^2-r^2&=11a\tag{2}\\ 4p^3+2p(q^2-r^2)&=3(2a^2+3a-3)\tag{3}\\ p^4+p^2(q^2-r^2)-q^2r^2&=1\tag{4} \end{aligned} Equation (1), (2) and (3) can be used to deduce: 4 a 2 − 1 6 a + 1 2 = 0 ⟹ ( a − 1 ) ( a − 3 ) = 0 ⟹ a = 1 or a = 3 Equation (4) can then be used to show that a = 1 leads to q 2 r 2 = − 1 6 2 5 and a = 3 leads to q 2 r 2 = 1 6 7 6 7 .
But q and r are real numbers, hence a = 3 is the only viable solution, hence sum of squares of a = 3 2 = 9 .
If you read the other solutions, translating the polynomial simplifies the calculations that you have to do.
Log in to reply
Yes - I did read them and have learned new techniques as a result. This site is truely brilliant! :)
What about the possibility of roots r ± i t and s ± i t ? These four complex numbers form a rectangle, so a parallelogram.
Log in to reply
You are right - I mistakenly ignored the rectangle as being a parallelogram
Problem Loading...
Note Loading...
Set Loading...
For f ( x ) to have four roots forming a parallelogram, there must exist a complex number z (the centre of the parallelogram) such that f ( x + z ) has distinct roots ± α , ± β , and hence f ( x + z ) = ( x 2 − α 2 ) ( x 2 − β 2 ) = x 4 − ( α 2 + β 2 ) x 2 + α 2 β 2 has no terms in x 3 or x . To make the term in x 3 vanish, we must have z = 2 3 . The coefficient of x in f ( x + 2 3 ) is − 6 ( a 2 − 4 a + 3 ) = − 6 ( a − 1 ) ( a − 3 ) , so that a = 1 , 3 .
When a = 1 , the roots of f ( x ) are repeated, being 2 1 ( 3 ± 5 ) , both twice. The roots of f ( x ) are distinct (two real, two complex) when a = 3 . Thus the required answer is 3 2 = 9 .