Why is k not smaller than zero?

  • Context: High School 
  • Thread starter Thread starter Clever Penguin
  • Start date Start date
  • Tags Tags
    Zero
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Clever Penguin
Messages
74
Reaction score
20
Question:

The equation kx2+kx+3-k = 0, where k is a constant, has no real roots

a) Show that 5k2-12k < 0
b) Find the set of possible values of k

Solution attempted:
a) For no real roots, b2-4ac < 0

a = k
b = k
c = 3 - k

k2 - 4k(3 - k) < 0
k2 -12k + 4k2 < 0
5k2 - 12k < 0
Hence shown

b) 5k2 - 12k < 0
k(5k-12) < 0
So k < 0 or (5k-12) < 0, k< 12/5, k<2.4

So k < 2.4

But the answer says 0 < k < 2.4

Why?
 
Last edited:
Physics news on Phys.org
micromass said:
Your ##b## should be squared.

Done.
I'm self-studying maths, and it doesn't say why in the book.
 
Clever Penguin said:
b) 5k2 - 12k < 0
k(5k-12) < 0
So k < 0 or (5k-12) < 0, k< 12/5, k<2.4

So k < 2.4

But the answer says 0 < k < 2.4
If k<0, then k(5k-12) < 0 cannot be true because both factors are negative.
 
mfb said:
If k<0, then k(5k-12) < 0 cannot be true because both factors are negative.

Because if k<0, (5k-12) would be positive :wink:
got it