Quadratic equation calculator

Quadratic equation has the basic form: ax2+bx+c=0
eq2
Enter 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:

290=n(n3) n2+3n+180=0 n23n180=0  a=1;b=3;c=180 D=b24ac=3241(180)=729 D>0  n1,2=2ab±D=23±729 n1,2=23±27 n1,2=1.5±13.5 n1=15 n2=12   Factored form of the equation:  (n15)(n+12)=0 

Solution in text:

-n2+3n+180=0 ... quadratic equation

Discriminant:
D = b2 - 4ac = 729
D > 0 ... The equation has two distinct real roots

n1 = 15
n2 = -12

P = {15; -12}