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:

x2+1=2.5x x22.5x+1=0  a=1;b=2.5;c=1 D=b24ac=2.52411=2.25 D>0  x1,2=2ab±D=22.5±2.25 x1,2=1.25±0.75 x1=2 x2=0.5   Factored form of the equation:  (x2)(x0.5)=0 

Solution in text:

x2-2.5x+1=0 ... quadratic equation

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

x1 = 2
x2 = 0.5

P = {2; 0.5}