For what values of k will the equation have no real roots?

  • Thread starter Thread starter Jaco Viljoen
  • Start date Start date
  • Tags Tags
    Roots
AI Thread Summary
The discussion revolves around determining the values of k for which the quadratic equation 2x^2 - 3x + kx = -1/2 has no real roots. Participants emphasize the importance of correctly identifying the coefficients a, b, and c in the standard form of the quadratic equation. The discriminant, calculated as b^2 - 4ac, must be less than zero for the equation to have no real roots. After several iterations and clarifications, the correct conclusion is that the discriminant leads to the inequality (k + 1)(k + 5) < 0, resulting in the solution -5 < k < -1. The thread concludes with the original poster successfully solving the problem.
Jaco Viljoen
Messages
160
Reaction score
9

Homework Statement


2x^2-3x+kx=-1/2

1. k<1 or k>1
2. 1<=k<=5
3. k<=1 or k>=5
1<k<5

Homework Equations


b^2-4ac
a=2 b=3 c=k

The Attempt at a Solution


(3)^2-4(2)(k)
=9-8k<0
=9/8<k
=1&1/8<k

I get the answer above but don't know how it relates?
Any insight would be appreciated.

Thank you,
Jaco
 
Physics news on Phys.org
Find the discriminant of your quadratic equation. The equation has no real roots if the discriminant is less than zero.
 
Jaco Viljoen said:

Homework Statement


2x^2-3x+kx=-1/2

Homework Equations


b^2-4ac
a=2 b=3 c=k
Look at the original equation again.

What is the coefficient on x? What is the constant term?
 
Are you sure about your value for b?
 
Jbriggs,
I have been looking at other threads and found a similar example and there:
(-3)^2-4(2)(k+1/2)
=-9-8k+4
=-5-8k
=> k=5/8
Thank you for pointing that out Marcus
 
Is this correct?
 
It doesn't look correct. What is the general form of a quadratic equation? Write your equation in a way that imitates that general form and identify correctly the values of a,b,c. Then write down the general definition of the discriminant, and substitute your values of a,b,c into it. The solve the inequality (discriminant) < 0 for k.
 
  • Like
Likes Jaco Viljoen and jbriggs444
Jaco Viljoen said:

Homework Statement


2x^2-3x+kx=-1/2

1. k<1 or k>1
2. 1<=k<=5
3. k<=1 or k>=5
1<k<5

Homework Equations


b^2-4ac
a=2 b=3 c=k

The Attempt at a Solution


(3)^2-4(2)(k)
=9-8k<0
=9/8<k
=1&1/8<k

I get the answer above but don't know how it relates?
Any insight would be appreciated.

Thank you,
Jaco
Please restate the entire problem as it was given to you.

You may have a typo in the quadratic expression as you posted it. If it's correct as it is, then you still do not have the correct b or c .
 
Sammy,
For what values of k will the equation 2x^2 -3x + kx = -1/2 have no real roots?

Possible answers:
1. k<1 or k>1
2. 1<=k<=5
3. k<=1 or k>=5
1<k<5
 
  • #10
Everyone responding to this thread is attempting to point out that the b and c that you have harvested from that equation are wrong.
 
  • #11
ok, I have been considering this too as:
(3x+kx)^2-4(2)(-1/2)
(3x+kx)(3x+kx)+4
9x^2+3kx^2+3kx^2+k^2x^2
9x^2+6kx^2+k^2x^2
 
  • #12
Re-read post #7 above. What is the standard form for a quadratic equation? Can you restate the original equation in that form?
 
  • #13
ax^2+bx+c=0
2x^2+(3x+kx)+1/2=0
2x^2+3x+kx=-1/2
kx=-1/2-2x^2-3x
k=(1/2-2x^2-3x)/x
 
  • #14
wow, i feel more confused...
 
  • #15
Jaco Viljoen said:
ax^2+bx+c=0
2x^2+(3x+kx)+1/2=0
It's good to this point.

Take the expression in parentheses and factor out x.
 
  • #16
2x^2+(3x+kx)+1/2=0
2x^2+x(3+k)+1/2=0
2x^2+(3+k)(x+1/2)=0
2x^2+3x+1&1/2+kx+1/2k=0
kx+1/2k=-2x^2-3x-1&1/2
3/2kx=-2x+3+1&1/2
3kx=-4x+9
k=(-4x+9)/x
 
Last edited:
  • #17
Jaco Viljoen said:
2x^2+(3x+kx)+1/2=0
2x^2+x(3+k)+1/2=0
Stop at this point !
2x^2+(3+k)(x+1/2)=0
2x^2+3x+1&1/2+kx+1/2k=0
kx+1/2k=-2x^2-3x-1&1/2
1&1/2k=(-2x+3+1&1/2)/x
What is the coefficient of x ?
 
  • #18
1?
 
  • #19
Jaco Viljoen said:
1
In the expression 2x2 + 3x + 4, what is the coefficient on the "x" term?
 
  • #20
3
 
  • #21
Good.

Now, in the expression 2x2 + x(3+k) + 1/2, what is the coefficient on the x term?
 
  • #22
2x^2+1x(3+k)+1/2

1 or is it still 3?

2x^2+1x(3+k)+1/2
 
  • #23
I am missing this, I just can't seem to get it...
 
  • #24
Its not the 2 is it?
 
  • #25
What if we write it like this?

2x2 + (3+k)x + (1/2) = 0

What is the coefficient of x2 ?

What is the coefficient of x ?

What is the constant term ?
 
  • Like
Likes Jaco Viljoen
  • #26
2
3+k
1/2
 
  • #27
Jaco Viljoen said:
2
3+k
1/2
Now proceed.
 
  • #28
x^2+(3+k)+1/2=0
like this?
 
  • #29
x^2+(3+k)+1/2=0
a b c
x = (-(3+k) +/-√((3+k)2 - 4x^2(1/2)))/2x^2
 
  • #30
Jaco Viljoen said:
x^2+(3+k)+1/2=0
a b c
x = (-(3+k) +/-√((3+k)2 - 4x^2(1/2)))/2x^2

In the discriminant you where you are trying to write b^2 - 4ac. What was the value you came up with for a again?
 
  • #31
(x+ )(x+ )=0
 
  • #32
Jaco Viljoen said:
(x+ )(x+ )=0
No. That is not correct and is not what SammyS agreed was correct. Refer back to your post #26.
 
  • #33
jbriggs,
I don't understand what you are asking?
 
  • #34
2
3+k
1/2
 
  • #35
Jaco Viljoen said:
2
3+k
1/2
That's a = 2, b = 3+k and c=1/2

Given that, what is the value of a?
 
  • #36
x^2
 
  • #37
Jaco Viljoen said:
x^2
If a = 2, what is the value of a?
 
  • #38
2
 
  • #39
ok, just looking where this went wrong
 
  • #40
Right. a is 2.

So if you are going to substitute values into "b^2 - 4ac" you should put "2" in for a. You should not put in x^2.
 
  • #41
2
3+k
1/2

(3+k)^2-4(2)(1/2)
=(3+k)(3+k)-4
=9+3k+3k+k^2-4
 
  • #42
k^2+6k+5
 
  • #43
(k+1)(k+5)
 
  • #44
k=-1 and k=-5
 
  • #45
1. k<1 or k>1
2. 1<=k<=5
3. k<=1 or k>=5
4. 1<k<5
5. none
 
  • #46
Jaco Viljoen said:
k=-1 and k=-5
Refer back to post #7.

You want values of k for which the discriminant is non-negative. You have identified values of k for which the discriminant is zero.

Edit: To be clear, you are on the right track and doing well now.
Edit: And reading back to the original problem statement we want values of k for which the discimant is negative.
 
Last edited:
  • Like
Likes Jaco Viljoen
  • #47
MarcusAgrippa said:
It doesn't look correct. What is the general form of a quadratic equation? Write your equation in a way that imitates that general form and identify correctly the values of a,b,c. Then write down the general definition of the discriminant, and substitute your values of a,b,c into it. The solve the inequality (discriminant) < 0 for k.

qform01.gif
 
  • #48
Jaco Viljoen said:
2
3+k
1/2

(3+k)^2-4(2)(1/2)
=(3+k)(3+k)-4
=9+3k+3k+k^2-4

Jaco Viljoen said:
k^2+6k+5

Jaco Viljoen said:
(k+1)(k+5)

Jaco Viljoen said:
k=-1 and k=-5
Jaco, instead of adding new posts, use the Edit button to made changes to an existing post.
 
  • Like
Likes Jaco Viljoen
  • #49
ok Mark,

jbriggs,
I am not following you...?
 
  • #50
2
3+k
1/2

(3+k)^2-4(2)(1/2)
=(3+k)(3+k)-4
=9+3k+3k+k^2-4
=k^2+6k+5

b^2 - 4ac

(6k)^2-4(k^2)(5)
(6k)(6k)-20k^2
36k^2-20k^2
16k^2
 
Back
Top