How to Solve Quadratic Equations on Calculator

If you've ever stared at an equation like 2x² + 5x - 3 = 0 and wondered where to even start, you're not alone. Learning how to solve quadratic equations on a calculator turns a multi-step algebra problem into a quick, reliable process — as long as you know which buttons to press and why.

This guide walks you through the exact steps for scientific calculators, graphing calculators like the TI-84, and Casio models. You'll also pick up a few pro-tips that most tutorials skip, like how to catch a rounding error before it costs you marks on a test.

What You Need Before You Start

Every quadratic equation follows the same basic shape:

ax² + bx + c = 0

Before touching your calculator, identify these three values:

  • a — the coefficient of x²
  • b — the coefficient of x
  • c — the constant term

For example, in 3x² - 7x + 2 = 0, a = 3, b = -7, and c = 2. Get this step wrong and every calculation after it falls apart, so double-check your signs before moving on.

Method 1: Using the Quadratic Formula Manually

Most scientific calculators (Casio fx-991, Sharp, standard TI models) don't have a dedicated quadratic solver. You'll plug your values into the quadratic formula yourself:

x = (-b ± √(b² - 4ac)) / 2a

Here's how to enter it step by step:

  1. Calculate the discriminant first. Type b² - 4ac and press equals. This tells you what kind of answers to expect (more on that below).
  2. Take the square root of that result using the √ button.
  3. Add the square root to -b, divide by 2a — this gives your first solution.
  4. Subtract the square root from -b, divide by 2a — this gives your second solution.

Worked Example

Solve x² - 5x + 6 = 0 (a = 1, b = -5, c = 6):

  • Discriminant: (-5)² - 4(1)(6) = 25 - 24 = 1
  • √1 = 1
  • x₁ = (5 + 1) / 2 = 3
  • x₂ = (5 - 1) / 2 = 2

So x = 3 or x = 2. You can verify this instantly by plugging both values back into the original equation — if the left side equals zero, you're correct.

Method 2: Using a Graphing Calculator (TI-84 / TI-83)

Graphing calculators can solve equations without you touching the formula at all.

Using the Equation Solver

  1. Press MODE, then arrow down to make sure your calculator is in normal mode.
  2. Press MATH, scroll to Solver..., and press Enter.
  3. Enter your equation in the form 0 = ax² + bx + c, substituting your actual numbers.
  4. Move the cursor to the X= line and press ALPHA then ENTER (this runs the solve command).

Pro-tip: The solver only returns one root at a time. To find the second solution, guess a different starting value for X before solving — try a negative number if your first answer was positive.

Using the Graph Method

  1. Press Y= and type your equation, replacing "= 0" so it reads Y1 = ax² + bx + c.
  2. Press GRAPH to see the parabola.
  3. Press 2ND then TRACE (this opens CALC), and select zero.
  4. Set a left bound, right bound, and guess near where the curve crosses the x-axis, pressing Enter after each.

This method is especially useful when you want to see the shape of the equation and understand why there are two roots, one root, or none — something the formula alone doesn't show you visually.

Method 3: Using a Calculator App with a Built-In Quadratic Solver

Many modern scientific calculators (Casio fx-991EX, fx-115ES Plus, and similar) have an Equation Mode built in.

  1. Press MODE and select EQN or Equation.
  2. Choose the option for a degree 2 polynomial (this is your quadratic).
  3. Enter a, b, and c when prompted.
  4. Press equals — the calculator displays both roots automatically, including complex roots if they exist.

This is the fastest method by far, but it's worth learning the manual formula too — exams often restrict which calculator functions you're allowed to use.

Understanding the Discriminant (Why Your Answer Type Changes)

The discriminant — the part under the square root (b² - 4ac) — tells you what kind of solutions to expect before you even finish the calculation:

  • Positive discriminant: two distinct real roots (like the example above)
  • Zero discriminant: exactly one real root (a repeated solution)
  • Negative discriminant: two complex roots, involving i (the imaginary unit)

If your calculator gives you an error like "Non-real answer" or "Math ERROR" when solving, this usually means your discriminant is negative. Some calculators (like the Casio fx-991EX in Complex mode) will show these answers directly; others will simply refuse.

The Part Most Guides Skip: Common Calculator Mistakes

This is where real experience with quadratic equations pays off. These are the mistakes that quietly produce wrong answers even when your method is correct:

  • Forgetting parentheses around negative b. If b = -5, always type (-5) in the formula, not just -5 floating in the middle of an expression — order of operations can silently change your result.
  • Mixing up the fraction bar. The entire numerator (-b ± √(b² - 4ac)) must be divided by 2a, not just by 2 or by a alone. Use parentheses around the whole numerator to force the correct order.
  • Rounding too early. If you round the square root to two decimal places and then keep calculating, your final answer drifts from the true value. Keep full decimal precision until the last step.
  • Switching calculator modes accidentally. A calculator left in "Complex" or "Radian" mode can return unexpected results for a problem that should be simple. Check your mode before you start, especially on shared or borrowed calculators during an exam.

    Quick Reference Checklist

  • Before you submit an answer, run through this:
  •  Identified a, b, and c correctly, including signs
  •  Calculated the discriminant and checked its sign
  •  Used parentheses around the full numerator and denominator
  •  Checked both roots by substituting back into the original equation
  •  Confirmed the calculator is in the right mode (real vs. complex)

    Final Takeaway

    Solving quadratic equations on a calculator isn't about memorizing button sequences — it's about understanding what each step represents, so a wrong answer doesn't blindside you. The formula method works on any calculator and builds real understanding; the built-in solver saves time once you already trust your setup.

    Expert Tip: Always solve the same equation using two different methods once (manual formula and built-in solver) to confirm your calculator's settings are correct. If both give you the same two roots, you'll know your calculator is configured properly for the rest of your session.