Quadratic equation calculator

Quadratic equation has the basic form: ax2+bx+c=0
eq2
Enter the quadratic equation's coefficients a, b, and c of its basic standardized form. A solution of quadratic equations is usually two different real or complex roots or one double root — the calculation using the discriminant.


Calculation:

pow(1.23,2)+pow(1.23+d,2)=pow(1.23+2d,2) 3d22.46d+1.513=0 3d2+2.46d1.513=0  a=3;b=2.46;c=1.513 D=b24ac=2.46243(1.513)=24.2064 D>0  d1,2=2ab±D=62.46±24.21 d1,2=0.41±0.82 d1=0.41 d2=1.23   Factored form of the equation:  3(d0.41)(d+1.23)=0 

Solution in text:

-3d2-2.46d+1.5129=0 ... quadratic equation

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

d1 = 0.41
d2 = -1.23

P = {0.41; -1.23}