There are three real values of b for which the equations:
2 x 2 + 5 x + 2 b = 0 and 2 x 3 + 7 x 2 + 5 x + 1 = 0 have at least one common root.
The sum of these three values for b can be expressed in the form n m , where m and n are coprime positive integers.
Find m + n .
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.
Yeah, it's a pretty mechanical process. Just apply the Euclidean algorithm to the two polynomials until you get a constant, which in this case is 2 b 2 4 b 3 − 6 b 2 + b + 1 . Rule out the roots of the denominator separately (as the process breaks down for those), and then the answer is the roots of the numerator.
2 x^3 + 7 x^2 + 5 x + 1 = (2 x + 1)(x^3 + 3 x + 1) = 0 means this is not a genuine cubic equation. x = {-0.5, (- 3 + sqrt(5))/ 2, (- 3 - sqrt(5))/ 2)}.
2 x^2 + 5 x + 2 b = 0 => b = - x^2 - 2.5 x.
Hence, b = {1, -0.309016694, 0.809016994}
Therefore, sum = 1.5 = 3/ 2.
3 + 2 = 5.
First, choosing two more general equations:
x 2 + a x + b = 0 and x 3 + ( a + 1 ) x 2 + q x + r = 0 .
Take α to be a common root of the two equations. From now on, these two equations are referred to as (1) and (2) respectively.
From (1), we have that: α 2 = − b α − b ,
and substituting this into (2), it follows that: α ( − b α − b ) + ( a + 1 ) ( − b α − b ) + q α + r = 0 .
Rearranging this to make α the subject yields:
α = − a + b − q b − r .
Substituting this into (1), we have that: ( a + b − q ) 2 ( b − r ) 2 − a ( a + b − q ) ( b − r ) + b = 0 .
Tidying up gives an equation now referred to as ( ∗ ) :
( b − r ) 2 − a ( b − r ) ( a + b − q ) + b ( a + b − q ) 2 = 0 ,
which is satisfied if and only if (1) and (2) have a common root.
Halving both sides of each of the equations given in the question, and denoting these as (i) and (ii) respectively, we have that:
x 2 + 2 5 x + b = 0 and
x 3 + 2 7 x 2 + 2 5 x + 2 1 = 0 .
Comparing the coefficients of these equations with the forms of the general equations that we initially stated, we have that:
a = 2 5 , b = b , q = 2 5 , and r = 2 1 .
Putting these into ( ∗ ) , then expanding and simplifying to a monic polynomial yields:
b 3 − 2 3 b 2 + 4 1 b + 4 1 = 0 .
Assuming that all three roots of the cubic are real (though this is implied in the wording of the question), by Vieta's Formula, the sum of the values of b that satisfy the cubic equation in b is:
− 1 − 2 3 = 2 3 .
More rigorously, a factor of ( b − 1 ) should be taken out of the cubic, and then the resolving quadratic factorized, showing that all three values of b are indeed real.
Hence, the final result is: 3 + 2 = 5
I think the hint isn't relevant, and complicates things more. If you use the identity
2 x 3 + 7 x 2 + 5 x + 1 − ( x + 1 ) ( 2 x 2 + 5 x + 2 b ) = − 2 b x − 2 b + 1 ,
The process is much shorter.
Log in to reply
I've removed the "hint", and I didn't see that idea, though it feels far more intuitive than the approach in my solution!
Log in to reply
I added my solution. The idea is to hunt down the value of the common root, which would give us the equation in b .
Problem Loading...
Note Loading...
Set Loading...
Observe that b = 0 is not a solution. This will allow us to divide by b subsequently.
We have
2 x 3 + 7 x 2 + 5 x + 1 − ( x + 1 ) ( 2 x 2 + 5 x + 2 b ) = − 2 b x − 2 b + 1
Hence, the common root must satisfy 0 = − 2 b x − 2 b + 1 ⇒ x = 2 b 1 − 2 b .
Substituting this into the first equation (either equation works) and multiplying by ( 2 b ) 2 we get
0 = 8 b 3 − 1 2 b 2 + 2 b + 2 = 2 ( b − 1 ) ( 4 b 2 − 2 b − 1 )
which has 3 real roots (check the discriminant).
For each of these values of b , we get a corresponding value of α = b 1 − 2 b which is the common root. Hence, by Vieta, the sum of these values are 8 1 2 = 2 3 .