148k views
0 votes
For which values of t with t ∈ R, the equation has no solutions:


x^(2) - tx + t + 3 = 0

1 Answer

1 vote

Answer:

The equation will have no solution for 6 > t > - 2.

Explanation:

The quadratic equation ax² + bx + c = 0 will have imaginary or no solution when the discriminant i.e. b² - 4ac < 0

Now, in our case the equation is x² - tx + t + 3 = 0

So, condition for imaginary or no solution is (-t)² - 4(1)(t + 3) < 0

⇒ t² - 4t - 12 < 0

⇒ t² - 6t + 2t - 12 < 0

⇒ (t - 6)(t + 2) < 0

So, either (t - 6) > 0 and (t + 2) < 0

⇒ t > 6 and t < - 2 which is not possible.

or, (t - 6) < 0 and (t + 2) > 0

⇒ t < 6 and t > - 2

Therefore, the equation will have no solution for 6 > t > - 2. (Answer)

User Guillaume Gris
by
7.8k points