MATH 2 • MODELING & APPLICATIONS

Evaluating Quadratic Model Reasonableness — I can evaluate reasonableness of a quadratic model by considering domain, units, and constraints.

Learn to judge whether a quadratic equation actually makes sense for the real-world situation it describes.

Historical Context & Motivation

Humans have used mathematics to model the physical world for thousands of years. Ancient civilizations in Babylon and Egypt developed formulas to predict the areas of fields and the trajectories of projectiles. However, a formula is only useful if it produces answers that make sense in the real situation it describes. A model that predicts a negative height for a basketball or a time of 500 hours for a 10-second jump is mathematically valid but practically meaningless.

The idea of checking whether a mathematical answer is reasonable has grown alongside the use of quadratic models in science, engineering, and economics. As quadratic equations became central to predicting projectile motion, profit optimization, and structural design, mathematicians and scientists developed systematic ways to verify that their solutions fit the constraints of the real world.

~300 BCE
Euclid's Geometric Algebra
Greek mathematicians solved quadratic-style problems geometrically, always checking that solutions corresponded to physically possible lengths and areas.
1638
Galileo's Projectile Model
Galileo showed that projectile paths follow parabolic (quadratic) curves, requiring domain restrictions such as non-negative time and height.
1687
Newton's Principia
Newton formalized motion equations that are quadratic in time. Evaluating which solutions of these equations were physically meaningful became standard scientific practice.
20th Century
Rise of Mathematical Modeling
Engineers and economists began routinely using quadratic models for revenue, cost, and design optimization, making domain and unit analysis essential professional skills.

Today, the central question remains the same: just because you can find a solution to a quadratic equation doesn't mean that solution should be used. This lesson will teach you how to evaluate whether a quadratic model's outputs are reasonable by examining the domain, units, and constraints of the real-world scenario.

Core Principles & Definitions

Evaluating the reasonableness of a quadratic model comes down to three fundamental checks. Each one acts as a filter: if your answer passes all three, you can be confident it makes sense in context. If it fails even one, you need to reconsider the solution or the model itself.

1

Domain

The domain is the set of all input values (x-values) that make sense in the real-world context. For a model of a ball's height over time, the domain only includes non-negative times (t ≥ 0) up to when the ball lands.
2

Units

Every quantity in a model carries units (meters, seconds, dollars, etc.). When you plug values in and get answers out, the units must match the quantity you're measuring. A height answer should come out in feet or meters, not in dollars.
3

Constraints

Constraints are additional limitations imposed by the real situation. Heights can't be negative below ground level, the number of products sold must be a whole number, and profit can't exceed total revenue. Constraints eliminate mathematically valid but physically impossible answers.
4

Reasonable Range

The reasonable range is the set of output values (y-values) that make sense. A model predicting a person's height at 50 feet or a company's revenue at −$1,000,000 is producing outputs outside the reasonable range.
KEY TAKEAWAY
Think of a quadratic model like a GPS navigation app. The GPS might calculate a route that technically gets you from A to B, but if it sends you driving through a lake or onto a closed road, the route isn't reasonable. Similarly, a quadratic equation might produce a mathematically correct answer that doesn't work in the real world. Your job is to check the 'route' — does the answer stay on valid roads (domain), follow the right traffic signs (units), and avoid closed paths (constraints)?

Visual Explanation — The Parabola and Its Reasonable Region

The following diagram shows a quadratic model for the height of a launched ball over time. The full parabola extends mathematically in both directions, but the shaded reasonable region highlights only the portion of the curve where the model actually applies. Outside that region, the model produces answers that are physically impossible — like negative time or negative height.

The cyan solid curve shows the reasonable region of the model — from launch (t = 0) to landing (t ≈ 4.06 s). The dashed red extensions show where the parabola continues mathematically, but those outputs (negative height, negative time) are meaningless in this context.

Notice that the full mathematical parabola extends infinitely, but the real scenario only uses a slice of it. The green dots mark the start and end of the ball's flight — these are the boundaries of the reasonable domain. The yellow dot at the top marks the vertex, where the ball reaches its maximum height of 68 feet. Everything outside the shaded region is mathematically correct but physically unreasonable.

Mathematical Framework

A quadratic model takes the general form shown below. Understanding each piece helps you determine which values of x (and which outputs) are reasonable.

GENERAL QUADRATIC MODEL
f(x) = ax² + bx + c
a, b, c = constants determined by the situation; x = independent variable (input); f(x) = dependent variable (output). If a > 0, the parabola opens upward; if a < 0, it opens downward.
FINDING THE VERTEX (MAX OR MIN)
x_vertex = −b / (2a) → f(x_vertex) = a(−b / 2a)² + b(−b / 2a) + c
The vertex gives you the maximum or minimum output of the model. Compare this value against what's physically realistic to check reasonableness.
QUADRATIC FORMULA (FINDING ZEROS)
x = (−b ± √(b² − 4ac)) / (2a)
The zeros tell you where f(x) = 0. In a height model, these are launch and landing times. In a profit model, these are break-even points. Both solutions should be checked against the reasonable domain.

The Three-Step Reasonableness Check

  1. Step 1 — Check the Domain: Identify the real-world meaning of x. Determine which x-values are possible (e.g., time ≥ 0, number of items ≥ 0). Discard any solution that falls outside this interval.
  2. Step 2 — Check the Units: Verify that your input and output units match what the problem describes. If x is in seconds and f(x) is in feet, make sure your answer is labeled correctly and the numerical size is plausible.
  3. Step 3 — Check the Constraints: Apply any additional limits. Heights can't be negative (unless below a reference point), revenue can't exceed total market size, and quantities must sometimes be whole numbers.

Detailed Breakdown — Domain Restrictions and Constraint Types

Different real-world scenarios impose different types of restrictions on a quadratic model. The diagram below categorizes the most common constraint types you'll encounter and shows how each one narrows the set of acceptable solutions.

The three checks — domain, units, and constraints — act as filters. A solution must pass through all three to be considered reasonable.
Common quadratic modeling scenarios and their restrictions
ScenarioTypical Domain RestrictionTypical Constraint
Projectile motion (height vs. time)t ≥ 0 (time can't be negative)h(t) ≥ 0 (height at or above ground)
Revenue / profit modelx ≥ 0 (can't sell negative items)R(x) ≥ 0; x must be a whole number
Area of a fenced region0 < x < half the total fencingA(x) > 0; dimensions must be positive
Stopping distance of a carv ≥ 0 (speed can't be negative)d(v) ≥ 0; speed can't exceed road limit

Worked Example — Evaluating a Projectile Model

A football is kicked from the ground. Its height in feet after t seconds is modeled by h(t) = −16t² + 48t. A student solves h(t) = 20 and finds t = −0.5 and t = 2.5. Let's evaluate whether both solutions are reasonable.

Is t = −0.5 or t = 2.5 a reasonable time for the ball to be at 20 feet?
1
Step 1 — Identify the DomainThe variable t represents time in seconds after the kick. Time cannot be negative, so the domain is t ≥ 0. Additionally, the ball lands when h(t) = 0 again, so we solve −16t² + 48t = 0, giving t(−16t + 48) = 0, so t = 0 or t = 3. The realistic domain is 0 ≤ t ≤ 3.
Domain: 0 ≤ t ≤ 3 seconds
2
Step 2 — Check Each Solution Against the DomainThe solution t = −0.5 is outside the domain because time cannot be negative. This solution is mathematically valid (plugging it into −16(−0.5)² + 48(−0.5) does give −4 − 24 = −28, not 20, so it actually doesn't even satisfy the equation correctly — but even if it did come from a valid algebra step, negative time is rejected). The solution t = 2.5 falls within 0 ≤ t ≤ 3, so it passes the domain check.
t = −0.5 rejected; t = 2.5 passes domain check
3
Step 3 — Verify UnitsThe input t is in seconds, and the output h(t) is in feet. The coefficient −16 carries units of ft/s², and 48 carries units of ft/s. So h(2.5) = −16(2.5)² + 48(2.5) = −16(6.25) + 120 = −100 + 120 = 20 feet. The units are consistent: we put in seconds and got out feet.
Units check: ✓ (seconds in, feet out)
4
Step 4 — Check ConstraintsThe height of 20 feet is non-negative and is below the maximum height. We can find the max: t_vertex = −48 / (2 × −16) = 1.5 s, and h(1.5) = −16(2.25) + 48(1.5) = −36 + 72 = 36 ft. Since 20 < 36, it's within the achievable range. The constraint h(t) ≥ 0 is satisfied.
Constraints check: ✓ (0 ≤ 20 ≤ 36)
5
Step 5 — State the ConclusionOnly t = 2.5 seconds is a reasonable answer. The ball is at 20 feet on its way back down, 2.5 seconds after being kicked. The solution t = −0.5 is rejected because it falls outside the reasonable domain.
Final answer: t = 2.5 seconds is the only reasonable solution.
⚠️ Common Mistake
Students often report both solutions from the quadratic formula without checking them against the real-world context. Always ask: "Does this answer make sense in the scenario?" A negative time, a height of 10,000 feet for a basketball, or selling −3 items are all signs that a solution should be discarded.

Strengths and Limitations of Quadratic Models

Quadratic models are powerful tools, but they aren't perfect. Understanding when they work well and when they break down is itself part of evaluating reasonableness. A model that's great for one situation might be terrible for another.

Strengths vs. limitations of quadratic models
StrengthsLimitations
Accurately model projectile motion near Earth's surface, where air resistance is negligible.Break down for long-range projectiles or objects with significant air resistance (e.g., feathers, parachutes).
Capture the shape of profit/revenue curves when price and quantity are linearly related.Cannot account for complex market behavior like seasonal demand swings or competitor actions.
Simple and efficient: only three parameters (a, b, c) are needed to define the entire curve.Too simple for phenomena that involve exponential growth, oscillation, or sharp changes.
Easy to solve: the quadratic formula always yields exact solutions.Always symmetric — but many real phenomena are not symmetric (e.g., population growth and decline).
KEY TAKEAWAY
A quadratic model is like a map of your neighborhood — it's incredibly useful within its intended area, but if you try to use it to navigate across the country, it won't help. Recognizing the boundaries of a model is just as important as knowing how to use it.

Connection to Advanced Modeling

The reasonableness-checking skills you learn with quadratic models transfer directly to more advanced courses. In precalculus and calculus, you'll work with exponential, logarithmic, trigonometric, and polynomial models — each one requiring the same critical evaluation of domain, units, and constraints. The table below previews how this concept extends.

How reasonableness checks scale to advanced math
FeatureQuadratic Models (Math 2)Advanced Models (Precalc / Calc)
Typical shapeParabola (symmetric U or ∩)Exponential curves, sine waves, asymptotic behavior
Domain checkUsually t ≥ 0 or x ≥ 0May also exclude values where log or square root is undefined
Unit analysisCheck that input/output units match contextSame skill, applied to rates of change (derivatives) and accumulated totals (integrals)
ConstraintsNon-negative outputs, integer quantitiesAsymptotic bounds, periodicity, physical limits like speed of light
When model breaksOutside the reasonable domain, the parabola extends unrealisticallyModels may diverge, oscillate unexpectedly, or require piecewise definitions

The bottom line is that no mathematical model perfectly captures reality. Every model is a simplification. The critical thinking skill of evaluating reasonableness — asking "Does this answer make sense?" — is something you'll use in every math and science course from here on, and in professional life as well.

Practice Problems

PROBLEM 1CONCEPTUAL
A quadratic model for the height of a thrown ball gives two solutions when you set h(t) = 0: t = −1.2 and t = 3.8. Explain why one of these solutions is unreasonable, and identify which one should be used.
PROBLEM 2BASIC CALCULATION
A rocket's height is modeled by h(t) = −5t² + 40t + 10, where h is in meters and t is in seconds. Find the maximum height and determine the reasonable domain of the model.
PROBLEM 3INTERMEDIATE
A company models its daily profit in dollars as P(x) = −3x² + 180x − 1200, where x is the number of items sold. A student claims the company should sell 70 items to maximize profit. Evaluate this claim by finding the vertex and checking domain constraints.
PROBLEM 4APPLIED
A farmer has 200 feet of fencing to enclose a rectangular garden against a barn wall (only three sides need fencing). The area is modeled by A(x) = x(200 − 2x) = −2x² + 200x, where x is the width in feet. A friend says to make the width 120 feet. Evaluate whether this is reasonable.
PROBLEM 5CRITICAL THINKING
A student uses the model h(t) = −16t² + 96t to describe a ball thrown upward on the Moon. Identify at least two reasons why this model might be unreasonable for a lunar setting, even though it is a valid projectile model. What would need to change to make the model reasonable for the Moon?

Lesson Summary

A quadratic model of the form f(x) = ax² + bx + c can describe projectile motion, revenue, area, and many other real-world situations. However, the mathematical parabola extends infinitely, while real scenarios are limited. To evaluate whether a solution is reasonable, you apply three checks: the domain check ensures the input value (x or t) falls within physically possible limits, such as non-negative time or a positive number of items sold. The unit check confirms that input and output values carry the correct measurement labels and that the numerical magnitude is plausible. The constraint check applies additional real-world rules, such as height ≥ 0, integer quantities, or revenue not exceeding market capacity.

When a quadratic equation produces two solutions (from the quadratic formula or factoring), always test both against these three filters. The vertex of the parabola tells you the maximum or minimum output, which helps you verify whether a given output is even achievable. Remember: a model is a simplified version of reality, and your job is to recognize where it works and where it breaks down. This critical-thinking skill extends far beyond quadratics into all future mathematical modeling.

Varsity Tutors • Math 2 • Evaluating Quadratic Model Reasonableness