Please provide your input and click the calculate button
Show SolutionHide Solution
About the Quadratic Equation Calculator
This quadratic equation calculator lets you calculate the roots or solutions for a quadratic equation.
The calculator will tell you not only the roots but also how to solve the quadratic equation using the quadratic formula as well as the factoring method (wherever practical).
Usage Guide
ShowHide
i. Valid Inputs
Each of the three inputs can be any real number (with one exception, mentioned below). Here are a few examples.
Whole numbers or decimals → 2, −4.25, 0, 0.33
Fractions → 2/3, −1/5
Mixed numbers → 51/4
NOTE — The first input, the coefficient of x2, must be a non-zero real number. (If a=0, the second-degree term would vanish and it won't be a quadratic equation.)
ii. Example
If you would like to see an example of the calculator's working, just click the "example" button.
iii. Solutions
As mentioned earlier, the calculator won't just tell you the answer but also the steps you can follow to do the calculation yourself. The "show/hide solution" button would be available to you after the calculator has processed your input.
iv. Share
We would love to see you share our calculators with your family, friends, or anyone else who might find it useful.
By checking the "include calculation" checkbox, you can share your calculation as well.
Here's a quick overview of what quadratic equations are and how to solve them.
Quadratic Equations
A quadratic equation is a second–degree equation with only one variable. The standard form of a quadratic equation is ax2+bx+c=0,a=0.
Here are a couple of examples of quadratic equations.
5x2−x+7=0
x2+6x=11
The second equation is an example of a quadratic equation not in its standard form.
The leading coefficient, a, cannot be 0 because then the second–degree term (x2–term) would vanish and our equation would no longer be a second–degree equation.
Solving Quadratic Equations
To solve a quadratic equation is to find the values of x for which the equation becomes true. And those values of x are the solutions of the equation.
As an example, for the quadratic equation x2−2x−3=0, the solutions would be −1 and 3.
Now there are two popular ways of solving a quadratic equation. Let's look at them one by one.
Factorization Method
Let me explain the factorization method using the following example.
Example
Solve the equation x2−x=2.
Solution
Step 1. Make sure you have every non-zero term on one side.
In this example, we have
x2−x=2
Subtracting 2 from both sides, we have
x2−x−2=0
Step 2. Factor the quadratic trinomial.
I am assuming you are comfortable with factoring a trinomial.
x2−x−2=0(x+1)(x−2)=0
Step 3. Equate each factor to 0 and solve for the unknown.
So,
x+1x=0=−1
x−2x=0=2
And that's it. Our equation has two real and distinct solutions (−1,2).
Note — While this method can be simple and quick in many cases, it's not always possible (or practical) to factor the trinomial. Thankfully, we have another method.
Using the Quadratic Formula
Consider the following quadratic equation.
ax2+bx+c=0
According to the quadratic formula, the solutions (x1,x2) to this quadratic equation would be —
x1,x2=2a−b±b2−4ac
Here's an example.
Example
Solve the quadratic equation 2x2−6x+1=0 using the quadratic formula.
Solution
To solve the equation using the quadratic formula, we need to first identify the coefficients a, b, and c.
So comparing the given equation with the standard equation, we get
a=2,b=−6,c=1
Next, we substitute these values into the quadratic formula.