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:

pow(x1,2)+pow(x4,2)=5 2x210x+12=0 2 ...  prime number 10=25 12=223 GCD(2,10,12)=2=2  x25x+6=0  a=1;b=5;c=6 D=b24ac=52416=1 D>0  x1,2=2ab±D=25±1 x1,2=25±1 x1,2=2.5±0.5 x1=3 x2=2   Factored form of the equation:  (x3)(x2)=0 

Solution in text:

2x2-10x+12=0 ... quadratic equation

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

x1 = 3
x2 = 2

P = {3; 2}