What is the smallest value of $k$, for which both roots of the equation $x^2-8kx+16(k^2-k+1)=0$ are real, distinct and have values at least $4$?
My Try: I absolutely have no idea how to approach this logically, but I get a feeling $k$ is zero ( I may be wrong ).
Can someone please tell me more of a logical approach to solve similar problems?
Consider the function $y=f(x)=x^2-8kx+16(k^2-k+1)$. This represents an upwards facing parabola. Now we will apply the various conditions given.
In your case, comparing with $ax^2+bx+c=0$, the discriminant is $$b^2-4ac=64k^2-64(k^2-k+1).$$
So the first two conditions imply that $$64k^2-64(k^2-k+1) >0 \implies k >1.$$
From the third condition, we get \begin{align*} f(4) & \geq 0\\ 16-32k+16(k^2-k+1 & \geq 0\\ k^2-3k+2 &\geq 0\\ k & \in (-\infty, 1] \cup [2, \infty) \end{align*}
Now we impose the vertex condition. The vertex is at $x=\frac{-b}{2a}$, so \begin{align*} \frac{-b}{2a} &> 4\\ \frac{8k}{2} &> 4\\ k & > 1. \end{align*}
Combining all these we get $$k \in [2, \infty).$$