We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

TEXT

Study Guides > College Algebra CoRequisite Course

Applications With Quadratic Functions

Learning Outcomes

  • Find the maximum of a quadratic function that models area, and revenue.
There are many real-world scenarios that involve finding the maximum or minimum value of a quadratic function, such as applications involving area and revenue. In this lesson, we will explore a way to maximize the area of a fenced enclosure, as well as how selling price can affect the number of units sold. In graph (a) below, the parabola has a minimum value at [latex](2,1)[/latex], and the parabola in graph (b) has a maximum at [latex](-3,4)[/latex]. These values can take on meaning in applications such as the examples we will work through next. Two graphs where the first graph shows the maximum value for f(x)=(x-2)^2+1 which occurs at (2, 1) and the second graph shows the minimum value for g(x)=-(x+3)^2+4 which occurs at (-3, 4).

Example: Finding the Maximum Value of a Quadratic Function

A backyard farmer wants to enclose a rectangular space for a new garden within her fenced backyard. She has purchased 80 feet of wire fencing to enclose three sides, and she will use a section of the backyard fence as the fourth side.
  1. Find a formula for the area enclosed by the fence if the sides of fencing perpendicular to the existing fence have length [latex]L[/latex].
  2. What dimensions should she make her garden to maximize the enclosed area?

Answer: Diagram of the garden and the backyard. Let’s use a diagram such as the one above to record the given information. It is also helpful to introduce a temporary variable, [latex]W[/latex], to represent the width of the garden and the length of the fence section parallel to the backyard fence.

  1. We know we have only 80 feet of fence available, and [latex]L+W+L=80[/latex], or more simply, [latex]2L+W=80[/latex]. This allows us to represent the width, [latex]W[/latex], in terms of [latex]L[/latex]. [latex]W=80 - 2L[/latex]Now we are ready to write an equation for the area the fence encloses. We know the area of a rectangle is length multiplied by width, so [latex]A=LW=L\left(80 - 2L\right)=80L - 2{L}^{2}[/latex]. This formula represents the area of the fence in terms of the variable length [latex]L[/latex]. The function, written in general form, is[latex]A\left(L\right)=-2{L}^{2}+80L[/latex].
  2. The quadratic has a negative leading coefficient, so the graph will open downward, and the vertex will be the maximum value for the area. In finding the vertex, we must be careful because the equation is not written in standard polynomial form with decreasing powers. This is why we rewrote the function in general form above. Since [latex]a[/latex] is the coefficient of the squared term, [latex]a=-2,b=80[/latex], and [latex]c=0[/latex].
To find the vertex:

[latex]h=-\dfrac{80}{2\left(-2\right)}=20[/latex]

and

[latex]\begin{align}k&=A\left(20\right) \\&=80\left(20\right)-2{\left(20\right)}^{2}\\&=800 \end{align}[/latex]

The maximum value of the function is an area of 800 square feet, which occurs when [latex]L=20[/latex] feet. When the shorter sides are 20 feet, there is 40 feet of fencing left for the longer side. To maximize the area, she should enclose the garden so the two shorter sides have length 20 feet and the longer side parallel to the existing fence has length 40 feet.

Analysis of the Solution

This problem also could be solved by graphing the quadratic function. We can see where the maximum area occurs on a graph of the quadratic function below. Graph of the parabolic function A(L)=-2L^2+80L, which the x-axis is labeled Length (L) and the y-axis is labeled Area (A). The vertex is at (20, 800).

The problem we solved above is called a constrained optimization problem. We can optimize our desired outcome given a constraint, which in this case was a limited amount of fencing materials. Try it yourself in the next problem.  

How To: Given an application involving revenue, use a quadratic equation to find the maximum.

  1. Write a quadratic equation for revenue.
  2. Find the vertex of the quadratic equation.
  3. Determine the [latex]y[/latex]-value of the vertex.

Example: Finding Maximum Revenue

The unit price of an item affects its supply and demand. That is, if the unit price goes up, the demand for the item will usually decrease. For example, a local newspaper currently has 84,000 subscribers at a quarterly charge of $30. Market research has suggested that if the owners raise the price to $32, they would lose 5,000 subscribers. Assuming that subscriptions are linearly related to the price, what price should the newspaper charge for a quarterly subscription to maximize their revenue?

Answer: Revenue is the amount of money a company brings in. In this case, the revenue can be found by multiplying the price per subscription times the number of subscribers, or quantity. We can introduce variables, [latex]p[/latex] for price per subscription and [latex]Q[/latex] for quantity, giving us the equation [latex]\text{Revenue}=pQ[/latex]. Because the number of subscribers changes with the price, we need to find a relationship between the variables. We know that currently [latex]p=30[/latex] and [latex]Q=84,000[/latex]. We also know that if the price rises to $32, the newspaper would lose 5,000 subscribers, giving a second pair of values, [latex]p=32[/latex] and [latex]Q=79,000[/latex]. From this we can find a linear equation relating the two quantities. The slope will be

[latex]\begin{align}m&=\dfrac{79,000 - 84,000}{32 - 30} \\ &=\dfrac{-5,000}{2} \\ &=-2,500 \end{align}[/latex]

This tells us the paper will lose 2,500 subscribers for each dollar they raise the price. We can then solve for the [latex]y[/latex]-intercept.

[latex]\begin{align}&Q=-2500p+b &&\text{Substitute in the point }Q=84,000\text{ and }p=30 \\ &84,000=-2500\left(30\right)+b &&\text{Solve for }b \\ &b=159,000 \end{align}[/latex]

This gives us the linear equation [latex]Q=-2,500p+159,000[/latex] relating cost and subscribers. We now return to our revenue equation.

[latex]\begin{align}&\text{Revenue}=pQ \\ &\text{Revenue}=p\left(-2,500p+159,000\right) \\ &\text{Revenue}=-2,500{p}^{2}+159,000p \end{align}[/latex]

We now have a quadratic function for revenue as a function of the subscription charge. To find the price that will maximize revenue for the newspaper, we can find the vertex.

[latex]\begin{align}h&=-\dfrac{159,000}{2\left(-2,500\right)} \\ &=31.8 \end{align}[/latex]

The model tells us that the maximum revenue will occur if the newspaper charges $31.80 for a subscription. To find what the maximum revenue is, we evaluate the revenue function.

[latex]\begin{align}\text{maximum revenue}&=-2,500{\left(31.8\right)}^{2}+159,000\left(31.8\right) \\ &=\$2,528,100\hfill \end{align}[/latex]

Analysis of the Solution

This could also be solved by graphing the quadratic. We can see the maximum revenue on a graph of the quadratic function. Graph of the parabolic function which the x-axis is labeled Price (p) and the y-axis is labeled Revenue ($). The vertex is at (31.80, 258100).

In the example above, we knew the number of subscribers to a newspaper and used that information to find the optimal price for each subscription. What if the price of subscriptions is affected by competition?

Try it

Previously, we found a quadratic function that modeled revenue as a function of price.

[latex]\text{Revenue}-2,500{p}^{2}+159,000p[/latex]

We found that selling the paper at [latex]\$31.80[/latex] per subscription would maximize revenue.  What if your closest competitor sells their paper for [latex]\$25.00[/latex] per subscription? What is the maximum revenue you can make you sell your paper for the same?

Answer: Evaluating the function for [latex]p=25[/latex] gives [latex]\$2,412,500[/latex].

 

Licenses & Attributions

CC licensed content, Original

CC licensed content, Shared previously

  • Question ID 2451. Authored by: Anderson,Tophe. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • Question ID 15552. Authored by: Lippman,David. License: CC BY: Attribution. License terms: IMathAS Community License CC-BY + GPL.
  • College Algebra. Provided by: OpenStax Authored by: Abramson, Jay et al.. Located at: https://openstax.org/books/college-algebra/pages/1-introduction-to-prerequisites. License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/[email protected].