- You do not have permission to view this page - please try signing in.
4.7: Quadratic Functions
- Last updated
- Jan 4, 2021
- Save as PDF
- Page ID
- 54996
( \newcommand{\kernel}{\mathrm{null}\,}\)
You may recall studying quadratic equations in Intermediate Algebra. In this section, we review those equations in the context of our next family of functions: the quadratic functions.
definition 2.5: quadratic function
A quadratic function is a function of the form
f(x)=ax2+bx+c,
where a, b and c are real numbers with a≠0. The domain of a quadratic function is (−∞,∞).
The most basic quadratic function is f(x)=x2, whose graph appears below. Its shape should look familiar from Intermediate Algebra -- it is called a parabola. The point (0,0) is called the vertex of the parabola. In this case, the vertex is a relative minimum and is also the where the absolute minimum value of f can be found.
Much like many of the absolute value functions in Section 2.2, knowing the graph of f(x)=x2 enables us to graph an entire family of quadratic functions using transformations.
Example 4.7.1:
Graph the following functions starting with the graph of f(x)=x2 and using transformations. Find the vertex, state the range and find the x- and y-intercepts, if any exist.
- g(x)=(x+2)2−3
- h(x)=−2(x−3)2+1
Solution
- Since g(x)=(x+2)2−3=f(x+2)−3, Theorem 1.7 instructs us to first subtract 2 from each of the x-values of the points on y=f(x). This shifts the graph of y=f(x) to the left 2 units and moves (−2,4) to (−4,4), (−1,1) to (−3,1), (0,0) to (−2,0), (1,1) to (−1,1) and (2,4) to (0,4). Next, we subtract 3 from each of the y-values of these new points. This moves the graph down 3 units and moves (−4,4) to (−4,1), (−3,1) to (−3,−2), (−2,0) to (−2,3), (−1,1) to (−1,−2) and (0,4) to (0,1). We connect the dots in parabolic fashion to get
From the graph, we see that the vertex has moved from (0,0) on the graph of y=f(x) to (−2,−3) on the graph of y=g(x). This sets [−3,∞) as the range of g. We see that the graph of y=g(x) crosses the x-axis twice, so we expect two x-intercepts. To find these, we set y=g(x)=0 and solve. Doing so yields the equation (x+2)2−3=0, or (x+2)2=3. Extracting square roots gives x+2=±√3, or x=−2±√3. Our x-intercepts are (−2−√3,0)≈(−3.73,0) and (−2+√3,0)≈(−0.27,0). The y-intercept of the graph, (0,1) was one of the points we originally plotted, so we are done.
2. Following Theorem 1.7 once more, to graph h(x)=−2(x−3)2+1=−2f(x−3)+1, we first start by adding 3 to each of the x-values of the points on the graph of y=f(x). This effects a horizontal shift right 3 units and moves (−2,4) to (1,4), (−1,1) to (2,1), (0,0) to (3,0), (1,1) to (4,1) and (2,4) to (5,4). Next, we multiply each of our y-values first by −2 and then add 1 to that result. Geometrically, this is a vertical stretch by a factor of 2, followed by a reflection about the x-axis, followed by a vertical shift up 1 unit. This moves (1,4) to (1,−7), (2,1) to (2,−1), (3,0) to (3,1), (4,1) to (4,−1) and (5,4) to (5,−7).
The vertex is (3,1) which makes the range of h (−∞,1]. From our graph, we know that there are two x-intercepts, so we set y=h(x)=0 and solve. We get −2(x−3)2+1=0 which gives (x−3)2=12. Extracting square roots\footnote{and rationalizing denominators!} gives x−3=±√22, so that when we add 3 to each side,\footnote{and get common denominators!} we get x=6±√22. Hence, our x-intercepts are (6−√22,0)≈(2.29,0) and (6+√22,0)≈(3.71,0). Although our graph doesn't show it, there is a y-intercept which can be found by setting x=0. With h(0)=−2(0−3)2+1=−17, we have that our y-intercept is (0,−17). ◻
A few remarks about Example 4.7.1 are in order. First note that neither the formula given for g(x) nor the one given for h(x) match the form given in Definition 2.5. We could, of course, convert both g(x) and h(x) into that form by expanding and collecting like terms. Doing so, we find g(x)=(x+2)2−3=x2+4x+1 and h(x)=−2(x−3)2+1=−2x2+12x−17. While these `simplified' formulas for g(x) and h(x) satisfy Definition 2.5, they do not lend themselves to graphing easily. For that reason, the form of g and h presented in Example 4.7.2 is given a special name, which we list below, along with the form presented in Definition 2.5.
Definition 2.6: Standard and General Form of Quadratic Functions
Suppose f is a quadratic function.
- The general form of the quadratic function f is f(x)=ax2+bx+c where a, b and c are real numbers with a≠0.
- The standard form of the quadratic function f is f(x)=a(x−h)2+k where a, h and k are real numbers with a≠0.
It is important to note at this stage that we have no guarantees that every quadratic function can be written in standard form. This is actually true, and we prove this later in the exposition, but for now we celebrate the advantages of the standard form, starting with the following theorem.
Theorem 2.2: Vertex Formula for Quadratics in Standard Form
For the quadratic function f(x)=a(x−h)2+k, where a, h and k are real numbers with a≠0, the vertex of the graph of y=f(x) is (h,k).
We can readily verify the formula given Theorem 2.2 with the two functions given in Example 4.7.1. After a (slight) rewrite, g(x)=(x+2)2−3=(x−(−2))2+(−3), and we identify h=−2 and k=−3. Sure enough, we found the vertex of the graph of y=g(x) to be (−2,−3). For h(x)=−2(x−3)+1, no rewrite is needed. We can directly identify h=3 and k=1 and, sure enough, we found the vertex of the graph of y=h(x) to be (3,1).
To see why the formula in Theorem 2.2 produces the vertex, consider the graph of the equation y=a(x−h)2+k. When we substitute x=h, we get y=k, so (h,k) is on the graph. If x≠h, then x−h≠0 so (x−h)2 is a positive number. If a>0, then a(x−h)2 is positive, thus y=a(x−h)2+k is always a number larger than k. This means that when a>0, (h,k) is the lowest point on the graph and thus the parabola must open upwards, making (h,k) the vertex. A similar argument shows that if a<0, (h,k) is the highest point on the graph, so the parabola opens downwards, and (h,k) is also the vertex in this case.
Alternatively, we can apply the machinery in Section 1.7. Since the vertex of y=x2 is (0,0), we can determine the vertex of y=a(x−h)2+k by determining the final destination of (0,0) as it is moved through each transformation. To obtain the formula f(x)=a(x−h)2+k, we start with g(x)=x2 and first define g1(x)=ag(x)=ax2. This is results in a vertical scaling and/or reflection.\footnote{Just a scaling if a>0. If a<0, there is a reflection involved.} Since we multiply the output by a, we multiply the y-coordinates on the graph of g by a, so the point (0,0) remains (0,0) and remains the vertex. Next, we define g\tiny2(x)=g\tiny\)1\)(x−h)=a(x−h)2. This induces a horizontal shift right or left h units\footnote{Right if h>0, left if h<0.} moves the vertex, in either case, to (h,0). Finally, f(x)=g2(x)+k=a(x−h)2+k which effects a vertical shift up or down k units\footnote{Up if k>0, down if k<0} resulting in the vertex moving from (h,0) to (h,k).
In addition to verifying Theorem 2.2, the arguments in the two preceding paragraphs have also shown us the role of the number a in the graphs of quadratic functions. The graph of y=a(x−h)2+k is a parabola `opening upwards' if a>0, and `opening downwards' if a<0. Moreover, the symmetry enjoyed by the graph of y=x2 about the y-axis is translated to a symmetry about the vertical line x=h which is the vertical line through the vertex.\footnote{You should use transformations to verify this!} This line is called the axis of symmetry of the parabola and is dashed in the figures below.
Without a doubt, the standard form of a quadratic function, coupled with the machinery in Section 1.7, allows us to list the attributes of the graphs of such functions quickly and elegantly. What remains to be shown, however, is the fact that every quadratic function can be written in standard form. To convert a quadratic function given in general form into standard form, we employ the ancient rite of `Completing the Square'. We remind the reader how this is done in our next example.
Example 4.7.2:
Convert the functions below from general form to standard form. Find the vertex, axis of symmetry and any x- or y-intercepts. Graph each function and determine its range.
- f(x)=x2−4x+3.
- g(x)=6−x−x2
Solution
- To convert from general form to standard form, we complete the square.\footnote{If you forget why we do what we do to complete the square, start with a(x−h)2+k, multiply it out, step by step, and then reverse the process.} First, we verify that the coefficient of x2 is 1. Next, we find the coefficient of x, in this case −4, and take half of it to get 12(−4)=−2. This tells us that our target perfect square quantity is (x−2)2. To get an expression equivalent to (x−2)2, we need to add (−2)2=4 to the x2−4x to create a perfect square trinomial, but to keep the balance, we must also subtract it. We collect the terms which create the perfect square and gather the remaining constant terms. Putting it all together, we get
f(x)=x2−4x+3(Compute 12(−4)=−2.)=(x2−4x+4_−4_)+3(Add and subtract (−2)2=4 to (x2+4x).)=(x2−4x+4)−4+3(Group the perfect square trinomial.)=(x−2)2−1(Factor the perfect square trinomial.)
Of course, we can always check our answer by multiplying out f(x)=(x−2)2−1 to see that it simplifies to f(x)=x2−4x−1. In the form f(x)=(x−2)2−1, we readily find the vertex to be (2,−1) which makes the axis of symmetry x=2. To find the x-intercepts, we set y=f(x)=0. We are spoiled for choice, since we have two formulas for f(x). Since we recognize f(x)=x2−4x+3 to be easily factorable,\footnote{Experience pays off, here!} we proceed to solve x2−4x+3=0. Factoring gives (x−3)(x−1)=0 so that x=3 or x=1. The x-intercepts are then (1,0) and (3,0). To find the y-intercept, we set x=0. Once again, the general form f(x)=x2−4x+3 is easiest to work with here, and we find y=f(0)=3. Hence, the y-intercept is (0,3). With the vertex, axis of symmetry and the intercepts, we get a pretty good graph without the need to plot additional points. We see that the range of f is [−1,∞) and we are done.
2. To get started, we rewrite g(x)=6−x−x2=−x2−x+6 and note that the coefficient of x2 is −1, not 1. This means our first step is to factor out the (−1) from both the x2 and x terms. We then follow the completing the square recipe as above.
g(x)=−x2−x+6=(−1)(x2+x)+6(Factor the coefficient of x2 from x2 and x.)=(−1)(x2+x+14_−14_)+6=(−1)(x2+x+14)+(−1)(−14)+6(Group the perfect square trinomial.)=−(x+12)2+254
From g(x)=−(x+12)2+254, we get the vertex to be (−12,254) and the axis of symmetry to be x=−12. To get the x-intercepts, we opt to set the given formula g(x)=6−x−x2=0. Solving, we get x=−3 and x=2, so the x-intercepts are (−3,0) and (2,0). Setting x=0, we find g(0)=6, so the y-intercept is (0,6). Plotting these points gives us the graph below. We see that the range of g is (−∞,254].
With Example 4.7.2 fresh in our minds, we are now in a position to show that every quadratic function can be written in standard form. We begin with f(x)=ax2+bx+c, assume a≠0, and complete the square in complete generality.
f(x)=ax2+bx+c=a(x2+bax)+c(Factor out coefficient of x2 from x2 and x.)=a(x2+bax+b24a2_−b24a2_)+c=a(x2+bax+b24a2)−a(b24a2)+c(Group the perfect square trinomial.)=a(x+b2a)2+4ac−b24a(Factor and get a common denominator.)
Comparing this last expression with the standard form, we identify (x−h) with (x+b2a) so that h=−b2a. Instead of memorizing the value k=4ac−b24a, we see that f(−b2a)=4ac−b24a. As such, we have derived a vertex formula for the general form. We summarize both vertex formulas in the box at the top of the next page.
Equation 2.4: Vertex Formulas for Quadratic Functions
Suppose a, b, c, h and k are real numbers with a≠0.
- If f(x)=a(x−h)2+k, the vertex of the graph of y=f(x) is the point (h,k).
- If f(x)=ax2+bx+c, the vertex of the graph of y=f(x) is the point (−b2a,f(−b2a)).
There are two more results which can be gleaned from the completed-square form of the general form of a quadratic function,
f(x)=ax2+bx+c=a(x+b2a)2+4ac−b24a
We have seen that the number a in the standard form of a quadratic function determines whether the parabola opens upwards (if a>0) or downwards (if a<0). We see here that this number a is none other than the coefficient of x2 in the general form of the quadratic function. In other words, it is the coefficient of x2 alone which determines this behavior -- a result that is generalized in Section 3.1. The second treasure is a re-discovery of the quadratic formula.
Equation 2.5: The Quadratic Formula
If a, b and c are real numbers with a≠0, then the solutions to ax2+bx+c=0 are
x=−b±√b2−4ac2a.
Assuming the conditions of Equation 2.5, the solutions to ax2+bx+c=0 are precisely the zeros of f(x)=ax2+bx+c. Since
f(x)=ax2+bx+c=a(x+b2a)2+4ac−b24a
the equation ax2+bx+c=0 is equivalent to
a(x+b2a)2+4ac−b24a=0.
Solving gives
a(x+b2a)2+4ac−b24a=0[15pt]a(x+b2a)2=−4ac−b24a[15pt]1a[a(x+b2a)2]=1a(b2−4ac4a)[15pt](x+b2a)2=b2−4ac4a2[15pt]x+b2a=±√b2−4ac4a2extract square roots[15pt]x+b2a=±√b2−4ac2a[15pt]x=−b2a±√b2−4ac2a[15pt]x=−b±√b2−4ac2a
In our discussions of domain, we were warned against having negative numbers underneath the square root. Given that √b2−4ac is part of the Quadratic Formula, we will need to pay special attention to the radicand b2−4ac. It turns out that the quantity b2−4ac plays a critical role in determining the nature of the solutions to a quadratic equation. It is given a special name.
Definition 2.7: discriminant
If a, b and c are real numbers with a≠0, then the discriminant of the quadratic equation ax2+bx+c=0 is the quantity
b2−4ac.
The discriminant `discriminates' between the kinds of solutions we get from a quadratic equation. These cases, and their relation to the discriminant, are summarized below.
Theorem 2.3: Discriminant Trichotomy
Let a, b and c be real numbers with a≠0.
- If b2−4ac<0, the equation ax2+bx+c=0 has no real solutions.
- If b2−4ac=0, the equation ax2+bx+c=0 has exactly one real solution.
- If b2−4ac>0, the equation ax2+bx+c=0 has exactly two real solutions.
The proof of Theorem 2.3 stems from the position of the discriminant in the quadratic equation, and is left as a good mental exercise for the reader. The next example exploits the fruits of all of our labor in this section thus far.
Example 4.7.3:
Recall that the profit (Section 1.4) for a product is defined by the equation Profit=Revenue−Cost, or P(x)=R(x)−C(x). In Example 2.1.7 the weekly revenue, in dollars, made by selling x PortaBoy Game Systems was found to be R(x)=−1.5x2+250x with the restriction (carried over from the price-demand function) that 0≤x≤166. The cost, in dollars, to produce x PortaBoy Game Systems is given in Example 2.1.5 as C(x)=80x+150 for x≥0.
- Determine the weekly profit function P(x).
- Graph y=P(x). Include the x- and y-intercepts as well as the vertex and axis of symmetry.
- Interpret the zeros of P.
- Interpret the vertex of the graph of y=P(x).
- Recall that the weekly price-demand equation for PortaBoys is p(x)=−1.5x+250, where p(x) is the price per PortaBoy, in dollars, and x is the weekly sales. What should the price per system be in order to maximize profit?
Solution
- To find the profit function P(x), we subtract P(x)=R(x)−C(x)=(−1.5x2+250x)−(80x+150)=−1.5x2+170x−150. Since the revenue function is valid when 0≤x≤166, P is also restricted to these values.
- To find the x-intercepts, we set P(x)=0 and solve −1.5x2+170x−150=0. The mere thought of trying to factor the left hand side of this equation could do serious psychological damage, so we resort to the quadratic formula, Equation 2.5. Identifying a=−1.5, b=170, and c=−150, we obtain
x=−b±√b2−4ac2a=−170±√1702−4(−1.5)(−150)2(−1.5)=−170±√28000−3=170±20√703
We get two x-intercepts: (170−20√703,0) and (170+20√703,0). To find the y-intercept, we set x=0 and find y=P(0)=−150 for a y-intercept of (0,−150). To find the vertex, we use the fact that P(x)=−1.5x2+170x−150 is in the general form of a quadratic function and appeal to Equation 2.4. Substituting a=−1.5 and b=170, we get x=−1702(−1.5)=1703. To find the y-coordinate of the vertex, we compute P(1703)=140003 and find that our vertex is (1703,140003). The axis of symmetry is the vertical line passing through the vertex so it is the line x=1703. To sketch a reasonable graph, we approximate the x-intercepts, (0.89,0) and (112.44,0), and the vertex, (56.67,4666.67). (Note that in order to get the x-intercepts and the vertex to show up in the same picture, we had to scale the x-axis differently than the y-axis. This results in the left-hand x-intercept and the y-intercept being uncomfortably close to each other and to the origin in the picture.)
3. The zeros of P are the solutions to P(x)=0, which we have found to be approximately 0.89 and 112.44. As we saw in Example 1.5.3, these are the `break-even' points of the profit function, where enough product is sold to recover the cost spent to make the product. More importantly, we see from the graph that as long as x is between 0.89 and 112.44, the graph y=P(x) is above the x-axis, meaning y=P(x)>0 there. This means that for these values of x, a profit is being made. Since x represents the weekly sales of PortaBoy Game Systems, we round the zeros to positive integers and have that as long as 1, but no more than 112 game systems are sold weekly, the retailer will make a profit.
4. From the graph, we see that the maximum value of P occurs at the vertex, which is approximately (56.67,4666.67). As above, x represents the weekly sales of PortaBoy systems, so we can't sell 56.67 game systems. Comparing P(56)=4666 and P(57)=4666.5, we conclude that we will make a maximum profit of )4666.50 if we sell 57 game systems.
5. In the previous part, we found that we need to sell 57 PortaBoys per week to maximize profit. To find the price per PortaBoy, we substitute x=57 into the price-demand function to get p(57)=−1.5(57)+250=164.5. The price should be set at )164.50. ◻
Our next example is another classic application of quadratic functions.
Example 4.7.4:
Much to Donnie's surprise and delight, he inherits a large parcel of land in Ashtabula County from one of his (e)strange(d) relatives. The time is finally right for him to pursue his dream of farming alpaca. He wishes to build a rectangular pasture, and estimates that he has enough money for 200 linear feet of fencing material. If he makes the pasture adjacent to a stream (so no fencing is required on that side), what are the dimensions of the pasture which maximize the area? What is the maximum area? If an average alpaca needs 25 square feet of grazing area, how many alpaca can Donnie keep in his pasture?
Solution
It is always helpful to sketch the problem situation, so we do so below.
We are tasked to find the dimensions of the pasture which would give a maximum area. We let w denote the width of the pasture and we let l denote the length of the pasture. Since the units given to us in the statement of the problem are feet, we assume w and l are measured in feet. The area of the pasture, which we'll call A, is related to w and l by the equation A=wl. Since w and l are both measured in feet, A has units of feet2, or square feet. We are given the total amount of fencing available is 200 feet, which means w+l+w=200, or, l+2w=200. We now have two equations, A=wl and l+2w=200. In order to use the tools given to us in this section to maximize A, we need to use the information given to write A as a function of just one variable, either w or l. This is where we use the equation l+2w=200. Solving for l, we find l=200−2w, and we substitute this into our equation for A. We get A=wl=w(200−2w)=200w−2w2. We now have A as a function of w, A(w)=200w−2w2=−2w2+200w.
Before we go any further, we need to find the applied domain of A so that we know what values of w make sense in this problem situation.\footnote{Donnie would be very upset if, for example, we told him the width of the pasture needs to be −50 feet.} Since w represents the width of the pasture, w>0. Likewise, l represents the length of the pasture, so l=200−2w>0. Solving this latter inequality, we find w<100. Hence, the function we wish to maximize is A(w)=−2w2+200w for 0<w<100. Since A is a quadratic function (of w), we know that the graph of y=A(w) is a parabola. Since the coefficient of w2 is −2, we know that this parabola opens downwards. This means that there is a maximum value to be found, and we know it occurs at the vertex. Using the vertex formula, we find w=−2002(−2)=50, and A(50)=−2(50)2+200(50)=5000. Since w=50 lies in the applied domain, 0<w<100, we have that the area of the pasture is maximized when the width is 50 feet. To find the length, we use l=200−2w and find l=200−2(50)=100, so the length of the pasture is 100 feet. The maximum area is A(50)=5000, or 5000 square feet. If an average alpaca requires 25 square feet of pasture, Donnie can raise 500025=200 average alpaca. ◻
We conclude this section with the graph of a more complicated absolute value function.
Example 4.7.5:
Graph f(x)=|x2−x−6|.
Solution
Using the definition of absolute value, Definition 2.4, we have
f(x)={−(x2−x−6),ifx2−x−6<0x2−x−6,ifx2−x−6≥0
The trouble is that we have yet to develop any analytic techniques to solve nonlinear inequalities such as x2−x−6<0. You won't have to wait long; this is one of the main topics of Section 2.4.
Nevertheless, we can attack this problem graphically. To that end, we graph y=g(x)=x2−x−6 using the intercepts and the vertex. To find the x-intercepts, we solve x2−x−6=0. Factoring gives (x−3)(x+2)=0 so x=−2 or x=3. Hence, (−2,0) and (3,0) are x-intercepts. The y-intercept (0,−6) is found by setting x=0. To plot the vertex, we find x=−b2a=−−12(1)=12, and y=(12)2−(12)−6=−254=−6.25. Plotting, we get the parabola seen below on the left. To obtain points on the graph of y=f(x)=|x2−x−6|, we can take points on the graph of g(x)=x2−x−6 and apply the absolute value to each of the y values on the parabola. We see from the graph of g that for x≤−2 or x≥3, the y values on the parabola are greater than or equal to zero (since the graph is on or above the x-axis), so the absolute value leaves these portions of the graph alone. For x between −2 and 3, however, the y values on the parabola are negative. For example, the point (0,−6) on y=x2−x−6 would result in the point (0,|−6|)=(0,−(−6))=(0,6) on the graph of f(x)=|x2−x−6|. Proceeding in this manner for all points with x-coordinates between −2 and 3 results in the graph seen below on the right.
If we take a step back and look at the graphs of g and f in the last example, we notice that to obtain the graph of f from the graph of g, we reflect a portion of the graph of g about the x-axis. We can see this analytically by substituting g(x)=x2−x−6 into the formula for f(x) and calling to mind Theorem 1.4 from Section 1.7.
f(x)={−g(x),ifg(x)<0g(x),ifg(x)≥0
The function f is defined so that when g(x) is negative (i.e., when its graph is below the x-axis), the graph of f is its refection across the x-axis. This is a general template to graph functions of the form f(x)=|g(x)|. From this perspective, the graph of f(x)=|x| can be obtained by reflection the portion of the line g(x)=x which is below the x-axis back above the x-axis creating the characteristic `∨' shape.