What Are The Applications Of Quadratic Equations?
The applications of quadratic equations are the real-world problems where one quantity depends on the square of another, so the situation is described by an equation of the form $ax^2 + bx + c = 0$ with $a \neq 0$. That squared term is the signal. Whenever doubling an input more than doubles the output, a quadratic is usually hiding underneath.
Five families cover almost every application you will meet at this level:
Projectile motion: the height of a thrown, kicked, or launched object as time passes.
Area and geometry: land, gardens, borders, and right triangles where a length multiplies a length.
Number problems: two unknown numbers linked by a product or a sum of squares.
Profit and optimization: the price or quantity that pushes revenue or profit to its highest point.
Speed, distance, and time: journeys where an unknown speed appears in the denominator of a time.
Each family follows the same three moves: translate the sentence into a quadratic, solve it with factoring or the quadratic formula, then interpret the two roots and discard the one that makes no physical sense.
How Do You Turn A Word Problem Into A Quadratic Equation?
Setting up the equation is where most marks are won or lost, not in the algebra that follows. The trick is to name the unknown clearly, then translate each English phrase into a symbol before touching any arithmetic.
Table: Common phrases in application problems and their algebraic translation.
English phrase | Algebraic translation |
|---|---|
"a number" | $x$ |
"the square of the number" | $x^2$ |
"consecutive integers" | $x$ and $x + 1$ |
"is" / "results in" | $=$ |
"the product of" | $\times$ |
"more than" | $+$ |
"area of a rectangle" | length $\times$ width |
"time" (for a journey) | $\dfrac{\text{distance}}{\text{speed}}$ |
Once every phrase is a symbol, rearrange the equation into standard form $ax^2 + bx + c = 0$ before solving. A quadratic that is not yet in standard form is the most common reason a correct method still produces a wrong answer.
How Do You Solve Projectile Motion With Quadratic Equations?
To solve projectile motion, write the object's height as a quadratic in time, set the height to the value you want, and solve for $t$. The height of an object thrown upward is modelled by $h = -\tfrac{1}{2}gt^2 + ut + h_0$, where $g$ is gravity, $u$ is the launch speed, and $h_0$ is the starting height.
Example 1: A ball is thrown upward from a $20$ m ledge at $15$ m/s. Taking $g = 10$ m/s², its height is $h = -5t^2 + 15t + 20$. When does it hit the ground?
The ground is $h = 0$:
$$-5t^2 + 15t + 20 = 0$$
Divide every term by $-5$ to simplify:
$$t^2 - 3t - 4 = 0$$
Factor:
$$(t - 4)(t + 1) = 0$$
So $t = 4$ or $t = -1$.
Time cannot run backwards, so reject $t = -1$.
Final answer: the ball hits the ground after $t = 4$ seconds.
The flight path traces a parabola, which is why the graph rises, turns, and falls. The highest point sits at the vertex of the parabola, and the moment it lands is the positive root you just found.
How Do Quadratic Equations Solve Area And Geometry Problems?
Area problems become quadratic because area multiplies one length by another, and when both lengths depend on the same unknown, that unknown gets squared. Border and framing problems are the classic case.
Example 2: A photo measures $20$ cm by $12$ cm. A frame of uniform width $x$ surrounds it, and the whole framed piece has an area of $384$ cm². Find the frame width.
The outer rectangle measures $(20 + 2x)$ by $(12 + 2x)$:
$$(20 + 2x)(12 + 2x) = 384$$
Expand the left side:
$$4x^2 + 64x + 240 = 384$$
Move everything to one side to reach standard form:
$$4x^2 + 64x - 144 = 0$$
Divide by $4$:
$$x^2 + 16x - 36 = 0$$
Factor:
$$(x + 18)(x - 2) = 0$$
So $x = -18$ or $x = 2$.
A frame cannot have a negative width, so reject $x = -18$.
Final answer: the frame is $2$ cm wide.
Right-triangle problems work the same way through the Pythagorean relationship, where squaring two legs produces the quadratic. For the algebra behind splitting these expressions apart, see factorization of quadratic polynomials.
How Do You Solve Number Problems With Quadratic Equations?
Number problems turn quadratic whenever a product or a square links two unknowns. You name one number, express the other in terms of it, and the product gives you the squared term.
Example 3: The product of two consecutive positive integers is $132$. Find them.
Let the integers be $x$ and $x + 1$:
$$x(x + 1) = 132$$
Expand and reach standard form:
$$x^2 + x - 132 = 0$$
Factor:
$$(x + 12)(x - 11) = 0$$
So $x = -12$ or $x = 11$.
The problem asks for positive integers, so reject $x = -12$.
Final answer: the integers are $11$ and $12$.
Notice the pattern: two answers come out of the algebra, and the wording of the problem, "positive," "length," "time," decides which one survives.
How Do Businesses Use Quadratic Equations To Maximize Profit?
Businesses use quadratic equations because profit often rises, peaks, and then falls as price increases, and that peak sits exactly at the vertex of the profit parabola. Raising the price lifts the margin on each sale but drives some customers away, so the two effects multiply into a squared term.
For a profit function $P = ax^2 + bx + c$ with $a < 0$, the maximum occurs at $x = -\dfrac{b}{2a}$.
Example 4: A stall's weekly profit at price $p$ (in dollars) is $P = -5p^2 + 150p - 1000$. What price gives the most profit?
The maximum is at the vertex:
$$p = -\frac{b}{2a} = -\frac{150}{2(-5)} = 15$$
Substitute $p = 15$ back to find the profit:
$$P = -5(15)^2 + 150(15) - 1000 = -1125 + 2250 - 1000 = 125$$
Final answer: a price of $$15$ gives the maximum weekly profit of $$125$.
Here you do not reject a root, you read the turning point instead. Converting between the two ways of writing a quadratic makes this peak visible, which is the idea behind standard form to vertex form.
How Do Quadratic Equations Solve Speed, Distance, And Time Problems?
Speed-distance-time problems become quadratic when an unknown speed sits in the denominator of a time, and adding two such times forces you to clear fractions. Journeys with a current or a wind are the usual setting.
Example 5: A boat travels $24$ km downstream and $24$ km back upstream in $5$ hours. In still water it moves at $10$ km/h. Find the speed of the stream.
Let the stream speed be $c$. Downstream the boat does $(10 + c)$ km/h; upstream it does $(10 - c)$ km/h. Time is distance over speed:
$$\frac{24}{10 + c} + \frac{24}{10 - c} = 5$$
Multiply through by $(10 + c)(10 - c)$:
$$24(10 - c) + 24(10 + c) = 5(100 - c^2)$$
Simplify the left side:
$$480 = 500 - 5c^2$$
Rearrange to standard form:
$$5c^2 = 20 \quad\Rightarrow\quad c^2 = 4$$
So $c = 2$ or $c = -2$.
A stream speed cannot be negative here, so reject $c = -2$.
Final answer: the stream flows at $2$ km/h.
Which Application Uses Which Quadratic Idea?
Different applications lean on different pieces of the quadratic toolkit. This table maps each family to the idea that unlocks it and the root you keep.
Table: How each application family maps to a quadratic method and its physical constraint.
Application | What the quadratic models | Method that unlocks it | Root you keep |
|---|---|---|---|
Projectile motion | Height as a function of time | Factoring or the quadratic formula | Positive time |
Area and geometry | Length $\times$ length | Factoring | Positive length |
Number problems | Product or square of unknowns | Factoring | The one the wording allows |
Profit and optimization | Revenue against price | Vertex $x = -\tfrac{b}{2a}$ | The turning point, not a root |
Speed, distance, time | Time as distance over speed | Clearing fractions, then solving | Positive speed |
Why Do Quadratic Equations Model The Real World So Often?
Quadratic equations show up everywhere because a squared term appears the moment two quantities that both grow are multiplied together, or the moment a constant acceleration acts over time. The squared term is not decoration. It comes from a specific physical source in each case.
Gravity produces the $t^2$. A falling or rising object gains speed steadily, and distance under steady acceleration grows with the square of time. That single fact turns every projectile into a parabola.
Area multiplies two lengths. When a border, a path, or a frame changes both the length and the width by the same amount, the two changes multiply, and the shared unknown gets squared.
Revenue multiplies price by quantity. Price and quantity sold move in opposite directions, so their product rises to a peak and falls, the exact shape of a downward parabola.
The common thread is multiplication of two linked quantities. Linear equations describe steady, one-for-one change; quadratics describe change that feeds on itself, which is why they model the physical world so widely. For the underlying object being solved, revisit the roots of a quadratic equation.
Who Discovered The Applications Of Quadratic Equations?
People were solving quadratic problems about land and inheritance more than three thousand years before anyone wrote $ax^2 + bx + c = 0$. Babylonian scribes worked area problems on clay tablets around 1800 BCE, and the general method arrived much later from a mathematician in Baghdad.
Two more figures shaped how we apply quadratics today:
Galileo Galilei (1564–1642, Italy) showed that a projectile follows a parabolic path, tying the quadratic directly to motion under gravity and turning it into the language of physics.
René Descartes (1596–1650, France) linked equations to curves through coordinate geometry, so a quadratic could finally be seen as a graph, which is what lets us read a profit maximum straight off the vertex.
Where Are Applications Of Quadratic Equations Found Across Fields?
The same five families reappear far beyond the classroom, dressed in the vocabulary of different professions.
Engineering and architecture: the cables of a suspension bridge and the arc of a fountain both follow parabolic curves described by quadratics.
Sports science: the flight of a basketball, javelin, or golf ball is analysed as projectile motion to optimise launch angle and speed.
Economics and business: demand and revenue models use quadratics to locate the price that maximises income.
Astronomy and optics: satellite dishes and reflecting telescopes are shaped as parabolas so incoming signals focus at a single point.
Safety engineering: a vehicle's braking distance grows with the square of its speed, a quadratic relationship built into road-design standards.
One family of equations quietly runs bridges, sports, markets, and telescopes. That reach is exactly why quadratic problems earn a permanent place in the curriculum.
What Are The Most Common Applications Of Quadratic Equations Mistakes?
These three errors account for most lost marks on application problems, verified against a published study of student errors in quadratic equations and standard common-error references. They are setup and interpretation errors, not arithmetic slips.
Keeping a physically impossible negative root
Where it slips in:
A student solves correctly, gets two roots such as $t = 4$ and $t = -1$, and writes both as the answer, or picks the negative one by habit.
Don't do this:
Do not report a root that describes a negative time, a negative length, or a negative speed. The algebra allows it; the situation does not.
The correct way:
After solving, read the two roots against the words of the problem. Reject any root that cannot exist physically, and state which one you kept and why, for example "time cannot be negative, so $t = 4$ s."
Unit errors in the setup
Where it slips in:
A student mixes metres with centimetres, or minutes with hours, before forming the equation, so every later step inherits the error.
Don't do this:
Do not substitute numbers in mixed units. A distance in kilometres divided by a speed in metres per second produces a meaningless time.
The correct way:
Convert every quantity to one consistent unit system first, write the units beside each number, and check that both sides of the equation carry the same units before solving.
Building the wrong equation from the words
Where it slips in:
A student multiplies when the problem adds, forgets to square the second consecutive integer, or sets area equal to perimeter, then solves a flawless equation for the wrong situation.
Don't do this:
Do not rush from the sentence to the algebra. A perfect solution to the wrong equation earns nothing.
The correct way:
Translate each phrase using a table like the one above, write the equation, and then re-read the problem to confirm the equation says what the words say before rearranging into standard form.
Practice Problems On Applications Of Quadratic Equations
Solve each, then check that you kept the physically valid root. Answers follow each problem.
A ball is thrown upward with height $h = -5t^2 + 10t + 15$. When does it hit the ground?
(Answer: $t^2 - 2t - 3 = 0 \Rightarrow (t-3)(t+1)=0$; reject $t=-1$, so $t = 3$ s.)The product of two consecutive positive integers is $90$. Find them.
(Answer: $x^2 + x - 90 = 0 \Rightarrow (x+10)(x-9)=0$; the integers are $9$ and $10$.)A rectangle's length is $3$ cm more than its width, and its area is $40$ cm². Find its width.
(Answer: $w^2 + 3w - 40 = 0 \Rightarrow (w+8)(w-5)=0$; reject $w=-8$, so width $= 5$ cm, length $= 8$ cm.)A stall's profit at price $x$ is $P = -2x^2 + 40x - 120$. Find the price that maximises profit.
(Answer: $x = -\tfrac{40}{2(-2)} = 10$, giving $P = 80$.)A boat that moves at $8$ km/h in still water goes $15$ km downstream and $15$ km back in $4$ hours. Find the stream speed.
(Answer: $240 = 4(64 - c^2) \Rightarrow c^2 = 4$; reject $c=-2$, so $c = 2$ km/h.)A right triangle has a hypotenuse of $13$ cm, and one leg is $7$ cm longer than the other. Find the legs.
(Answer: $x^2 + 7x - 60 = 0 \Rightarrow (x+12)(x-5)=0$; reject $x=-12$, so legs are $5$ cm and $12$ cm.)
Where Should You Go Next After Applications Of Quadratic Equations?
Application problems reward a solid grip on the equation itself, and several doors open from here.
Quadratic equations. Go back to the core object, its standard form, and the three methods for solving it.
Discriminant. Learn to tell, before solving, whether an application has two real answers, one, or none.
Completing the square. The method that reveals the vertex directly, which is what profit and maximum-height problems turn on.
If your child is learning to set these problems up from the words, a live Bhanzu trainer teaches applications starting from the translation step, where most students slip, in the Bhanzu algebra program.
Was this article helpful?
Your feedback helps us write better content
