Let $k$ be a real number. Prove that if the equation $|x^{2} - 3x| = x-2+k$ has two distinct roots, then either $-1 < k < 2$ or $k > 3$?

78 Views Asked by At

The title is the problem.

The condition "has two distinct roots" is ambiguous, but I assume it to be ``having exactly two distinct roots".

2

There are 2 best solutions below

2
On BEST ANSWER

Here are the number of real roots as $k$ varies: $$ \begin{cases} 0,&k<-1\\ 1,&k=-1\\ 2,& -1<k<2\\ 3,& k=2\\ 4,& 2<k<3\\ 3,& k=3\\ 2,& k>3 \end{cases} $$

To see why, plot $|x^2-3x|-x+2$:

Plot of |x^2-3x|-x+2

Then the number of real roots for a given $k$ corresponds to the number of points in the horizontal slice at height $k$ of this graph.

For a formal proof, you can split up into cases based on if $x\in [0,3]$ or not; then the equation splits up into two quadratic equations.

0
On

Hint: Graph $y_1 = |x^2-3x|$, and $y_2 = x+c$. Then see from the graphs what values of $c$ then $k-2$ yields two different intersections.