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:

2z2+3z+1=0 2z2+3z+1=0  a=2;b=3;c=1 D=b2−4ac=32−4⋅2⋅1=1 D>0  z1,2​=2a−b±D​​=4−3±1​​ z1,2​=4−3±1​ z1,2​=−0.75±0.25 z1​=−0.5 z2​=−1   Factored form of the equation:  2(z+0.5)(z+1)=0 

Solution in text:

2z2+3z+1=0 ... quadratic equation

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

z1 = -0.5
z2 = -1

P = {-0.5; -1}