Quadratic equation calculator calculates solutions for quadratic equations by the known coefficients a, b, and term c.
Quadratic Formula Calculator |
|
Equation | X2 + X + = 0 |
Result |
The quadratic equation is
ax2+bx+c=0
To solve the equation,
use the quadratic formula
x = -b+√b²-4ac2a
The input value for a, b, and c could be a negative or positive number.
except a ≠ 0,
as 2a is in the denominator, and 0 can't be a divisor.
There are 3 different scenarios regarding the different roots in the equation.
1. b2-4ac=0
There is only one solution for x.
For example,
4x2+12x+9=0
In this case,
a = 4, b=12, c = 9.
Therefore
b2-4ac
=122-4x4x9
=0
Then solve for the x using the formula.
x = -b+√b²-4ac2a
x = -12+√02x4
x = -1.5
2. b2-4ac>0
There are two solutions for x.
For example,
5x2+8x-13=0
in this case,
a = 5, b = 8, c =-13.
Therefore
b2-4ac
=82-4x5x(-13)
=324.
Then we use the quadratic formula to solve x.
x = -b+√b²-4ac2a
x = -8+√32410
x = -8+1810
x = 1 or x = -2.6
3. b2-4ac<0
There are two solutions with imaginary unit i.
For example,
5x2-10x+25=0
in this case,
a = 5, b = -10, c=25
Therefore
b2-4ac
=(-10)2-4x5x25
=100-500
=-400
Then we use the quadratic formula to solve for x.
x = -b+√b²-4ac2a
x = 10+√-4002x5
x = 10+20i2x5
x = 1+2i or x = 1-2i
Terms | Privacy | Disclaimer | Contact
©2025 bCalculator