Quadratic Equation Calculator

A quadratic equation has the basic form: ax2+bx+c=0
eq2
Enter the coefficients a, b, and c of the quadratic equation in its basic standardized form. The solution of a quadratic equation usually consists of two distinct real or complex roots, or one double root — calculated using the discriminant.


Calculation:

x2x12=0  a=1;b=1;c=12 D=b24ac=1241(12)=49 D>0  x1,2=2ab±D=21±49 x1,2=21±7 x1,2=0.5±3.5 x1=4 x2=3   Factored form of the equation:  (x4)(x+3)=0 

Solution in text:

x2-x-12=0 ... quadratic equation

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

x1 = 4
x2 = -3

P = {4; -3}