Consider the following polynomial equation: Where is a real number such that the equation has four distinct real roots. If the difference between the largest and the smallest roots of equation is , then can be written in the simplest form as: Find the value of .
Details and Assumptions :
, and are some digits from to .
As an explicit example, let's say that , , and are the roots of polynomial, then the largest root is and the smallest is and the difference between them is .
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.
You must see the excellent points of @Joel Tan and @Abhinav Raichur below my solution.
Let P ( x ) = ( x 2 + a ) 2 + a − x P ( x ) = x 4 + 2 x 2 a − x + a ( a + 1 ) Leading and constant terms of polynomial gives us an idea for writing polynomial as product of two quadratics: P ( x ) = x 4 + 2 x 2 a − x + a ( a + 1 ) = ( x 2 + b x + a ) ( x 2 + c x + a + 1 ) There is no x 3 terms in polynomial, It follows that c = − d and using the coefficient of x in both sides gives c a x − c ( a + 1 ) x = − x − c x = − x c = 1 Therefore we have P ( x ) = ( x 2 − x + a ) ( x 2 + x + a + 1 ) One can simplify this to see that the factoring is right. Now, let P 1 ( x ) = x 2 − x + a and P 2 ( x ) = x 2 + x + a + 1 . Equation has four distinct real roots, so discriminant of both of the quadratics must be positive, which means Δ 1 = 1 − 4 a > 0 a < 4 1 Δ 2 = − 4 a − 3 > 0 a < − 4 3 Hence we must have a < − 4 3 . It can be seen that for a < − 4 3 two polynomials does not share common roots (how?). Now, the roots will be 2 1 ± 1 − 4 a for P 1 ( x ) and 2 − 1 ± − 4 a − 3 for P 2 ( x ) , since 1 − 4 a > − 4 a − 3 roots of P 1 ( x ) are greater than P 2 ( x ) , so greater root of P 1 ( x ) which is x 4 = 2 1 + 1 − 4 a is the largest root of P ( x ) and the smaller root of P 2 ( x ) which is x 1 = 2 − 1 − − 4 a − 3 is the smallest root of P ( x ) , finally we must have x 4 − x 1 = 2 1 + 1 − 4 a − 2 − 1 − − 4 a − 3 = 7 1 − 4 a + − 4 a − 3 = 1 2 1 − 4 a − 4 a − 3 + 2 ( 1 − 4 a ) ( − 4 a − 3 ) = 1 4 4 ( 1 − 4 a ) ( − 4 a − 3 ) = 7 3 + 4 a ( − 1 − 4 a ) ( − 4 a − 3 ) = 1 6 a 2 + 5 8 4 a + 7 3 2 1 6 a 2 + 8 a − 3 = 1 6 a 2 + 5 8 4 a + 7 3 2 a = − 5 8 4 − 8 7 3 2 + 3 = − 1 4 4 1 3 3 3