Contents

Applications of Quadratic Functions

Applications of quadratic functions

Many daily-life problems can be solved using quadratic functions by first expressing them as mathematical models. Once the model is built, the problem can be solved systematically.

The sum of two integers is 20. Determine the greatest possible product of the two numbers.

Let the two integers be xx and yy.

Since their sum is 20:

x+y=20 x+y=20

or:

y=20x y=20-x

If their product is written as a function f(x)f(x), then:

f(x)=xy=x(20x)=20xx2 \begin{aligned} f(x) &= x \cdot y \\ &= x(20-x) \\ &= 20x-x^2 \end{aligned}

The maximum value of this quadratic function is:

fmax=b24ac4a=2024(1)(0)4(1)=4004=100 \begin{aligned} f_{\text{max}} &= \frac{-b^2-4ac}{4a} \\ &= \frac{-20^2-4(-1)(0)}{4(-1)} \\ &= \frac{-400}{-4} \\ &= 100 \end{aligned}

So, the greatest possible product is 100.

A rocket is launched vertically upward. Its height after tt seconds is given by:

h(t)=60t5t2 h(t)=60t-5t^2

What is the maximum height reached by the rocket?

Given:

h(t)=60t5t2,a=5,b=60,c=0 h(t)=60t-5t^2,\quad a=-5,\quad b=60,\quad c=0

The maximum height occurs when:

t=b2a=602(5)=6010=6 \begin{aligned} t &= \frac{-b}{2a} \\ &= \frac{-60}{2(-5)} \\ &= \frac{-60}{-10} \\ &= 6 \end{aligned}

The maximum height is:

hmax=b24ac4a=6024(5)(0)4(5)=360020=180 \begin{aligned} h_{\text{max}} &= \frac{b^2-4ac}{-4a} \\ &= \frac{60^2-4(-5)(0)}{-4(-5)} \\ &= \frac{3600}{20} \\ &= 180 \end{aligned}

So, the rocket reaches a maximum height of 180 meters.

A rectangle has a perimeter of 120 cm. Determine its dimensions so that its area is maximum.

Let the length be xx. Then:

length+width=12×perimeterx+width=12×120x+width=60width=60x \begin{aligned} \text{length} + \text{width} &= \frac{1}{2}\times \text{perimeter} \\ x + \text{width} &= \frac{1}{2}\times 120 \\ x + \text{width} &= 60 \\ \text{width} &= 60-x \end{aligned}

The area is:

L(x)=length×width=x(60x)=60xx2 \begin{aligned} L(x) &= \text{length}\times \text{width} \\ &= x(60-x) \\ &= 60x-x^2 \end{aligned}

From this function, we get a=1a=-1, b=60b=60, and c=0c=0.

Its axis of symmetry is:

x=b2a=602(1)=602=30 \begin{aligned} x &= -\frac{b}{2a} \\ &= \frac{-60}{2(-1)} \\ &= \frac{-60}{-2} \\ &= 30 \end{aligned}

The maximum area is:

L(30)=60(30)(30)2=1800900=900 \begin{aligned} L(30) &= 60(30)-(30)^2 \\ &= 1800-900 \\ &= 900 \end{aligned}

Therefore:

Length=30 cmWidth=6030=30 cm \begin{aligned} \text{Length} &= 30 \text{ cm} \\ \text{Width} &= 60-30=30 \text{ cm} \end{aligned}

The rectangle with maximum area has dimensions 30 cm × 30 cm.

To better understand the worked examples above, study the following video.

Those are examples of quadratic function applications in daily life.

Related Content