Quadratic equation calculator
Quadratic equation has the basic form: ax2+bx+c=0Enter the quadratic equation's coefficients a, b, and c of its basic standardized form. A solution of quadratic equations is usually two different real or complex roots or one double root — the calculation using the discriminant.
Calculation:
3∗2=(n−2)(n−3) −n2+5n=0 n2−5n=0 a=1;b=−5;c=0 D=b2−4ac=52−4⋅1⋅0=25 D>0 n1,2=2a−b±D=25±25 n1,2=25±5 n1,2=2.5±2.5 n1=5 n2=0 Factored form of the equation: (n−5)n=0
Solution in text:
-n2+5n=0 ... c=0; quadratic equation without constant termDiscriminant:
D = b2 - 4ac = 25
D > 0 ... The equation has two distinct real roots
n1 = 5
n2 = 0
P = {5; 0}