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:

3x2236x+3636=0 3x272x+1296=0 3x2+72x1296=0 3 ...  prime number 72=2332 1296=2434 GCD(3,72,1296)=3=3  x2+24x432=0  a=1;b=24;c=432 D=b24ac=24241(432)=2304 D>0  x1,2=2ab±D=224±2304 x1,2=224±48 x1,2=12±24 x1=12 x2=36   Factored form of the equation:  (x12)(x+36)=0 

Solution in text:

-3x2-72x+1296=0 ... quadratic equation

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

x1 = 12
x2 = -36

P = {12; -36}