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:

4x2+5x6=0 4x2+5x6=0  a=4;b=5;c=6 D=b24ac=5244(6)=121 D>0  x1,2=2ab±D=85±121 x1,2=85±11 x1,2=0.625±1.375 x1=0.75 x2=2   Factored form of the equation:  4(x0.75)(x+2)=0 

Solution in text:

4x2+5x-6=0 ... quadratic equation

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

x1 = 0.75
x2 = -2

P = {0.75; -2}