MATH 2 • MODELING & APPLICATIONS

Building Quadratic Models — I can build a quadratic model from a context (area, projectile, revenue) and define variables clearly.

Learn to translate real-world scenarios involving area, projectile motion, and revenue into precise quadratic equations.

Historical Context & Motivation

Humans have been solving problems that boil down to quadratic equations for thousands of years. Ancient civilizations needed to calculate areas of fields, design structures, and predict the paths of thrown objects — all situations where a quantity depends on the square of another. The idea of quadratic modeling — writing a quadratic equation to represent a real situation — grew out of these practical needs long before anyone used the word "quadratic."

~2000 BCE
Babylonian Area Problems
Babylonian scribes solved problems about rectangular fields whose area and perimeter were known, effectively working with quadratic relationships on clay tablets.
~300 BCE
Greek Geometric Algebra
Euclid and other Greek mathematicians represented quadratic problems geometrically — literally completing a square by drawing rectangles and computing missing pieces.
~820 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi published systematic methods for solving quadratic equations in his book, giving us the word "algebra" from the Arabic al-jabr.
1638
Galileo's Projectile Studies
Galileo demonstrated that the path of a projectile follows a parabolic curve, linking quadratic equations directly to physics and motion under gravity.
Modern Era
Revenue & Optimization
Businesses today use quadratic models to predict revenue, profit, and cost as functions of price or quantity, finding optimal values that maximize earnings.

The common thread across all these centuries is the same question: how do we translate a real-world situation into a quadratic equation that we can analyze and solve? That is exactly what this lesson teaches you to do. Whether you're finding the dimensions of a garden, predicting how high a ball flies, or figuring out the best price for a product, the skill is the same — identify variables, recognize the quadratic structure, and write the model.

Core Principles & Definitions

Before you can build a quadratic model, you need to understand what makes an equation "quadratic" and why certain real-world contexts naturally produce them. A quadratic function is any function that can be written in the form f(x) = ax² + bx + c, where a ≠ 0. The highest power of the variable is 2, which is what gives the function its characteristic parabolic shape. The process of mathematical modeling means creating an equation or function that describes a real situation, letting you make predictions and find optimal values.

1

Define Your Variables

Always start by stating what each variable represents, including units. For example: "Let x = the width of the rectangle in feet." Clear definitions prevent confusion in every step that follows.
2

Identify the Quadratic Structure

Look for situations where two quantities multiply together and at least one depends on your variable. Area = length × width, Revenue = price × quantity, and height = (initial velocity × t) − (½g × t²) all produce squared terms.
3

Write Related Expressions

Use given constraints (perimeter, total budget, initial speed) to express other quantities in terms of your chosen variable. This is the step that creates the quadratic — when you multiply two linear expressions, you get a quadratic.
4

Build the Equation

Substitute your expressions into the formula for the quantity you want (area, revenue, height). Expand and simplify to standard form f(x) = ax² + bx + c so you can analyze the model.
5

State the Domain

Real-world models have restrictions. Widths can't be negative, prices must be positive, and time starts at zero. Always state the practical domain — the set of x-values that make physical sense.
KEY TAKEAWAY
Think of building a quadratic model like writing a recipe from a cooking show. The chef (the real-world context) tells you the ingredients (variables and constraints), but you have to figure out how they combine. When you multiply two ingredients that each depend on the same measurement, the result is a quadratic — just like mixing length and width (both tied to available fencing) gives you a squared term in an area formula. The recipe is your equation, and following it lets you find the best outcome.

Visualizing Quadratic Models

The diagram below shows how a single constraint — a fixed amount of fencing — leads to a quadratic area model. Imagine you have 60 feet of fencing and want to enclose a rectangular garden against an existing wall (so only three sides need fencing). If the width is x feet, the length must be 60 − 2x feet. The area A(x) = x(60 − 2x) = −2x² + 60x is a downward-opening parabola, and the vertex tells you the maximum area.

The parabola shows area as a function of width. The vertex at (15, 450) reveals that a width of 15 feet gives the maximum enclosed area of 450 square feet. The x-intercepts at 0 and 30 represent widths where the area is zero.

Notice several important features in the graph. The parabola opens downward because the coefficient of x² is negative (a = −2), which tells us the model has a maximum value rather than a minimum. The x-intercepts at x = 0 and x = 30 correspond to degenerate rectangles with zero area — either no width at all, or width equal to half the total fencing so the length becomes zero. The practical domain is 0 < x < 30, and within that interval, the vertex gives us the optimal dimensions.

Mathematical Framework

Each type of quadratic model follows a recognizable pattern. The key is learning to set up the expressions that multiply together. Below are the three main model types you'll encounter, along with their standard forms and the variables you need to define.

AREA MODEL
A(x) = length × width = (expression in x) × (expression in x)
A = area (square units). A constraint like a fixed perimeter or fixed total material lets you express both length and width in terms of one variable x. Multiplying them produces the quadratic.
PROJECTILE MODEL
h(t) = −½ g t² + v₀ t + h₀
h(t) = height at time t (feet or meters). g = acceleration due to gravity (32 ft/s² or 9.8 m/s²). v₀ = initial vertical velocity. h₀ = initial height. In U.S. customary units this becomes h(t) = −16t² + v₀t + h₀.
REVENUE MODEL
R(x) = price × quantity = (p₀ + x · Δp) × (q₀ + x · Δq)
R = revenue (dollars). p₀ = base price, q₀ = base quantity sold. Δp = change in price per increment x. Δq = change in quantity per increment x. Since raising price typically decreases demand, Δp and Δq usually have opposite signs, creating a negative leading coefficient.
STANDARD FORM
f(x) = ax² + bx + c
After expanding and simplifying, every quadratic model can be written in standard form. The sign of a determines whether the parabola opens up (a > 0, minimum) or down (a < 0, maximum). The vertex occurs at x = −b / (2a).
📋 Variable Definition Checklist
Every time you build a model, write a clear statement like: "Let x = the number of $2 price increases." Include the units and any restrictions. Then express every other quantity in terms of x before you write the final equation. This habit prevents the most common modeling mistakes.

Detailed Breakdown of Model Types

The diagram below presents all three model types side by side, highlighting the structure of each. Notice that in every case, the quadratic arises because two linear expressions are multiplied together. Recognizing this multiplication pattern is the single most important skill in quadratic modeling.

All three model types produce a downward-opening parabola because the real-world goal is to find a maximum — the largest area, greatest height, or highest revenue. The quadratic always arises from multiplying two expressions that each depend on the same variable.
Comparison of the three primary quadratic model types
FeatureArea ModelProjectile ModelRevenue Model
Independent variableA dimension (length or width)Time tNumber of price increments x
Dependent variableArea (square units)Height (feet or meters)Revenue (dollars)
ConstraintFixed perimeter or materialGravity (g = 32 ft/s²)Demand decreases as price rises
Why it's quadraticTwo linear dimensions multiplyGravity accelerates (t² term)Price × quantity (both linear in x)
Typical questionWhat dimensions maximize area?What is the max height / when does it land?What price maximizes revenue?

Worked Example — Revenue Model

A school drama club currently charges $8 per ticket and sells 200 tickets per show. They estimate that for every $1 increase in ticket price, they will sell 15 fewer tickets. Build a quadratic model for revenue and find the ticket price that maximizes revenue.

Revenue Model — Drama Club Tickets
1
Step 1 — Define the VariableLet x = the number of $1 price increases. The variable x must be a non-negative number. We write: x = number of $1 increases (x ≥ 0).
2
Step 2 — Express Price and Quantity in Terms of xThe new ticket price after x increases is (8 + x) dollars. The number of tickets sold after x increases is (200 − 15x). Notice that both expressions are linear in x.
Price = (8 + x); Quantity = (200 − 15x)
3
Step 3 — Write the Revenue FunctionRevenue equals price times quantity, so R(x) = (8 + x)(200 − 15x). This is the product of two linear expressions, which will give us a quadratic.
R(x) = (8 + x)(200 − 15x)
4
Step 4 — Expand to Standard FormUsing FOIL or distribution: R(x) = 8(200) + 8(−15x) + x(200) + x(−15x) = 1600 − 120x + 200x − 15x². Combining like terms: R(x) = −15x² + 80x + 1600.
R(x) = −15x² + 80x + 1600
5
Step 5 — Find the Vertex (Maximum Revenue)Since a = −15 (negative), the parabola opens downward, confirming a maximum exists. The x-coordinate of the vertex is x = −b / (2a) = −80 / (2 × (−15)) = −80 / (−30) = 8/3 ≈ 2.67. Since x represents whole-dollar increases, we check x = 2 and x = 3. R(2) = −15(4) + 80(2) + 1600 = −60 + 160 + 1600 = 1700. R(3) = −15(9) + 80(3) + 1600 = −135 + 240 + 1600 = 1705.
Maximum revenue ≈ $1,705 at x = 3 (ticket price = $11, selling 155 tickets)
6
Step 6 — State the Domain and InterpretThe quantity sold must be positive: 200 − 15x > 0 gives x < 13.3, so x can range from 0 to 13 (whole numbers). The practical domain is 0 ≤ x ≤ 13. The club should raise the price by $3 to $11 per ticket, expecting to sell 155 tickets for a maximum revenue of $1,705 per show.

Strengths & Limitations of Quadratic Models

Quadratic models are powerful tools, but like any mathematical model, they have both strengths and limitations. Understanding when a quadratic model is appropriate — and when it might break down — is just as important as knowing how to build one.

Strengths and limitations of quadratic modeling
StrengthsLimitations
Captures the essential behavior of area, projectile, and revenue problems with a simple equation.Assumes a perfectly symmetric parabola, which may not match reality exactly (e.g., air resistance changes a projectile's path).
Easy to find the maximum or minimum using the vertex formula x = −b / (2a), with no calculus required.Demand-price relationships are rarely perfectly linear in reality; for large price changes, the model becomes less accurate.
Clearly defines an optimal value, which is useful for decision-making in business and design.The model only applies within its practical domain; outside that range, it predicts nonsensical results (negative quantities, negative heights).
The standard form ax² + bx + c is well-understood and connects to graphing, factoring, and the quadratic formula.Real-world problems often involve more variables than a single quadratic can handle (3D shapes, multiple products, wind effects).
KEY TAKEAWAY
A quadratic model is like a map of a city. It shows you the main roads and landmarks accurately enough to navigate, but it doesn't capture every pothole or one-way sign. Within its practical domain, the model gives you reliable predictions and useful optimal values. Beyond that domain, or when conditions change dramatically, you may need a more detailed model — just as you'd need a satellite image to plan at a finer scale.

Connection to Advanced Topics

The skills you develop building quadratic models form the foundation for more advanced mathematical modeling. In later courses, you'll encounter situations where quadratic models are either extended or replaced by more powerful tools. The table below shows how each modeling concept evolves.

How quadratic modeling skills connect to advanced coursework
What You Learn NowWhere It Goes Next
Vertex formula x = −b / (2a) finds the max or min of a quadraticIn calculus, derivatives find the max or min of any function, not just quadratics
Projectile model h(t) = −16t² + v₀t + h₀ assumes no air resistancePhysics courses add drag forces, leading to differential equations for more realistic trajectories
Revenue model R = price × quantity with linear demandEconomics courses use nonlinear demand curves, elasticity, and multi-variable optimization
Area models with one constraint (fixed perimeter)Multivariable calculus handles optimization with multiple constraints using Lagrange multipliers
Defining variables and stating practical domainMathematical modeling courses formalize this as problem formulation, sensitivity analysis, and model validation

The most transferable skill from this lesson isn't any single formula — it's the modeling process itself: define variables clearly, identify relationships, write expressions, build the equation, and interpret results in context. That workflow applies whether you're using quadratics, exponentials, trigonometric functions, or systems of equations in future courses.

Practice Problems

PROBLEM 1CONCEPTUAL
A student says, "Revenue is always a quadratic function of price." Is this statement correct? Explain why revenue problems often produce quadratic models, and describe a situation where the model might not be quadratic.
PROBLEM 2BASIC CALCULATION
A farmer has 80 meters of fencing to enclose a rectangular pen against a barn wall (only three sides need fencing). Let x = the width of the pen in meters. Write the area function A(x) in standard form and state the practical domain.
PROBLEM 3INTERMEDIATE
A ball is thrown upward from a platform 6 feet above the ground with an initial velocity of 48 feet per second. Write the height function h(t) in standard form (use g = 32 ft/s²). Then find the time at which the ball reaches its maximum height and determine that maximum height.
PROBLEM 4APPLIED
A small business sells handmade candles at $12 each and currently sells 300 candles per month. Market research shows that for every $0.50 price increase, sales drop by 10 candles. Let x = the number of $0.50 price increases. (a) Write the revenue function R(x). (b) Find the price that maximizes monthly revenue. (c) What is the maximum revenue?
PROBLEM 5CRITICAL THINKING
A rectangular garden is being planned with a total of 100 feet of edging. One side of the garden will have a decorative fence costing $5 per foot, and the other three sides will use standard edging costing $2 per foot. The total budget for edging is $260. Define your variable, write expressions for both constraints (perimeter and budget), and determine whether a quadratic model for area can be built. If so, write it; if not, explain why.

Lesson Summary

Building a quadratic model starts with defining your variable clearly, including its units and practical restrictions. Next, you use a constraint (fixed perimeter, gravity, or a demand relationship) to express other quantities in terms of that variable. The quadratic structure emerges when you multiply two linear expressions — length × width for area models, the gravity term −16t² for projectile models, and price × quantity for revenue models.

Once in standard form f(x) = ax² + bx + c, the sign of a tells you whether the parabola opens up or down, and the vertex formula x = −b / (2a) locates the maximum or minimum. Always state the practical domain — the values of x that make sense in the real-world context — and interpret your answer with units and a clear sentence explaining what it means.

Varsity Tutors • Math 2 • Building Quadratic Models