Skip to main content

Section 3.3 Graphing Parabolas

Subsection Introduction

The graph of the quadratic equation \(y = ax^2 + bx + c\) is called a parabola. Some parabolas are shown below.

two parabolas with labeled features

All these parabolas share certain features.

  • The graph has either a highest point (if the parabola opens downward, as in figure (a) or a lowest point (if the parabola opens upward, as in figure (b). This high or low point is called the vertex of the graph.
  • The parabola is symmetric about a vertical line, called the axis of symmetry, that runs through the vertex.
  • A parabola has a \(y\)-intercept, and it may have zero, one, or two \(x\)-intercepts.
  • If there are two \(x\)-intercepts, they are equidistant from the axis of symmetry.

The values of the constants \(a\text{,}\) \(b\text{,}\) and \(c\) determine the location and orientation of the parabola. We'll consider each of these constants separately.

Subsection The Graph of \(y = ax^2\)

Use your calculator to graph the following three equations in the standard window, as shown below:

\begin{align*} y \amp = x^2\\ y \amp = 3x^2\\ y \amp = 0.1x^2 \end{align*}
3 parabolas

You can see that the graph of \(y=3x^2\) is narrower than the basic parabola, and the graph of \(y=0.1x^2\) is wider. As \(x\) increases, the graph of \(y=3x^2\) increases faster than the basic parabola, and the graph of \(y=0.1x^2\) increases more slowly. Compare the corresponding \(x\)-values for the three graphs shown in the table.

\(x\) \(y=x^2\) \(y=3x^2\) \(y=0.1x^2\)
\(-2\) \(4\) \(12\) \(0.4\)
\(1\) \(1\) \(3\) \(0.1\)
\(3\) \(9\) \(27\) \(0.9\)

For each \(x\)-value, the points on the graph of \(y=3x^2\) are higher than the points on the basic parabola, while the points on the graph of \(y=0.1x^2\) are lower. Multiplying by a positive constant greater than 1 stretches the graph vertically, and multiplying by a positive constant less than 1 squashes the graph vertically.

What about negative values for \(a\text{?}\) Consider the graphs of

\begin{align*} y \amp = x^2\\ y \amp = -2x^2\\ y \amp = -0.5x^2 \end{align*}
parabolas

We see that multiplying \(x^2\) by a negative constant reflects the graph about the \(x\)-axis. These parabolas open downward.

The Graph of \(y=ax^2\).
  • The parabola opens upward if \(a \gt 0\)
  • The parabola opens downward if \(a \lt 0\)
  • The magnitude of \(a\) determines how wide or narrow the parabola is.
  • The vertex, the \(x\)-intercepts, and the \(y\)-intercept all coincide at the origin.
Example 3.41.

Sketch by hand a graph of each quadratic equation.

  1. \(\displaystyle y = 2x^2\)
  2. \(\displaystyle y = -\dfrac{1}{2}x^2\)
Solution

Both equations have the form \(y = ax^2\text{.}\) The graph of \(y = 2x^2\) opens upward because \(a = 2 \gt 0\text{,}\) and the graph of \(y = -\dfrac{1}{2}x^2\) opens downward because \(a = -\dfrac{1}{2}\lt 0\text{.}\)

To make a reasonable sketch by hand, it is enough to plot a few guidepoints; the points with \(x\)-coordinates \(1\) and \(-1\) are easy to compute.

two vertically scaled parabolas
\(x\) \(y=2x^2\) \(y=-\frac{1}{2}x^2\)
\(-1\) \(2\) \(-\dfrac{1}{2}\)
\(0\) \(0\) \(0\)
\(1\) \(2\) \(-\dfrac{1}{2}\)

We sketch parabolas through each set of guidepoints, as shown at left.

basic parabola and four vertically scaled parabolas

Subsection The Graph of \(y= x^2 + c\)

Next, we consider the effect of the constant term, \(c\text{,}\) on the graph. Compare the graphs of

\begin{align*} y \amp = x^2\\ y \amp = x^2+4\\ y \amp = x^2-4 \end{align*}
vertically shifted parabolas

The graph of \(y=x^2+4\) is shifted upward four units compared to the basic parabola, and the graph of \(y=x^2-4\) is shifted downward four units. Look at the table, which shows the \(y\)-values for the three graphs.

\(x\) \(y=x^2\) \(y=x^2+4\) \(y=x^2-4\)
\(-1\) \(1\) \(5\) \(-3\)
\(0\) \(0\) \(4\) \(-4\)
\(2\) \(4\) \(8\) \(0\)

Each point on the graph of \(y=x^2+4\) is four units higher than the corresponding point on the basic parabola, and each point on the graph of \(y=x^2-4\) is four units lower. In particular, the vertex of the graph of \(y=x^2+4\) is the point \((0,4)\text{,}\) and the vertex of the graph of \(y=x^2-4\) is the point \((0,-4)\text{.}\)

The Graph of \(y=x^2+c\).

Compared th the graph of \(y=x^2\text{,}\) the graph of \(y=x^2+c\)

  • is shifted upward by \(c\) units if \(c \gt 0\)
  • is shifted downward by \(c\) units if \(c \lt 0\)
Example 3.44.

Sketch graphs for the following quadratic equations.

  1. \(\displaystyle y = x^2 - 2\)
  2. \(\displaystyle y = -x^2 + 4\)
Solution
  1. The graph of \(y = x^2 - 2\) is shifted downward by two units, compared to the basic parabola. The vertex is the point \((0, -2)\) and the \(x\)-intercepts are the solutions of the equation

    \begin{equation*} 0 = x^2 - 2 \end{equation*}

    or \(\sqrt{2}\) and \(-\sqrt{2}\text{.}\) The graph is shown below.

    two vertically shifted parabolas
  2. The graph of \(y = -x^2 + 4\) opens downward and is shifted \(4\) units up, compared to the basic parabola. Its vertex is the point \((0, 4)\text{.}\) Its \(x\)-intercepts are the solutions of the equation

    \begin{equation*} 0 = -x^2 + 4 \end{equation*}

    or \(2\) and \(-2\text{.}\) You can verify both graphs with your graphing calculator.

vertically shifted parabola

Subsection The Graph of \(y = ax^2 + bx\)

How does the linear term, \(bx\text{,}\) affect the graph?

Example 3.47.

Describe the graph of the equation

\begin{equation*} y = 2x^2 + 8x \end{equation*}
Solution

The graph in the standard window is shown below. We see that the axis of symmetry for this parabola is not the \(y\)-axis: the graph is shifted to the left, compared to the basic parabola. We find the \(y\)-intercepts of the graph by setting \(y\) equal to zero:

\begin{align*} 0 \amp= 2x^2 + 8x\\ \amp= 2x(x + 4) \end{align*}

The solutions of this equation are \(0\) and \(-4\text{,}\) so the \(x\)-intercepts are the points \((0, 0)\) and \((-4, 0)\text{.}\)

shifted parabola

We can find the vertex of the graph by using the symmetry of the parabola. The \(x\)-coordinate of the vertex lies exactly half-way between the \(x\)-intercepts, so we average their \(x\)-coordinates to find:

\begin{equation*} x=\frac{1}{2}[0 + (-4)] = -2 \end{equation*}

To find the \(y\)-coordinate of the vertex, substitute \(x = -2\) into the equation for the parabola:

\begin{align*} y \amp= 2(\alert{-2})^2 + 8(\alert{-2})\\ \amp= 8 - 16 = -8 \end{align*}

Thus, the vertex is the point \((-2,-8)\text{.}\)

Subsection A Formula for the Vertex

We can find a formula for the vertex of any parabola of the form

\begin{equation*} y = ax^2 + bx \end{equation*}

First, find the \(x\)-intercepts of the graph by setting \(y\) equal to zero and solving for \(x\text{.}\)

parabola with vertex and line of symmetry
\begin{align*} 0 \amp= ax^2 + bx \amp\amp \blert{\text{Factor.}} \\ \amp= x(ax + b) \amp\amp \blert{\text{Set each factor equal to zero.}} \\ x \amp=0 ~~~\text{or}~~~ ax + b = 0 \amp\amp \blert{\text{Solve for}~x.} \\ x \amp=0 ~~~\text{or}~~~ x =\frac{-b}{a} \end{align*}

The \(x\)-intercepts are the points \((0, 0)\) and \((\dfrac{-b}{a}, 0)\text{.}\)

Next, we find the \(x\)-coordinate of the vertex by taking the average of the two \(x\)-intercepts.

\begin{equation*} x=\frac{1}{2}\left[0+\left(\frac{-b}{a}\right)\right]=\frac{-b}{2a} \end{equation*}

Now we have a formula for the \(x\)-coordinate of the vertex.

Vertex of a Parabola.

For the graph of \(y = ax^2 + bx\text{,}\) the \(x\)-coordinate of the vertex is

\begin{equation*} \blert{x_v=\frac{-b}{2a}} \end{equation*}

We find the \(y\)-coordinate of the vertex by substituting its \(x\)-coordinate into the equation for the parabola.

Example 3.50.
  1. Find the vertex of the graph of \(f(x) = -1.8x^2 - 16.2x\text{.}\)
  2. Find the \(x\)-intercepts of the graph.
Solution
  1. The \(x\)-coordinate of the vertex is
    \begin{equation*} x_v=\frac{-b}{2a}=\frac{-(-16.2)}{2(-1.8)}=-4.5 \end{equation*}
    To find the \(y\)-coordinate of the vertex, evaluate \(f(x)\) at \(x = \alert{-4.5}\text{.}\)
    \begin{equation*} y_v=-1.8(\alert{-4.5})^2 - 16.2(\alert{-4.5}) = 36.45 \end{equation*}
    The vertex is \((-4.5, 36.45)\text{.}\)
  2. To find the \(x\)-intercepts of the graph, set \(y = 0\) and solve.
    \begin{align*} -1.8x^2 - 16.2x \amp= 0\amp\amp \blert{\text{Factor.}}\\ -x(1.8x + 16.2) \amp= 0\amp\amp \blert{\text{Set each factor equal to zero.}}\\ -x =0 \hphantom{blank} 1.8x + 16.2 \amp = 0\amp\amp \blert{\text{Solve each equation.}}\\ x = 0 \hphantom{blankblankblan} x \amp= -9 \end{align*}
    The \(x\)-intercepts of the graph are \((0, 0)\) and \((-9, 0)\text{.}\) The graph is shown below.
downward opening parabola
parabola
parabola
parabola
parabola

Exercises Problem Set 3.3

Warm Up

For problems 1 and 2, evaluate.

1.

\(~2x^2-3x-1~\text{,}\) for \(~x=-2\)

2.

\(~3+4x-3x^2~\text{,}\) for \(~x=-3\)

For problems 3 and 4, which technique would you use to solve the equation, extracting roots or factoring? Then solve the equation.

3.
  1. \(\displaystyle 3x^2-15=0\)
  2. \(\displaystyle 3x^2-15x=0\)
  3. \(\displaystyle (2x-3)^2=9\)
  4. \(\displaystyle 2x^2-3x=9\)
4.
  1. \(\displaystyle 20x-2x^2\)
  2. \(\displaystyle 20=2x^2\)
  3. \(\displaystyle 4x^2=2+2x\)
  4. \(\displaystyle 4(x+2)^2-1=0\)

For Problems 5 and 6, factor the right side of the formula.

5.

\(A=\dfrac{1}{2}bh + \dfrac{1}{2}h^2\)

6.

\(S=2 \pi R^2+2 \pi RH\)

For Problems 7 and 8, solve the equation.

7.

\(-9x=81x^2\)

8.

\(0=-140x-4x^2\)

Skills Practice
9.

Match each equation with its graph. In each equation, \(k \gt 0\text{.}\)

  1. \(\displaystyle y=x^2+k\)
  2. \(\displaystyle y=x^2+kx \)
  3. \(\displaystyle y=kx^2\)
  4. \(\displaystyle y=kx \)
  5. \(\displaystyle y=x+k\)
  6. \(\displaystyle y=x^2-k \)
parabolas
10.

Match each equation with its graph. In each equation, \(k \gt 0\text{.}\)

  1. \(\displaystyle y=-kx\)

  2. \(\displaystyle y=-kx^2 \)

  3. \(\displaystyle y=k-x^2\)

  4. \(\displaystyle y=x-k \)

  5. \(\displaystyle y=k-x\)

  6. \(\displaystyle y=x^2-kx \)

parabolas

For Problems 11 and 12:

  1. Describe what each graph will look like compared to the basic parabola.
  2. Sketch the graph by hand and label the coordinates of three points on the graph.
11.
  1. \(\displaystyle y=2x^2\)
  2. \(\displaystyle y=\dfrac{1}{2}x^2\)
  3. \(\displaystyle y=-x^2\)
12.
  1. \(\displaystyle y=x^2+2\)
  2. \(\displaystyle y=x^2-9\)
  3. \(\displaystyle y=100-x^2\)

For Problems 13–16, find the \(x\)-intercepts and the vertex of the graph. Then sketch the graph by hand.

13.

\(y=x^2-4x\)

14.

\(y=x^2+2x\)

15.

\(y=3x^2+6x\)

16.

\(y=-2x^2+5x\)

17.

\(y=40x-2x^2\)

18.

\(y=144-12x^2\)

Applications
19.

Commercial fishermen rely on a steady supply of fish in their area. To avoid overfishing, they adjust their harvest to the size of the population. The formula

\begin{equation*} R=0.4x-0.001x^2 \end{equation*}

gives the annual rate of growth, in tons per year, of a fish population of biomass \(x\) tons.

  1. Find the vertex of the graph. What does it tell us about the fish population?
  2. Find the \(x\)-intercepts of the graph. What do they tell us about the fish population?
  3. Sketch the graph for \(0 \le x \le 5000\text{.}\)

    grid
  4. For what values of \(x\) does the fish population decrease rather than increase? Suggest a reason why the population might decrease.
20.

After it lands on Earth, the distance the space shuttle travels is given by

\begin{equation*} d=vT+\dfrac{v^2}{2a} \end{equation*}

where \(v\) is the shuttle's velocity in ft/sec at touchdown, \(T\) is the pilot's reaction time before the brakes are applied, and \(a\) is the shuttle's deceleration.

  1. Suppose that for a particular landing, \(T=0.5\) seconds and \(a=12\) ft/sec. Write the equation for \(d\) in terms of \(v\text{,}\) using these values.
  2. Find the coordinates of the vertex and the horizontal intercepts of the graph of your equation. Use these points to help you graph the equation.
  3. Explain the meaning of the vertex and the intercepts, if any, in this context. As \(v\) increases, what happens to \(d\text{?}\)
  4. The runway at Edwards Air Force base is 15,000 feet long. Graph your equation again in an appropriate (larger) window, and use it to estimate the answer to the question: What is the maximum velocity the shuttle can have at touchdown and still stop on the runway?

For problems 21–24, graph the set of equations in the standard window on your calculator. Describe how the parameters (constants) \(a\text{,}\)\(b\text{,}\) and \(c\) in each equation transform the graph, compared to the basic parabola.

21.
  1. \(\displaystyle y=x^2\)
  2. \(\displaystyle y=3x^2\)
  3. \(\displaystyle y=\dfrac{1}{4}x^2\)
  4. \(\displaystyle y=-2x^2\)
22.
  1. \(\displaystyle y=x^2\)
  2. \(\displaystyle y=x^2+1\)
  3. \(\displaystyle y=x^2+3\)
  4. \(\displaystyle y=x^2-6\)
23.
  1. \(\displaystyle y=x^2-4x\)
  2. \(\displaystyle y=x^2+4x\)
  3. \(\displaystyle y=4x-x^2\)
  4. \(\displaystyle y=-x^2-4x\)
24.
  1. \(\displaystyle y=x^2-4x\)
  2. \(\displaystyle y=2x^2-8x\)
  3. \(\displaystyle y=\dfrac{1}{2}x^2-2x\)
  4. \(\displaystyle y=-x^2+4x\)