Skip to content
Graphing Quadratic Equations in Two Variables

Graphing Quadratic Equations in Two Variables

By the end of this section, you will be able to: recognize the graph of a quadratic equation in two variables, find the axis of symmetry and vertex of a parabola, find the intercepts of a parabola, graph quadratic equations in two variables, and solve maximum and minimum applications.

Recognize the graph of a quadratic equation in two variables

We have graphed equations of the form Ax+By=CAx+By=C. We called equations like this linear equations because their graphs are straight lines.

Now, we will graph equations of the form y=ax2+bx+cy=ax^2+bx+c. We call this kind of equation a quadratic equation in two variables.

Quadratic equation in two variables. A quadratic equation in two variables, where aa, bb, and cc are real numbers and a0a\ne0, is an equation of the form

y=ax2+bx+cy=ax^2+bx+c

Just like we started graphing linear equations by plotting points, we will do the same for quadratic equations.

Let’s look first at graphing the quadratic equation y=x2y=x^2. We will choose integer values of xx between 2-2 and 22 and find their yy values.

xxy=x2y=x^2
0000
1111
1-111
2244
2-244

Notice when we let x=1x=1 and x=1x=-1, we got the same value for yy.

y=x2y=12y=1andy=x2y=(1)2y=1 \begin{array}{rcl} y&=&x^2 \\[4pt] y&=&1^2 \\[4pt] y&=&1 \end{array} \qquad\text{and}\qquad \begin{array}{rcl} y&=&x^2 \\[4pt] y&=&(-1)^2 \\[4pt] y&=&1 \end{array}

The same thing happened when we let x=2x=2 and x=2x=-2.

Now, we will plot the points to show the graph of y=x2y=x^2.

xy−6−5−4−3−2−1123456−6−5−4−3−2−1123456

The graph is not a line. This figure is called a parabola. Every quadratic equation has a graph that looks like this.

Example 10.43. Graph y=x21y=x^2-1.

We will graph the equation by plotting points. Choose integer values for xx, substitute them into the equation and solve for yy.

xxy=x21y=x^2-1
001-1
1100
1-100
2233
2-233

Record the values of the ordered pairs in the chart. Plot the points, and then connect them with a smooth curve.

xy−6−5−4−3−2−1123456−6−5−4−3−2−1123456

The result is the graph of y=x21y=x^2-1.

Graph y=x2y=-x^2. Which description identifies its graph?

How do the equations y=x2y=x^2 and y=x21y=x^2-1 differ? What is the difference between their graphs? How are their graphs the same?

All parabolas of the form y=ax2+bx+cy=ax^2+bx+c open upwards or downwards. Compare the two graphs below.

y = x² + 4x + 3; a > 0; opens upwardxy−10−8−6−4−2246810−10−8−6−4−2246810
y = −x² + 4x + 3; a < 0; opens downwardxy−10−8−6−4−2246810−10−8−6−4−2246810

Notice that the only difference in the two equations is the negative sign before the x2x^2 in the equation of the second graph. When the x2x^2 term is positive, the parabola opens upward, and when the x2x^2 term is negative, the parabola opens downward.

Parabola orientation. For the quadratic equation y=ax2+bx+cy=ax^2+bx+c, if:

  • a>0a>0, the parabola opens upward.
  • a<0a<0, the parabola opens downward.

Example 10.44. Determine whether each parabola opens upward or downward: (a) y=3x2+2x4y=-3x^2+2x-4; (b) y=6x2+7x9y=6x^2+7x-9.

(a) Find the value of aa. Since a=3a=-3 is negative, the parabola will open downward.

(b) Find the value of aa. Since a=6a=6 is positive, the parabola will open upward.

Determine whether the parabola y=2x22x3y=-2x^2-2x-3 opens upward or downward.

Find the axis of symmetry and vertex of a parabola

Look again at the two parabolas y=x2+4x+3y=x^2+4x+3 and y=x2+4x+3y=-x^2+4x+3. Do you see that we could fold each parabola in half and that one side would lie on top of the other? The “fold line” is a line of symmetry. We call it the axis of symmetry of the parabola.

y = x² + 4x + 3; axis of symmetry x = −2xy−10−8−6−4−2246810−10−8−6−4−2246810
y = −x² + 4x + 3; axis of symmetry x = 2xy−10−8−6−4−2246810−10−8−6−4−2246810

The equation of the axis of symmetry can be derived by using the Quadratic Formula. We will omit the derivation here and proceed directly to using the result. The equation of the axis of symmetry of the graph of y=ax2+bx+cy=ax^2+bx+c is

x=b2a.x=-\frac{b}{2a}.

So, to find the equation of symmetry of each of the parabolas we graphed above, we will substitute into the formula x=b2ax=-\tfrac{b}{2a}.

x=421x=2andx=42(1)x=2 \begin{array}{rcl}x&=&-\tfrac{4}{2\cdot1}\\[4pt]x&=&-2\end{array} \qquad\text{and}\qquad \begin{array}{rcl}x&=&-\tfrac{4}{2(-1)}\\[4pt]x&=&2\end{array}

The point on the parabola that is on the axis of symmetry is the lowest or highest point on the parabola, depending on whether the parabola opens upwards or downwards. This point is called the vertex of the parabola.

We can easily find the coordinates of the vertex, because we know it is on the axis of symmetry. This means its xx-coordinate is b2a-\tfrac{b}{2a}. To find the yy-coordinate of the vertex, we substitute the value of the xx-coordinate into the quadratic equation.

For y=x2+4x+3y=x^2+4x+3, the axis is x=2x=-2 and y=(2)2+4(2)+3=1y=(-2)^2+4(-2)+3=-1, so the vertex is (2,1)(-2,-1). For y=x2+4x+3y=-x^2+4x+3, the axis is x=2x=2 and y=(2)2+4(2)+3=7y=-(2)^2+4(2)+3=7, so the vertex is (2,7)(2,7).

Axis of symmetry and vertex of a parabola. For a parabola with equation y=ax2+bx+cy=ax^2+bx+c:

  • The axis of symmetry is the line x=b2ax=-\tfrac{b}{2a}.
  • The vertex is on the axis of symmetry, so its xx-coordinate is b2a-\tfrac{b}{2a}.

To find the yy-coordinate of the vertex, substitute x=b2ax=-\tfrac{b}{2a} into the quadratic equation.

Example 10.45. For the parabola y=3x26x+2y=3x^2-6x+2 find: (a) the axis of symmetry and (b) the vertex.

(a) The axis of symmetry is the line x=b2ax=-\tfrac{b}{2a}.

Substitute the values of a,b into the equation.x=623Simplify.x=1 \begin{array}{lrcl} \text{Substitute the values of }a,b\text{ into the equation.}&x&=&-\tfrac{-6}{2\cdot3}\\[10pt] \text{Simplify.}&x&=&1 \end{array}

The axis of symmetry is the line x=1x=1.

(b) The vertex is on the line of symmetry, so its xx-coordinate will be x=1x=1. Substitute x=1x=1 into the equation and solve for yy.

y=3x26x+2Substitute.y=3(1)26(1)+2Simplify.y=316+2This is the y-coordinate.y=1 \begin{array}{lrcl} &y&=&3x^2-6x+2\\[4pt] \text{Substitute.}&y&=&3(1)^2-6(1)+2\\[4pt] \text{Simplify.}&y&=&3\cdot1-6+2\\[4pt] \text{This is the }y\text{-coordinate.}&y&=&-1 \end{array}

The vertex is (1,1)(1,-1).

For the parabola y=2x28x+1y=2x^2-8x+1, find the xx-coordinate of the axis of symmetry.

Find the intercepts of a parabola

When we graphed linear equations, we often used the xx- and yy-intercepts to help us graph the lines. Finding the coordinates of the intercepts will help us to graph parabolas, too.

Remember, at the y-intercept the value of xx is zero. So, to find the yy-intercept, we substitute x=0x=0 into the equation. Both y=x2+4x+3y=x^2+4x+3 and y=x2+4x+3y=-x^2+4x+3 have yy-intercept (0,3)(0,3).

y = x² + 4x + 3xy−10−8−6−4−2246810−10−8−6−4−2246810
y = −x² + 4x + 3xy−10−8−6−4−2246810−10−8−6−4−2246810

At an x-intercept, the value of yy is zero. To find an xx-intercept, we substitute y=0y=0 into the equation. In other words, we will need to solve 0=ax2+bx+c0=ax^2+bx+c for xx.

But solving quadratic equations like this is exactly what we have done earlier in this chapter.

First, we will find the xx-intercepts of y=x2+4x+3y=x^2+4x+3.

Let y=0.0=x2+4x+3Factor.0=(x+1)(x+3)Use the zero product property.x+1=0, x+3=0Solve.x=1, x=3 \begin{array}{lrcl} \text{Let }y=0.&0&=&x^2+4x+3\\[4pt] \text{Factor.}&0&=&(x+1)(x+3)\\[4pt] \text{Use the zero product property.}&&&x+1=0,\ x+3=0\\[4pt] \text{Solve.}&&&x=-1,\ x=-3 \end{array}

The xx-intercepts are (1,0)(-1,0) and (3,0)(-3,0).

Now, we will find the xx-intercepts of y=x2+4x+3y=-x^2+4x+3.

Let y=0.0=x2+4x+3Use the Quadratic Formula.x=4±424(1)(3)2(1)Simplify.x=2±7 \begin{array}{lrcl} \text{Let }y=0.&0&=&-x^2+4x+3\\[4pt] \text{Use the Quadratic Formula.}&x&=&\tfrac{-4\pm\sqrt{4^2-4(-1)(3)}}{2(-1)}\\[10pt] \text{Simplify.}&x&=&2\pm\sqrt7 \end{array}

The xx-intercepts are (2+7,0)(2+\sqrt7,0) and (27,0)(2-\sqrt7,0), approximately (4.6,0)(4.6,0) and (0.6,0)(-0.6,0).

Find the intercepts of a parabola. For y=ax2+bx+cy=ax^2+bx+c:

  • y-intercept: Let x=0x=0 and solve for yy.
  • x-intercepts: Let y=0y=0 and solve for xx.

Example 10.46. Find the intercepts of y=x22x8y=x^2-2x-8.

To find the yy-intercept, let x=0x=0 and solve for yy: y=02208=8y=0^2-2\cdot0-8=-8. The yy-intercept is (0,8)(0,-8).

To find the xx-intercept, let y=0y=0 and solve for xx.

0=x22x8Solve by factoring.0=(x4)(x+2)0=x40=x+24=x2=x \begin{array}{lrcl} &0&=&x^2-2x-8\\[4pt] \text{Solve by factoring.}&0&=&(x-4)(x+2)\\[4pt] &&&0=x-4\quad 0=x+2\\[4pt] &&&4=x\quad -2=x \end{array}

The xx-intercepts are (4,0)(4,0) and (2,0)(-2,0).

Find the xx-intercepts of y=x2+2x8y=x^2+2x-8. Enter the xx-values separated by commas from least to greatest.

In this chapter, we have been solving quadratic equations of the form ax2+bx+c=0ax^2+bx+c=0. We solved for xx and the results were the solutions to the equation.

We are now looking at quadratic equations in two variables of the form y=ax2+bx+cy=ax^2+bx+c. The graphs of these equations are parabolas. The xx-intercepts of the parabolas occur where y=0y=0.

The solutions of the quadratic equation are the xx values of the xx-intercepts.

Earlier, we saw that quadratic equations have 2, 1, or 0 solutions. The graphs below show parabolas for these three cases. Since the solutions of the equations give the xx-intercepts of the graphs, the number of xx-intercepts is the same as the number of solutions.

b² − 4ac > 0: two x−interceptsxy
b² − 4ac = 0: one x−interceptxy
b² − 4ac < 0: no x−interceptxy

Previously, we used the discriminant to determine the number of solutions of a quadratic equation of the form ax2+bx+c=0ax^2+bx+c=0. Now, we can use the discriminant to tell us how many xx-intercepts there are on the graph.

DiscriminantSolutionsGraph
b24ac>0b^2-4ac>0Two solutionsTwo xx-intercepts
b24ac=0b^2-4ac=0One solutionOne xx-intercept
b24ac<0b^2-4ac<0No real solutionNo xx-intercept

Before you start solving the quadratic equation to find the values of the xx-intercepts, you may want to evaluate the discriminant so you know how many solutions to expect.

Example 10.47. Find the intercepts of y=5x2+x+4y=5x^2+x+4.

To find the yy-intercept, let x=0x=0 and solve for yy.

y=502+0+4=4.y=5\cdot0^2+0+4=4.

When x=0x=0, then y=4y=4. The yy-intercept is the point (0,4)(0,4).

To find the xx-intercept, let y=0y=0 and solve for xx. Find the value of the discriminant to predict the number of solutions and so xx-intercepts.

b24ac=12454=180=79.b^2-4ac=1^2-4\cdot5\cdot4=1-80=-79.

Since the value of the discriminant is negative, there is no real solution to the equation. There are no xx-intercepts.

Example 10.48. Find the intercepts of y=4x212x+9y=4x^2-12x+9.

To find the yy-intercept, let x=0x=0 and solve for yy.

y=402120+9=9.y=4\cdot0^2-12\cdot0+9=9.

When x=0x=0, then y=9y=9. The yy-intercept is the point (0,9)(0,9).

To find the xx-intercept, let y=0y=0 and solve for xx. Find the value of the discriminant to predict the number of solutions and so xx-intercepts.

b24ac=(12)2449=144144=0.b^2-4ac=(-12)^2-4\cdot4\cdot9=144-144=0.

Since the value of the discriminant is 0, there is only one real solution to the equation. Therefore, there is only one xx-intercept.

Factor the perfect square trinomial.0=(2x3)2Use the Zero Product Property.0=2x3Solve for x.3=2xx=32 \begin{array}{lrcl} \text{Factor the perfect square trinomial.}&0&=&(2x-3)^2\\[4pt] \text{Use the Zero Product Property.}&0&=&2x-3\\[4pt] \text{Solve for }x.&3&=&2x\\[4pt] &x&=&\tfrac32 \end{array}

When y=0y=0, then 32=x\tfrac32=x. The xx-intercept is the point (32,0)(\tfrac32,0).

Graph quadratic equations in two variables

Now, we have all the pieces we need in order to graph a quadratic equation in two variables. We just need to put them together.

Example 10.49. How To Graph a Quadratic Equation in Two Variables. Graph y=x26x+8y=x^2-6x+8.

Step 1. Write the quadratic equation with yy on one side. This equation has yy on one side.

y=x26x+8a=1, b=6, c=8y=x^2-6x+8\qquad a=1,\ b=-6,\ c=8

Step 2. Determine whether the parabola opens upward or downward. Look at aa in the equation. Since aa is positive, the parabola opens upward.

Step 3. Find the axis of symmetry.

x=b2ax=621x=3 \begin{array}{rcl} x&=&-\tfrac{b}{2a}\\[10pt] x&=&-\tfrac{-6}{2\cdot1}\\[10pt] x&=&3 \end{array}

The axis of symmetry is the line x=3x=3.

Step 4. Find the vertex. The vertex is on the axis of symmetry. Substitute x=3x=3 into the equation and solve for yy.

y=x26x+8y=(3)26(3)+8y=1 \begin{array}{rcl} y&=&x^2-6x+8\\[4pt] y&=&(3)^2-6(3)+8\\[4pt] y&=&-1 \end{array}

The vertex is (3,1)(3,-1).

Step 5. Find the yy-intercept. Find the point symmetric to the yy-intercept across the axis of symmetry. We substitute x=0x=0 into the equation.

y=x26x+8y=(0)26(0)+8y=8 \begin{array}{rcl} y&=&x^2-6x+8\\[4pt] y&=&(0)^2-6(0)+8\\[4pt] y&=&8 \end{array}

The yy-intercept is (0,8)(0,8). We use the axis of symmetry to find a point symmetric to the yy-intercept. The yy-intercept is 3 units left of the axis of symmetry, x=3x=3. A point 3 units to the right of the axis of symmetry has x=6x=6. The point is (6,8)(6,8).

Step 6. Find the xx-intercepts. We substitute y=0y=0 into the equation. We can solve this quadratic equation by factoring.

0=x26x+80=(x2)(x4)x=2 or x=4 \begin{array}{rcl} 0&=&x^2-6x+8\\[4pt] 0&=&(x-2)(x-4)\\[4pt] x&=&2\text{ or }x=4 \end{array}

The xx-intercepts are (2,0)(2,0) and (4,0)(4,0).

Step 7. Graph the parabola. We graph the vertex, intercepts, and the point symmetric to the yy-intercept. We connect these 5 points to sketch the parabola.

xy−112345678−2−1123456789

Graph a quadratic equation in two variables.

  1. Write the quadratic equation with yy on one side.
  2. Determine whether the parabola opens upward or downward.
  3. Find the axis of symmetry.
  4. Find the vertex.
  5. Find the yy-intercept. Find the point symmetric to the yy-intercept across the axis of symmetry.
  6. Find the xx-intercepts.
  7. Graph the parabola.

Example 10.50. Graph y=x2+6x9y=-x^2+6x-9.

The equation has yy on one side. Since aa is 1-1, the parabola opens downward. To find the axis of symmetry, find x=b2ax=-\tfrac{b}{2a}.

x=62(1)=3.x=-\frac{6}{2(-1)}=3.

The axis of symmetry is x=3x=3. The vertex is on the line x=3x=3. Find yy when x=3x=3.

y=32+639=9+189=0.y=-3^2+6\cdot3-9=-9+18-9=0.

The vertex is (3,0)(3,0). The yy-intercept occurs when x=0x=0. Substitute x=0x=0. Simplify.

y=02+609=9.y=-0^2+6\cdot0-9=-9.

The yy-intercept is (0,9)(0,-9). The point (0,9)(0,-9) is three units to the left of the line of symmetry. The point three units to the right of the line of symmetry is (6,9)(6,-9). Point symmetric to the yy-intercept is (6,9)(6,-9).

Substitute y=0.0=x2+6x9Factor the GCF.0=(x26x+9)Factor the trinomial.0=(x3)2Solve for x.x=3 \begin{array}{lrcl} \text{Substitute }y=0.&0&=&-x^2+6x-9\\[4pt] \text{Factor the GCF.}&0&=&-(x^2-6x+9)\\[4pt] \text{Factor the trinomial.}&0&=&-(x-3)^2\\[4pt] \text{Solve for }x.&x&=&3 \end{array}

Connect the points to graph the parabola.

xy−4−3−2−112345678910−10−9−8−7−6−5−4−3−2−11234

For the graph of y=x2+6x9y=-x^2+6x-9, the vertex and the xx-intercept were the same point. Remember how the discriminant determines the number of solutions of a quadratic equation? The discriminant of the equation 0=x2+6x90=-x^2+6x-9 is 0, so there is only one solution. That means there is only one xx-intercept, and it is the vertex of the parabola.

How many xx-intercepts would you expect to see on the graph of y=x2+4x+5y=x^2+4x+5?

Example 10.51. Graph y=x2+4x+5y=x^2+4x+5.

The equation has yy on one side. Since aa is 1, the parabola opens upward. To find the axis of symmetry, find x=b2ax=-\tfrac{b}{2a}.

x=42(1)=2.x=-\frac{4}{2(1)}=-2.

The axis of symmetry is x=2x=-2. The vertex is on the line x=2x=-2. Find yy when x=2x=-2.

y=(2)2+4(2)+5=48+5=1.y=(-2)^2+4(-2)+5=4-8+5=1.

The vertex is (2,1)(-2,1). The yy-intercept occurs when x=0x=0. Substitute x=0x=0. Simplify.

y=(0)2+4(0)+5=5.y=(0)^2+4(0)+5=5.

The yy-intercept is (0,5)(0,5). The point (0,5)(0,5) is two units to the right of the line of symmetry. The point two units to the left of the line of symmetry is (4,5)(-4,5). Point symmetric to the yy-intercept is (4,5)(-4,5).

The xx-intercept occurs when y=0y=0. Substitute y=0y=0. Test the discriminant.

b24ac=42415=1620=4.b^2-4ac=4^2-4\cdot1\cdot5=16-20=-4.

Since the value of the discriminant is negative, there is no solution and so no xx-intercept. Connect the points to graph the parabola. You may want to choose two more points for greater accuracy.

xy−6−5−4−3−2−1123456−6−5−4−3−2−1123456

Example 10.52. Graph y=2x24x3y=2x^2-4x-3.

The equation has yy on one side. Since aa is 2, the parabola opens upward. To find the axis of symmetry, find x=b2ax=-\tfrac{b}{2a}.

x=422=1.x=-\frac{-4}{2\cdot2}=1.

The axis of symmetry is x=1x=1. The vertex is on the line x=1x=1. Find yy when x=1x=1.

y=2(1)24(1)3=243=5.y=2(1)^2-4(1)-3=2-4-3=-5.

The vertex is (1,5)(1,-5). The yy-intercept occurs when x=0x=0. Substitute x=0x=0. Simplify.

y=202403=3.y=2\cdot0^2-4\cdot0-3=-3.

The yy-intercept is (0,3)(0,-3). The point (0,3)(0,-3) is one unit to the left of the line of symmetry. The point one unit to the right of the line of symmetry is (2,3)(2,-3). Point symmetric to the yy-intercept is (2,3)(2,-3).

The xx-intercept occurs when y=0y=0. Substitute y=0y=0. Use the Quadratic Formula.

Use the Quadratic Formula.x=(4)±(4)242(3)22Simplify.x=4±16+244Simplify inside the radical.x=4±404Simplify the radical.x=4±2104Factor the GCF.x=2(2±10)4Remove common factors.x=2±102 \begin{array}{lrcl} \text{Use the Quadratic Formula.}&x&=&\tfrac{-(-4)\pm\sqrt{(-4)^2-4\cdot2\cdot(-3)}}{2\cdot2}\\[10pt] \text{Simplify.}&x&=&\tfrac{4\pm\sqrt{16+24}}4\\[10pt] \text{Simplify inside the radical.}&x&=&\tfrac{4\pm\sqrt{40}}4\\[10pt] \text{Simplify the radical.}&x&=&\tfrac{4\pm2\sqrt{10}}4\\[10pt] \text{Factor the GCF.}&x&=&\tfrac{2(2\pm\sqrt{10})}4\\[10pt] \text{Remove common factors.}&x&=&\tfrac{2\pm\sqrt{10}}2 \end{array}

Write as two equations: x=2+102x=\tfrac{2+\sqrt{10}}2, x=2102x=\tfrac{2-\sqrt{10}}2. Approximate the values: x2.5x\approx2.5, x0.6x\approx-0.6. The approximate values of the xx-intercepts are (2.5,0)(2.5,0) and (0.6,0)(-0.6,0). Graph the parabola using the points found.

xy−6−5−4−3−2−1123456−6−5−4−3−2−1123456

Graph y=5x2+10x+3y=5x^2+10x+3. Which description identifies its vertex and orientation?

Solve maximum and minimum applications

Knowing that the vertex of a parabola is the lowest or highest point of the parabola gives us an easy way to determine the minimum or maximum value of a quadratic equation. The yy-coordinate of the vertex is the minimum yy-value of a parabola that opens upward. It is the maximum yy-value of a parabola that opens downward.

The vertex gives the minimumxyminimum
The vertex gives the maximumxymaximum

Minimum or maximum values of a quadratic equation. The y-coordinate of the vertex of the graph of a quadratic equation is the

  • minimum value of the quadratic equation if the parabola opens upward.
  • maximum value of the quadratic equation if the parabola opens downward.

Example 10.53. Find the minimum value of y=x2+2x8y=x^2+2x-8.

Since aa is positive, the parabola opens upward. The quadratic equation has a minimum. Find the axis of symmetry.

x=221=1.x=-\frac{2}{2\cdot1}=-1.

The axis of symmetry is x=1x=-1. The vertex is on the line x=1x=-1. Find yy when x=1x=-1.

y=(1)2+2(1)8=128=9.y=(-1)^2+2(-1)-8=1-2-8=-9.

The vertex is (1,9)(-1,-9). Since the parabola has a minimum, the yy-coordinate of the vertex is the minimum yy-value of the quadratic equation. The minimum value of the quadratic is 9-9 and it occurs when x=1x=-1. Show the graph to verify the result.

xy−5−4−3−2−112345−10−9−8−7−6−5−4−3−2−112

Find the minimum value of y=x28x+12y=x^2-8x+12.

We have used the formula

h=16t2+v0t+h0h=-16t^2+v_0t+h_0

to calculate the height in feet, hh, of an object shot upwards into the air with initial velocity, v0v_0, after tt seconds.

This formula is a quadratic equation in the variable tt, so its graph is a parabola. By solving for the coordinates of the vertex, we can find how long it will take the object to reach its maximum height. Then, we can calculate the maximum height.

Example 10.54. The quadratic equation h=16t2+v0t+h0h=-16t^2+v_0t+h_0 models the height of a volleyball hit straight upwards with velocity 176 feet per second from a height of 4 feet.

(a) How many seconds will it take the volleyball to reach its maximum height? (b) Find the maximum height of the volleyball.

Here h=16t2+176t+4h=-16t^2+176t+4. Since aa is negative, the parabola opens downward. The quadratic equation has a maximum.

(a) Find the axis of symmetry.

t=b2a=1762(16)=5.5.t=-\frac{b}{2a}=-\frac{176}{2(-16)}=5.5.

The axis of symmetry is t=5.5t=5.5. The vertex is on the line t=5.5t=5.5. The maximum occurs when t=5.5t=5.5 seconds.

(b) Find hh when t=5.5t=5.5.

h=16(5.5)2+176(5.5)+4.h=-16(5.5)^2+176(5.5)+4.

Use a calculator to simplify: h=488h=488. The vertex is (5.5,488)(5.5,488). Since the parabola has a maximum, the hh-coordinate of the vertex is the maximum yy-value of the quadratic equation. The maximum value of the quadratic is 488 feet and it occurs when t=5.5t=5.5 seconds.

For h=16t2+128t+32h=-16t^2+128t+32, how many seconds will it take the stone to reach its maximum height?

Key terms

quadratic equation in two variables — an equation of the form y=ax2+bx+cy=ax^2+bx+c, where aa, bb, and cc are real numbers and a0a\ne0. parabola — the graph of a quadratic equation in two variables. axis of symmetry — the vertical line passing through the middle of the parabola. vertex — the point on the parabola that is on the axis of symmetry; it is the lowest or highest point on the parabola. x-intercepts of a parabola — the points where y=0y=0. y-intercept of a parabola — the point where x=0x=0.


This section is adapted from Elementary Algebra 2e, Section 10.5: Graphing Quadratic Equations in Two Variables by Lynn Marecek and MaryAnne Anthony-Smith, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: recreated the source parabola graphs as accessible inline graphics, recast source data tables as markdown tables, omitted the Be Prepared quiz, media links, and end-of-section exercises, and converted selected practice problems (“Try Its”) into interactive exercises with instant feedback.