How do I know if a quadratic equation has no real roots?
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (anonymous):
when discriminant is negative
jimthompson5910 (jim_thompson5910):
If the discriminant, D = b^2-4ac is less than zero
For instance, the quadratic y=x^2+9 has no real roots since
D = b^2-4ac =(0)^2-4(1)(9) = -36 which is less than zero
OpenStudy (vanz):
for example this this equation have no real roots? x\[^{2}+16=0\]
jimthompson5910 (jim_thompson5910):
yes, that equation has no real roots
jimthompson5910 (jim_thompson5910):
since D = b^2-4ac = 0^2-4(1)(16)=0-64=-64 which is less than zero
Still Need Help?
Join the QuestionCove community and study together with friends!
Sign Up
OpenStudy (vanz):
How do i work it out to check if it has no real roots though? :O
jimthompson5910 (jim_thompson5910):
x^2+16 = 0
x^2 = -16
x = +-sqrt(-16)
Since the square root of a negative number is not a real number, this means that there are no real roots
jimthompson5910 (jim_thompson5910):
btw, the discriminant formula i showed above works just as well (if not better/faster)