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:

(t1)2+t2=1 2t22t=0 2 ...  prime number 0=0 GCD(2,2,0)=2=2  t2t=0  a=1;b=1;c=0 D=b24ac=12410=1 D>0  t1,2=2ab±D=21±1 t1,2=21±1 t1,2=0.5±0.5 t1=1 t2=0   Factored form of the equation:  (t1)t=0 

Solution in text:

2t2-2t=0 ... c=0; quadratic equation without constant term

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

t1 = 1
t2 = 0

P = {1; 0}