Discriminant of quadratic equations

AI Thread Summary
To find the values of k for which the equation (5 + 4x - x^2 = k) has equal roots, the discriminant must equal zero. The correct form of the equation is -x^2 + 4x + (5 - k) = 0, where a = -1, b = 4, and c = 5 - k. The discriminant is calculated as b^2 - 4ac, which simplifies to 36 - 4k. Setting this equal to zero leads to k = 9, confirming the solution. The discussion emphasizes the importance of correctly rearranging the equation to apply the discriminant formula.
Porty
Messages
7
Reaction score
0
I know this is probably really easy, but i just can't figure it out..

Homework Statement



Find values of k for which (5 + 4x - x^2 = k) has equal roots.

I know the answer is k = 9 but i don't know how to get there..

Homework Equations



ax^2 + bx + c = 0
Discriminant = b^2 - 4ac

I know the discriminant has to equal 0 for the equation to have equal roots..

The Attempt at a Solution



But i get Discriminent = 36..?

and the roots equaling -1 or 5..?

Im lost.
 
Physics news on Phys.org
I got k = 9, please show me your work so i can check it out
 
Porty said:
I know this is probably really easy, but i just can't figure it out..

Homework Statement



Find values of k for which (5 + 4x - x^2 = k) has equal roots.

I know the answer is k = 9 but i don't know how to get there..

Homework Equations



ax^2 + bx + c = 0
Discriminant = b^2 - 4ac

I know the discriminant has to equal 0 for the equation to have equal roots..

The Attempt at a Solution



But i get Discriminent = 36..?

and the roots equaling -1 or 5..?

Im lost.
Yes, x^2- 4x- 5= 0 has discrimant 36 and roots -1 and 5 but that is NOT the equation you want- you've dropped the "k" which is the whole point of this problem! In order to write 5 + 4x - x^2 = k as "ax^2+ bx+ c= 0", subtract k from both sides and write it as -x^2+ 4x+ 5-k= 0. Now a= -1, b= 4, and c= 5-k. The discriminant is b^2- 4ac= (4)^2- 4(-1)(5-k). Set that equal to 0 and solve for k.
 
HallsofIvy...

Yep yep that's it...

-x^2 + 4x + 5 - k = 0
= 4^2 - 4(-1)(5-k)
= 36 - 4k
4k = 36
k = 9

Now i can sleep... Thank you
 
Back
Top