Chapter 3

Solving Equations

Equivalent Equations

You boil it in sawdust, you salt it in glue,

You condense it with locusts and tape,

Still keeping one principal object in view –

To preserve its symmetrical shape.

  • Lewis Carroll, The Hunting of the Snark, Fit the Fifth

So far, every equation we’ve considered has been a declarative statement: a blunt assertion that two different-looking expressions represent the same thing. Other equations, however, have an interrogative flavor. For example, we can read $ 2x + 3 = 11 $ as asking us, “Which values of x make $ 2x + 3 $ equal 11?” Such values are called the equation’s solutions. [Here, 4 is a solution, since $ 2(4) + 3 = 11 $ .]

To solve an equation, we algebraically twist it into an equivalent equation – a new equation with the same solutions as the original. If need be, we twist this second equation into a third, then a fourth, and so on, always keeping one principal object in view: to preserve the original solutions. Eventually, if we are skillful algebraists, we’ll reach an equation with obvious solutions. But since this equation is equivalent to the original one, its solutions are also the original equation’s solutions. Oh frabous day!

The algebraic twists come in two basic varieties:

Two Basic Moves for Solving Equations.

These two “moves” turn an equation into an equivalent one (i.e. one with the same solutions):

  1. Replace an expression in the equal by an equal expression.

  2. ‘Do the same thing’ to both sides.*

The first move is perfectly clear. It tells us, for example, that $ 5x + 3x = 16 $ is equivalent to 8x = 16. Since the sole solution to this last equation is obviously 2, the original equation’s only solution is also $ 2^{} $ .

We usually use the second move to isolate the unknown on one side of the equation. For example, we can use it twice in succession to solve $ 5x + 2 = 9 $ . First, we subtract 2 from both sides, yielding the equivalent equation 5x = 7. Next, we divide both sides by 5, yielding x = 7/5. This last equation’s only solution is 7/5 (obviously!), so the original equation’s only solution must also be 7/5.

How to Write and How Not to Write

When solving an equation, it’s customary to write up one’s work vertically: Equivalent equations should be written in a column, without any symbol linking them. In rare circumstances (when space is tight, as in a footnote), one might employ a horizontal format, where the equivalent equations are written in a row, linked by arrows. The vertical format, however, is much preferred.

Here’s an example of how Student A (who gets an A on every test) uses the vertical format.

Example. Solve $ 5x + 2 = 9 $ .

Solution (A).

\[ \begin{aligned}5x+2&=9\\5x&=7\quad&(subtracting2frombothsides)\\x&=7/5.\quad&(dividingbothsidesby5)\end{aligned} \]

Note that the first line of Student A’s solution restates the original equation - a good practice to follow. Her parenthetical statements justifying each step are nice, but they aren’t always necessary: You can omit them when the nature of a step is clear - as it usually is. $ ^{*} $

Student D, alas, commits two terrible sins of mathematical writing: equals abuse and track covering.

Example. Solve $ 5x + 2 = 9 $ .

Solution (D). $ 5x + 2 - 2 = 9 - 2 $

\[ \begin{aligned}5x+2-2&=9-2\\=\frac{5x}{5}&=\boxed{\frac{7}{5}}\end{aligned} \]

Perhaps Student D began by restating the original equation, but if so, he then obscured it by scrawling –2 on both sides. Perhaps he wrote 5x = 7 on the next line, but the evidence vanished when he divided both sides by 5 and then recorded the result on the very same line, thus covering up his tracks a second time. Such track covering produces an unreadable mess. Don’t do it. Never forget that writing is for a reader. Equals abuse is, if anything, even worse. It isn’t just messy. It actually produces mathematical nonsense. For instance, Student D abused the equals sign by inappropriately placing one before 5x/x, thus equating that expression to 9 - 2. Note the absurd consequence: Student D has written that 9 - 2 = 7/5. Not so.

Equals abuse, incidentally, takes two forms: inserting the equals sign in inappropriate places, and omitting the equals sign where it is necessary (equals neglect). The rule for using this symbol is simple:

The equals signs goes between equal expressions. It never goes between equivalent equations.

Clear writing is essential in mathematics. Pay attention to how mathematics is written in textbooks, and learn to imitate it. You must learn to write up your solutions like a civilized human being. Don’t be like Student D, who actually can solve equations, but whose sloppy writing makes him look poorly educated. Don’t cover your tracks and don’t commit equals abuse. Or as Student D might put that same advice,

\[ \begin{array}{r}{D o n^{\prime}t r a c k s_{y o u r t r a c k s}=a n d d o n^{\prime}t c o m m i t=e q u a l s=a b u s e.}\end{array} \]

Exercises. Which of the following solutions involve equals abuse (or neglect)? Explain your answers.

  1. Solve: $ 2x + 3 = 8 $ .

  2. Simplify: $ 3x^{2} - (-x^{2} + x) $

  3. Simplify: $ 3x^{2} - (-x^{2} + x) $

Solution: $ 2x + 3 = 8 $

\[ = 2x = 5 \]

\[ = x = 5/2 \]

\[ \begin{aligned}Solution:3x^{2}-(-x^{2}+x)\\=3x^{2}+x^{2}-x\\=4x^{2}-x.\end{aligned} \]

\[ \begin{aligned}Solution:3x^{2}-(-x^{2}+x)\\3x^{2}+x^{2}-x\\4x^{2}-x.\end{aligned} \]

Solving Linear and Quadratic Equations

Any algebraic expression of the form $ ax^{n} $ (where n is any whole number or 0) is called a monomial in x. The constant a is called the monomial’s coefficient. Note that constants count as monomials, because we can always think of a constant such as 8 as $ 8x^{0} $ .

A polynomial in x is a sum of monomials in x. A polynomial’s degree is the largest exponent of its terms. For example, $ 5x^{3}-x^{2}+1 $ is a polynomial in x of degree 3. Polynomials of degree 1, 2, and 3 are called linear, quadratic, and cubic polynomials, respectively. $ ^{*} $

Any equation that has the form $ ax + b = 0 $ (or can be put into that form) is called a linear equation. Solving a linear equation is easy: we just isolate x on one side of the equation. Nothing could be simpler.

Example 1. Solve $ 4x + 3 = 0 $ .

Solution. $ 4x+3=0 $

Any equation that has (or can be put into) the form $ ax^{2} + bx + c = 0 $ is called a quadratic equation. We’ll start with a particularly simple example: $ x^{2} = 4 $ . Clearly, 2 is this equation’s only positive solution, but there’s also a negative solution: -2. From this trivial observation, we glean an important lesson:

Important Lesson. For any k > 0, the equation $ x^{2} = k $ has two solutions: $ $ and $ - $ . (We often express them with the shorthand notation $ $ .)

Having learned this much, you can already solve any quadratic that lacks an x-term. We just isolate x:

Example 2. Solve $ 2x^{2}-5=0 $

Solution. $ 2x^{2}-5=0 $

\[ \begin{aligned}2x^{2}&=5\quad&(Adding5tobothsides)\\x^{2}&=5/2\quad&(Dividingbothsidesby2)\\x&=\pm\sqrt{5/2}\quad&(Bytheimportantlesson!)\\\end{aligned} \]

When a quadratic equation has an x-term, isolating x is much harder. Don’t believe me? As a challenge, take a few minutes and try isolating x in the equation $ 3x^{2} + 10x - 1 = 0 $ . Success requires real ingenuity, so don’t feel bad when you fail. Please do try it, though, because trying and failing will help you appreciate the ingenious solution to this problem that I’ll present at the end of this chapter.

Before I can present that ingenious solution, however, we’ll need to discuss an important technique for solving factorable quadratic equations. The technique hinges upon the following important theorem.

The Zero Product Theorem. The values that make a product equal zero are the values that make any of its factors equal zero.

The Zero Product Theorem tells us that the solutions of $ (2x+1)(x-1)=0 $ are those of $ (2x+1)=0 $ and $ (x-1)=0 $ : Thus, -1/2 and 1 are the solutions we seek. Substitute them back into the original product, and you’ll see why the theorem holds.

We can solve certain “nice” (i.e. factorable) quadratics by pushing all of their terms to one side of the equals sign, factoring the resulting polynomial, and using the Zero Product Theorem. Here’s an example of this technique in action.

Example 3. Solve the equation $ 3x^{2}=8x-4 $

Solution. $ 3x^{2}=8x-4 $

\[ 3x^{2}-8x+4=0 \]

(pushing all terms to one side)

\[ (3x-2)(x-2)=0 \]

(factoring)

\[ x=2/3,\ x=2. \]

(Zero Product Theorem)

That is, the original equation’s solutions are 2/3 and 2.

This method works well when quadratics factor nicely. However, when factoring fails (as it often does), we use the big gun: the quadratic formula, which is powerful enough to solve any quadratic equation. I’ll state the formula here, and I’ll derive it at the end of the chapter, once you’ve grown accustomed to using it. The derivation at the end of the chapter will answer the riddle I posed earlier: How can we isolate x in a quadratic equation? All this in good time. For now, I just want you to become comfortable using the quadratic formula, which you should commit to memory right away.

The Quadratic Formula.

The solutions to the equation $ ax^{2} + bx + c = 0 $ are

\[ \frac{-b\pm\sqrt{b^{2}-4ac}}{2a}. \]

Example 4. Solve the equation $ 2x^{2}-7x-1=0 $ .

Solution. This quadratic doesn’t factor, so we’ll solve it with the quadratic formula, obtaining

\[ x=\frac{7\pm\sqrt{49-4(2)(-1)}}{2(2)}=\frac{7\pm\sqrt{57}}{4}. \]

Thus, this equation has two solutions, $ (7 + )/4 $ and $ (7 - )/4 $ . In an applied problem, we might run these through a calculator and note that they are approximately 3.637 and -0.137. In a purely mathematical problem, we would leave these solutions in their exact form.

The quadratic formula will also tell us – in its own way – when a quadratic equation has no solution, as the next example shows.

Example 5. Solve $ 3x^{2}-2x+1=0 $ .

Solution. By the quadratic formula, the “solutions” are

\[ x=\frac{2\pm\sqrt{4-4(3)(1)}}{6}=\frac{2\pm\sqrt{-8}}{6}, \]

but… these aren’t real solutions, since -8 has no square root. In fact, we should read that square root of a negative number as an “error message” indicating that the equation has no solution.

Before we can apply the quadratic formula, we must first put the quadratic equation that we wish to solve in the appropriate form: $ ax^{2} + bx + c = 0 $ . The following example shows how to do that when necessary.

Example 6. Solve $ -3x{2}+5x(x-2)-2x-7=x{2}-10x $ .

\[ \begin{aligned}-3x^{2}+5x(x-2)-2x-7&=x^{2}-10x\\-3x^{2}+5x^{2}-10x-2x-7&=x^{2}-10x\\x^{2}-2x-7&=0\\x&=\frac{2\pm\sqrt{32}}{2}\\&=\frac{2\pm4\sqrt{2}}{2}\\&=1\pm2\sqrt{2}.\end{aligned} \]

(distributing the 5x)

(pushing all terms to one side)

(quadratic formula).

Thus, we conclude that the solutions to the original messy equation are $ 1 + 2 $ and $ 1 - 2 $ .

Exercises

  1. (Revisiting Example 6.) Carefully explain why $ = 1 $ .

[Hint. The left-hand side represents two numbers. Write them out separately and play with them.]

  1. Explain why $ $ is the same thing as $ $ . [Hint. Recall the old “multiply-by-1 trick” from Chapter 1.]

  2. Solve each of the following equations:

  1. 3x - 5 = 11

  2. $ -u+17-u= $

  3. $ 7 + 3(-x - 5) = -x + $

  4. $ 16x^{2}=121 $

  5. $ x^{2}-4x-5=0 $

  6. $ z^{2}-z-12=0 $

  7. $ 2x^{2} + 15x - 7 = 0 $

  8. $ -t^{2} + t + 1 = 0 $

  9. $ 2x^{2}-3x-5=0 $

\[ j)w(-2w-5)=w^{2}+1 \]

  1. $ x^{2} + x - 2 = 0 $

\[ \left| Ⅰ \right)-\left(-x-\left(-2x-x^{2}\right)+x\right)=-1 \]

  1. $ x^{2} + (x + 2)^{2} = 16 $

  2. $ x^{2} + 1 = 0 $

  3. $ x^{2}-2x=-1 $

  1. Dividing both sides of an equation by a constant yields an equivalent equation, so we can sometimes simplify our work at the outset by dividing out any constant factors common to all terms.
  1. To understand this trick, solve $ 10x^{2}-15x-30=0 $ twice: First, by applying the quadratic formula directly; second, by dividing both sides by 5 and then applying the quadratic formula.

  2. The answers you obtained by the two methods may look different, but they must, of course, represent the same numbers. Show that they are indeed equal (if you haven’t done this already).

  3. Use this trick to solve the following equations:

\[ 300x^{2}+500x+100=0 \]

\[ ii)-28x^{2}+35x=42. \]

\[ iii)5x^{2}=50+15x \]

  1. Multiplying both sides of an equation by a constant yields an equivalent equation, so we can sometimes simplify our work by “clearing fractions” before solving an equation. The equation $ (2/3)x^{2}+(1/2)x-1=0 $ , for example, will be easier to handle if we first multiply both sides by 6.
  1. Solve the equation in the previous paragraph both ways: First, by directly applying the quadratic formula; second, by clearing fractions and then applying the quadratic formula.

  2. The answers you obtained by the two methods look different, but they must, of course, represent the same numbers. Show that they are indeed equal. (You may find this part challenging. Proving that two different forms of the same number are equal can be difficult when radicals are involved.)

  3. Use this “clearing the fractions” trick to solve the following equations:

\[ i)\ -\frac{3}{7}x+\frac{1}{2}=3 \]

\[ ii)\frac{1}{10}x-\frac{7}{5}=\frac{3}{20} \]

\[ iii)\ \frac{3}{4}x^{2}-4=\frac{1}{9}x \]

  1. Find the solutions of the following equation: $ bx^{2} + cx + a = 0 $ .

  2. The “solution” of the following problem is incorrect. Point out precisely where the would-be solver’s reasoning goes astray. (Note well: I am not asking, What should the solver have done?, but rather, At what point did he make a logically invalid step, and why is that step invalid?)

Problem. Solve the equation $ x^{2}-x-6=1 $

“Solution”. $ x^{2}-x-6=1 $

\[ (x+2)(x-3)=1 \]

Thus, the solutions are -2 and 3.

Finally, now that you’ve pointed out the logical error, find the equation’s true solutions.

  1. The expression $ b^{2}-4ac $ is called the discriminant of a quadratic equation $ ax^{2}+bx+c=0 $ .

(Thus, for example, the discriminant of the equation $ 3x^{2} + 4x - 6 = 0 $ is 88, as you should verify.)

  1. Quadratic equations “usually” have two solutions, but those whose discriminant is 0 have only one solution. Explain why this is true.

  2. Come up with an example of a quadratic equation with only one solution.

  3. What can we say about a quadratic equation with a negative discriminant?

  1. Sometimes higher degree polynomial equations can be solved by recognizing that they are actually quadratics in disguise. Consider, for example, $ x^{6} + 2x^{3} - 3 = 0 $ . This terrifying $ 6^{th} $ -degree polynomial in x turns out to be, if we look at it in the right way, a perfectly harmless quadratic polynomial… in $ x^{3} $ . Once we see this, we can solve it by making a substitution as follows:

\[ \begin{aligned}x^{6}+2x^{3}-3&=0\\u^{2}+2u-3&=0.\ $ u-1)(u+3)&=0\\u&=1,\ u=-3\\x^{3}&=1,\ x^{3}=-3.\\x&=1,\ x=\sqrt[3]{-3}\end{aligned} \]

\[ \left(\mathbf{Letting}u=x^{3}\right) \]

(Translating back to x)

Thus 1 and $ $ are the solutions to the original $ 6^{th} $ -degree polynomial equation.

  1. Explain why $ $ is a real number (and why $ $ isn’t).

  2. Solve the following equations:

\[ \begin{aligned}&i)x^{8}-x^{4}-2=0\quad&ii)3x^{4}-x^{2}-4=0\quad&iii)-x^{62}+2x^{31}+7=0\end{aligned} \]

How to Write, Part 2 (Story Problems)

Quadratic equations are easy to solve. If you take care not to cover your tracks, abuse the equals sign, or make arithmetic errors, little can go wrong. The procedures involved are purely algorithmic; they can be carried out by brainless bundles of plastic and silicon. In contrast, story problems require thought and the ability to express it in writing. As regards the latter, you should always follow two cardinal rules:

Two Rules for Writing.

  1. Define any symbols you introduce, either in words (“let x be such and such…”), or, if appropriate, on a clearly labeled figure.

  2. If the solution involves several parts, write phrases or sentences explaining how they are related.

You may find it helpful to do your exploratory scratchwork on one page, and then write up your polished solution on another. In this spirit, I’ll pose a problem and then I will give two solutions: First, a “stream of consciousness solution,” which attempts to show how one might think about solving the problem; Second, a formal solution, as one would actually write it up for a homework assignment or test.

Example 1. A right triangle’s hypotenuse is 4 units. Its long leg is 2 units longer than its short leg. How long are its legs?

“Stream of Consciousness Solution.” Well, there’s a right triangle in this problem, so I’d better draw one. Its hypotenuse is 4 units, so I’ll scribble a 4 on there.

What am I looking for in this problem? The lengths of the legs. I guess I’d better give them names. How about x and y. I’ll put them on my figure, too. Now what? Well, I know the sides of any right triangle are related by the Pythagorean Theorem. If I apply that to my triangle, I’ll get $ x^{2} + y^{2} = 16 $ . Hmmm… If there were only one variable in that equation, I could solve for it… but there are two. Well, can I get rid of one? Maybe. What was that business about the long leg and short leg in the problem? The long leg is 2 units longer than the short leg. Ah, I don’t need y at all:

I can just call the long leg $ x + 2 $ instead. Let’s redraw that figure.

Now the Pythagorean theorem says that $ x^{2} + (x + 2)^{2} = 16 $ . OK… now that’s much better. Now I have a quadratic equation in x, and I can solve those. Once I’ve solved it, I’ll know x, the short leg’s length. To get the long leg’s length I’ll just add 2 to the short leg. So basically the problem is solved, apart from carrying out all the computational details. OK – let’s carry out those details… [Et cetera. The rest is straightforward.] ♦

Now that we’ve discovered a path to the solution, we must write it up the solution in a polished form. We’ll do this next, in our actual polished solution, which will follow the “two rules for writing” listed above, as well as the earlier advice on how to write a readable column of equivalent equations.

Polished Solution to Example 1.

Let x be the short leg’s length.

Then the long leg’s length must be $ x + 2 $ .

By the Pythagorean Theorem,

\[ x^{2}+(x+2)^{2}=16. \]

We can solve for x, the short leg’s length, as follows:

\[ x^{2}+(x+2)^{2}=16 \]

\[ x^{2}+(x^{2}+4x+4)=16 \]

\[ 2x^{2}+4x-12=0 \]

\[ x^{2}+2x-6=0 \]

\[ x=\frac{-2\pm\sqrt{28}}{2}=\frac{-2\pm2\sqrt{7}}{2}=-1\pm\sqrt{7}\;. \]

Since x is a length, it must be positive. Thus, we can throw out the equation’s negative solution. Hence, the short leg’s length is the remaining solution, $ -1 + $ units.

The long leg is 2 units longer than this, so the long leg’s length is $ 1 + $ units.

Observe how that followed the rules of writing we’ve discussed. The solution has a definite narrative arc: The characters are introduced (i.e. the one new symbol x is explicitly defined), the scene is set (the figure), a relationship is established (via the Pythagorean Theorem, cited by name), a problem is resolved (the quadratic equation is solved – without any equals abuse or track-covering), an interpretation is presented (the concluding lines), and they all live happily ever after.

Let’s put this problem to rest, and look at a few more story problems. Try to solve the problems yourself before you read the solutions. When you do read the solutions, pay attention not only to the method by which they are solved, but also the style in which the solutions are written.

Story Problems – More Examples

Example 2. The hypotenuse of a right isosceles triangle is 2 units long. Find the triangle’s area.

Solution. Let x be the length of the triangle’s two legs. By the Pythagorean Theorem, we have $ x^{2} + x^{2} = 4 $ . Solving for x yields $ x = $ . Since x is a length, it must be positive, so the triangle’s legs are each $ $ units long. Finally, a triangle’s area is half its base times its height, this triangle’s area must be $ (1/2)()() = 1 $ unit $ ^{2} $ .

We can solve many problems by expressing the same thing two different ways; this gives us one equation, which we can then solve. In the next example, we’ll find a cylinder’s surface area twice. One way will be easy – in fact, its numerical value will be given to us. The other way will require some ingenuity, which I hope you’ll appreciate.

Example 3. Suppose that the height of a cylindrical can (closed at both ends) is twice the diameter of its base. If the can’s surface area is $ 1000 , cm^2 $ , what must its radius and height be?

Solution

Let r be the radius of the can’s base (in cm).

Since the can’s height is twice its diameter, it must be 4 times its radius, as indicated in the figure:

To find an algebraic expression for the can’s surface area, we’ll do some surgery: First, we’ll remove the can’s circular top and bottom, then we’ll slice the remaining tube along the dashed line, and finally, we’ll roll it out flat, transforming it into a rectangle. Thus, the can’s total surface area, A, turns out to be the sum of areas of the two circles and the rectangle. (Note that the circular base, when rolled out, becomes one side of the rectangle; the rectangle’s width is therefore equal to the circle’s circumference.) Thus,

\[ A=\pi r^{2}+\pi r^{2}+(2\pi r)(4r)=10\pi r^{2}. \]

Since the surface area is known to be $ 1000 , cm^{2} $ , we can substitute this for A in the previous equation, giving us $ 1000 = 10r^{2} $ . Solving this for r, we find that

\[ \begin{aligned}1000&=10\pi r^{2}\\\frac{100}{\pi}&=r^{2}\\r&=\frac{10}{\sqrt{\pi}}.\end{aligned} \]

That is, the can’s radius is $ 10/ $ cm.

Finally, the can’s height is 4 times its radius, so its height is $ 40/ $ cm.

Another common strategy for solving story problems is to find two equations involving two unknowns. We can then find the unknowns’ values as follows. First, we isolate one variable in one equation. Second, we substitute the result into the other equation, which will then have only a single variable. From there, the rest is easy: Solve the resulting equation in one variable, use the result to find the other variable, and finally, interpret the result. Here are a couple of examples in this style.

Example 4. Suppose that a certain tiny rectangle has a perimeter of $ 35 , $ (micrometers) and an area of $ 49 , ^2 $ . What are the rectangle’s dimensions?

Solution. Let b and h be the base and height of the rectangle (in $ $ ).

Translating the conditions of the problem into equations, we have

\[ 2b+2h=35\quad\text{and}\quad b h=49. \]

The second equation is equivalent to h = 49/b. By substituting 49/b for h in the first equation, we transform it into $ 2b + 2(49/b) = 35 $ , which contains only one unknown. Solving this for b yields

\[ \begin{aligned}2b+2(49/b)&=35\\2b+(98/b)&=35\\2b^{2}+98&=35b\\2b^{2}-35b+98&=0\end{aligned} \]

(multiplying both sides by b to clear fractions)

\[ \begin{aligned}b&=\frac{35\pm\sqrt{441}}{4}\quad&(the quadratic formula)\\ &=\frac{35\pm21}{4}=14and7/2.\\ \end{aligned} \]

Thus b could be either 14 or 7/2. We can use the relationship h = 49/b that we established earlier to find the corresponding values of h. When we do so, we find that if b = 14, then h = 7/2, and vice-versa. Thus, we reach the same conclusion either way: The rectangle must be 14 by 7/2 $ $ m.

Example 5. Today, Rosencrantz is 1.2 times as old as Guildenstern.

Twenty years ago, he was twice as old as Guildenstern was. How old are they today?

Solution. Let R be Rosencrantz’s age today (in years).

Let G be Guildenstern’s age today (in years).

Translating the problem’s conditions into equations, we obtain

\[ R=1.2G\quad\text{and}\quad R-20=2(G-20). \]

Substituting the expression for R (from the first equation) into the second equation yields

\[ 1.2G-20=2(G-20). \]

Solving this linear equation for G, we find that

\[ \begin{aligned}1.2G-20&=2(G-20)\\1.2G-20&=2G-40\\20&=0.8G\\G&=20/0.8=25.\end{aligned} \]

Thus, Guildenstern is 25 years old today.

Finally, since \(R = 1.2G\) (as noted earlier), we have \(R = 1.2(25) = 30\).

That is, Rosencrantz is 30 years old today.

When you define a symbol, be precise. For example, in the solution above, I defined R as Rosencrantz’s age (in years) today. Don’t settle for “R = Rosencrantz”, which is both sloppy and counterproductive. Sloppy because variables in equations represent numbers, not people; counterproductive because vague

definitions make your job of interpretation harder. He who writes “R = Rosencrantz” may have trouble translating this problem’s second sentence into an equation. In contrast, he who precisely defines R as Rosencrantz’s age in years today recognizes that Rosencrantz’s age twenty years ago must be $ (R - 20) $ .

Finally, since many story problems involve formulas for geometric magnitudes, be sure that you have memorized some of the basic ones. Apart from the Pythagorean Theorem, you should obviously know how to find the areas and perimeters of rectangles, triangles, and circles. And in three dimensions, cylinders are particularly simple: The volume is just the base area times its height; the surface area can be found by the “surgery” method explained in example 3 above.

Exercises

  1. The product of two consecutive whole numbers is 6592056. Find the numbers.

  2. Find the area of an isosceles triangle whose equal sides are 9 inches, and whose base is 4 inches.

  3. The area of an equilateral triangle is $ 1 , mile^{2} $ . Find its side length.

[Hint: Find a second expression for the triangle’s area – this one should be in terms of its side length.]

  1. A rectangle has an area of 4 furlongs $ ^{2} $ and a perimeter of 40/3 furlongs. Find its dimensions.

  2. Suppose that the height of a cylindrical can (closed at both ends) is half its base’s radius. Given that the can’s volume is $ 500 , cm^{3} $ , what is its surface area?

  3. At noon, Vladimir and Estragon depart from the same point. Vladimir walks east at a constant rate of 3 miles per hour, while Estragon walks north at a constant rate of 2 miles per hour. At what time (to the nearest minute) will they be exactly 20 miles apart?

  4. Consider a picture frame of uniform width. Its inner edges form a rectangular window through which the picture is seen. This window has an area of $ 100 , in^{2} $ . Its outer edges constitute a $ 15^{} $ by $ 18^{} $ rectangle. What is the frame’s width? (Give an exact expression and an approximation.)

  5. Suppose that we form two circles as follows: we begin with a line segment whose length is 5 units; we then cut this segment into two unequal pieces and bend each piece into a circle. Is it possible to do this in such a way that the total area enclosed by the two circles will be $ 17/4$ units $ ^{2} $ ? If not, why not? If so, how should we cut the segment to accomplish this?

  6. Mr. Punch was three times as old as Judy was 32 years ago. Three years after that, Mr. Punch was only twice as old as Judy. How old are they now?

  7. Suppose we must construct a box with a square bottom (and no lid) as follows: we start with a square piece of cardboard, cut a 3-inch by 3-inch square from each of its corners, and then we fold up the resulting “flaps”. If we want the box to have a volume of $ 42 , in^{3} $ , how large should the original square piece of cardboard be?

  8. Suppose a object is launched upwards from a 180’ platform at a speed of 60 ft/sec. The formula for the object’s height h (in feet) after t seconds is $ h = -16t^{2} + 60t + 180 $ . (You’ll learn why in physics.) How much time elapses before the object strikes the ground?

  9. A mother is 21 years older than her son. In 6 years, she’ll be 5 times as old as he will be. Where is the father?

Solving Equations Containing Rational Expressions

A ratio of polynomials is called a rational expression. When rational expressions turn up in equations, we can always chase them away by “clearing the fractions.” $ ^{*} $ Here’s a handy trick for doing this:

Cross-Multiplication. We can rewrite $ = $ in the equivalent form ad = bc.

Proof. $ =bd()=bd()ad=bc, $ as claimed.

The following example shows the technique in action.

Example. Solve the equation $ = $ .

Solution. $ = $

\[ \begin{aligned}(3x+2)(-2x+1)&=(5x-7)5\\-6x^{2}-x+3&=25x-35\\-6x^{2}-26x+38&=0\\3x^{2}+13x-19&=0\\x&=\frac{-13\pm\sqrt{397}}{6}\end{aligned} \]

(clearing the fractions by cross multiplying)

(dividing both sides by $ -2^{} $ )

(Quadratic Formula)

Solving Equations Containing Radical Expressions

So-called radical expressions can assume a variety of forms, from the relative simplicity of $ + 6x + 1 $ to the nested nastiness of

\[ \sqrt[3]{2+\sqrt{1+2x+\sqrt[5]{x}}}. \]

You can solve many equations containing radicals just by following your nose. For example,

Example 1. Solve the equation $ 2-1=5 $ .

Solution. $ 2-1=5 $

\[ \begin{aligned}2\sqrt[3]{x+1}-1&=5\\2\sqrt[3]{x+1}&=6\\\sqrt[3]{x+1}&=3\\\left(\sqrt[3]{x+1}\right)^{3}&=3^{3}\\x+1&=27\\x&=26\end{aligned} \]

(cubing both sides to “undo” the cube root)

In principle, we can solve any equation whose unknown is wrapped up inside a radical by isolating the radical on one side of the equation, then eliminating it by raising both sides to the appropriate power. There is, however, a potential complication. I warned earlier that exceptions exist to the general rule that “doing the same thing to both sides of an equation produces an equivalent equation.” One big exception to this rule occurs when we raise both sides of an equation to an even power. $ ^{*} $ (There’s only one other exception you’ll need to worry about in this book; you’ll meet it shortly, in exercise 26. $ ^{} $ )

Raising both sides of an equation to an even power can produce spurious “solutions” that aren’t solutions of the original equation. (For example, if we square both sides of x = 3, we obtain $ x^{2} = 9 $ , whose negative solution does not satisfy the original equation, x = 3.) Consequently, if we ever raise both sides of an equation to an even power, we must remember to go back and check our alleged solutions by substituting them into the original equation. That way, we can catch (and throw away) any spurious ones that might have crept in.

Example 2. Solve the equation $ 3 + 5 = 2x $ .

Solution. $ 3 + 5 = 2x $

\[ 5\sqrt{x}=2x-3 \]

(isolating the radical)

\[ \left(5\sqrt{x}\right)^{2}=(2x-3)^{2} \]

(squaring both sides to eliminate the radical)

\[ 25x=4x^{2}+9-12x \]

\[ 0=4x^{2}-37x+9 \]

\[ x=\frac{37\pm\sqrt{1225}}{8} \]

(by the quadratic formula)

\[ x=9,x=\frac{1}{4} \]

\[ (since\sqrt{1225}=35) \]

Since we squared both sides of the equation, we must check our two prospective solutions to see if either is spurious. Substituting 9 into the original equation yields the true statement 18 = 18, so 9 is a genuine solution. But when we substitute 1/4 into the original equation, we obtain the false statement 11/2 = 1/2, so 1/4 is a spurious solution picked up as a byproduct of squaring. Thus, our original equation has just one solution, x = 9.

Exercises

  1. Solve each of the following equations for the unknown it contains:
  1. $ = $

  2. $ += $

  3. $ +=3 $

  4. $ =+t+3 $

  5. $ ++=- $

  6. $ = $

  7. $ x^{2}=144 $

  8. $ =3 $

  9. $ (-)()= $

  10. $ 5+3=-12 $

  11. $ w + = 4w $

  12. $ = x - 1 $

  1. We’ve seen that raising both sides of an equation to an even power can produce too many “solutions,” some of which do not actually satisfy the original equation. The opposite problem – too few solutions – can occur if we divide both sides by an expression that involves the equation’s variable. (For example, the equation $ x^{2} = x $ has two solutions, 0 and 1. Dividing both sides by x, however, yields x = 1, an equation with only one solution.)

It’s easy to see why this happens: To divide both sides by x, we must tacitly assume that $ x $ , because division by 0 is, of course, undefined. Thus, when we divide by x, the number 0 is effectively in our blind spot. Having 0 in our blind spot is a serious problem if 0 happens to be one of the solutions that we’re looking for. (Similarly, if we divide both sides of an equation by $ (x - 2) $ , we tacitly assume that $ x $ , which means that 2 is now in our algebraic blind spot.*)

Fortunately, this problem is easy to avoid. If you are ever tempted to divide both sides of an equation by an expression involving x, do this instead: Push everything to one side of the equation, then factor that expression out. You can then solve the equation with the Zero Product Theorem. (This doesn’t require division, so it keeps our blind spot empty.) For example, let’s apply this strategy to the equation we dealt with above:

\[ x^{2}=x\quad\Rightarrow\quad x^{2}-x=0\quad\Rightarrow\quad x(x-1)=0\quad\Rightarrow\quad x=0,1. \]

Your problem: Without using the quadratic formula, solve the following equations:

  1. $ x^{2} = 5x $

  2. $ 3x^{2}-4x=0 $

\[ -x^{2}=\frac{3}{2}x \]

  1. $ 9(x - 2) = 3x(x - 2) $ .
  1. To solve an equation containing two algebraic expressions under square roots, the best strategy is to isolate one of them, and square both sides. This will produce an equation with only one radical, which is much better, since you already know how to solve such equations.
  1. Solve $ -=1 $ by adopting this strategy.

  2. Now solve the same equation by ignoring this strategy and squaring both sides right away, without bothering to isolate one of the radicals first.