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:

70=a(a3) a2+3a+70=0 a23a70=0  p=1;q=3;r=70 D=q24pr=3241(70)=289 D>0  a1,2=2pq±D=23±289 a1,2=23±17 a1,2=1.5±8.5 a1=10 a2=7   Factored form of the equation:  (a10)(a+7)=0 

Solution in text:

-a2+3a+70=0 ... quadratic equation

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

a1 = 10
a2 = -7

P = {10; -7}