MATH 3 • MODELING & APPLICATIONS

Verifying Solutions with Technology — I can use graphs or technology to verify solutions and explain discrepancies due to rounding.

Learn to confirm algebraic answers using graphing tools and understand why small numerical differences arise.

Historical Context & Motivation

For centuries, mathematicians solved equations by hand and had no quick way to double-check their work beyond re-doing the algebra or asking a colleague. Even brilliant minds made arithmetic errors that went undetected for years. The desire to verify solutions — to confirm that an answer truly satisfies the original equation or model — has always been central to mathematics. What changed everything was the arrival of computing machines that could graph functions, evaluate expressions, and expose mistakes in seconds.

1614
Logarithm Tables Published
John Napier published tables of logarithms, giving mathematicians a way to check complex calculations. However, the tables themselves contained rounding errors that occasionally led to small discrepancies.
1960s
Early Computer Algebra Systems
Researchers at MIT developed the first symbolic math programs. These systems could solve equations algebraically and then evaluate them numerically, revealing how rounding in floating-point arithmetic creates tiny errors.
1985
The First Graphing Calculator
Casio released the fx-7000G, the first widely available graphing calculator. Students could now plot functions and visually locate intersections, making solution verification accessible in everyday classrooms.
2000s
Online Graphing Tools Emerge
Free platforms like Desmos and GeoGebra brought powerful graphing to any device with a web browser. These tools allowed students to type an equation, instantly see its graph, and trace exact or approximate coordinates.
2020s
AI-Powered Math Assistants
Modern technology can now solve, graph, and explain equations step by step. Understanding when and why a technology-generated answer might differ slightly from an algebraic one — due to rounding — is a critical skill for today's students.

This history raises a key question: if technology can solve and graph equations, why do the numerical answers sometimes look slightly different from the exact algebraic answers you compute by hand? The answer lies in rounding and floating-point representation — and understanding that gap is exactly what this lesson is about.

Core Principles & Definitions

Before diving into verification strategies, you need a clear vocabulary. The ideas below form the foundation for everything that follows. Each principle addresses a different aspect of what it means to verify a solution and why technology sometimes reports a value that doesn't match your hand-calculated answer exactly.

1

Algebraic (Exact) Solution

The answer obtained by symbolic manipulation — solving equations step by step using algebra. These solutions may include radicals (√2), fractions (⅓), or irrational constants (π). They are exact because no approximation is involved.
2

Numerical (Approximate) Solution

The decimal value a calculator or computer produces when it evaluates an expression. For example, √2 becomes 1.41421356… but the display may show only 1.4142. The result is approximate because it is rounded or truncated.
3

Graphical Verification

Plotting one or more functions on a coordinate plane and identifying key features — such as x-intercepts, intersections, or turning points — to confirm that a solution is correct. The graph provides a visual check of algebraic work.
4

Rounding Discrepancy

The small difference between an exact algebraic answer and a technology-reported decimal. This occurs because calculators store numbers with a finite number of digits. A discrepancy of 0.0001 or less is usually acceptable and expected.
5

Substitution Check

Plugging a candidate solution back into the original equation to see if both sides are equal (or nearly equal). When technology gives a rounded value, the substitution may yield a tiny residual instead of zero — this is normal and does not mean the answer is wrong.
KEY TAKEAWAY
Think of an exact algebraic solution like a street address — it tells you precisely where something is. A numerical approximation from technology is like a GPS pin that lands within a few feet of that address. The pin is close enough to get you there, but it's not the address itself. Recognizing that tiny gap and knowing why it exists is what separates confident math students from confused ones.

Visual Explanation — Graphical Verification

The most intuitive way to verify a solution is to graph the equation and look for key features. If you solved f(x) = 0, the solutions are the x-intercepts of y = f(x). If you solved f(x) = g(x), the solutions are the x-coordinates where the two graphs intersect. The diagram below shows both ideas on a single coordinate plane.

The yellow dots mark where the parabola crosses the x-axis — these are the zeros of f(x). The pink circles mark where f(x) and g(x) intersect, giving the solutions to f(x) = g(x). Technology can trace these points and report their coordinates, though the decimals may be rounded.

When you use a tool like Desmos, you can click on an intersection point and the tool will display coordinates such as (−0.7913, 2.3957). If your algebraic work yields x = (5 − √21) / 4, you can convert that to a decimal — it equals approximately −0.7913 — and confirm the match. If the values agree to several decimal places, your solution is verified. A small difference in the last decimal place is simply a rounding discrepancy, not an error in your algebra.

Mathematical Framework

To verify a solution with technology, you need to understand several mathematical ideas: what it means for a value to be a solution, how graphs encode solutions, and how to measure the size of a rounding discrepancy. The equations and relationships below make these ideas precise.

ZERO / ROOT CONDITION
x = r is a solution of f(x) = 0 ⟺ f(r) = 0
Graphically, r is an x-intercept of the graph y = f(x). When technology reports r ≈ 2.4142, substitute back: if f(2.4142) is very close to 0 (e.g., 0.00003), the answer is verified.
INTERSECTION CONDITION
x = r is a solution of f(x) = g(x) ⟺ f(r) − g(r) = 0
Graphically, r is the x-coordinate of an intersection point of y = f(x) and y = g(x). You can also graph h(x) = f(x) − g(x) and look for the zeros of h.
ABSOLUTE ERROR
Absolute Error = |x_exact − x_approx|
This measures how far the technology's rounded value is from the true answer. For example, if x_exact = √2 ≈ 1.41421356… and x_approx = 1.4142, then the absolute error is about 0.00001356.
RELATIVE ERROR
Relative Error = |x_exact − x_approx| / |x_exact| × 100%
Relative error expresses the discrepancy as a percentage of the true value. A relative error under 0.01% is typically negligible in a high school context and confirms the solution is correct.
💡 Why Does Rounding Happen?
Calculators and computers store numbers in binary using a fixed number of digits (typically 15–17 significant figures for a standard calculator). Numbers like √2 or π have infinitely many non-repeating digits, so they must be truncated or rounded to fit. When these slightly-off values are used in further calculations, the small error can grow — though for most problems, it remains negligible.

Verification Techniques in Detail

There are several practical strategies for verifying solutions using technology. Each approach has its strengths depending on the type of equation you're checking. The diagram below compares three common techniques side by side, and the table that follows summarizes when to use each one.

Three verification strategies: Graph & Trace gives a visual check, Table of Values shows numerical convergence, and Substitution directly tests the candidate solution. Combining two or more strategies gives the strongest confirmation.
Comparison of three technology-based verification strategies
StrategyWhat You DoWhat Confirms the SolutionCommon Rounding Effect
Graph & TracePlot the function(s); use trace or intersect featureThe x-intercept or intersection matches your algebraic answerCoordinates may be rounded (e.g., x = 1.4142 instead of √2)
Table of ValuesGenerate table near your answer with small step size (e.g., 0.01)f(x) value nearest to 0 occurs at your solution; sign changes around itThe table may show f(x) = 0.001 instead of exactly 0
SubstitutionEnter your rounded answer into f(x) on a calculatorf(r) ≈ 0 (or LHS ≈ RHS for an equation)Result is 0.00003 instead of exactly 0 due to the rounded input

Worked Example — Verifying a Quadratic Solution

Let's walk through a complete example. You solve a quadratic equation algebraically, get an exact answer involving a square root, then use technology to verify it — and explain the tiny discrepancy that appears.

Solve and Verify: 2x² − 5x + 1 = 0
1
Step 1 — Solve Algebraically Using the Quadratic FormulaFor ax² + bx + c = 0 with a = 2, b = −5, c = 1, the quadratic formula gives x = (−b ± √(b² − 4ac)) / (2a). Substituting: x = (5 ± √(25 − 8)) / 4 = (5 ± √17) / 4.
x = (5 + √17) / 4 or x = (5 − √17) / 4
2
Step 2 — Convert to Decimals for ComparisonSince √17 ≈ 4.123105625…, the two solutions are x₁ = (5 + 4.123105625) / 4 ≈ 9.123105625 / 4 ≈ 2.280776406 and x₂ = (5 − 4.123105625) / 4 ≈ 0.876894375 / 4 ≈ 0.219223594.
x₁ ≈ 2.2808 and x₂ ≈ 0.2192 (rounded to 4 decimal places)
3
Step 3 — Graph y = 2x² − 5x + 1 in DesmosEnter y = 2x² − 5x + 1 into Desmos. The parabola opens upward and crosses the x-axis in two places. Click on each x-intercept. Desmos reports approximately (2.281, 0) and (0.219, 0). These match our algebraic answers to three decimal places.
Desmos x-intercepts: x ≈ 2.281 and x ≈ 0.219 ✓
4
Step 4 — Substitution CheckPlug x = 2.2808 into f(x) = 2x² − 5x + 1 using a calculator: f(2.2808) = 2(2.2808)² − 5(2.2808) + 1 = 2(5.20205) − 11.404 + 1 = 10.4041 − 11.404 + 1 = 0.0001. The result is not exactly 0, but it is extremely close. This tiny residual is the rounding discrepancy — it arises because 2.2808 is a rounded version of the exact value (5 + √17) / 4.
f(2.2808) ≈ 0.0001 ≈ 0 ✓ (discrepancy due to rounding x to 4 decimal places)
5
Step 5 — Explain the DiscrepancyThe absolute error between the exact solution and the rounded value is |(5 + √17)/4 − 2.2808| ≈ |2.280776… − 2.2808| ≈ 0.000024. The relative error is about 0.001%. This is well within acceptable tolerance. The discrepancy occurs because √17 is irrational — it has infinitely many decimal places — so any decimal representation must be truncated or rounded, introducing a small error.
Absolute error ≈ 0.000024; Relative error ≈ 0.001% — negligible
💡 Pro Tip
When your teacher asks you to "explain the discrepancy," follow this template: "The algebraic solution is exact (involves √17), but the calculator displays a rounded decimal. The small difference of approximately [value] between the two is caused by rounding, not by an error in the algebra." This kind of clear explanation earns full credit.

Strengths & Limitations of Technology Verification

Technology is a powerful ally in verification, but it's not infallible. Understanding what these tools do well — and where they can mislead you — is an essential part of mathematical literacy. The table below highlights key strengths and limitations.

Strengths and limitations of using technology for verification
StrengthsLimitations
Instant visual confirmation — graphs show the shape and location of solutions at a glanceRounding can make two very close (but distinct) roots appear as one
Handles complex functions (trig, exponential, logarithmic) that are hard to solve by handZooming out too far may cause roots to be invisible; zooming in too far may show pixel artifacts
Table feature allows you to scan many values quickly to locate sign changesStep size must be chosen carefully — too large and you might skip over a root
Substitution on a calculator is fast and gives a numerical residual to checkA non-zero residual from rounding can be misinterpreted as a wrong answer
Free tools like Desmos are accessible on any device with internet accessTechnology cannot tell you why a solution is correct — only algebra gives the reasoning
KEY TAKEAWAY
Technology is like a spell-checker for your math: it's great at catching errors, but it doesn't understand grammar. Just as a spell-checker might flag a correctly used rare word, a graphing tool might show a solution as x = 1.9999 when the exact answer is 2. You need mathematical reasoning to interpret the output and decide whether a tiny discrepancy is rounding or a real mistake.

Connections to Advanced Topics

The skill of verifying solutions with technology and understanding rounding connects directly to more advanced mathematical ideas you'll encounter in later courses. Numerical analysis — an entire branch of mathematics — is devoted to studying how errors propagate through calculations and how to minimize them. Engineers, scientists, and data analysts use these concepts daily.

How verification skills connect to advanced mathematics
This Lesson (Math 3)Advanced Connection
Checking that f(r) ≈ 0 for a rounded root rNewton's Method iteratively refines r to get closer to the exact root, reducing error each step
Absolute and relative error between exact and approximate valuesError analysis in numerical methods quantifies how errors accumulate through operations
Using graphing tools to find intersections of two functionsSolving systems of nonlinear equations graphically extends to 3D surfaces in multivariable calculus
Recognizing that calculators round irrational numbersIEEE 754 floating-point standard defines exactly how computers store and round numbers in binary

You don't need to master these advanced topics now, but knowing they exist helps you see the bigger picture. Every time you verify a solution and explain a rounding discrepancy, you're practicing the same reasoning that professional mathematicians and engineers use when they validate computer simulations of bridges, aircraft, and medical devices.

Practice Problems

PROBLEM 1CONCEPTUAL
A student solves x² − 2 = 0 and gets x = √2. They enter √2 into their calculator, which shows 1.41421356. They then compute (1.41421356)² and get 1.99999999. The student says, "My answer must be wrong because I didn't get exactly 2." Is the student correct? Explain.
PROBLEM 2BASIC CALCULATION
You solve 3x² − 7x + 2 = 0 using the quadratic formula and get x = (7 + √25) / 6 and x = (7 − √25) / 6. Simplify these to exact values, then verify both by substituting them back into 3x² − 7x + 2. What should you get?
PROBLEM 3INTERMEDIATE
Consider the equation x³ − 4x + 1 = 0. A graphing tool shows three x-intercepts at approximately x ≈ −2.115, x ≈ 0.254, and x ≈ 1.861. Verify the solution x ≈ 1.861 by substituting it into the original equation. Then calculate the absolute error if the more precise value is x = 1.86081.
PROBLEM 4APPLIED
A company models its profit P (in thousands of dollars) as P(x) = −0.5x² + 8x − 15, where x is the number of units sold (in hundreds). A manager wants to know how many units the company must sell to break even (P = 0). Solve algebraically, then describe how you would use Desmos to verify your answer. Explain what a rounding discrepancy would look like in this context.
PROBLEM 5CRITICAL THINKING
A student graphs y = e^x − 3x on a calculator and finds an x-intercept at x ≈ 1.512. They also find one at x ≈ 0.619. However, when they zoom out, they notice there might be a third intercept for large negative x values, but the graph appears to hug the x-axis without clearly crossing it. Explain why graphing alone might not be sufficient to determine whether a third solution exists. What additional verification strategy would you recommend, and how would rounding complicate the analysis?

Lesson Summary

In this lesson, you learned that verifying solutions with technology means using tools like graphing calculators, Desmos, or GeoGebra to confirm that your algebraic answers are correct. The three main strategies are graphing and tracing (look for x-intercepts or intersections), table of values (scan for sign changes or values near zero), and substitution (plug the candidate solution back into the equation and check that the result is approximately zero).

You also learned that rounding discrepancies are small differences between exact algebraic solutions and the decimal values reported by technology. These arise because calculators use a finite number of digits to represent irrational or repeating numbers. You can measure the size of a discrepancy using absolute error or relative error. When the error is very small (typically less than 0.01%), the solution is verified. The key takeaway: technology is a powerful verification tool, but mathematical reasoning is what lets you interpret and explain the results.

Varsity Tutors • Math 3 • Verifying Solutions with Technology