This site is a work in progress. New lessons are added regularly. Contact us

Applications of Quadratics

Learning goals

  • Translate the words into a quadratic in standard form
  • Discard a root the situation forbids, and say why
  • Apply h=16t2+v0t+h0h = -16t^2 + v_0 t + h_0 to projectile height
  • Build a quadratic from an area or a right triangle
  • Read a negative discriminant as a height never reached

From words to a quadratic

Every problem in this lesson yields to the same four steps. They are worth stating plainly, because skipping the last two is the most common way applied problems go wrong.

  1. Name the unknown. Choose a letter for the quantity you are asked to find, and write down, in terms of that letter, every other quantity the problem mentions. If the width is ww, then a length “three more than the width” is w+3w + 3, not a second free letter.
  2. Translate to an equation. Turn the sentence that ties the quantities together (“the area is 4040”, “the height is 00”, “the product is 5656”) into a single equation. Gather everything on one side so it reads ax2+bx+c=0ax^2 + bx + c = 0, standard form.
  3. Solve, then interpret. Solve the quadratic by whichever tool is convenient, factoring first if it factors, otherwise the formula. Then look at each root and ask whether the situation permits it. Reject any root that is physically impossible, and say why: a negative length, a negative time, a count that is not a positive whole number.
  4. Answer in a sentence, with units. A bare number is not an answer to a word problem. State the result in words, carry the correct units, and, when it helps, check it against the original sentence.

Step 3 is the heart of it. A quadratic has two roots, and the equation cannot tell on its own which one belongs to your problem; only the meaning of the letter can. In a great many of these problems the two roots come out with opposite signs, one positive and one negative, and the reason is not luck.

Why an area or product problem keeps exactly one root#

Take the common shape of an area or product problem. Some positive quantity ww times a larger quantity w+kw + k (with k>0k > 0) is set equal to a positive amount AA. Multiplying out and moving AA across gives the standard form

w2+kwA=0.w^2 + kw - A = 0.

Recall the product-of-roots fact you proved for a quadratic with leading coefficient 11: the two roots multiply to the constant term. Here the constant term is A-A, so the two roots multiply to A-A, which is negative because A>0A > 0.

Its discriminant is k2+4Ak^2 + 4A, which is positive, so both roots are real. A product of two real numbers is negative exactly when the two numbers have opposite signs. So one root is positive and the other is negative, with no other possibility. The quantity ww stands for a length or a count, which must be positive, so the negative root cannot be the answer and is discarded. The positive root is the one the situation keeps, and it is unique.

This is why an area or product problem of this form never leaves you guessing between two believable answers. The algebra produces two numbers, but the sign of one of them rules it out. Not every application has this shape, and a projectile can legitimately pass through a height twice. But when the leading coefficient is positive and the constant term is negative, the roots have opposite signs, so exactly one survives.

Projectile motion

Throw a ball straight up, or launch a rocket, and its height above the ground changes with time in a way physics describes with a quadratic. Near the surface of the Earth, an object in flight has height

h=16t2+v0t+h0(height in feet, time t in seconds).h = -16t^2 + v_0\,t + h_0 \qquad (\text{height in feet, time } t \text{ in seconds}).

Each term earns its place. The starting height h0h_0 is where the object begins, at t=0t = 0. The term v0tv_0\,t is the height it would gain from its initial upward speed v0v_0 if nothing pulled it back. The term 16t2-16t^2 is gravity pulling it down: a falling body drops about 16t216t^2 feet in tt seconds, and the minus sign points that motion downward. In metric units gravity is a little weaker in number, and the same model reads h=4.9t2+v0t+h0h = -4.9t^2 + v_0\,t + h_0 with the height in metres. Two questions cover almost everything you will be asked, and each is just a quadratic set equal to a known height.

To ask when the object hits the ground, set the height to 00 and solve h=0h = 0. To ask when the object is at a particular height HH, set h=Hh = H and solve. Either way you finish with the interpretation step, throwing out any negative time.

Worked example 1 When does a thrown ball hit the ground?

A ball is thrown upward so that its height in feet after tt seconds is h=16t2+32t+48h = -16t^2 + 32t + 48. When does it hit the ground?

Hitting the ground means the height is 00, so set h=0h = 0:

16t2+32t+48=0.-16t^2 + 32t + 48 = 0.

Every coefficient is divisible by 16-16, and dividing by it clears the messy numbers. Dividing a right-hand side of 00 by anything leaves 00:

t22t3=0.t^2 - 2t - 3 = 0.

This factors, since 3-3 and +1+1 multiply to 3-3 and add to 2-2:

(t3)(t+1)=0t=3  or  t=1.(t - 3)(t + 1) = 0 \quad\Rightarrow\quad t = 3 \ \text{ or }\ t = -1.

Now interpret. The time t=1t = -1 second would be one second before the throw, which is not part of the flight, so discard it. The ball hits the ground at t=3t = 3 seconds.

Setting the height to a nonzero value is no harder, but the interpretation changes. An object on the way up and then on the way down can pass through the same height twice, so both positive roots can be real answers.

Worked example 2 When is the ball at a given height?

A ball launched from the ground has height h=16t2+64th = -16t^2 + 64t feet after tt seconds. At what times is it 4848 feet high?

Set the height equal to 4848:

16t2+64t=48.-16t^2 + 64t = 48.

Bring everything to one side and divide by 16-16:

16t2+64t48=0t24t+3=0.-16t^2 + 64t - 48 = 0 \quad\Rightarrow\quad t^2 - 4t + 3 = 0.

Factor, using 1-1 and 3-3:

(t1)(t3)=0t=1  or  t=3.(t - 1)(t - 3) = 0 \quad\Rightarrow\quad t = 1 \ \text{ or }\ t = 3.

Both roots are positive, so this time both survive the interpretation step. The ball is 4848 feet high at t=1t = 1 second, on the way up, and again at t=3t = 3 seconds, on the way back down.

There is one more thing the height model can tell you. Ask for a height the object never reaches, and the quadratic h=Hh = H comes out with a negative discriminant. Since 1=i\sqrt{-1} = i, its roots are complex, and a complex time is no time at all. A negative discriminant here is the algebra’s way of reporting that the object simply never gets that high.

Check your understanding

A rock is dropped from a bridge 144144 feet above a river, so its height is h=16t2+144h = -16t^2 + 144. When does it reach the water?

Answer choices

Geometry: area and right triangles

Geometry is a rich source of quadratics, because area multiplies two lengths together, and if both lengths are written with the same unknown, that product is a quadratic. The reject-the-negative-root step is especially clean here, since a length is never negative.

Worked example 3 A rectangle with area 4040

A rectangle is 33 centimetres longer than it is wide, and its area is 4040 square centimetres. Find its dimensions.

Name the width ww. The length is 33 more than the width, so the length is w+3w + 3. Area is length times width:

w(w+3)=40.w(w + 3) = 40.

Expand and set to standard form:

w2+3w40=0.w^2 + 3w - 40 = 0.

Factor, using +8+8 and 5-5 (they multiply to 40-40 and add to +3+3):

(w+8)(w5)=0w=8  or  w=5.(w + 8)(w - 5) = 0 \quad\Rightarrow\quad w = -8 \ \text{ or }\ w = 5.

A width of 8-8 centimetres is impossible, so discard it. The width is w=5w = 5 centimetres, and the length is w+3=8w + 3 = 8 centimetres. As a check, 5×8=405 \times 8 = 40, the given area.

Rectangle with width w and length w plus 3A wide rectangle. The vertical side is labeled w, the horizontal side is labeled w plus 3, and the interior is labeled area equals 40 square centimetres.ww + 3Area = 40
The rectangle of Worked Example 3. Both sides are written with the same unknown w, so the area w(w + 3) = 40 is a quadratic. Solving gives w = 5 (the width) and w = -8, which is rejected because a length cannot be negative.

A right triangle brings in the Pythagorean theorem, leg2+leg2=hypotenuse2\text{leg}^2 + \text{leg}^2 = \text{hypotenuse}^2, which you met in pre-algebra. When the two legs are written with a shared unknown, squaring them produces a quadratic.

Worked example 4 A right triangle by the Pythagorean theorem

The longer leg of a right triangle is 77 centimetres longer than the shorter leg, and the hypotenuse is 1313 centimetres. Find the two legs.

Let the shorter leg be xx, so the longer leg is x+7x + 7 and the hypotenuse is 1313. The Pythagorean theorem ties them together:

x2+(x+7)2=132.x^2 + (x + 7)^2 = 13^2.

Expand (x+7)2=x2+14x+49(x + 7)^2 = x^2 + 14x + 49 and 132=16913^2 = 169:

x2+x2+14x+49=1692x2+14x120=0.x^2 + x^2 + 14x + 49 = 169 \quad\Rightarrow\quad 2x^2 + 14x - 120 = 0.

Divide by 22, then factor:

x2+7x60=0(x+12)(x5)=0x=12  or  x=5.x^2 + 7x - 60 = 0 \quad\Rightarrow\quad (x + 12)(x - 5) = 0 \quad\Rightarrow\quad x = -12 \ \text{ or }\ x = 5.

A leg of 12-12 centimetres is impossible, so discard it. The shorter leg is x=5x = 5 centimetres and the longer leg is x+7=12x + 7 = 12 centimetres. As a check, 52+122=25+144=169=1325^2 + 12^2 = 25 + 144 = 169 = 13^2.

Right triangle with legs x and x plus 7 and hypotenuse 13A right triangle. The vertical leg on the left is labeled x, the horizontal leg along the bottom is labeled x plus 7, the hypotenuse is labeled 13, and a small square marks the right angle at the bottom-left corner.xx + 713
The right triangle of Worked Example 4. The legs share the unknown x, so the Pythagorean relation x squared plus (x + 7) squared equals 13 squared is a quadratic. Its roots are x = 5 (the shorter leg) and x = -12, which is rejected as a negative length.

A border of uniform width around a picture or a path around a pool follows the same pattern. To see it, notice that adding a strip of width xx to every side increases each outer dimension by 2x2x, one xx on each end.

Check your understanding

A photograph 55 inches by 77 inches is put in a frame of uniform width xx, so the outer rectangle measures (5+2x)(5 + 2x) by (7+2x)(7 + 2x). If the outer area is 6363 square inches, how wide is the frame?

Answer choices

Number and money problems

Not every quadratic wears a picture. Some come from plain statements about numbers, and some from money, where a price times a quantity gives revenue. The method does not change; only the reason for rejecting a root does. For whole-number problems, a root that is negative or fractional gets thrown out because the answer must be a counting number.

Worked example 5 Consecutive integers with a given product

The product of two consecutive positive integers is 132132. Find the integers.

Consecutive integers differ by 11, so name them nn and n+1n + 1. Their product is 132132:

n(n+1)=132n2+n132=0.n(n + 1) = 132 \quad\Rightarrow\quad n^2 + n - 132 = 0.

Factor, using +12+12 and 11-11:

(n+12)(n11)=0n=12  or  n=11.(n + 12)(n - 11) = 0 \quad\Rightarrow\quad n = -12 \ \text{ or }\ n = 11.

The problem asks for positive integers, so discard n=12n = -12. Then n=11n = 11 and n+1=12n + 1 = 12, and indeed 11×12=13211 \times 12 = 132.

Money problems often set a revenue target. If raising the price sells fewer units, revenue (price times quantity) is a quadratic in the price. Then a target revenue is that quadratic set equal to a number. Here both roots can be positive and meaningful, two different prices bringing in the same money, so you read the question carefully to see which one it wants.

Worked example 6 A price that hits a target revenue

A vendor finds that at a price of pp dollars, the number of sandwiches sold in a day is 12010p120 - 10p. The daily revenue is price times quantity. What price brings in 350350 dollars?

Write revenue as price times quantity and set it to the target of 350350 dollars:

p(12010p)=350120p10p2=350.p(120 - 10p) = 350 \quad\Rightarrow\quad 120p - 10p^2 = 350.

Gather to standard form and divide by 10-10:

10p2+120p350=0p212p+35=0.-10p^2 + 120p - 350 = 0 \quad\Rightarrow\quad p^2 - 12p + 35 = 0.

Factor, using 5-5 and 7-7:

(p5)(p7)=0p=5  or  p=7.(p - 5)(p - 7) = 0 \quad\Rightarrow\quad p = 5 \ \text{ or }\ p = 7.

Both prices are positive, and each keeps the quantity 12010p120 - 10p positive (selling 7070 at 55 dollars, or 5050 at 77 dollars). So both are genuine answers: a price of 55 dollars and a price of 77 dollars each bring in 350350 dollars. If the vendor wanted the lower price, it is 55 dollars.

Check your understanding

Two positive numbers differ by 44, and their product is 4545. What is the larger number?

Answer choices

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)
A bit of history (Optional)

The 16t2-16t^2 you leaned on all lesson is one of the hardest-won terms in science, and the hard part was the square.

For nearly two thousand years the accepted account of falling came from Aristotle. A heavier object falls faster, he held, in proportion to its weight. It is not a foolish idea. Drop a stone and a feather together and you will see it confirmed.

In the early 1600s Galileo went after the question with a ramp. A ball dropped straight down moves far too fast to time by hand. So he rolled balls down a gently sloped board, slowing the motion until he could measure it, and then compared the distance travelled against the time.

What he found is the shape of this entire lesson. Distance was not proportional to time. It was proportional to the square of the time. A ball that rolls one unit in the first second covers four units in two seconds, and nine in three.

That is the whole source of the t2t^2. The 1616 is only a matter of units, feet rather than metres, which is why the metric model reads 4.9t2-4.9t^2 instead. Gravity is also the reason a ball thrown upward can meet the same height twice, once going up and once coming down. When it does, both of those roots are positive, and this is the lesson where you learned to keep them.