If $f(x) = 2|2x-5| + 3 $, $x\geq0$, find the values of $k$ such that the equation $f(x) = kx + 2$ has exactly two roots.
My attempt :-
$2(2x -5)+3 = kx + 2$ ,
$x \geq 2.5$
$x =\frac{9}{4-k}$
Then
$\frac{9}{4-k} \geq \frac{2}{5}$ , $k<4$
Then
$\frac{2}{5} < k < 4$
$2(-2x +5) + 3 = kx +2$ , $ x < \frac{2}{5}$ , $x\geq 0$
$x = \frac{11}{k+4}$
Then
$ \frac{11}{k+4} < \frac{5}{2}$
Then
$k > \frac{2}{5}$
Then
$\frac{2}{5} < k < 4$
Is there any easier procedure to find the values of $k$ ?
The set of lines $y = kx + 2$ are the non-vertical lines passing through the point $(0,2)$, while the graph of $y = 2|2x - 5| + 3 = 4|x - {5 \over 2}| + 3$ consists of two rays containing $({5 \over 2}, 3)$, one going upwards with slope $4$ and the other going upwards with slope $-4$.
In order for a line containing $(0,2)$ to intersect the graph of $y = 4|x - {5 \over 2}| + 3$ twice, it must (separately) intersect both of the above rays. Thus the minimal value of $k$ corresponding to this situation is when the line $y = kx + 2$ intersects the vertex $({5 \over 2}, 3)$, and the maximal value of $k$ is when the slope $k$ of the line is $4$, the slope of the right-hand ray. In both of these endpoint situations the the line will intersect the graph only once and thus shouldn't be included.
To find the minimum $k$, we simply plug $({5 \over 2}, 3)$ into $y = kx + 2$, obtaining $3 = {5 \over 2}k + 2$ or $k = {2 \over 5}$.
Thus the set of $k$ in question is given by ${2 \over 5} < k < 4$.