Discriminants - When will a quadratic equation have 2 real solutions

AI Thread Summary
The discussion focuses on understanding the discriminant of quadratic equations, specifically how it determines the number of real solutions. It is established that if the discriminant (δ) is less than 0, there are no real solutions; if δ equals 0, there is one real solution; and if δ is greater than 0, there are two real solutions. The user also explores the equation x^2 + (k-3)x + 9 = 0, concluding that for k=9 there is one solution, for k>9 there are two solutions, and for k<9 there are no real solutions. A further analysis reveals a second solution at k=-3, highlighting the importance of considering all possible values for k.
danago
Gold Member
Messages
1,118
Reaction score
4
Hey. I've got a question to solve, and I am a bit confused.


Consider the general quadratic equation:
x^2 +b x + c = 0

The quantity, \delta is known as the discriminant of the equation, and is described as follows:

\delta=b^{2}-4ac

Calculating \delta gives us information about the number and nature of the solutions of the original equation.


For what values of \delta will the equation have:
-2 real solutions
-1 real solution
-no real solutions?

Ok. I understand what the question is asking, i just don't know how to do it. I am oretty sure that if \delta &lt; 0, thenthere are no real solutions, but I am not sure about 1 or 2 solutions. I played around with quadratic functions on my calculator, and didnt really get anywhere.

I then need to do the same with the equation:
x^{2}+(k-3)x+9=0

And find the number of roots of the equation relative to the value of k.

If anyone could assist me, and guide me in the right direction, id appreciate it alot.

Thanks,
Dan.

EDIT: for some reason the LaTeX images arent showing up properly. Ill try to fix them.
 
Last edited by a moderator:
Physics news on Phys.org
The discriminant comes from the follwoing equation:
http://mathworld.wolfram.com/images/equations/QuadraticEquation/equation5.gif

The discriminant is the bit in the square root. Now if you have a discriminant of <0 you end up with square roots of negative numbers. Which don't exist in the real number system.

If the discriminant equals 0, what does the equations shown in above simplify down to (hint: what is plus/minus the square root of 0)?

From that you should be able to see why there are two solutions when the discriminant is >0.
 
Last edited by a moderator:
ok that makes sense to me. Thanks a lot for that.

The next part needs me to do the same with the equation:

x^2 + (k-3)x + 9 = 0

I found that:

if k=9, 1 solution
if k>9, 2 solutions
if k<9, no real solutions

Could someone check that and tell me if I am correct?
 
Last edited:
danago said:
ok that makes sense to me. Thanks a lot for that.

The next part needs me to do the same with the equation:

x^2 + (k-3)x + 9 = 0

I found that:

if k=9, 1 solution
if k>9, 2 solutions
if k<9, no real solutions

Could someone check that and tell me if I am correct?

Ok the discriminant of x^2 + (k-3)x + 9 = 0 (eq. 1) is:

(k-3)^2-36
Which can be expanded to : k^2-6k-27 (eq. 2)

Equation 2's discriminant is >0, which indicates that equation 2 has two solutions for 0, which indicates there are two possible values for k in equation 1. You have found only one value (k=9) when there is only one solution, when there is in fact another solution for k (hint: its a negative integer).
 
oh ok. I graphed it and found -3 to be the second solution. I didnt even think about a second solution at the time. Thanks for reminding me :)
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top