\[\Delta = b^2-4ac\]
Variables
Dpolynomial discriminant
aquadratic coefficient
blinear coefficient
cconstant coefficient
Description
What is this formula?
This formula calculates the discriminant of a quadratic polynomial. The discriminant determines the nature and number of the roots of the polynomial equation.
When to use it
Use this formula when analyzing quadratic equations and determining whether the roots are real, repeated or complex.
Example
For:
a=1
b=5
c=6
D=(5²)-(4*1*6)
D=25-24
D=1
Since D>0, the polynomial has two distinct real roots.
Applications
Quadratic equation analysis
Algebra education
Engineering calculations
Control systems
Numerical methods
Scientific computing
