Skip to main content

Section 9.5 Nonlinear Systems

Subsection Systems Involving Quadratic Equations

Recall that the solution to a \(2 \times 2\) system of linear equations is the intersection point of the graphs of the equations. This is also true of systems in which one or both of the equations is quadratic. The figure below shows the three cases for systems of one quadratic and one linear equation.

graphs of 3 cases for quadratic system

In Example 9.59, we use both graphical and algebraic techniques to solve the system.

Example 9.59.

The Pizza Connection calculates that the cost, in dollars, of producing \(x\) pizzas per day is given by

\begin{gather*} C = 0.15x^2 + 0.75x + 180 \end{gather*}

The Pizza Connection charges $15 per pizza, so the revenue from selling \(x\) pizzas is

\begin{gather*} R=15x \end{gather*}

How many pizzas per day must the Pizza Connection sell in order to break even?

Solution

To break even means to make zero profit. Because

\begin{gather*} \blert{\text{Profit} = \text{Revenue} - \text{Cost}} \end{gather*}

the break-even points occur when revenue equals cost. In mathematical terms, we would like to find any values of \(x\) for which \(R = C\text{.}\) If we graph the revenue and cost functions on the same axes, these values correspond to points where the two graphs intersect. Use the WINDOW settings

\begin{align*} \text{Xmin} \amp = 0 \amp\amp \text{Xmax} = 94\\ \text{Ymin} \amp = 0 \amp\amp \text{Ymax} = 1400 \end{align*}

on your calculator to obtain the graph shown below. You can verify that the two intersection points are \((15, 225)\) and \((80, 1200)\text{.}\)

GC figure for quadratic system

Thus, the Pizza Connection must sell either 15 or 80 pizzas in order to break even. On the graph we see that revenue is greater than cost for \(x\)-values between 15 and 80, so the Pizza Connection will make a profit if it sells between 15 and 80 pizzas.

We can also solve algebraically for the break-even points. The intersection points of the two graphs correspond to the solutions of the system of equations

\begin{align*} y\amp =0.15x^2 + 0.75x + 180\\ y \amp= 15x \end{align*}

We equate the two expressions for \(y\) and solve for \(x\text{:}\)

\begin{align*} 0.15x^2 + 0.75x + 180 \amp= 15x\amp\amp \blert{\text{Subtract }15x \text{ from both sides.}}\\ 0.15x^2 - 14.25x + 180 \amp= 0\amp\amp \blert{\text{Use the quadratic formula.}} \end{align*}
\begin{align*} x \amp= \frac{14.25 \pm\sqrt{14.25^2 - 4(0.15)(180)}}{2(-0.05)}\amp\amp \blert{\text{Simplify.}}\\ \amp= \frac{14.25 \pm 9.75}{0.3} \end{align*}

The solutions are 15 and 80, as we found from the graph.

Graph of system:

parabola and line

What about a system of two quadratic equations \(~y = ax^2 + bx + c~\text{?}\) You can sketch some possible systems to convince yourself that two such graphs can intersect in one point, two points, or no points at all.

Example 9.61.

Solve the system

\begin{align*} y \amp= (x + 1.1)^2\\ y \amp = 7.825 - 2x - 2.5x^2 \end{align*}
Solution

We graph these two equations in the standard window and use the intersect feature to locate one of the solutions, as shown in the figure.

You can check that the point \((0.9, 4)\) is an exact solution to the system by substituting \(x = 0.9\) and \(y = 4\) into each equation of the system. We find the other solution by moving the bug close to the other intersection point and using the intersect feature again. You can verify that the other solution is the point \((-2.1, 1).\)

GC graph showing quadratic system

To solve the system algebraically, we equate the two expressions for \(y\text{.}\)

\begin{gather*} (x + 1.1)^2 = 7.825 − 2x − 2.5x^2 \end{gather*}

After expanding the left side and collecting like terms, we arrive at a quadratic equation, which we can solve with the quadratic formula, and find two values for \(x\text{,}\) namely \(x = 0.9\) and \(x = -2.1\text{.}\) To find the \(y\)-value for each of these intersection points, we substitute the \(x\)-coordinate into either of the two original equations. For example, for \(x = 0.9\text{,}\)

\begin{gather*} y = (0.9 + 1.1)^2 = 2^2 = 4 \end{gather*}

Graph of system:

two parabolas

Subsection Systems Involving Conic Sections

A system of two parabolas can have one, two, or no solutions, depending on the graphs of the two equations. Systems involving other conics may have up to four solutions.

Example 9.63.

Find the intersection points of the graphs of

\begin{align*} x^2+y^2 \amp=5\\ xy\amp=2 \end{align*}
Solution

We will use substitution to solve the system. We solve the easier of the two equations(the second equation) for \(y\) to obtain \(y =\dfrac{2}{x}\text{.}\) Then we substitute \(\dfrac{2}{x} \) for \(y\) in the first equation to find

\begin{gather*} x^2+\left(\frac{2}{x} \right)^2=5 \quad\text{ or }\quad x^2+\frac{4}{x^2} =5 \end{gather*}
circle and hyperbola

This equation has only one variable, \(x\text{,}\) and we solve it by first clearing fractions. We multiply both sides by \(x^2\text{,}\) and then subtract \(5x^2\) to obtain

\begin{align*} x^4-5x^2+4\amp=0 \amp\amp \blert{\text{Factor the left side.}}\\ (x^2-1)(x^2-4)\amp=0 \amp\amp \blert{\text{Apply the zero-facor principle.}}\\ x^2-1=0\quad\text{ or }\quad x^2\amp-4=0\amp\amp \blert{\text{Solve each equation.}}\\ x=1, \quad x=-1,\quad x=2\amp, \quad \text{ or }\quad x=-2 \end{align*}

Finally, substitute each of these values into \(y=\dfrac{2}{x} \) to find the \(y\)-components of each solution. The intersection points of the two graphs are \((1,2)\text{,}\) \((-1,-2)\text{,}\) \((2,1)\text{,}\) and \((-2,-1)\text{.}\) The graph of the system is shown above.

Subsection Solving Systems by Elimination

We used substitution in the previous Example to solve the system. If both equations are ofthe form

\begin{gather*} ax^2 + by^2 = c \end{gather*}

elimination of variables is more efficient.

Example 9.65.

Find the solutions to the following system of equations.

\begin{align*} x^2 - 2y^2 \amp=1\\ \frac{x^2}{15}+\frac{y^2}{10}\amp=1 \end{align*}

Verify the solutions on a graph.

Solution

We multiply the first equation by 3 and the second by 60 to obtain

\begin{gather*} 3x^2 − 6y^2 = 3\\ 4x^2 + 6y^2 = 60 \end{gather*}

Adding these two equations, we have

GC ellipse and hyperbola
\begin{align*} 7x^2 \amp= 63\\ x^2\amp=9 \end{align*}

so \(x = \pm 3\text{.}\) We substitute these values for \(x\) into either equation and solve for \(y\) to find the solutions \((3, 2)\text{,}\) \((3, -2)\text{,}\) \((-3, 2)\) and \((-3, -2)\text{.}\)

The two original equations describe a hyperbola and an ellipse. We can obtain graphs on the calculator by solving each equation for \(y\) to get

\begin{gather*} y=\pm\sqrt{\frac{x^2-1}{2}} \quad\text{ and }\quad y=\pm\sqrt{10\left(1-\frac{x^2}{15} \right)} \end{gather*}

Using the window \([-7.05,7.05] \times [-4.65,4.65]\text{,}\) we obtain the graph shown above. The solutions of the system are the intersection points of the graphs.

For some quadratic systems, we use a combination of elimination of variable sand substitution.

Example 9.67.

Find the intersection of the circles given by the equations.

\begin{align*} x^2-4x+y^2+2y\amp=20\\ x^2-12x+y^2+10y\amp= -12 \end{align*}
Solution

We subtract the second equation from the first equation to obtain

\begin{gather*} 8x - 8y = 32 \end{gather*}

Solving for \(x\text{,}\) we have

\begin{gather*} x = y + 4 \end{gather*}
two circles

Next, we substitute \(\alert{y + 4}\) for \(x\) into either of the original equations. We use the first equation to find

\begin{align*} (\alert{y+4})^2-4(\alert{y+4})+y^2+2y\amp= 20 \amp\amp \blert{\text{Remove parentheses.}}\\ (y^2+8y+16)-4y-16+y^2+2y\amp=20 \amp\amp \blert{\text{Collect like terms.}}\\ 2y^2+6y-20\amp=0 \amp\amp \blert{\text{Divide both sides by 2.}}\\ y^2+3y-10\amp= 0 \amp\amp \blert{\text{Factor the left side.}}\\ (y+5)(y-2)\amp= 0 \end{align*}

Thus, \(y = -5\) or \(y = 2\text{.}\) From the equation \(x = y + 4\text{,}\) we find that when \(y = -5\text{,}\) \(x =-1\text{,}\) and when \(y = 2\text{,}\) \(x = 6\text{.}\) Thus the two circles intersect at \((-1, -5)\) and \((6, 2)\text{,}\) as shown in the figure above.

Exercises Problem Set 9.5

Warm Up
1.

Solve the system by substitution.

\begin{align*} 3x-y \amp = 5\\ 2x-3y \amp = 8 \end{align*}
2.

Solve the system by elimination.

\begin{align*} 5x+2y \amp = 5\\ 4x+3y \amp = -3 \end{align*}
3.

Solve \(~x^2-19x+48=0\)

4.

Solve \(~3x^2+18x=48\)

Skills Practice

For Problems 5–10, solve the system algebraically. Then use your calculator to graph both equations and verify your solutions.

5.

\(\begin{aligned}[t] y \amp=x^2-4x+7 \\ y \amp=11-x \\ \end{aligned}\)

6.

\(\begin{aligned}[t] y \amp=-x^2 - 2x + 7 \\ y \amp=2x + 11 \\ \end{aligned}\)

7.

\(\begin{aligned}[t] \amp y = x^2 + 8x + 8 \\ \amp 3y + 2x = -36 \\ \end{aligned}\)

8.

\(\begin{aligned}[t] y \amp= x^2 - 9 \\ y \amp= -2x^2 + 9x + 21 \\ \end{aligned}\)

9.

\(\begin{aligned}[t] y \amp= x^2 - 0.5x + 3.5 \\ y \amp= -x^2 + 3.5x + 1.5 \\ \end{aligned}\)

10.

\(\begin{aligned}[t] y \amp= x^2 - 4x + 4 \\ y \amp= x^2 - 8x + 16 \\ \end{aligned}\)

For problems 11–20, find the intersection points of the graphs by solving a system of equations. Verify your solutions by graphing

11.

\(\begin{aligned}[t] \amp xy=4\\ \amp x^2+y^2=8 \end{aligned}\)

12.

\(\begin{aligned}[t] \amp x^2-2y^2=-4\\ \amp xy=-4 \end{aligned}\)

13.

\(\begin{aligned}[t] \amp xy=-2\\ \amp x^2+y^2=5 \end{aligned}\)

14.

\(\begin{aligned}[t] \amp 5y^2-x^2=1\\ \amp x^2+y^2=5 \end{aligned}\)

15.

\(\begin{aligned}[t] \dfrac{x^2}{14}+\dfrac{y^2}{35}\amp=1 \\ x^2+2y^2 \amp=54 \end{aligned}\)

16.

\(\begin{aligned}[t] \amp \dfrac{x^2}{2}-\dfrac{y^2}{16}=1 \\ \amp y^2-y^2=12 \end{aligned}\)

17.

\(\begin{aligned}[t] \amp x^2-8y^2=4 \\ \amp 10y^2-x^2=4 \end{aligned}\)

18.

\(\begin{aligned}[t] \amp x^2+y^2+2y=19 \\ \amp x^2-2x+y^2+8y=33 \end{aligned}\)

19.

\(\begin{aligned}[t] (x+1)^2+(y-2)^2 \amp=5 \\ (x-5)^2 +(y+1)^2\amp=50 \end{aligned}\)

20.

\(\begin{aligned}[t] (x-1)^2+(y-6)^2 \amp=26 \\ (x-4)^2+(y-8)^2 \amp=65 \end{aligned}\)

Applications

Use a system of equations to solve Problems 21–24.

21.

The area of a rectangle is 216 square feet. If the perimeter is 60 feet, find the dimensions of the rectangle.

22.

Leon flies his plane 840 miles in the same time that Marlene drives her automobile 210 miles. Suppose that Leon flies 180 miles per hour faster than Marlene drives. Find the rate of each.

23.

At a constant temperature, the pressure, \(P\text{,}\) and the volume, \(V\text{,}\) of a gas are related by the equation \(PV = K\text{.}\) The product of the pressure (in pounds per square inch) and the volume (in cubic inches) of a certain gas is 30 inch-pounds. If the temperature remains constant as the pressure is increased by 4 pounds per square inch, the volume is decreased by 2 cubic inches. Find the original pressure and volume of the gas.

24.

Kristen drove 50 miles to her sister's house, traveling 10 miles in heavy traffic to get out of the city and then 40 miles in less congested traffic. Her average speed in the city was 20 miles per hour less than her speed in light traffic. What was each rate if her trip took 1 hour and 30 minutes?

Problems 25 and 26 deal with wildlife management and sustainable yield.

25.

The annual increase, \(I\text{,}\) in the deer population in a national park is given by

\begin{gather*} I=kCx-kx^2 \end{gather*}

where \(k=0.0002\text{,}\) \(C=6000\text{,}\) and \(x\) is the current population.

  1. Suppose hunters are allowed to kill 1000 deer per year. Sketch the graph of \(H = 1000\) on the same axes with a graph of \(I\text{.}\)

    grid
  2. What sizes of deer populations will remain stable from year to year if 1000 deer are hunted annually?

  3. Suppose 1600 deer are killed annually. What sizes of deer populations will remain stable?

  4. What is the largest annual harvest that still allows for a stable population? (This harvest is called the maximum sustainable yield.) What is the stable population?

  5. What eventually happens if the population falls below the stable value but hunting continues at the maximum sustainable yield?

26.

The annual increase, \(N\text{,}\) in a bear population of size \(x\) is

\begin{equation*} N=0.0002x(2000-x) \end{equation*}

if the bears are not hunted. The number of bears killed each year by hunters is related to the bear population by the equation \(~K=0.2x\text{.}\) (Note that in this model, hunting limits are adjusted to the size of the bear population.)

  1. Graph \(N\) and \(K\) on the same axes for \(~0 \le x \le 2000\text{.}\)

    grid
  2. When the bear population is 1200, which is greater, \(N\) or \(K\text{?}\) Will the population increas or decrease in the next year? By how many bears?
  3. When the bear population is 900, which is greater, \(N\) or \(K\text{?}\) Will the population increas or decrease in the next year? By how many bears?
  4. What sizes of bear population will remain stable after hunting?
  5. What sizes of bear population will increase despite hunting? What sizes will decrease?
  6. Toward what size will the bear population tend over time?
  7. Suppose hunting limits are raised so that \(K=0.3x\text{.}\) Toward what size will the bear population tend over time?

For Problems 27–28,

  1. Find the break-even points by solving a system of equations.

  2. Graph the equations for revenue and cost in the same window and verify your solutions on the graph.

  3. Use the fact that

    \begin{gather*} \blert{\text{Profit} = \text{Revenue} - \text{Cost}} \end{gather*}

    to find the value of \(x\) for which profit is maximum.

27.

Writewell, Inc. makes fountain pens. It costs Writewell

\begin{gather*} C = 0.0075x^2 + x + 2100 \end{gather*}

dollars to manufacture \(x\) pens, and the company receives \(R = 13x\) dollars in revenue from the sale of the pens. Use the window

\begin{align*} \text{Xmin}\amp=0 \amp \text{Ymin}\amp=0\\ \text{Xmax}\amp=1600 \amp \text{Ymax}\amp=20,000 \end{align*}
28.

A company can produce \(x\) lawn mowers for a cost of

\begin{gather*} C = 0.125x^2 + 100,000 \end{gather*}

dollars. The sale of the lawn mowers will generate \(R = 300x\) dollars in revenue. Use the window

\begin{align*} \text{Xmin}\amp=0 \amp \text{Ymin}\amp=0\\ \text{Xmax}\amp=3000 \amp \text{Ymax}\amp=800,000 \end{align*}