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=9x+1 x29x1=0  a=1;b=9;c=1 D=b24ac=9241(1)=85 D>0  x1,2=2ab±D=29±85 x1,2=4.5±4.609772 x1=9.109772229 x2=0.109772229   Factored form of the equation:  (x9.109772229)(x+0.109772229)=0 

Solution in text:

x2-9x-1=0 ... quadratic equation

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

x1 = 9.1097722
x2 = -0.1097722

P = {9.1097722; -0.1097722}