Solving quadratic equations is a nightmare for many students, even though once you understand the logic, you realize it is a well-structured, predictable process. Whether you are preparing for a math test or encounter a quadratic equation in everyday life, this guide will help walk you through the solution step by step. Moreover, we will show you how to use the quadratic equation calculator functions for quick and accurate calculations.
What is a quadratic equation?
Let's start with the basics. A quadratic equation is an algebraic equation in which the highest-degree term is the square of the unknown. Its general form looks like this:
ax² + bx + c = 0
Where:
- a, b and c are real numbers (coefficients)
- a ≠ 0 (because if a = 0, then it would no longer be a quadratic equation but a linear one)
- x is the unknown we are looking for
Simply put, a quadratic equation is one where the unknown also appears squared — which is why simple rearrangement is not enough; special methods are needed to solve it. The good news is that these methods work in every case; you just need to know when to use which one.
You may encounter such equations not only in math class. In physics, the trajectories of projectiles; in economics, profit-loss calculations; and in engineering practice, many design tasks are described by quadratic equations. So it is worth being familiar with them!
The quadratic formula
The most effective and most general tool for solving quadratic equations is the quadratic formula (also known as the formula for quadratic equations). With it, every quadratic equation can be solved, regardless of how „ugly” the number is:
x₁,₂ = (−b ± √(b² − 4ac)) / (2a)
It may look intimidating at first glance, but don't worry! If you proceed step by step, you will quickly get the hang of it. The quadratic equation calculator applies this formula; you just need to enter the coefficients, and you immediately get the result.
How to use the quadratic formula?
Let's look at the steps through a concrete example. Let's take this equation:
2x² + 5x − 3 = 0
Step 1: Identify the coefficients
Look at the general form of the equation: ax² + bx + c = 0
- a = 2 (the coefficient of x²)
- b = 5 (the coefficient of x)
- c = −3 (the constant term)
Step 2: Calculate the discriminant (D)
The discriminant is the part under the square root sign in the quadratic formula: D = b² − 4ac
D = 5² − 4·2·(−3) = 25 − (−24) = 25 + 24 = 49
Step 3: Take the square root
√D = √49 = 7
For taking the square root, you can use our root calculator or the scientific calculator.
Step 4: Substitute into the quadratic formula
x₁ = (−5 + 7) / (2·2) = 2 / 4 = 0.5
x₂ = (−5 − 7) / (2·2) = −12 / 4 = −3
Step 5: Check the solution
Substitute the results back into the original equation:
If x = 0.5: 2·(0.5)² + 5·0.5 − 3 = 2·0.25 + 2.5 − 3 = 0.5 + 2.5 − 3 = 0 ✓
If x = −3: 2·(−3)² + 5·(−3) − 3 = 18 − 15 − 3 = 0 ✓
So the two solutions of the equation are: x₁ = 0.5 and x₂ = −3.
The significance of the discriminant
The discriminant (D = b² − 4ac) is not just a number in the formula — it tells you a lot about the solutions of the equation:
- If D > 0: The equation has two distinct real solutions. This is the most common case.
- If D = 0: The equation has exactly one real solution (two coincident roots). In this case, the ± term disappears from the quadratic formula.
- If D < 0: The equation has no real solution. In this case, you can work with complex numbers, but you will generally only encounter this at university level.
For example, if the discriminant is zero (D = 0), the solution looks like this: x = −b / (2a). In this case, the graph of the function just touches the x-axis. If the discriminant is negative, the parabola does not intersect the x-axis — in that case, it is pointless to look for a real solution, because there is none.
Examining the discriminant is therefore the first step before you enter any quadratic equation calculatordata. You will already know what result to expect.
Other methods for solving quadratic equations
The quadratic formula is universal, but there are cases where you can use simpler methods.
Factoring
If the equation can be easily factored, you can even solve it in your head. Let's take this example:
x² − 5x + 6 = 0
Find two numbers whose sum is −5 and whose product is 6. These will be −2 and −3. So:
(x − 2)(x − 3) = 0
From here it is simple: a product is zero if any of its factors is zero. So x − 2 = 0 → x = 2, or x − 3 = 0 → x = 3.
Factoring is quick and elegant, but unfortunately it does not work in every case. If the coefficients are „messy” (for example, fractions or large numbers), it is better to use the quadratic formula or quadratic equation calculatorto turn to.
Completing the square
This method transforms the quadratic equation so that it takes the form (x + p)² = q. The steps:
- Divide the equation by a (so that the coefficient of x² is 1)
- Move the constant term to the right side
- Add (b/2)² to both sides
- Rewrite the left side as a perfect square
- Take the square root of both sides
- Solve the equation for x
Let's look at an example: x² + 6x + 5 = 0
Here a = 1, so the first step is skipped. After moving the constant: x² + 6x = −5. Add 9 (which is (6/2)²) to both sides: x² + 6x + 9 = 4. The left side is now (x + 3)², so (x + 3)² = 4. After taking the square root: x + 3 = ±2, so x₁ = −1 and x₂ = −5.
This method is especially useful if you also want to graph the quadratic equation, because the vertex of the parabola can be easily read from the completed square form.
How to use the calculator for quadratic equations?
A quadratic equation calculator Using it is extremely simple. All you have to do is enter the coefficients a, b, and c, and you immediately get the solution. But how do you do it if you don't have a dedicated quadratic calculator?
Use our scientific calculator, which helps you with the following functions:
- sqrt() — square root extraction: you can calculate the root of the discriminant here
- Exponentiation (^) — for calculating b² and 4ac
- Parentheses — for error-free entry of complex expressions
- pi and e constants — if these also appear in the problem
For example, if you want to calculate the discriminant of the equation 2x² + 5x − 3 = 0, enter this into the scientific calculator: 5^2 − 4 × 2 × (−3). The result will be 49, and by taking the square root sqrt(49) = 7, you can immediately substitute into the quadratic formula.
Common mistakes and tips
Even the most skilled mathematicians can run into these typical pitfalls:
- Forgetting negative signs: If c is negative, then −4ac is actually −4·a·(−c) = +4ac! This is one of the most common mistakes.
- Incorrectly identifying the coefficients: Make sure the equation is truly in the form ax² + bx + c = 0. If a term is missing, its coefficient is zero.
- Forgetting the denominator: The denominator of the quadratic formula is 2a, not just 2!
- Not checking: Always substitute the solutions back in — this is the most reliable way to check them.
A quadratic equation calculator using it is good precisely because it eliminates these calculation errors. You can focus on correctly identifying the coefficients, and the machine performs the exact calculation.
Practical examples — try it yourself!
Example 1: Incomplete quadratic equation
x² − 9 = 0
Here b = 0, so the equation is incomplete. In this case, you don't need to use the quadratic formula: simply rearrange! x² = 9, from which x = ±3. The two solutions are: x₁ = 3 and x₂ = −3.
Example 2: With fractional coefficients
½x² − 2x + 3 = 0
Multiply the entire equation by 2, so it becomes x² − 4x + 6 = 0. Then a = 1, b = −4, c = 6. D = (−4)² − 4·1·6 = 16 − 24 = −8. Since D < 0, the equation has no real solutions.
Example 3: Real-life situation
You throw a ball upward with an initial velocity of 15 m/s. How high will it be after 2 seconds? In physics, the height of a projectile is described by the formula h(t) = h₀ + v₀·t − ½·g·t², where g ≈ 10 m/s².
If h₀ = 1.5 m (the height of the throw), then h(2) = 1.5 + 15·2 − 5·4 = 1.5 + 30 − 20 = 11.5 meters. But if we ask when the ball will be at a height of 10 meters, we arrive at the quadratic equation: 10 = 1.5 + 15t − 5t², rearranged: −5t² + 15t − 8.5 = 0, or 5t² − 15t + 8.5 = 0.
Using the quadratic formula: t ≈ 0.73 s and t ≈ 2.27 s — the ball will be at 10 meters twice, once on the way up and once on the way down.
Summary: don't let the quadratic equation scare you
Solving quadratic equations is not rocket science, just a well-established procedure that, once you understand it, becomes routine. Here's a summary of the most important points:
- Always bring the equation to the ax² + bx + c = 0 form
- Correctly identify the a, b, c coefficients
- Calculate the discriminant: from this, you'll immediately know how many solutions to expect
- Use our quadratic formula: x₁,₂ = (−b ± √(b² − 4ac)) / (2a)
- If it's simpler, try factoring or completing the square
- Use our quadratic equation calculatorfor quick checking
- Always check the obtained solutions in the original equation
And remember: math is not magic, but a matter of practice! The more quadratic equations you solve, the more confident you'll become. Our scientific calculator is always at your disposal if you want to quickly verify your calculations.
And if you'd like to practice more, visit our root calculator to refine your square root calculations, or check out the exponent calculator if you need to practice exponentiation.