Quadratic equation calculator
Quadratic equation has the basic form: ax2+bx+c=0Enter 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:
3000=b∗(b+10) −b2−10b+3000=0 b2+10b−3000=0 p=1;q=10;r=−3000 D=q2−4pr=102−4⋅1⋅(−3000)=12100 D>0 b1,2=2p−q±D=2−10±12100 b1,2=2−10±110 b1,2=−5±55 b1=50 b2=−60 Factored form of the equation: (b−50)(b+60)=0
Solution in text:
-b2-10b+3000=0 ... quadratic equationDiscriminant:
D = b2 - 4ac = 12100
D > 0 ... The equation has two distinct real roots
b1 = 50
b2 = -60
P = {50; -60}