Can both roots of the equation $2x^2 - kx + k - 2 = 0$ , where k is a constant, be negative?

233 Views Asked by At

I know the answer is no but whats the reasoning behind it?

4

There are 4 best solutions below

0
On BEST ANSWER

Hint. One may observe that $$ \begin{align} 2x^2 - kx + k - 2 &=2\left[x^2 - \frac{k}2 x + \frac{k}2 - 1 \right] \\&=2\left[\left(x-\frac{k}4 \right)^2 - \frac{(k-4)^2}{16} \right] \\&=2\left(x-\frac{k-2}2 \right)(x-1) \end{align} $$ Can you finish it?

1
On

For which we need $k<0$ and $k-2>0$, which is impossible.

2
On

$$2x^2 - kx + (k - 2) = 0$$

$$x=\frac{k ±\sqrt{k^2-8(k-2)}}{4}$$

$$x=\frac{k ±\sqrt{(k-4)^2}}{4}$$

$$x=\frac{k ±(k-4)}{4}$$

$$x=1,\frac{(k-2)}{2}$$

So, one root is positive and other root depends on value of $k$, ie, if $k<2$, then one root can be negative.

Both roots can't be negative as one root is positive irrespective of value of k.

0
On

You want negative roots. So you want real roots. That means the discriminant

$k^2 - 8(k-2) = k^2 - 8k +16 = (k-4)^2 \ge 0 \Rightarrow k \ge 4.$

We know that sum of roots is equal to $\frac k2 \ge 2$. Hence it is impossible for both roots to be negative.