Skip to main content
Logo image

Modeling, Functions, and Graphs

Section 2.1 Nonlinear Models

In Chapter 1, we considered models described by linear functions. In this chapter, we begin our study of nonlinear models.

Subsection Solving Nonlinear Equations

When studying nonlinear models, we will need to solve nonlinear equations. For example, in Investigation 2 we used a graph to solve the quadratic equation
\begin{equation*} 18x - x^2 = 80 \end{equation*}
Here is another example. The figure shows a table and a graph for the function \(y = 2x^2 - 5\text{.}\)
parabola
\(x\) \(-3\) \(-2\) \(-1\) \(0\) \(1\) \(2\) \(3\)
\(y\) \(13\) \(3\) \(-3\) \(-5\) \(-3\) \(3\) \(13\)
You can see that there are two points on the graph for each \(y\)-value greater than \(-5\text{.}\) For example, the two points with \(y\)-coordinate \(7\) are shown. To solve the equation
\begin{equation*} 2x^2 - 5 = 7 \end{equation*}
we need only find the \(x\)-coordinates of these points. From the graph, the solutions appear to be about \(2.5\) and \(-2.5\text{.}\)
How can we solve this equation algebraically? The opposite operation for squaring a number is taking a square root. So we can undo the operation of squaring by extracting square roots. We first solve for \(x^2\) to get
\begin{equation*} \begin{aligned}[t] 2x^2 \amp= 12 \\ x^2 \amp= 6\\ \end{aligned} \end{equation*}
and then take square roots to find
\begin{equation*} x = \pm\sqrt{6} \end{equation*}

Caution 2.1.

Don’t forget that every positive number has two square roots. The symbol \(\blert{\pm}\) (read “plus or minus”) is a shorthand notation used to indicate both square roots of \(6\text{.}\)
The exact solutions are thus \(\sqrt{6}\) and \(-\sqrt{6}\text{.}\) We can also find decimal approximations for the solutions using a calculator. Rounded to two decimal places, the approximate solutions are \(2.45\) and \(-2.45\text{.}\)

Checkpoint 2.2. QuickCheck 1.

Which statement is true?
  • A quadratic equation may include a linear or a constant term.
  • The solutions of a quadratic equation are always of the form \(\pm k\) .
  • Your calculator gives exact decimal values for square roots of integers.
  • The coefficients of a quadratic equation are called parabolas.
Answer.
\(\text{Choice 1}\)
Solution.
A quadratic equation may include a linear or a constant term.
In general, we can solve equations of the form \(ax^2 + c = 0\) by isolating \(x^2\) on one side of the equation and then taking the square root of each side. This method for solving equations is called extraction of roots.

Extraction of Roots.

To solve the equation
\begin{equation*} ax^2 + c = 0 \end{equation*}
  1. Isolate \(x^2\text{.}\)
  2. Take square roots of both sides. There are two solutions.

Example 2.3.

If a cat falls off a tree branch 20 feet above the ground, its height \(t\) seconds later is given by \(h = 20 - 16t^2\text{.}\)
  1. What is the height of the cat \(0.5\) second later?
  2. How long does the cat have to get in position to land on its feet before it reaches the ground?
Solution.
  1. In this question, we are given a value of \(t\) and asked to find the corresponding value of \(h\text{.}\) To do this, we evaluate the formula for \(t = 0.5\text{.}\) We substitute \(\alert{0.5}\) for \(t\) into the formula and simplify.
    \begin{equation*} \begin{aligned}[t] h \amp= 20 - 16(\alert{0.5})^2 \amp\amp \blert{\text{Compute the power.}}\\ \amp = 20 - 16 (0.25) \amp\amp \blert{\text{Multiply; then subtract.}}\\ \amp = 20 - 4 = 16 \end{aligned} \end{equation*}
    The cat is \(16\) feet above the ground after \(0.5\) second.
  2. We would like to find the value of \(t\) when the height, \(h\text{,}\) is known. We substitute \(h = \alert{0}\) into the equation to obtain
    \begin{equation*} \alert{0} = 20 - 16t^2 \end{equation*}
    To solve this equation, we use extraction of roots. First we isolate \(t^2\) on one side of the equation.
    \begin{equation*} \begin{aligned}[t] 16t^2 \amp= 20 \amp\amp \blert{\text{Divide by 16.}}\\ t^2 \amp= \frac{20}{16}=1.25 \end{aligned} \end{equation*}
    Then we take the square root of both sides of the equation to find
    \begin{equation*} t = \pm \sqrt{1.25} \approx \pm1.118 \end{equation*}
cat falling
Only the positive solution makes sense here, so the cat has approximately 1.12 seconds to get into position for landing.
A graph of the cat’s height after \(t\) seconds is shown at left. The points corresponding to parts (a) and (b) are labeled.

Checkpoint 2.4. QuickCheck 2.

Which solutions are approximations?
  • \(x^2=40\text{;}\) \(\ \pm 6.32455532\)
  • \(t^2=\dfrac{81}{64}\text{;}\) \(\ \pm 1.125\)
  • \(w^2=50\text{;}\) \(\ \pm 5\sqrt{2}\)
  • \(b^2=(0.632)^2\text{;}\) \(\ \pm 0.632\)
Answer.
\(\text{Choice 1}\)
Solution.
\(x=\pm 6.32455532\)

Note 2.5.

In part (a) of Example 2.3 we evaluated the expression \(20 - 16t^2\) to find a value for \(h\text{,}\) and in part (b) we solved the equation \(0 = 20 - 16t^2\) to find a value for \(t\text{.}\)

Checkpoint 2.6. Practice 1.

  1. Solve by extracting roots \(\dfrac{3x^2 - 8}{5}= 10\text{.}\)
    \(\blert{{\small\text{First, isolate } x^2.}} \hphantom{0000000000000000} x^2=\)
    \(\blert{{\small\text{Take the square root of both sides.}}}\hphantom{000} x=\pm\)
    Note: Use “sqrt(2)” to get \(\sqrt{2}\text{,}\) etc.
  2. Give exact answers above; then give approximations rounded to two decimal places.
    \(x\approx\)
    Note: Enter a comma between solutions.
Answer 1.
\({\frac{58}{3}}\)
Answer 2.
\(\sqrt{\frac{58}{3}}\)
Answer 3.
\(4.4, -4.4\)
Solution.
\(x=\pm\sqrt{\dfrac{58}{3}}\approx \pm 4.40\)

Checkpoint 2.7. Pause and Reflect.

Use graphs to explain why a linear equation can have only one solution, but a quadratic equation may have two solutions.

Subsection Solving Formulas

We can use extraction of roots to solve many formulas involving the square of the variable.

Example 2.8.

The formula \(V = \dfrac{1}{3} \pi r^2h\) gives the volume of a cone in terms of its height and radius. Solve the formula for \(r\) in terms of \(V\) and \(h\text{.}\)
Solution.
Because the variable we want is squared, we use extraction of roots. First, we multiply both sides by \(3\) to clear the fraction.
\begin{equation*} \begin{aligned}[t] \alert{3}V \amp = \alert{3}\left(\frac{1}{3} \pi r^2h\right)\\ 3V \amp = \pi r^2h \amp\amp \blert{\text{Divide both sides by } \pi h.}\\ \frac{3V}{\pi h}\amp= r^2 \amp\amp \blert{\text{Take square roots.}}\\ \pm\sqrt{\dfrac{3V}{\pi h}}\amp= r \end{aligned} \end{equation*}
Because the radius of a cone must be a positive number, we use only the positive square root: \(r = \sqrt{\dfrac{3V}{\pi h}}\text{.}\)

Checkpoint 2.9. Practice 2.

Find a formula for the radius of a circle in terms of its area.
\(r=\)
Hint.
Start with the formula for the area of a circle: \(A =\)
Solve for \(r\) in terms of \(A\text{.}\)
Answer.
\(\sqrt{\frac{A}{\pi }}\)
Solution.
\(r=\sqrt{A/ \pi}\)

Subsection More Extraction of Roots

Equations of the form
\begin{equation*} \blert{a(px + q)^2 + r = 0} \end{equation*}
can also be solved by extraction of roots after isolating the squared expression, \((px + q)^2\text{.}\)

Example 2.10.

Solve the equation \(~3(x - 2)^2 = 48\)
Solution.
First, we isolate the perfect square, \((x - 2)^2\text{.}\)
\begin{equation*} \begin{aligned}[t] 3(x - 2)^2 \amp = 48 \amp\amp\blert{\text{Divide both sides by }3.}\\ (x - 2)^2 \amp = 16 \amp\amp\blert{\text{Take the square root of each side.}}\\ x - 2 \amp = \pm\sqrt{16} = \pm 4 \end{aligned} \end{equation*}
This gives us two equations for \(x\text{,}\)
\begin{equation*} \begin{aligned}[t] x - 2 \amp =4 \amp\amp \text{or }\amp x - 2 \amp =-4\amp\amp\blert{\text {Solve each equation.}}\\ x \amp=6 \amp\amp \text{or }\amp x \amp =-2 \end{aligned} \end{equation*}
The solutions are \(6\) and \(-2\text{.}\)
Here is a general strategy for solving equations by extraction of roots.

Extraction of Roots.

To solve the equation
\begin{equation*} a(px+q)^2 +r=0 \end{equation*}
  1. Isolate the squared expression, \((px + q)^2\text{.}\)
  2. Take the square root of each side of the equation. Remember that a positive number has two square roots.
  3. Solve each equation. There are two solutions.

Checkpoint 2.11. Practice 3.

Solve \(2(5x + 3)^2 = 38\) by extracting roots.
  1. Give your answers as exact values, separating the solutions with a comma.
    Note: Use “sqrt(2)” to get \(\sqrt{2}\text{,}\) and take care to use parentheses appropriately.
    Use the “Preview My Answers” button to see if you have entered valid syntax.
  2. Find approximations for the solutions to two decimal places, separating the solutions with a comma.
Answer 1.
\(\frac{-3+\sqrt{19}}{5}, \frac{-3-\sqrt{19}}{5}\)
Answer 2.
\(0.27178, -1.47178\)
Solution.
  1. \(\displaystyle x=\dfrac{-3\pm \sqrt{19}}{5}\)
  2. \(x\approx -1.47\) or \(x\approx 0.27\)

Checkpoint 2.12. QuickCheck 3.

Which of the following equations cannot be solved by extraction of roots?
  • \(\displaystyle 2x^2+3=8\)
  • \(\displaystyle 2x^2+3x=8\)
  • \(\displaystyle 2(x+3)^2=8\)
  • \(\displaystyle 2x^2-3=0\)
Answer.
\(\text{Choice 2}\)
Solution.
The equation \(2x^2+3x=8\) cannot be solved by extraction of roots.

Subsection Compound Interest and Inflation

Many savings institutions offer accounts on which the interest is compounded annually. At the end of each year, the interest earned is added to the principal, and the interest for the next year is computed on this larger sum of money.

Compound Interest.

If interest is compounded annually for \(n\) years, the amount, \(A\text{,}\) of money in an account is given by
\begin{equation*} A = P(1 + r)^n \end{equation*}
where \(P\) is the principal and \(r\) is the interest rate, expressed as a decimal fraction.

Example 2.13.

Carmella invests $3000 in an account that pays an interest rate, \(r\text{,}\) compounded annually.
  1. Write an expression for the amount of money in Carmella’s account after two years.
  2. What interest rate would be necessary for Carmella’s account to grow to $3500 in two years?
Solution.
  1. We use the formula above with \(P = 3000\) and \(n = 2\text{.}\) Carmella’s account balance will be
    \begin{equation*} A = 3000(1 + r)^2 \end{equation*}
  2. We substitute \(3500\) for \(A\) in the equation.
    \begin{equation*} \alert{3500} = 3000(1 + r)^2 \end{equation*}
    We can solve this equation in \(r\) by extraction of roots. First, we isolate the perfect square.
    \begin{equation*} \begin{aligned}[t] 3500 \amp = 3000(1 + r )^2 \amp\amp \blert{\text{Divide both sides by 3000.}} \\ 1.1\overline{6} \amp = (1 + r )^2 \amp\amp \blert{\text{Take the square root of both sides.}} \\ \pm 1.0801 \amp\approx 1 + r \amp\amp \blert{\text{Subtract 1 from both sides.}}\\ r \amp\approx 0.0801 \text{ or } r \approx -2.0801 \end{aligned} \end{equation*}
    Because the interest rate must be a positive number, we discard the negative solution. Carmella needs an account with interest rate \(r \approx 0.0801\text{,}\) or just over 8%, to achieve an account balance of $3500 in two years.

Checkpoint 2.14. QuickCheck 4.

What is the first step in solving the equation \(2(x+1)^2=17\text{?}\)
  • Expand \((x+1)^2\text{.}\)
  • Get zero on one side.
  • Divide both sides by 2.
  • Take the square root of both sides.
Answer.
\(\text{Choice 3}\)
Solution.
To solve \(2(x+1)^2=17\) by extraction of roots, we first divide both sides by 2.
The formula for compound interest also applies to the effects of inflation. For instance, if there is a steady inflation rate of 4% per year, in two years an item that now costs $100 will cost
\begin{equation*} \begin{aligned}[t] A \amp= P(1 + r)^2\\ \amp = 100(1 + 0.04)^2 = \$108.16 \end{aligned} \end{equation*}

Checkpoint 2.15. Practice 4.

Two years ago, the average cost of dinner and a movie was $24. This year the average cost is $25.44. What was the rate of inflation over the past two years?
\(r\approx\)%
Answer.
\(100\!\left(\sqrt{\frac{25.44}{24}}-1\right)\)
Solution.
\(r=\sqrt{\dfrac{25.44}{24}}-1\text{,}\) or as a percent, \(r\approx 2.96\%\)

Subsection Other Nonlinear Equations

Because squaring and taking square roots are opposite operations, we can solve the equation
\begin{equation*} \sqrt{x} = 8.2 \end{equation*}
by squaring both sides to get
\begin{equation*} \begin{aligned}[t] (\sqrt{x})^2 \amp= 8.2^2 \\ x \amp = 67.24 \end{aligned} \end{equation*}
Similarly, we can solve
\begin{equation*} x^3 = 258 \end{equation*}
by taking the cube root of both sides, because cubing and taking cube roots are opposite operations. Rounding to three places, we find
\begin{equation*} \begin{aligned}[t] \sqrt[3]{x^3}\amp=258\\ x \amp \approx 6.366 \end{aligned} \end{equation*}

Checkpoint 2.16. QuickCheck 5.

Delbert squared \(-6\) by entering \(-6^2\) into his calculator, and got \(-36\text{.}\) What went wrong?
  • Nothing; that is the right answer.
  • He should have put parentheses around \(6^2\text{.}\)
  • He should have put parentheses around \(-6\text{.}\)
  • You cannot square a negative number on a calculator.
Answer.
\(\text{Choice 3}\)
Solution.
To square \(-6\text{,}\) Delbert should have put parentheses around \(-6\text{.}\)
The notion of undoing operations can help us solve a variety of simple nonlinear equations. The operation of taking a reciprocal is its own opposite, so we solve the equation
\begin{equation*} \frac{1}{x} = 50 \end{equation*}
by taking the reciprocal of both sides to get
\begin{equation*} x = \frac{1}{50}= 0.02 \end{equation*}

Example 2.17.

Solve \(~~\dfrac{3}{x - 2}= 4\)
Solution.
We begin by taking the reciprocal of both sides of the equation to get
\begin{equation*} \frac{x - 2}{3}= \frac{1}{4} \end{equation*}
We continue to undo the operations in reverse order. First, we multiply both sides by \(3\text{.}\)
\begin{equation*} \begin{aligned}[t] x - 2 \amp = \frac{3}{4} \amp\amp \blert{\text{Add 2 to both sides.}}\\ x \amp = 2 + \frac{3}{4}= \frac{11}{4} \amp\amp \blert{\tfrac{2}{1}=\tfrac{8}{4} \text{, so } \tfrac{2}{1}+ \tfrac{3}{4}=\tfrac{8}{4}+\tfrac{3}{4}=\tfrac{11}{4}}\\ \end{aligned} \end{equation*}
The solution is \(\dfrac{11}{4}\text{,}\) or \(2.75\text{.}\)

Checkpoint 2.18. QuickCheck 6.

What is the reciprocal of \(\dfrac{1}{\sqrt{x}}\text{?}\)
  • \(\displaystyle \dfrac{1}{x}\)
  • \(\displaystyle \dfrac{1}{x^2}\)
  • \(\displaystyle x^2\)
  • \(\displaystyle \sqrt{x}\)
Answer.
\(\text{Choice 4}\)
Solution.
The reciprocal of \(\dfrac{1}{\sqrt{x}}\) is \(\sqrt{x}\text{.}\)

Checkpoint 2.19. Practice 5.

Solve \(2\sqrt{x + 4} = 6\)
\(x=\)
Answer.
\(5\)
Solution.
\(x=5\)

Checkpoint 2.20. Pause and Reflect.

What is the difference between a rational number and an irrational number? Give examples of each. (See the section The Real Number System in Appendix A: Algebra Skills Refresher to review rational and irrational numbers.)

Technology 2.21. Using the Intersect Feature.

We can use the intersect feature on a graphing calculator to solve equations.

Example 2.22.

Use a graphing calculator to solve \(~~\dfrac{3}{x -2}= 4\)
Solution.
We would like to find the points on the graph of \(~~y = \dfrac{3}{x -2}~~\) that have \(y\)-coordinate equal to \(4\text{.}\) We graph the two functions
\begin{equation*} \begin{aligned}[t] Y_1 \amp = 3/(X - 2) \\ Y_2 \amp = 4 \end{aligned} \end{equation*}
in the window
\begin{equation*} \begin{aligned}[t] \text{Xmin} \amp = -9.4 \amp\amp \text{Xmax} = 9.4\\ \text{Ymin} \amp = -10 \amp\amp \text{Ymax} = 10 \end{aligned} \end{equation*}
The point where the two graphs intersect locates the solution of the equation. If we trace along the graph of \(Y_1\text{,}\) the closest we can get to the intersection point is \((2.8, 3.75)\text{,}\) as shown in figure (a). We get a better approximation using the intersect feature.
GC displays
Use the arrow keys to position the Trace bug as close to the intersection point as you can. Then press 2nd TRACE to see the Calculate menu. Press \(5\) for intersect; then respond to each of the calculator’s questions, First curve?, Second curve?, and Guess? by pressing ENTER. The calculator will then display the intersection point, \(x = 2.75\text{,}\) \(y = 4\text{,}\) as shown in figure (b). The solution of the original equation is \(x = 2.75\text{.}\)

Checkpoint 2.23. Practice 6.

Use the intersect feature to solve the equation \(2x^2 - 5 = 7\text{.}\) Round your answers to three decimal places. Separate solutions with a comma.
Answer.
\(2.44949, -2.44949\)
Solution.
\(x=\pm\sqrt{6}\approx 2.449\)

Subsection Section Summary

Subsubsection Vocabulary

Look up the definitions of new terms in the Glossary.
  • Quadratic
  • Compound interest
  • Exact solution
  • Perfect square
  • Extraction of roots
  • Inflation
  • Area
  • Cube root
  • Isolate
  • Height
  • Perimeter
  • Reciprocal

Subsubsection CONCEPTS

  1. Extraction of Roots.
    To solve the equation
    \begin{equation*} a(px+q)^2 +r=0 \end{equation*}
    1. Isolate the squared expression, \((px + q)^2\text{.}\)
    2. Take the square root of each side of the equation. Remember that a positive number has two square roots.
    3. Solve each equation. There are two solutions.
  2. Compound Interest.
    If interest is compounded annually for \(n\) years, the amount, \(A\text{,}\) of money in an account is given by
    \begin{equation*} A = P(1 + r)^n \end{equation*}
    where \(P\) is the principal and \(r\) is the interest rate, expressed as a decimal fraction.
  3. We can give exact answers to a simple nonlinear equation, or we can give decimal approximations.
  4. Simple nonlinear equations can be solved by undoing the operations on the variable.

Subsubsection STUDY QUESTIONS

  1. How many square roots does a positive number have?
  2. What is the first step in solving the equation \(a(px + q)^2 = r\) by extraction of roots?
  3. Give the exact solutions of the equation \(x^2 = 10\text{,}\) and then give decimal approximations rounded to hundredths.
  4. State a formula for the amount in an account on which \(5\%\) interest is compounded annually.
  5. Give an example of two rectangles with the same perimeter but different areas.
  6. The perimeter of a rectangle is \(50\) meters. Write an expression for the length of the rectangle in terms of its width.
  7. What is the opposite operation for taking a reciprocal?
  8. What is the reciprocal of \(\dfrac{1}{\sqrt{x}} \) ?

Subsubsection SKILLS

Practice each skill in the Homework problems listed.
  1. Solve equations by extraction of roots: #1–12, 31–42
  2. Solve formulas: #13–16, 63–68
  3. Use the Pythagorean theorem: #19–24
  4. Solve equations graphically: #25–30
  5. Solve simple nonlinear equations: #43–54
  6. Solve problems: #55–62

Exercises Homework 2.1

Exercise Group.

For Problems 1–6, solve by extracting roots. Give exact values for your answers.
1.
\(9x^2=25\)
2.
\(4x^2=9\)
3.
\(4x^2-24=0\)
4.
\(3x^2-9=0\)
5.
\(\dfrac{2x^2}{3} =4\)
6.
\(\dfrac{3x^2}{5}=6\)

Exercise Group.

For Problems 7–12, solve by extracting roots. Round your answers to two decimal places.
7.
\(2x^2 = 14\)
8.
\(3x^2=15\)
9.
\(1.5x^2 = 0.7x^2 + 26.2\)
10.
\(0.4x^2 = 2x^2 - 8.6\)
11.
\(5x^2 - 97 = 3.2x^2 - 38\)
12.
\(17 - \dfrac{x^2}{4}= 43 - x^2\)

Exercise Group.

For Problems 13–16, solve the formulas for the specified variable.
13.
\(F = \dfrac{mv^2}{r}\text{,}\) for \(v\)
14.
\(A =\dfrac{\sqrt{3}}{4}s^2\text{,}\) for \(s\)
15.
\(s = \dfrac{1}{2}gt^2\text{,}\) for \(t\)
16.
\(S = 4\pi r^2\text{,}\) for \(r\)

Exercise Group.

For Problems 17 and 18, refer to the geometric formulas in Appendix F.
17.
A conical coffee filter is \(8.4\) centimeters tall.
  1. Write a formula for the filter’s volume in terms of its widest radius (at the top of the filter).
  2. Complete the table of values for the volume equation. If you double the radius of the filter, by what factor does the volume increase?
    \(r\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\)
    \(V\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
  3. If the volume of the filter is \(302.4\) cubic centimeters, what is its radius?
  4. Use your calculator to graph the volume equation. Locate the point on the graph that corresponds to the filter in part (c).
18.
A large bottle of shampoo is \(20\) centimeters tall and cylindrical in shape.
  1. Write a formula for the volume of the bottle in terms of its radius.
  2. Complete the table of values for the volume equation. If you halve the radius of the bottle, by what factor does the volume decrease?
    \(r\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\)
    \(V\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
  3. What radius should the bottle have if it must hold \(240\) milliliters of shampoo? (One milliliter is equal to 1 cubic centimeter.)
  4. Use your calculator to graph the volume equation. Locate the point on the graph that corresponds to the bottle in part (c).

Exercise Group.

For Problems 19–24,
  1. Make a sketch of the situation described, and label a right triangle.
  2. Use the Pythagorean theorem to solve each problem. (See Algebra Skills Refresher Section A.11 to review the Pythagorean theorem.)
19.
The size of a TV screen is the length of its diagonal. If the width of a \(35\)-inch TV screen is \(28\) inches, what is its height?
tv screen
20.
How high on a building will a \(25\)-foot ladder reach if its foot is \(15\) feet away from the base of the wall?
ladder against building
21.
If a \(30\)-meter pine tree casts a shadow of \(30\) meters, how far is the tip of the shadow from the top of the tree?
tree and shadow
22.
A baseball diamond is a square whose sides are \(90\) feet in length. Find the straight-line distance from home plate to second base.
baseball diamond
23.
What size square can be inscribed in a circle of radius \(8\) inches?
square in circle
24.
What size rectangle can be inscribed in a circle of radius 30 feet if the length of the rectangle must be 3 times its width?
rectangle in circle

Exercise Group.

For Problems 25–30,
  1. Use a calculator or computer to graph the function in the suggested window.
  2. Use your graph to find two solutions for the given equation. (See Section 1.3 to review graphical solution of equations.)
  3. Check your solutions algebraically, using mental arithmetic.
25.
  1. \(y=\dfrac{1}{4}x^2 \)
    \begin{align*} {\text{Xmin}} \amp = -15 \amp\amp {\text{Xmax}} = 15\\ {\text{Ymin}} \amp = -10 \amp\amp {\text{Ymax}} = 40 \end{align*}
  2. \(\displaystyle \dfrac{1}{4}x^2=36 \)
26.
  1. \(y=8x^2 \)
    \begin{align*} {\text{Xmin}} \amp = -15 \amp\amp {\text{Xmax}} = 15\\ {\text{Ymin}} \amp = -50 \amp\amp {\text{Ymax}} = 450 \end{align*}
  2. \(\displaystyle 8x^2=392 \)
27.
  1. \(y=(x-5)^2 \)
    \begin{align*} {\text{Xmin}} \amp = -5 \amp\amp {\text{Xmax}} = 15\\ {\text{Ymin}} \amp = -5 \amp\amp {\text{Ymax}} = 25 \end{align*}
  2. \(\displaystyle (x-5)^2=16 \)
28.
  1. \(y=(x+2)^2 \)
    \begin{align*} {\text{Xmin}} \amp = -10 \amp\amp {\text{Xmax}} = 10\\ {\text{Ymin}} \amp = -2 \amp\amp {\text{Ymax}} = 12 \end{align*}
  2. \(\displaystyle (x+2)^2=9 \)
29.
  1. \(y=3(x-4)^2 \)
    \begin{align*} {\text{Xmin}} \amp = -5 \amp\amp {\text{Xmax}} = 15\\ {\text{Ymin}} \amp = -20 \amp\amp {\text{Ymax}} = 130 \end{align*}
  2. \(\displaystyle 3(x-4)^2=108 \)
30.
  1. \(y=\dfrac{1}{2} (x+3)^2 \)
    \begin{align*} {\text{Xmin}} \amp = -15 \amp\amp {\text{Xmax}} = 5\\ {\text{Ymin}} \amp = -5 \amp\amp {\text{Ymax}} = 15 \end{align*}
  2. \(\displaystyle \dfrac{1}{2} (x+3)^2=8 \)

Exercise Group.

For Problems 31–42, solve by extraction of roots.
31.
\((x-2)^2=9 \)
32.
\((x+3)^2=4 \)
33.
\((2x-1)^2=16 \)
34.
\((3x+1)^2=25 \)
35.
\(4(x+2)^2=12 \)
36.
\(6(x-5)^2=42 \)
37.
\(\left(x-\dfrac{1}{2} \right)^2=\dfrac{3}{4} \)
38.
\(\left(x-\dfrac{2}{3} \right)^2=\dfrac{5}{9} \)
39.
\(81\left(x+\dfrac{1}{3} \right)^2=1 \)
40.
\(16\left(x+\dfrac{1}{2} \right)^2=1 \)
41.
\(3(8x-7)^2=24 \)
42.
\(2(5x-12)^2=48 \)

Exercise Group.

For Problems 43–54,
  1. Solve algebraically.
  2. Use the intersect feature on a graphing calculator to solve.
43.
\(4x^3 - 12 = 852\)
44.
\(\dfrac{8x^3 + 6}{3}= 74\)
45.
\(5\sqrt{x} - 9 = 31\)
46.
\(25-2\sqrt{x} =1\)
47.
\(\dfrac{1}{2x-3}=\dfrac{3}{4} \)
48.
\(\dfrac{15}{x+16}=3\)
49.
\(8-6\sqrt[3]{x} =-4\)
50.
\(\dfrac{4\sqrt[3]{x}}{5}+3 =7\)
51.
\(\sqrt{3x-2}+3 =8\)
52.
\(6\sqrt{1-2x} =30\)
53.
\(\dfrac{2}{\sqrt{4x-2}} =8\)
54.
\(\dfrac{1}{\sqrt{x+2}} =\dfrac{3}{4} \)

55.

Cyril plans to invest $\(5000\) in a money market account that pays interest compounded annually.
  1. Write a formula for the balance, \(B\text{,}\) in Cyril’s account after two years as a function of the interest rate, \(r\text{.}\)
  2. If Cyril would like to have $\(6250\) in two years, what interest rate must the account pay?
  3. Use your calculator to graph the formula for Cyril’s account balance. Locate the point on the graph that corresponds to the amount in part (b).

56.

You plan to deposit your savings of $\(1600\) in an account that compounds interest annually.
  1. Write a formula for the amount in your savings account after two years as a function of the interest rate, \(r\text{.}\)
  2. To the nearest tenth of a percent, what interest rate will you require if you want your $\(1600\) to grow to $\(2000\) in two years?
  3. Use your calculator to graph the formula for the account balance. Locate the point on the graph that corresponds to the amount in part (b).

57.

Carol’s living expenses two years ago were $\(1200\) per month. This year, the same items cost Carol $\(1400\) per month. What was the annual inflation rate for the past two years?

58.

Two years ago, the average price of a house in the suburbs was $\(188,600\text{.}\) This year, the average price is $\(203,700\text{.}\) What was the annual percent increase in the cost of a house?

59.

A machinist wants to make a metal section of pipe that is \(80\) millimeters long and has an interior volume of \(9000\) cubic millimeters. If the pipe is \(2\) millimeters thick, its interior volume is given by the formula
\begin{equation*} V = \pi (r - 2)^2h \end{equation*}
where \(h\) is the length of the pipe and \(r\) is its radius. What should the radius of the pipe be?

60.

A storage box for sweaters is constructed from a square sheet of corrugated cardboard measuring \(x\) inches on a side. The volume of the box, in cubic inches, is
\begin{equation*} V = 10(x - 20)^2 \end{equation*}
If the box should have a volume of \(1960\) cubic inches, what size cardboard square is needed?

61.

The area of an equilateral triangle is given by the formula \(A = \dfrac{\sqrt{3}}{4}s^2\text{,}\) where \(s\) is the length of the side.
  1. Find the areas of equilateral triangles with sides of length \(2\) centimeters, \(4\) centimeters, and \(10\) centimeters. First give exact values, then approximations to hundredths.
  2. Graph the area equation in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 14.1\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 60 \end{align*}
    Use the TRACE or value feature to verify your answers to part (a).
  3. Trace along the curve to the point \((5.1, 11.26266)\text{.}\) What do the coordinates of this point represent?
  4. Use your graph to estimate the side of an equilateral triangle whose area is \(20\) square centimeters.
  5. Write and solve an equation to answer part (d).
  6. If the area of an equilateral triangle is \(100\sqrt{3}\) square centimeters, what is the length of its side?

62.

The area of the ring in the figure is given by the formula \(A =\pi R^2 -\pi r^2\text{,}\) where \(R\) is the radius of the outer circle and \(r\) is the radius of the inner circle.
annulus
  1. Suppose the inner radius of the ring is kept fixed at \(r = 4\) centimeters, but the radius of the outer circle, \(R\text{,}\) is allowed to vary. Find the area of the ring when the outer radius is \(6\) centimeters, \(8\) centimeters, and \(12\) centimeters. First give exact values, then approximations to hundredths.
  2. Graph the area equation, with r = 4, in the window
    \begin{align*} {\text{Xmin}} \amp = 0 \amp\amp {\text{Xmax}} = 14.1\\ {\text{Ymin}} \amp = 0 \amp\amp {\text{Ymax}} = 400 \end{align*}
    Use the TRACE feature to verify your answers to part (a).
  3. Trace along the curve to the point \((9.75, 248.38217)\text{.}\) What do the coordinates of this point represent?
  4. Use your graph to estimate the outer radius of the ring when its area is \(100\) square centimeters.
  5. Write and solve an equation to answer part (d).
  6. If the area of the ring is \(9\pi\) square centimeters, what is the radius of the outer circle?

Exercise Group.

For Problems 63–68, solve for \(x\) in terms of \(a\text{,}\) \(b\text{,}\) and \(c\text{.}\)
63.
\(\dfrac{ax^2}{b}=c \)
64.
\(\dfrac{bx^2}{c}-a=0 \)
65.
\((x-a)^2=16 \)
66.
\((x+a)^2=36 \)
67.
\((ax+b)^2=9 \)
68.
\((ax-b)^2=25 \)

69.

You have \(36\) feet of rope and you want to enclose a rectangular display area against one wall of an exhibit hall. The area enclosed depends on the dimensions of the rectangle you make. Because the wall makes one side of the rectangle, the length of the rope accounts for only three sides. Thus
\begin{equation*} \text{Base} + 2 (\text{Height}) = 36 \end{equation*}
rectangle against wall
  1. Complete the table showing the base and the area of the rectangle for the given heights.
    Height Base Area Height Base Area
    \(1\) \(34\) \(34\) \(10\) \(\) \(\)
    \(2\) \(32\) \(64\) \(11\) \(\) \(\)
    \(3\) \(\) \(\) \(12\) \(\) \(\)
    \(4\) \(\) \(\) \(13\) \(\) \(\)
    \(5\) \(\) \(\) \(14\) \(\) \(\)
    \(6\) \(\) \(\) \(15\) \(\) \(\)
    \(7\) \(\) \(\) \(16\) \(\) \(\)
    \(8\) \(\) \(\) \(17\) \(\) \(\)
    \(9\) \(\) \(\) \(18\) \(\) \(\)
  2. Make a graph with Height on the horizontal axis and Area on the vertical axis. Draw a smooth curve through your data points.
  3. What is the area of the largest rectangle you can enclose in this way? What are its dimensions? On your graph, label the point that corresponds to this rectangle with the letter \(M\text{.}\)
  4. Let \(x\) stand for the height of a rectangle and write algebraic expressions for the base and the area of the rectangle.
  5. Enter your algebraic expression for the area in your calculator, then use the Table feature to verify the entries in your table in part (a).
  6. Graph your formula for area on your graphing calculator. Use your table of values and your handdrawn graph to help you choose appropriate WINDOW settings.
  7. Use the intersect command to find the height of the rectangle whose area is \(149.5\) square feet.

70.

We are going to make an open box from a square piece of cardboard by cutting \(3\)-inch squares from each corner and then turning up the edges as shown in the figure.
rectangle box
  1. Complete the table showing the side of the original sheet of cardboard, the dimensions of the box created from it, and the volume of the box.
    Side Length
    of box
    Width
    of box
    Height
    of box
    Volume
    of box
    \(7\) \(1\) \(1\) \(3\) \(3\)
    \(8\) \(2\) \(2\) \(3\) \(12\)
    \(9\) \(\) \(\) \(\) \(\)
    \(10\) \(\) \(\) \(\) \(\)
    \(11\) \(\) \(\) \(\) \(\)
    \(12\) \(\) \(\) \(\) \(\)
    \(13\) \(\) \(\) \(\) \(\)
    \(14\) \(\) \(\) \(\) \(\)
    \(15\) \(\) \(\) \(\) \(\)
    Explain why the side of the cardboard square cannot be smaller than \(6\) inches. What happens if the cardboard is exactly \(6\) inches on a side?
  2. Make a graph with Side on the horizontal axis and Volume on the vertical axis. Draw a smooth curve through your data points. (Use your table to help you decide on appropriate scales for the axes.)
  3. Let \(x\) represent the side of the original sheet of cardboard. Write algebraic expressions for the dimensions of the box and for its volume.
  4. Enter your expression for the volume of the box in your calculator; then use the Table feature to verify the values in your table in part (a).
  5. Graph your formula for volume on your graphing calculator. Use your table of values and your handdrawn graph to help you choose appropriate WINDOW settings.
  6. Use the intersect command to find out how large a square of cardboard you need to make a box with volume \(126.75\) cubic inches.
  7. Does your graph have a highest point? What happens to the volume of the box as you increase \(x\text{?}\)

71.

The jump height, \(J\text{,}\) in meters, achieved by a pole vaulter is given approximately by \(J = v^2/(2g)\text{,}\) where v is the vaulter’s speed in meters per second at the end of his run, and \(g = 9.8\) is the gravitational acceleration. (Source: Alexander, 1992)
  1. Fill in the table of values for jump heights achieved with values of \(v\) from \(0\) to \(11\) meters per second.
    \(v\) \(0\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\) \(9\) \(10\) \(11\)
    \(J\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
  2. Graph the jump height versus final speed. (Use the table values to help you choose a window for the graph.)
  3. The jump height should be added to the height of the vaulter’s center of gravity (at about hip level) to give the maximum height, \(H\text{,}\) he can clear. For a typical pole vaulter, his center of gravity at the end of the run is \(0.9\) meters from the ground. Complete the table of values for maximum heights, \(H\text{,}\) and graph \(H\) on your graph of \(J\text{.}\)
    \(v\) \(0\) \(1\) \(2\) \(3\) \(4\) \(5\) \(6\) \(7\) \(8\) \(9\) \(10\) \(11\)
    \(H\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\) \(\hphantom{000}\)
  4. A good pole vaulter can reach a final speed of \(9.5\) meters per second. What height will he clear?
  5. In 2016, the world record in pole vaulting, established by Renaud Lavillenie in 2014, was 6.16 meters. What was the vaulter’s speed at the end of his run?

72.

To be launched into space, a satellite must travel fast enough to escape Earth’s gravity. This escape velocity, \(v\text{,}\) satisfies the equation
\begin{equation*} \frac{1}{2}mv^2=\frac{GMm}{R} \end{equation*}
where \(m\) is the mass of the satellite, \(M\) is the mass of the Earth, \(R\) is the radius of the Earth, and \(G\) is the universal gravitational constant.
  1. Solve the equation for \(v\) in terms of the other variables.
  2. The equation
    \begin{equation*} mg=\frac{GMm}{R^2} \end{equation*}
    gives the force of gravity at the Earth’s surface. We can use this equation to simplify the expression for \(v\text{:}\) First, multiply both sides of the equation by \(\frac{R}{M}\text{.}\) You now have an expression for \(\frac{GM}{R}\text{.}\) Substitute this new expression into your formula for \(v\text{.}\)
  3. The radius of the Earth is about \(6400\) km, and \(g = 0.0098\text{.}\) Calculate the escape velocity from Earth in kilometers per second. Convert your answer to miles per hour. (One kilometer is \(0.621\) miles.)
  4. The radius of the moon is \(1740\) km, and the value of \(g\) at the moon’s surface is \(0.0016\text{.}\) Calculate the escape velocity from the moon in kilometers per second and convert to miles per hour.