How do you know how many roots a quadratic equation has?

To work out the number of roots a qudratic ax2​+bx+c=0 you need to compute the discriminant (b2​-4ac).

If the discrimant is less than 0, then the quadratic has no real roots.

If the discriminant is equal to zero then the quadratic has equal roosts.

If the discriminant is more than zero then it has 2 distinct roots.

LC

Related Maths A Level answers

All answers ▸

Differentiate 8x^4 + 2x^2 + 10


A car is travelling with a velocity of "0.5t^2+t+2" m/s at t=0 (where t is in seconds), find the acceleration of the car at a) t=0 b)t=2


How to plot quadratic functions, e.g. F(x)= x^2 + 2x +1


How do I use numerical methods to find the root of the equation F(x) = 0?