audio read-through Max/Min Problems Resulting in Quadratic Functions

This lesson offers a variety of word/story problems that are solved by finding the maximum or minimum value of a quadratic function.

Suggested review:

General Strategy for Optimization (Max/Min) Problems

1. What are you maximizing/minimizing?

Read the problem carefully.

Answer the question: ‘What am I being asked to maximize/minimize?’

Look for ‘extreme’ wordsfor example: maximum, minimum, greatest, least, biggest, smallest, largest, most.

2. Write Expression

Write an expression for the thing you need to maximize/minimize (from step 1). You may want to make a sketch. You may need to give names to unknown quantities.

3. One Variable Only

Does your expression from step 2 involve more than one variable? If so, look for other known information that allows you to eliminate variable(s). You must end up with an expression that involves only one variable.

Give a meaningful function name to your expression, so function notation can be used to write your work concisely.

4. Find and Report

Use appropriate techniques to find the desired maximum/minimum value, and where it occurs.

Use a complete sentence to report your result.

Example: Max/Min Problem

Among all rectangles that have a perimeter of twenty feet, find the dimensions of the one with the largest area.

Pre-Solution: Stop and think! Do the dimensions actually affect the area?

Yes, the dimensions do affect the area.

(You've probably already guessed the answer at this point! But, this is a nice simple question to clearly illustrate the general procedure.)

Solution

1. What are you maximizing/minimizing?

Key word: ‘largest’.

Largest what? Largest area.

You need to maximize the area of a rectangle.

2. Write Expression

You need an expression for the area of a rectangle: area equals length times width. Choose meaningful names:  let $\,\ell\,$ be the length, $\,w\,$ be the width, and $\,A\,$ be the area.

Let $\,w\,$ and $\,\ell\,$ have units of feet; $\,A\,$ therefore has units of square feet.

With these names:  $A = \ell w$

At this moment, the expression for $\,A\,$ involves two variables, not one.

3. One Variable Only

Re-read the problem. Can we write down anything that is true that involves our named variables?

Yes—the rectangle must have a perimeter of $\,20\,$ feet. Thus, $\,2\ell + 2w = 20\,.$

This allows us to solve for one variable in terms of the other. You can solve for $\,\ell\,$ in terms of $\,w\,,$ or vice versa—your choice.

Sometimes it's easier to solve for one variable than another, but here there's no difference. I choose to solve for $\,\ell\,$:

$$ \begin{gather} \cssId{s63}{2\ell + 2w = 20}\cr \cssId{s64}{\ell + w = 10}\cr \cssId{s65}{\ell = 10-w}\tag{*} \end{gather} $$
So: $$A = \ell w = (10-w)w$$

At this point, $\,A\,$ is a function of only one variable, $\,w\,.$

Switch to function notation:

$$ \begin{align} A(w) \ &\cssId{s69}{= (10-w)w}\cr &\cssId{s70}{= 10w - w^2}\cr &\cssId{s71}{= -w^2 + 10w} \end{align} $$

Note that $\,A\,$ is a quadratic function that is concave down (sheds water), so it has a maximum value.

4. Find and Report

The vertex formula says that the vertex of $\,f(x) = ax^2 + bx + c\,$ is:

$$ \cssId{s77}{\bigl(-\frac{b}{2a},f(-\frac{b}{2a})\bigr)} $$

For $\,A(w) = -w^2 + 10w\,,$ we have $\,a = -1\,,$ $\,b = 10\,.$

Thus: $$ -\frac{b}{2a} = -\frac{10}{2(-1)} = 5$$

This is the $x$-value of the vertex of the quadratic area function.

That is, when the width is $\,5\,$ ($\,w = 5\,$) the maximum area occurs.

Note from (*) that when $\,w = 5\,$ we have:

$$\cssId{s84}{\ell = 10-w = 10-5 = 5}$$

The rectangle that achieves the maximum area is actually a $\,5\times 5\,$ square.

What is the maximum area?

$$ \begin{align} A(5)\ &\cssId{s87}{= -5^2 + 10\cdot 5}\cr &\cssId{s88}{= -25 + 50}\cr &\cssId{s89}{= 25} \end{align} $$

This is the $y$-value of the vertex of the quadratic area function.

Among all rectangles with a perimeter of $\,20\,$ feet, the one with dimensions $\,5\text{ ft}\times 5\text{ ft}\,$ has the largest area. This largest area is $\,25\,$ square feet.

Example: Max/Min Problem

Find two positive numbers $\,x\,$ and $\,y\,$ that add to $\,30\,,$ and for which $\,2x^2 + 5y^2\,$ is a minimum.

Pre-Solution: Stop and think! Get a feeling for the problem.

Yes, the choices for $\,x\,$ and $\,y\,$ do affect the quantity $\,2x^2 + 5y^2\,.$

For this question, you're probably not able to guess the answer.

There's no restriction that $\,x\,$ and $\,y\,$ must be whole numbers, so $\,x = 1.5\,$ and $\,y = 28.5\,$ is allowable.

Solution

1. What are you maximizing/minimizing?

Key word: ‘minimum’.

You need to minimize the quantity $\,2x^2 + 5y^2\,.$

2. Write Expression

We already have the expression; let's call it $\,S\,$ for sum. So, $\,S = 2x^2 + 5y^2\,.$

At this moment, $\,S\,$ is a function of two variables.

3. One Variable Only

Re-read the problem. Can we write down anything that is true that involves $\,x\,$ and $\,y\,$?

Yes—they must add to $\,30\,.$ Thus, $\,x + y = 30\,.$

This allows us to solve for one variable in terms of the other. Choosing to solve for $\,y\,$ gives:

$$\cssId{s124}{y = 30 - x}\tag{$\cssId{s125}{*}$}$$

So:

$$ \begin{align} S\ &\cssId{s127}{= 2x^2 + 5y^2}\cr &\cssId{s128}{= 2x^2 + 5(30-x)^2}\cr &\cssId{s129}{= \text{(you check these steps)}}\cr &\cssId{s130}{= 7x^2 - 300x + 4500} \end{align} $$

At this point, $\,S\,$ is a function of only one variable, $\,x\,.$

Switch to function notation:

$$\cssId{s133}{S(x) = 7x^2 - 300x + 4500}$$

Note that $\,S\,$ is a quadratic function that is concave up (holds water), so it has a minimum value.

4. Find and Report

The vertex formula says that the vertex of $\,f(x) = ax^2 + bx + c\,$ is:

$$\cssId{s138}{\bigl(-\frac{b}{2a},f(-\frac{b}{2a})\bigr)}$$

For $\,S(x) = 7x^2 - 300x + 4500\,,$ we have $\,a = 7\,,$ $\,b = -300\,.$

Thus:

$$\cssId{s142}{-\frac{b}{2a} = -\frac{(-300)}{2(7)}} \cssId{s143}{= \frac{150}{7}}$$

This is the $x$-value of the vertex of the quadratic function $\,S\,.$

That is, when $\,x = \frac{150}{7}\,,$ the minimum value occurs.

Note from (*) that when $\,x = \frac{150}{7}\,,$ we have:

$$ \begin{align} y\ &\cssId{s150}{= 30 - \frac{150}{7}}\cr\cr &\cssId{s151}{= \frac{210}{7} - \frac{150}{7}}\cr\cr &\cssId{s152}{= \frac{60}{7}} \end{align} $$

What is the minimum value of $\,2x^2 + 5y^2\,$?

$$ \begin{align} S(\frac{150}{7})\ &\cssId{s154}{= 2(\frac{150}{7})^2 + 5(\frac{60}{7})^2}\cr\cr &\cssId{s155}{= \text{(after a bit of work)}}\cr\cr &\cssId{s156}{= \frac{9000}{7}} \end{align} $$

This is the $y$-value of the vertex of the quadratic function $\,S\,.$

The two positive numbers $\,x\,$ and $\,y\,$ that add to $\,30\,$ and make $2x^2 + 5y^2\,$ as small as possible are $\,x = \frac{150}{7}\,$ and $\,y = \frac{60}{7}\,.$ This smallest value of $\,2x^2 + 5y^2\,$ is $\,\frac{9000}{7}\,.$

To make your life easier, zip up to WolframAlpha and type in:

vertex of 2x^2 + 5(30-x)^2

How easy is that?!

Concept Practice