What is the smallest value of k for which both the roots of the equation x 2 − 8 k x + 1 6 ( k 2 − k + 1 ) = 0 are real, distinct, and have value at least 4?
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.
Elegant solution,sir!
nice solution,sir. is the graph necessary ??
Log in to reply
I used the graphs to explain to Priyatam Roy.
Really sir nice solution !!!!!!!!!!!!
The roots of this equation can be written as
2 8 k ± 6 4 k 2 − 6 4 k 2 + 6 4 k − 6 4 ⇒ 2 8 k ± 8 k − 1 ⇒ 4 k ± 4 k − 1
Now let us put values
k can't be 1 as it would result equal roots
so let k = 2
Yes it gives us ⇒ 4 × 2 ± 4 2 − 1 ⇒ 8 − 4 ⇒ 4
So the answer is 1
consider the equation graphically:
(This picture does not depict the exact same equation given in the question)Because the quadratic is monic, it will represent a parabola facing upwards with vertex downwards. It has been mentioned that the roots are both greater than 4.
therefore, the value of the function that represents the quadratic will be greater than 0 at x≤4 this is actually very simple: for the typical quadratic y = x 2 + b x + c ,for any value of x that lies in the interval containing the roots, the curve will be below the X-axis- thus ≤0 and the curve will be above the X-axis anywhere else.
So, plugging in x = 4 we should get the value of the function≥0
∴ f ( 4 ) = 1 6 − 3 2 k + 1 6 ( k 2 − k + 1 ) ≥ 0 ⟹ k 2 − 3 k + 2 ≥ 0 ⟹ k ∈ ( − ∞ , 1 ] ∪ [ 2 , + ∞ )
it is also mentioned that the roots are real and distinct, thus, the discriminant Δ > 0
checking: Δ = 6 4 k 2 − 6 4 ( k 2 − k + 1 ) > 0 ⟹ k > 1
therefore from the two results, we get k ≥ 2
Problem Loading...
Note Loading...
Set Loading...
The answer is correct and it can be shown graphically. In fact, I solved it using graphs before I thought out the solution. This was easily done using a Microsoft Excel spreadsheet. I have plotted the curves for k = 0 , k = 1 , k = 1 . 5 , k = 2 and k = 3 as in the above to show it. It can be seen that the curve shifts to the right as k increases. When k = 0 , there is no real root. When k = 1 there is only one root as the curve just touches the x -axis. I also mentioned this in my solution. Of course written equation and graph show the same thing. When 1 < k < 2 , there are two roots but one of the root is less than 4 , when x = 2 , the smaller root is exactly 4 , as mentioned in my solution. Therefore, when k > 2 both roots are larger than 4 , as shown in the graph with k = 3 . QED.
The roots of f ( x ) = x 2 − 8 k x + 1 6 ( k 2 − k + 1 ) are:
x = 2 8 k ± 6 4 − 6 4 ( k 2 − k + 1 ) = 4 k ± 4 k − 1
For the roots to be at least 4 , then:
4 k − 4 k − 1 ≥ 4 ⇒ k − k − 1 ≥ 1 ⇒ k − 1 ≥ k − 1
⇒ k 2 − 2 k + 1 ≥ k − 1 ⇒ k 2 − 3 k + 2 ≥ 0 ⇒ ( k − 1 ) ( k − 2 ) ≥ 0
⇒ k ≥ 1 or k ≥ 2 .
We find that when k = 1 there is only one root 4 ± 0 , therefore it is not acceptable.
When k = 2 , the roots are { 4 , 1 2 } , therefore the answer is k ≥ 2 .