MATH 2 • ALGEBRA & FUNCTIONS

Quadratic Contextual Problems — I can solve contextual problems that lead to quadratic equations and interpret solutions (including discarding nonphysical ones).

Turn real-world scenarios into quadratic equations and learn which solutions actually make sense.

Historical Context & Motivation

People have been solving problems that boil down to quadratic equations for thousands of years — long before anyone wrote the equation ax² + bx + c = 0. Ancient civilizations needed to calculate areas of fields, design irrigation channels, and plan construction projects. Each of these tasks required finding an unknown length or width when areas and perimeters were involved, which naturally produces equations with squared terms.

Throughout history, mathematicians refined techniques for solving these equations and — just as importantly — learned that not every algebraic solution corresponds to something meaningful in the real world. A negative length, a time before an event begins, or a quantity larger than what is physically available must be discarded as nonphysical. Understanding when and why to reject a solution is a skill that sits at the intersection of algebra and critical reasoning.

~2000 BCE
Babylonian Land Surveys
Babylonian scribes solved area-and-perimeter problems on clay tablets, effectively completing the square to find unknown field dimensions — the earliest recorded quadratic problem-solving.
~300 BCE
Greek Geometric Algebra
Euclid reframed quadratic problems as geometric constructions. The Greeks refused negative solutions because lengths cannot be negative, establishing the tradition of interpreting solutions in context.
~820 CE
Al-Khwarizmi's Al-Jabr
The Persian mathematician al-Khwarizmi wrote systematic procedures for solving quadratic equations using 'completion of the square,' and classified problems by their real-world meaning.
1637 CE
Descartes & Symbolic Algebra
René Descartes introduced modern notation (x, x²) and linked algebra to coordinate geometry, making it possible to visualize solutions on a graph and identify which roots match the problem.
Modern Era
Engineering & Physics Applications
Quadratic models now describe projectile motion, profit optimization, structural design, and more. In every case, interpreting and filtering solutions remains essential.

The central question this lesson tackles is: How do you translate a real-world situation into a quadratic equation, solve it, and then decide which solution(s) actually answer the question?

Core Principles & Definitions

Before jumping into problems, you need a clear framework. Contextual quadratic problems follow a predictable cycle: translate the scenario into algebra, solve the quadratic, and then interpret and validate each solution against the constraints of the original situation. The principles below form the foundation of that cycle.

1

Define Variables with Units

Assign a variable to the unknown quantity and state what it represents, including its units (meters, seconds, dollars). This step anchors every equation to reality.
2

Build the Equation from Relationships

Use formulas (area, distance, revenue) or logical relationships described in the problem to construct a quadratic equation. Squared terms arise from products of linear expressions.
3

Solve Using Appropriate Methods

Factor, complete the square, or apply the quadratic formula. A quadratic can yield two, one, or zero real solutions.
4

Interpret Solutions in Context

Check each solution against the domain of the problem. Negative lengths, impossible times, or values that violate constraints are discarded as nonphysical.
5

Answer in a Complete Sentence

State the final answer with units and in the context of the original question. A bare number like 'x = 5' is not a complete answer.
KEY TAKEAWAY
Think of solving a contextual quadratic like using a GPS. The math gives you two possible routes (solutions), but one route might drive you into a lake. You have to check the map (the real-world context) and discard the route that doesn't make sense. The algebra finds candidates; your reasoning picks the winner.

Visual Explanation — The Parabola Meets the Real World

A quadratic equation graphs as a parabola. When the equation models a real-world quantity, only part of the parabola corresponds to physically meaningful values. The diagram below shows a classic projectile-height scenario. Notice how the parabola extends into the region where time is negative (before the ball is thrown) — those points exist mathematically but are meaningless in context.

The purple parabola represents height versus time. The green dot is the initial height (t = 0). The yellow vertex is the maximum height at t = 2 s. The red dot shows where the object hits the ground. The shaded region marks the valid domain (t ≥ 0).

When you set h = 0 to find when the object hits the ground, the quadratic formula gives two values of t. One is positive (roughly 4.08 seconds) and the other is negative (roughly −0.08 seconds). The negative value corresponds to a point on the parabola to the left of the y-axis — a time before the throw happened. That solution is mathematically valid but physically meaningless, so you discard it.

Mathematical Framework

Every contextual quadratic problem ultimately reduces to solving an equation of the form ax² + bx + c = 0. The three main solving techniques are factoring, completing the square, and the quadratic formula. The formula is the most universally applicable tool, so let's anchor our framework there.

STANDARD FORM
ax² + bx + c = 0
a, b, c are real-number coefficients with a ≠ 0. The equation is called quadratic because the highest power of the variable is 2.
QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
The ± symbol means there are potentially two solutions. The expression under the square root, b² − 4ac, is the discriminant (Δ). It tells you how many real solutions exist.
DISCRIMINANT
Δ = b² − 4ac
If Δ > 0 → two distinct real solutions. If Δ = 0 → one repeated real solution. If Δ < 0 → no real solutions (the parabola never crosses the x-axis).

After solving, the crucial step is domain restriction. The domain is the set of values your variable is allowed to take based on the context. Common restrictions include:

  • Lengths and dimensions must be positive (x > 0).
  • Time usually must be non-negative (t ≥ 0).
  • Counts of people or objects must be whole positive numbers.
  • Percentages or probabilities are typically between 0 and 1 (or 0% and 100%).

Common Types of Contextual Quadratic Problems

Quadratic equations don't just appear in textbooks — they emerge naturally in several families of real-world problems. Recognizing which family a problem belongs to helps you set up the equation faster and anticipate what kinds of solutions to expect.

The four major families of contextual quadratic problems. Each card shows the typical equation structure, a visual hint, and the type of solution that usually gets discarded.

In area and geometry problems, you multiply two expressions for length and width, producing a quadratic. Negative solutions are discarded because physical dimensions cannot be negative. In projectile motion problems, the height equation already contains a t² term. Negative time values are usually nonphysical. Revenue and profit problems arise when price and quantity are linked — raising the price reduces the number sold, and the product of these two linearly related expressions is quadratic. Solutions where price or quantity is negative are discarded. Number relationship problems involve products or sums of integers and often allow both positive and negative answers unless the problem specifies 'positive integers.'

Worked Example — Garden Border Problem

A rectangular garden measures 12 feet by 8 feet. A uniform border of flowers is planted around the outside of the garden. If the total area of the garden plus the border is 180 square feet, how wide is the border?

Garden Border Problem
1
Step 1 — Define the VariableLet x = the width of the border in feet. Since the border is uniform, x is the same on all four sides.
2
Step 2 — Express the Total DimensionsThe border adds x feet to each side. Total length = 12 + 2x. Total width = 8 + 2x.
3
Step 3 — Write the EquationTotal area = length × width, so: (12 + 2x)(8 + 2x) = 180.
4
Step 4 — Expand and Simplify96 + 24x + 16x + 4x² = 180. Combine like terms: 4x² + 40x + 96 = 180. Subtract 180: 4x² + 40x − 84 = 0. Divide everything by 4: x² + 10x − 21 = 0.
x² + 10x − 21 = 0
5
Step 5 — Solve Using the Quadratic Formulaa = 1, b = 10, c = −21. Discriminant: 10² − 4(1)(−21) = 100 + 84 = 184. x = (−10 ± √184) / 2. √184 ≈ 13.565. x = (−10 + 13.565) / 2 ≈ 1.78 or x = (−10 − 13.565) / 2 ≈ −11.78.
x ≈ 1.78 or x ≈ −11.78
6
Step 6 — Interpret and DiscardThe width of a flower border cannot be negative, so x ≈ −11.78 is discarded as nonphysical.
7
Step 7 — State the AnswerThe flower border is approximately 1.78 feet wide (about 1 foot 9 inches).
Border width ≈ 1.78 ft
Quick Sanity Check
Always verify your answer. If x ≈ 1.78, then total dimensions are about 15.56 ft × 11.56 ft = 179.9 ft², which is approximately 180 ft². ✓ This confirms the solution is correct.

When to Keep and When to Discard Solutions

Not every algebraic solution passes the 'reality test.' The table below summarizes the most common reasons a quadratic solution must be rejected and provides a matching example for each.

Common solution-validity scenarios
Reason to DiscardExample ScenarioWhich Root Is Rejected?
Negative length/widthA rectangle's width is x; solve gives x = 7 or x = −3.x = −3 is discarded because a width cannot be negative.
Negative timeA ball hits the ground at t = 5.2 s or t = −0.3 s.t = −0.3 is discarded because the motion starts at t = 0.
Exceeds a physical limitCutting squares of side x from a 10-inch sheet; solve gives x = 2 or x = 8.x = 8 is discarded because two cuts of 8 inches exceed the 10-inch sheet.
Non-integer when context requires itNumber of students: n = 14 or n = 3.5.n = 3.5 is discarded because you can't have half a student.
Both solutions validA ball is at 20 ft on the way up (t = 0.4 s) and on the way down (t = 3.6 s).Neither is discarded — the problem may ask for both or for a specific one.
KEY TAKEAWAY
The algebra is a tool, not the final answer. Think of the quadratic formula as a metal detector that beeps twice on a beach — it finds two spots. You still have to dig and check whether each spot holds a real coin or just a bottle cap. Always test each solution against the original context before writing your final answer.

Connection to Advanced Theory

The strategy you are learning — model, solve, interpret — extends far beyond quadratics. In more advanced courses you will encounter polynomial, rational, exponential, and trigonometric equations used to model real phenomena. The habit of checking solutions against physical constraints becomes even more critical as equations grow in complexity.

From quadratic word problems to advanced math
Concept in This LessonWhere It Goes Next
Solving ax² + bx + c = 0Solving higher-degree polynomials, systems of nonlinear equations
Discarding nonphysical solutionsDomain restrictions in rational functions, extraneous solutions from radical equations
Setting up equations from contextMathematical modeling in calculus (optimization, related rates)
Interpreting vertex as max/minFinding extrema using derivatives in calculus

In physics and engineering, professionals routinely solve quadratic (and higher-order) equations and discard solutions that violate conservation laws, boundary conditions, or physical feasibility. The critical thinking skill you are building here — asking 'Does this answer make sense?' — is considered one of the most important habits in any STEM discipline.

Practice Problems

PROBLEM 1CONCEPTUAL
A student solves a quadratic equation that models the time a diver hits the water and gets t = 1.5 seconds and t = −0.8 seconds. The student says, 'The diver hits the water at both times.' Explain the error in the student's reasoning.
PROBLEM 2BASIC CALCULATION
The product of two consecutive positive integers is 132. Find the two integers. (Set up and solve a quadratic equation.)
PROBLEM 3INTERMEDIATE
A ball is thrown upward from a platform 6 feet high with an initial velocity of 40 ft/s. Its height is modeled by h = −16t² + 40t + 6. At what time does the ball reach a height of 30 feet? If there are two answers, explain what each represents physically.
PROBLEM 4APPLIED
A movie theater currently charges $10 per ticket and sells 200 tickets per showing. Market research shows that for every $1 increase in ticket price, 10 fewer tickets will be sold. What ticket price(s) would generate revenue of $2,250 per showing?
PROBLEM 5CRITICAL THINKING
A farmer wants to fence off a rectangular area of 600 square meters using an existing barn wall as one side of the rectangle. She has exactly 70 meters of fencing for the other three sides. Find the dimensions of the rectangle. If two valid solutions exist, explain which one uses more fencing along the barn wall and which creates a deeper enclosure.

Lesson Summary

Contextual quadratic problems require you to translate a real-world scenario into a quadratic equation by defining a variable, identifying relationships, and building the equation from given information. Once in standard form ax² + bx + c = 0, you solve using factoring, completing the square, or the quadratic formula. Common problem families include area/geometry, projectile motion, revenue/profit, and number relationships.

The most critical step comes after solving: you must interpret each solution in context and discard nonphysical solutions — those that produce negative lengths, negative times, values that exceed physical limits, or non-integer counts when only whole numbers make sense. Sometimes both solutions are valid (as when a projectile passes through the same height twice), and the problem tells you which one to report. Always state your final answer with units and in a complete sentence that directly addresses the original question.

Varsity Tutors • Math 2 • Quadratic Contextual Problems