Every curved path you have ever seen — a basketball arcing toward the hoop, water spraying from a fountain, a suspension-bridge cable dipping between towers — hides the same piece of mathematics: the quadratic equation. Whenever a relationship bends instead of running straight, a quadratic is usually doing the work behind the scenes. That is why solving a quadratic equation is one of the first genuinely powerful skills you learn in algebra, and why it keeps showing up years later in physics, engineering, economics, statistics, and computer graphics.
This guide is a complete, plain-English tour of the topic, written to sit alongside the free Tooliqo Quadratic Equation Solver you can use right here on this page. We will define what a quadratic equation is, break down its parts, walk through every method for solving one step by step, decode the all-important discriminant, and pull the essential quadratic formulas and form-conversion rules into clean reference tables you can bookmark. Whether you are a student trying to pass an exam tomorrow, a teacher building a lesson, or a curious mind who wants the why and not just the how, you will find something useful below.
What Is a Quadratic Equation?
A quadratic equation is any equation that can be written in the standard form:
ax² + bx + c = 0, where a, b, and c are numbers and a ≠ 0.
The word “quadratic” comes from the Latin quadratus, meaning “square,” and that is the heart of the definition: the highest power of the variable is 2 — the x² term. That single squared term is what separates a quadratic from a plain linear equation (like 3x + 5 = 0) and gives its graph a graceful curve instead of a straight line.
The condition a ≠ 0 matters more than it looks. If a were zero, the x² term would vanish and you would be left with bx + c = 0, an ordinary linear equation with just one solution. The squared term is precisely what makes a quadratic a quadratic — and what allows it to have two solutions rather than one.
Here are a few quadratic equations, all written in different disguises but each reducible to standard form:
- x² − 5x + 6 = 0 — already in standard form.
- 2x² = 8 — rearranges to 2x² − 8 = 0 (here b = 0).
- 3x² + 2 = x — rearranges to 3x² − x + 2 = 0.
- (x − 1)(x + 4) = 0 — expands to x² + 3x − 4 = 0.
No matter how the problem is dressed up, the first move is always the same: collect every term on one side so the other side is zero, and identify a, b, and c. The Tooliqo solver does this automatically when you paste an equation into its Equation mode, but it is worth being able to do it by hand.
The Anatomy of a Quadratic: Meet a, b, and c
The three coefficients in ax² + bx + c = 0 are not interchangeable. Each one has a distinct job, and understanding those jobs makes the whole topic click.
- a — the leading coefficient. It multiplies x² and controls the opening direction and width of the parabola. A positive a opens upward like a smile; a negative a opens downward like a frown. The larger the absolute value of a, the narrower and steeper the curve.
- b — the linear coefficient. It multiplies x and, working together with a, slides the curve left or right. It is the coefficient most responsible for where the turning point (the vertex) sits horizontally.
- c — the constant term. It stands alone with no x attached, and it is simply the y-intercept: the height at which the curve crosses the vertical axis, because when x = 0 the equation collapses to y = c.
Once you internalise these roles, you can read a quadratic almost at a glance. The table below summarises how each coefficient shapes the graph — a handy quick reference when you are sketching a parabola or sanity-checking a result.
| Coefficient | What it controls | Effect on the graph |
|---|---|---|
| a (x² term) | Opening direction and width | a > 0 opens upward; a < 0 opens downward. Larger |a| makes a narrower, steeper curve; smaller |a| makes it wider. |
| b (x term) | Horizontal position of the vertex | Shifts the turning point sideways. The axis of symmetry sits at x = −b / (2a). |
| c (constant) | Vertical position | Sets the y-intercept at the point (0, c) — where the curve meets the y-axis. |
Why Quadratic Equations Actually Matter
It is easy to treat quadratics as a hoop to jump through in school, but they describe a surprising amount of the real world. Any process that involves acceleration, area, or optimisation tends to produce one. A few concrete examples:
- Projectile motion. Throw a ball, launch a rocket, or fire a water jet, and its height over time follows h(t) = −½g·t² + v·t + h₀. Asking “when does it hit the ground?” means solving a quadratic.
- Area and geometry. Frame a rectangular garden with a fixed length of fencing and ask for the dimensions that give a certain area, and you land on a quadratic almost immediately.
- Business and economics. Revenue often equals price × quantity, and when demand falls as price rises, that product becomes a quadratic. Finding the price that maximises profit is a classic vertex problem.
- Engineering and design. The cable of a suspension bridge, the reflector behind a headlight, and a satellite dish are all parabolic, because a parabola focuses parallel rays to a single point.
- Physics and optics. Kinetic energy scales with the square of speed, and countless physical laws involve squared quantities that lead straight back to quadratics.
- Computer graphics and games. Smooth curves, jump arcs, and easing functions frequently rely on quadratic (Bézier) math.
In short, whenever something curves, peaks, or trades off, a quadratic is often the simplest equation that captures the behaviour. Learning to solve one is not busywork; it is a key that unlocks a lot of doors.
Meet the Tooliqo Quadratic Equation Solver
The tool on this page is a purpose-built quadratic equation solver with full step-by-step working. It was designed to do more than spit out an answer — it shows you how the answer is reached, in the same order you would work it out on paper, so it doubles as a patient tutor. Here is what makes it stand out:
- Complete step-by-step solutions. Every problem is solved out loud: standard form, coefficients, discriminant, the quadratic formula, substitution, simplification, and the final roots.
- Exact answers, not just decimals. Where the mathematics allows, it returns exact roots as whole numbers, reduced fractions, and simplified radicals such as 2 + √3 or (1 + √5) / 2 — and it also handles complex roots like −1 ± 2i. A precise decimal approximation is always shown too.
- A live parabola graph. The solver draws the curve with its roots, vertex, axis of symmetry, and y-intercept marked, so you can see the solution, not just read it.
- Two ways to enter a problem. Type the coefficients a, b, and c, or switch to Equation mode and paste the whole thing (for example, 2x^2 + 3x - 5 = 0). Both sides of the equals sign are allowed.
- Fractions and decimals welcome. Enter values like 1/2, 0.25, or −3. The tool clears denominators internally to keep the arithmetic exact.
- Six languages with right-to-left support. The interface speaks English, Arabic, French, Spanish, Chinese, and Hindi, and it flips to a proper right-to-left layout for Arabic.
- Rich analysis at a glance. Alongside the roots you get the discriminant, the nature of the roots, the sum and product of the roots, the vertex, the axis of symmetry, the y-intercept, the opening direction, and both the factored form and the vertex form.
- Fast, private, and self-contained. It runs entirely in your browser with no sign-up and no data collection, works offline once the page has loaded, is fully mobile-friendly, and includes a one-tap fullscreen mode and a copy-result button.
Because the results open in a clean popup, the tool stays compact on the page while still giving you the full worked solution when you ask for it — the best of both worlds for a fast, uncluttered experience.
How to Use the Solver, Step by Step
- Choose your input mode. Leave it on Coefficients to type a, b, and c separately, or tap Equation to write the full equation in one box.
- Enter your numbers. In coefficient mode, fill in a (the x² coefficient), b (the x coefficient), and c (the constant). Leave a box empty or type 0 for any missing term. Watch the live preview rebuild your equation as you type.
- Press Solve. The solution opens in a popup with a clear verdict at the top — two real roots, a repeated root, or complex roots — followed by the numbered steps, the graph, and the full analysis.
- Read both forms of the answer. Use the exact roots for homework and proofs, and the decimal approximation for measurements or a quick gut check.
- Explore the extras. Open the “How to use,” “The formula,” and “FAQ” popups for context, switch languages from the header, go fullscreen for a distraction-free view, or copy the whole solution with one tap.
Try a first example now: enter a = 1, b = −5, c = 6 and press Solve. You should get the clean, rational roots x = 2 and x = 3 — a perfect warm-up before we dig into the theory.
The Quadratic Formula, Explained From Scratch
The quadratic formula is the universal key that solves any quadratic equation, no matter how ugly the coefficients:
x = ( −b ± √(b² − 4ac) ) / (2a)
That little formula deserves respect, because it always works. But it is far more satisfying — and far easier to remember — once you see where it comes from. It is not handed down from nowhere; it is what you get when you complete the square on the general equation. Here is the derivation in human-sized steps.
- Start with ax² + bx + c = 0 and move the constant across: ax² + bx = −c.
- Divide everything by a so the squared term is clean: x² + (b/a)x = −c/a.
- Complete the square by adding the square of half the x-coefficient, (b/2a)², to both sides. The left side becomes a perfect square: (x + b/2a)² = −c/a + b²/4a².
- Combine the right side over the common denominator 4a²: (x + b/2a)² = (b² − 4ac) / 4a².
- Take the square root of both sides — and this is exactly where the ± is born, because a positive number has two square roots: x + b/2a = ± √(b² − 4ac) / 2a.
- Finally, subtract b/2a from both sides and combine into a single fraction to reach the formula: x = ( −b ± √(b² − 4ac) ) / (2a).
Two insights fall out of this derivation. First, the mysterious ± is simply the two square roots of the same number — which is why a quadratic generally has two solutions. Second, the expression under the square root, b² − 4ac, is doing something special: it is the quantity that decides whether that square root is a nice positive number, exactly zero, or a negative that pushes us into complex territory. That expression has its own name, and it is arguably the most important idea in the whole topic.
The Discriminant: The Number That Predicts Everything
The discriminant is the part of the quadratic formula that lives under the square-root sign:
Δ = b² − 4ac
Before you finish solving — before you deal with any radicals or fractions — the discriminant already tells you how many solutions exist and what kind they are. Think of it as a preview of the answer. There are exactly three cases, and they line up perfectly with what the parabola does at the x-axis.
| Discriminant | Number of real roots | Type of roots | What the graph does | Example |
|---|---|---|---|---|
| Δ > 0 | Two | Two distinct real roots | Crosses the x-axis at two points | x² − 5x + 6 = 0 → x = 2, 3 |
| Δ = 0 | One (repeated) | One real double root | Just touches the x-axis at the vertex | x² − 6x + 9 = 0 → x = 3 |
| Δ < 0 | None | Two complex conjugate roots | Never touches the x-axis | x² + 2x + 5 = 0 → x = −1 ± 2i |
There is a subtle bonus hidden in the discriminant. When a, b, and c are whole numbers and Δ turns out to be a perfect square (like 1, 4, 9, 16, 25…), the roots are rational and the quadratic factors nicely. If Δ is positive but not a perfect square, the roots are real but irrational, and you will see a radical in the exact answer. That single check — is the discriminant a perfect square? — is a fast way to know whether factoring will be pleasant or whether you should reach straight for the formula.
Five Ways to Solve a Quadratic Equation
The quadratic formula always works, but it is not always the fastest route. Skilled problem-solvers pick the method that fits the numbers in front of them. Here are the five standard techniques, from quickest-when-it-applies to always-reliable.
1. Factoring
If the quadratic breaks cleanly into two binomials, factoring is the fastest method by far. You rewrite ax² + bx + c as a product like (x − r₁)(x − r₂) = 0, then use the zero-product property: if two things multiply to zero, at least one of them must be zero. For x² − 5x + 6 = 0 you look for two numbers that multiply to 6 and add to −5 — namely −2 and −3 — giving (x − 2)(x − 3) = 0, so x = 2 or x = 3. Factoring shines with small integer coefficients and a perfect-square discriminant.
2. The Square Root Method
When there is no middle term (b = 0), skip everything else. Isolate the squared term and take the square root of both sides, remembering the ±. For x² − 9 = 0 you get x² = 9, so x = ±3. For x² − 2 = 0 you get x = ±√2. Quick and clean.
3. Completing the Square
This is the method that generated the quadratic formula, and it is still valuable in its own right — especially when you need the vertex form of a parabola or you are deriving a result. You force the left side into a perfect square, as we did above, then solve. It takes a few more steps than the formula, but it reveals structure the formula hides.
4. The Quadratic Formula
The dependable workhorse. Plug a, b, and c into x = ( −b ± √(b² − 4ac) ) / (2a) and simplify. It never fails, it handles irrational and complex roots without fuss, and it is the engine our solver uses under the hood. When in doubt, use the formula.
5. Graphing
Plot y = ax² + bx + c and read off where the curve crosses the x-axis; those crossings are the real roots. Graphing gives instant intuition and is perfect for approximate answers, though it is less precise for exact values. The live graph in the Tooliqo solver gives you this visual for free on every problem.
| Method | Best used when | How it works in one line | Typical difficulty |
|---|---|---|---|
| Factoring | Small integer coefficients; discriminant is a perfect square | Write as (x − r₁)(x − r₂) = 0 and set each factor to zero | Easy to medium |
| Square root method | There is no b term (b = 0) | Isolate x² and take the ± square root | Easy |
| Completing the square | You need vertex form or a derivation | Turn the left side into (x − h)² = k | Medium |
| Quadratic formula | Always — any coefficients, any root type | Substitute into x = (−b ± √(b² − 4ac)) / 2a | Reliable, low risk |
| Graphing | You want a visual or an approximate answer | Read the x-intercepts off the parabola | Easy (approximate) |
Understanding the Roots: Real, Repeated, and Complex
The “roots” of a quadratic are the values of x that make the equation true — the same thing as its solutions or its zeros. Depending on the discriminant, you get one of three situations:
- Two distinct real roots (Δ > 0): two different x-values where the parabola crosses the x-axis. These can be rational (like 2 and 3) or irrational (like 2 ± √3).
- One repeated real root (Δ = 0): the two solutions coincide, and the parabola just kisses the x-axis at its vertex. For example, x² − 6x + 9 = 0 has the single double root x = 3.
- Two complex conjugate roots (Δ < 0): there are no real solutions, but there are two complex ones of the form p ± qi, where i is the imaginary unit with i² = −1. For x² + 2x + 5 = 0 the roots are −1 ± 2i.
Vieta’s Formulas: A Shortcut Worth Knowing
You do not always need the full formula to learn about the roots. Vieta’s formulas connect the roots directly to the coefficients:
- The sum of the roots is x₁ + x₂ = −b / a.
- The product of the roots is x₁ · x₂ = c / a.
These are wonderful for checking your work. If you solve x² − 5x + 6 = 0 and get 2 and 3, notice that 2 + 3 = 5 = −(−5)/1 and 2 × 3 = 6 = 6/1. Both match, so you can be confident the answer is right. Vieta’s formulas also let you build a quadratic from its roots, which is handy in reverse problems.
Your Quick Reference: Every Essential Quadratic Formula
Here is the single most useful table on this page — a compact cheat sheet of the key quadratic formulas. Keep it close while you study; it gathers everything you need to analyse a quadratic completely.
| Quantity | Formula | What it tells you |
|---|---|---|
| Standard form | ax² + bx + c = 0 (a ≠ 0) | The general shape of every quadratic equation |
| Quadratic formula | x = ( −b ± √(b² − 4ac) ) / (2a) | The two solutions (roots) |
| Discriminant | Δ = b² − 4ac | How many roots there are and their type |
| Axis of symmetry | x = −b / (2a) | The vertical line the parabola mirrors across |
| Vertex (x-coordinate) | h = −b / (2a) | Where the curve turns (left–right position) |
| Vertex (y-coordinate) | k = c − b²/(4a) = −Δ/(4a) | The minimum or maximum value of the quadratic |
| Sum of roots | x₁ + x₂ = −b / a | Vieta’s first relation (great for checking) |
| Product of roots | x₁ · x₂ = c / a | Vieta’s second relation |
| y-intercept | (0, c) | Where the curve meets the y-axis |
| Factored form | a(x − x₁)(x − x₂) | The quadratic rebuilt from its roots |
| Vertex form | a(x − h)² + k | Shows the vertex (h, k) directly |
The Parabola and the Three Forms of a Quadratic
Every quadratic function graphs as a parabola — that smooth, symmetric U-shaped curve. Understanding a few features of the parabola turns solving into seeing:
- The vertex is the turning point: the lowest point when the parabola opens up, or the highest when it opens down. Its coordinates are (h, k) = (−b/2a, c − b²/4a).
- The axis of symmetry is the vertical line x = −b/2a that splits the parabola into two mirror-image halves.
- The x-intercepts are the real roots — where the curve meets the x-axis. There can be two, one, or none, exactly as the discriminant predicts.
- The y-intercept is always (0, c).
The same quadratic can be written in three equivalent forms, each convenient for a different job:
- Standard form, ax² + bx + c, is best for reading off c and applying the quadratic formula.
- Factored form, a(x − x₁)(x − x₂), instantly reveals the roots.
- Vertex form, a(x − h)² + k, hands you the vertex and the maximum or minimum with no extra work.
Being fluent in moving between these forms is a genuine superpower in algebra. The conversion table below is the practical map for doing exactly that — these are the “form-conversion formulas” you will reach for again and again.
| Convert from → to | How to do it |
|---|---|
| Standard → Vertex | Complete the square, or compute h = −b/(2a) and k = c − b²/(4a), then write a(x − h)² + k. |
| Standard → Factored | Find the roots x₁, x₂ (by factoring or the formula), then write a(x − x₁)(x − x₂). |
| Vertex → Standard | Expand a(x − h)² + k and collect like terms. |
| Factored → Standard | Multiply the factors out and simplify. |
| Vertex → Factored | Set the expression to zero, solve for x to get the roots, then write the factors. |
| Factored → Vertex | Expand to standard form first, then complete the square. |
Factoring itself becomes much faster once you recognise a handful of classic patterns. Memorise the three below and a large share of textbook quadratics will fall apart at a glance.
| Pattern | Factored form | Example |
|---|---|---|
| Perfect square (plus) | x² + 2px + p² = (x + p)² | x² + 6x + 9 = (x + 3)² |
| Perfect square (minus) | x² − 2px + p² = (x − p)² | x² − 10x + 25 = (x − 5)² |
| Difference of squares | x² − p² = (x − p)(x + p) | x² − 16 = (x − 4)(x + 4) |
Worked Examples: Seeing the Method in Action
Theory sticks best when you watch it work. Below are two problems solved in full, followed by a summary table of common cases you can enter into the solver to verify.
Example 1 — Two real roots by the formula
Solve 2x² + 3x − 5 = 0. Here a = 2, b = 3, c = −5.
- Discriminant: Δ = b² − 4ac = 3² − 4(2)(−5) = 9 + 40 = 49. Since 49 > 0 and is a perfect square, expect two rational roots.
- Apply the formula: x = ( −3 ± √49 ) / (2·2) = ( −3 ± 7 ) / 4.
- Split the ±: x₁ = (−3 + 7)/4 = 4/4 = 1, and x₂ = (−3 − 7)/4 = −10/4 = −5/2.
- Check with Vieta: sum 1 + (−5/2) = −3/2 = −b/a ✓, product 1 × (−5/2) = −5/2 = c/a ✓.
Example 2 — Complex roots
Solve x² + 2x + 5 = 0. Here a = 1, b = 2, c = 5.
- Discriminant: Δ = 2² − 4(1)(5) = 4 − 20 = −16. Since Δ < 0, the roots are complex.
- Rewrite the root of the negative: √(−16) = 4i, because i² = −1.
- Apply the formula: x = ( −2 ± 4i ) / (2·1) = ( −2 ± 4i ) / 2 = −1 ± 2i.
The parabola for this one floats entirely above the x-axis, which is the geometric reason it has no real solutions — a fact the live graph makes obvious.
| Equation | a, b, c | Discriminant Δ | Roots | Case |
|---|---|---|---|---|
| x² − 5x + 6 = 0 | 1, −5, 6 | 1 | 2 and 3 | Two real (rational) |
| x² − 4x + 1 = 0 | 1, −4, 1 | 12 | 2 ± √3 | Two real (irrational) |
| x² − 6x + 9 = 0 | 1, −6, 9 | 0 | 3 (repeated) | One repeated real root |
| x² + 2x + 5 = 0 | 1, 2, 5 | −16 | −1 ± 2i | Two complex roots |
| 2x² + 3x − 5 = 0 | 2, 3, −5 | 49 | 1 and −5/2 | Two real (rational) |
| x² − 2 = 0 | 1, 0, −2 | 8 | ±√2 | Two real (irrational) |
Common Mistakes (and How to Avoid Them)
Most wrong answers on quadratics come from a small set of slip-ups. Watch for these and your accuracy will jump:
- Forgetting the ±. The quadratic formula produces two roots. Dropping the “minus” branch is the single most common error — always write both.
- Sign errors with a negative b. The formula starts with −b. If b = −5, then −b = +5. Parentheses like −(−5) keep you honest.
- Mishandling −4ac when c is negative. In Δ = b² − 4ac, a negative c flips the sign: −4(2)(−5) = +40, not −40. This is where a perfectly good setup often goes wrong.
- Not dividing the whole numerator by 2a. The entire −b ± √Δ sits over 2a — not just part of it.
- Trying to factor everything. Factoring is fast when it works, but if the discriminant is not a perfect square, you will chase your tail. Check Δ first.
- Leaving radicals unsimplified. √12 should become 2√3, and fractions should be reduced. Clean form is usually expected on exams.
- Assuming “no real solutions” means “no solutions.” A negative discriminant still gives two perfectly valid complex solutions.
Study Tips and How to Check Your Answer
A few habits separate students who breeze through quadratics from those who struggle:
- Always compute the discriminant first. It tells you what kind of answer to expect and stops you from forcing a method that will not work.
- Substitute your roots back in. The surest check: plug each root into the original equation and confirm it gives zero.
- Use Vieta as a fast sanity check. Verify that your roots sum to −b/a and multiply to c/a. If either fails, you have an error to hunt down.
- Clear fractions early. If coefficients are fractions, multiply the whole equation by the common denominator first; the roots do not change and the arithmetic gets much friendlier.
- Sketch the parabola. Knowing whether it opens up or down and roughly where the vertex sits catches impossible answers before they cost you marks.
Every one of these checks is built into the Tooliqo solver: it shows the discriminant up front, gives exact and decimal roots, lists the sum and product for a Vieta check, clears fractions automatically, and draws the parabola — so you can learn the habits by watching them happen.
Quadratic Equations in the Real World: A Worked Application
Let us make the abstract concrete. Suppose you throw a ball straight up from a height of 2 metres with an initial speed of 20 metres per second. Ignoring air resistance and using g ≈ 10 m/s², its height in metres after t seconds is approximately:
h(t) = −5t² + 20t + 2
Two natural questions both become quadratics. When does the ball hit the ground? Set h(t) = 0 and solve −5t² + 20t + 2 = 0; the positive root is the landing time. What is the maximum height, and when? That is the vertex: the time is t = −b/(2a) = −20/(2·−5) = 2 seconds, and plugging back gives a peak height of h(2) = −5(4) + 40 + 2 = 22 metres. In one small equation you have captured the entire flight — when it peaks, how high it goes, and when it lands. That is the quiet power of quadratics, and it is why they earn their place in every algebra curriculum.
A Short History: Where the Quadratic Formula Came From
Solving quadratics is genuinely ancient. Babylonian mathematicians were working out equivalent problems on clay tablets nearly four thousand years ago, using geometric recipes for what we would now call completing the square. The method matured through Greek, Indian, and Persian mathematics, and the very word algebra comes from the title of a ninth-century treatise by the Persian scholar al-Khwarizmi, al-Kitāb al-mukhtaṣar fī ḥisāb al-jabr wa’l-muqābala — the term al-jabr giving us “algebra.” The compact symbolic formula we use today, with its clean ± and square root, only took its modern shape once algebraic notation was developed centuries later. When you punch coefficients into a solver in a fraction of a second, you are standing on four millennia of human effort.
Frequently Asked Questions
What is a quadratic equation in simple terms?
It is an equation where the highest power of the variable is 2, written in the form ax² + bx + c = 0 with a not equal to zero. The squared term gives it a curved graph and generally two solutions.
What is the quadratic formula?
The quadratic formula is x = ( −b ± √(b² − 4ac) ) / (2a). Substitute the coefficients a, b, and c, and it returns both roots of any quadratic equation.
How do you solve a quadratic equation step by step?
Put it in standard form, identify a, b, and c, compute the discriminant Δ = b² − 4ac to learn the root type, then either factor, complete the square, or apply the quadratic formula, and finally simplify. The solver on this page shows all of these steps automatically.
What is the discriminant and why does it matter?
The discriminant is Δ = b² − 4ac, the part under the square root. Its sign tells you the number and type of roots before you finish: positive means two distinct real roots, zero means one repeated real root, and negative means two complex roots.
Can a quadratic equation have no real solutions?
Yes. When the discriminant is negative, the parabola never touches the x-axis, so there are no real solutions — but there are still two complex conjugate solutions of the form p ± qi.
What is the fastest way to solve a quadratic equation?
If the coefficients are small integers and the discriminant is a perfect square, factoring is fastest. If there is no middle term, use the square root method. For anything else, the quadratic formula is the most reliable route.
What is the difference between roots, zeros, and solutions?
For a quadratic they mean the same thing: the values of x that make the equation equal zero. “Roots” and “zeros” emphasise the graph crossing the x-axis, while “solutions” emphasises the equation being satisfied.
How do you find the vertex of a parabola?
The vertex is at x = −b/(2a). Substitute that value back into the quadratic to get the y-coordinate, which equals c − b²/(4a). The vertex is the minimum point when a is positive and the maximum when a is negative.
What do the sum and product of the roots tell you?
By Vieta’s formulas, the two roots always sum to −b/a and multiply to c/a. These relationships are a quick way to check your answers or to build a quadratic when you already know its roots.
Does the solver handle fractions, decimals, and complex numbers?
Yes. You can enter coefficients as whole numbers, fractions such as 1/2, or decimals such as 0.25. The tool clears denominators to stay exact and reports real roots as fractions or simplified radicals and complex roots in p ± qi form, always with a decimal approximation.
How accurate are the results?
The solver uses exact arithmetic wherever possible and a numerically stable method for its decimal values, so the roots are correct to high precision even for tricky coefficients — and you can always verify them by substituting back or by the Vieta check.
Is the quadratic equation solver free and does it work on mobile?
Completely free, with no sign-up. It runs entirely in your browser, works on phones and tablets with a responsive layout and a fullscreen option, and functions offline once the page has loaded.
Add This Quadratic Equation Solver to Your Own Website (Free Embed Code)
Now that you have seen everything the solver does — the exact and complex roots, the discriminant verdict, the vertex and axis of symmetry, the full step-by-step working, and the live parabola graph — you can put that same engine on your own site in about a minute. It is a natural fit for a lesson page, a homework resource, a mathematics blog, or any article where a reader would rather solve a quadratic on the spot than go hunting for a calculator somewhere else.
The embedded tool runs entirely inside your visitor’s browser, sealed in its own isolated container so it cannot read or affect the rest of your page. Nothing is uploaded, stored, or logged: every coefficient a reader types and every root the tool returns lives only on their device and vanishes the moment they close the tab. No ads, no sign-ups, no watermarks, and no daily limits — just a fast, private, self-contained solver working quietly on your pages.
It ships in six interface languages so you can match your audience — English, Spanish, French, Arabic, Chinese, and Hindi — with the labels, buttons, step-by-step explanations, and graph all following the chosen language, and a full right-to-left layout for Arabic. The language is detected from the visitor’s browser on their first visit, and you can pin a specific one by adding a ?lang= parameter to the embed address.
Available language codes: en, es, fr, ar, zh, hi — for example ?lang=en for English or ?lang=ar for Arabic.
Method 1 — Isolated iframe (ideal for articles and pages)
If you are publishing a guide or an in-depth article like this one, this is the cleanest option. It drops the fully working solver straight into the flow of your content inside an isolated frame, so your layout stays tidy and the tool sizes itself to fit. Paste it exactly as it is, wherever you want the solver to appear:
<iframe data-tooliqo src="https://tools.tooliqo.co/quadratic-solver/?lang=en"title="Tooliqo — quadratic-solver" style="width:100%;border:0;height:900px" height="900" loading="lazy" scrolling="no" allowfullscreen allow="fullscreen; clipboard-write"></iframe> <script src="https://tools.tooliqo.co/embed.js" async></script>
Method 2 — Flexible script (great for sidebars and templates)
For a sidebar, a footer, or a reusable template slot, this lighter integration loads the same solver on demand and adapts to whatever space you give it. Add the small placeholder where you want the tool to sit and include the script once:
<div class="tooliqo-tool" data-tool="quadratic-solver" data-lang="en"data-height="900"></div> <script src="https://tools.tooliqo.co/embed.js" async></script>
Both methods load the exact same solver described throughout this guide, and both respect your visitors’ dark-mode and reduced-motion settings. Reach for the iframe when you want the tool inline with an article, or the script when you want it living in a widget area — either way, your readers can enter a quadratic and instantly see its roots, discriminant, vertex, and graph, then follow the steps that explain precisely why the answer is what it is.
Conclusion
Quadratic equations are one of those rare topics that reward you twice: they are elegant to understand and genuinely useful to apply. Once you can read the coefficients a, b, and c, glance at the discriminant to predict the outcome, choose the right method — factoring, the square root method, completing the square, or the quadratic formula — and picture the parabola behind the numbers, the whole subject stops feeling like a rule to memorise and starts feeling like a tool you own. Keep the reference tables above close, lean on the Tooliqo Quadratic Equation Solver whenever you want to check your work or watch a full step-by-step solution unfold, and you will handle any quadratic that comes your way — on an exam, on the job, or out in the curved, accelerating, beautifully quadratic real world.
