For some real number k independent of x , the polynomial f ( x ) = 2 x 3 − 9 x 2 + 1 2 x − k have all real roots.
Given that m < k < n , find the value of m n ( n − m ) .
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.
Note that minimum value of f ( x ) is − ∞ and maximum value of f ( x ) is + ∞ . So you should write local minima and local maxima in your solution.
First of all, this problem is overrated. Second of all, this shouldn't be an Algebra problem. It is a calculus problem on cubic root analysis. And I don't think there can be any algebraic solution to this problem.
Log in to reply
Yes, there is an algebraic solution, check my solution :D
Log in to reply
Well, I shall still upvote your solution because only you presented an algebraic solution, albeit non-elegant in my opinion. No offense though. :D
It is algebraic all right but I can never keep the formula for the discriminant for a cubic polynomial in mind. I bet you looked up on Wikipedia (or somewhere else) for the formula. :3
Log in to reply
@Prasun Biswas – Hahaha no, I didn't look on Wikipedia, that's one of my favorite formulas I first learned :D
Log in to reply
@Alan Enrique Ontiveros Salazar – Damn! You the real MVP, bro! :3
Exactly the solution I expected!
small typing error in the solution.5-k>0,4-k<0
Log in to reply
Thanks for the corrections. I have edited it.
AWESOME SOLUTION!!!
For a cubic equation a x 3 + b x 2 + c x + d = 0 , its discriminant must be greater than 0 to have three distinct real roots, and it is:
Δ > 0 b 2 c 2 − 4 a c 3 − 4 b 3 d + 1 8 a b c d − 2 7 a 2 d 2 > 0 ( − 9 ) 2 ( 1 2 ) 2 − 4 ( 2 ) ( 1 2 ) 3 − 4 ( − 9 ) 3 ( − k ) + 1 8 ( 2 ) ( − 9 ) ( 1 2 ) ( − k ) − 2 7 ( 2 ) 2 ( − k ) 2 > 0 − 1 0 8 k 2 + 9 7 2 k − 2 1 6 0 > 0 1 0 8 ( − k 2 + 9 k − 2 0 ) > 0 − k 2 + 9 k − 2 0 > 0 − ( k − 4 ) ( k − 5 ) > 0 4 < k < 5
Hence, m = 4 , n = 5 and m m ( n − m ) = 2 0 .
f ( x ) = 2 x 3 − 9 x 2 + 1 2 x − k
f ′ ( x ) = 6 x 2 − 1 8 x + 1 2 and at f ( ′ x ) = 0 , x=1,2. With f ( ′ x ) having 2 real roots, f ( x ) has a minima and a maxima. For the function to have have real roots: the maxima should be above the x-axis and the minima below the x-axis, or the minima or the maxima lies on the x-axis. When either the minima or the maxima lies on the x-axis, it must be a repeated root.
Solving for k when f ( 2 ) = 0 , k = 4 ; f ( 1 ) = 0 , k = 5 . Thus, m = 4 and n = 5 . So m × n × ( n − m ) = 2 0
Cool solution!
Draw graph for 2x^3 - 9x^2 + 12x. You will observe that it intersects at 0 only. Local maximum at 5 and minimum at 4 is found to appear. If you decrease the 'y' value of this function by 5 you will get 2 repeating roots and 1 distinct root. If you decrease the 'y' value of this function by 4 you will get 2 repeating roots and 1 distinct again. But here the repeating roots will be greater than the distinct root. These are the critical cases. Hence k belongs to (4, 5) .
Excuse my non latex answer!!
Problem Loading...
Note Loading...
Set Loading...
First we need to find the local maximum and minimum values of f ( x ) concerned.
d x d f ( x ) = f ′ ( x ) = 6 x 2 − 1 8 x + 1 2
f ′ ( x ) = 0 ⇒ x 2 − 3 x + 2 = ( x − 1 ) ( x − 2 ) = 0 ⇒ x = 1 or 2
{ f ( 1 ) = 2 ( 1 ) − 9 ( 1 ) + 1 2 ( 1 ) − k = 5 − k f ( 2 ) = 2 ( 8 ) − 9 ( 4 ) + 1 2 ( 2 ) − k = 4 − k
For all the three roots of f ( x ) to be real,
{ The maximum: The minimum: 5 − k > 0 4 − k < 0 ⇒ k < 5 = n ⇒ k > 4 = m
⇒ m × n × ( n − m ) = 4 × 5 × ( 5 − 4 ) = 2 0