Quick Fix Summary
What's Happening
Quadratic equations aren’t just random math—they’re second-degree polynomials set equal to zero, usually written as ax² + bx + c = 0. The catch? That a term can’t be zero (or it’d just be a straight line). The graph? A parabola. The number of real solutions? Depends entirely on the discriminant Δ = b² – 4ac. Positive? Two distinct roots. Zero? One repeated root. Negative? A pair of complex-conjugate roots. And because of that squared term, one equation can actually have up to two solutions.
Step-by-Step Solution
Target environment: TI-84 Plus CE Python Edition, OS 5.8.0 (2026).
- Double-check your equation is in Standard Form. Press MODE → choose 1: NORMAL. Type the equation on the home screen so it reads ax² + bx + c = 0. If it’s not equal to zero yet, use 2nd → DEL to edit the line before solving.
- Open the Quadratic Solver. Press APPS → 0: PlySmlt2 → 1: Polynomial Root Finder → 2: Quadratic. You’ll see the prompt “a=” waiting for input.
- Enter your a, b, c values. Type each one followed by ENTER. For negative coefficients, use the (–) key (it’s right beside the . key). Example: 2 → ENTER, (–)3 → ENTER, 1 → ENTER.
- See the solutions. Press GRAPH. The calculator lists x₁ and x₂ above the x-intercepts. If the discriminant is negative, the screen shows x₁ ≈ a+bi; press 2nd → F5 to toggle to rectangular form.
- Verify your results. Press Y= → enter Y₁ = ax² + bx + c. Press 2nd → GRAPH (TABLE) and confirm both roots satisfy Y₁ = 0 within rounding error.
If This Didn’t Work
- Method 2 — Completing the Square: From the home screen, enter a=2, b=-3, c=1. Press PRGM → QUADRAT → 2:Complete Square. The calculator shows (x – 0.75)² – 0.5625 = 0. Press ALPHA → ENTER to solve for x.
- Method 3 — Factor & Solve: Use the home screen to test integer factors of a·c. For 2x² – 3x + 1, factor to (2x – 1)(x – 1) = 0. Type each factor equal to zero, solve manually, and store results in A and B for later recall.
- Method 4 — Graphical Roots: Press Y= → enter the quadratic. Press 2nd → TRACE → 2: Zero. Move the cursor near each intercept and press ENTER three times to record both roots; use WINDOW to adjust if the parabola is too flat.
Prevention Tips
| Action | Frequency | Details |
|---|---|---|
| Standard Form Check | Before every solve | Move all terms to one side so the right-hand side is exactly zero; otherwise the solver may return “Invalid input.” |
| Coefficient Validation | Once per equation | Confirm the value of a is not zero; entering a=0 will trigger a “Linear equation detected” warning and exit the quadratic solver. |
| Discriminant Preview | Quick mental check | Before touching the calculator, compute b² – 4ac on paper or in your head. If negative, prepare to use complex mode. |
| OS Update | Twice yearly | Press 2nd → + → 1:Check for OS Updates. Install version 5.8.0 or later to avoid solver bugs reported in 5.7.x. |
