Solving Quadratic Equations
Solving Quadratic Equations
Chapter 4
A polynomial is any expression with more than one term in it. The highest exponent on
any term in a polynomial is its degree. In this chapter, we review solving polynomial
equations to find the solutions, which are also called roots or zeros. We start with a review
of solving quadratic equations — polynomials where the highest exponent is two. Then we
move into equations with higher degrees and show you how to solve them. We also take a
look at using roots to factor polynomials and how to graph polynomials.
Standard form: What most textbooks use to write a quadratic equation: ax2 + bx + c = 0
Quadratic term: The term with the second degree: ax2
Linear term: The term with the linear degree: bx
Constant: The term with zero degree: c
Leading coefficient: The number multiplying the term with the highest degree: a
08_421314-[Link] 4/3/09 9:00 PM Page 74
In math, the process of breaking down a polynomial into the product of two polynomi-
als with a smaller degree is called factoring. In general, factoring works best on quad-
ratic equations and is always the first thing you should try when asked to solve
second-degree polynomials. Some types of factoring (like the difference of cubes or
grouping — more on those later in this section) may work on higher degree polynomi-
als, and you should always check them to see if they’re factorable first. When pre-
sented with a polynomial and asked to solve it, you should always try the following
methods of factoring, in order:
⻬ Greatest common factor: The greatest common factor, or GCF, is the biggest
expression that will divide into all the other terms. It’s a little like doing the dis-
tributive property backwards.
Break each term down into prime factors, look at all those factors to see what
they share in common (that’s your GCF), factor the GCF out from every term by
putting it in front of a set of parentheses, and leave the factors that aren’t the
GCF inside the parentheses.
⻬ The polynomial is a binomial: If the polynomial has two terms, check to see
whether it’s a difference of squares or the sum or difference of cubes.
Difference of squares a2 – b2 always factors to (a – b)(a + b)
Difference of cubes a3 – b3 always factors to (a – b)(a2 + ab + b2)
Sum of cubes a3 + b3 always factors to (a + b)(a2 – ab + b2)
⻬ The polynomial is a trinomial: Try using the FOIL method backwards.
Some teachers teach the “guess and check method,” where you keep trying dif-
ferent pairs of binomials until you happen to stumble on the right one. This isn’t
fun by any means, and you could try all day long and never figure it out (or
maybe the polynomial is prime and won’t factor).
We recommend using the British method (also known as the FOIL method back-
wards) instead. Follow these steps to use this method:
1. Multiply the quadratic term and the constant term. You only do this in
your head (or somewhere else on your paper) and you only do it to pro-
ceed to the next step.
2. Write down all the factors of the result of Step 1, in pairs. Again, you do
this for you only and also to make sure that you list every possibility —
that’s why it’s not guess and check. If you list them all and none of them
work (see Step 3), you know your trinomial is prime.
3. Find the pair from the list in Step 2 that adds to produce the linear term.
Only one of them will work, and if none of them do, it’s prime.
4. Break up the linear term into two terms — the winning pair from Step 3.
You’ve now created a polynomial with four terms. Proceed to the next type of
factoring — a polynomial with more than three terms.
⻬ The polynomial has more than three terms: Try grouping the polynomial.
Group the polynomial into two sets of two. Find the GCF for each set and factor it
out. Find the GCF of the two remaining expressions and factor it out. You end up
with two binomials, exactly what you were looking for!
After you have the polynomial factored, you can use the zero product property to
solve it by setting each factor equal to 0 and solving.
08_421314-[Link] 4/3/09 9:00 PM Page 75
A. x = 2⁄3, x = –1. Multiply the quadratic term A. x = 0, 1, and –1. Always check for the GCF
and the constant term: (3x2)(–2) = –6x2. first and factor it out: 3x(x2 – 1) = 0. Now
Write down all factors of this, in pairs: –x recognize the “leftovers” as a difference of
and 6x, x and –6x, –2x and 3x, 2x and –3x. squares which factors again: 3x(x – 1)(x +
The pair that adds up to the linear term is 1) = 0. Set each factor equal to 0 and solve:
–2x and 3x. Split the middle term into two 3x = 0, x = 0. x – 1 = 0, x = 1. x + 1 = 0, x = –1.
using this pair: 3x2 – 2x + 3x – 2 = 0. Now
that you have four terms instead of three,
use grouping to factor it: x(3x – 2) + 1(3x –
2) = 0. Notice that the second two factors
only have a GCF of one; you still factor it
out. Now there’s a GCF again — both sets
of terms share (3x – 2) so that can factor
out to the front: (3x – 2)(x + 1) = 0. Finally,
use the zero product property to solve
the equation. If 3x – 2 = 0, then x = 2⁄3; and if
x + 1 = 0, then x = –1.
Solve It Solve It
Solve It Solve It
08_421314-[Link] 4/3/09 9:00 PM Page 76
9. Solve for x: .
Quadratic formula
Of course, those of you who know the quadratic formula should vaguely recognize the
steps above — they’re the derivation of the quadratic formula. All you have to do is
find the common denominator of both the fractions inside the square root, add them
together, and watch the square root simplify. Ultimately, you end up with the quadratic
formula:
08_421314-[Link] 4/3/09 9:00 PM Page 77
A. x= . This equation doesn’t factor, check your square roots and simplify them
Solve It Solve It
Always begin by finding the degree of the polynomial because it gives you some very
important information about your graph. The degree of the polynomial tells you the
greatest maximum number of roots — it’s that easy. A fourth-degree polynomial will have
up to, but no more than, four roots.
Make sure that the polynomial f(x) is written in descending order first, from highest degree
to lowest. Look at the sign of each term and count how many times the sign changes from
positive to negative and vice versa. The number of sign changes represents the maximum
number of positive real roots. The rule also says that this number decreases by 2 over and
over again until you end up with 1 or 0 (more on this in the section on imaginary roots).
This gives you the list of the possible number of real positive roots.
Descartes also figured out that if you take a look at f(–x) and count again, you discover
the maximum number of negative real roots. Remember that negative numbers raised to
even powers are positive, and negative numbers raised to odd powers are negative. This
means that f(–x) changes from f(x) only on the odd degrees. Each odd exponent becomes
the opposite of what it was in f(x). Count the number of times the sign changes in this
function, subtract 2 over and over until you end up at 1 or 0, and end up with a list of the
possible number of real negative roots.
The Fundamental Theorem of Algebra says that every polynomial has at least one root in
the complex number system. Chapter 11 explains complex numbers in depth, but for
now all you need to know is that a complex number has both a real and an imaginary
08_421314-[Link] 4/3/09 9:00 PM Page 79
Because you know the total number of possible roots and the list of possible positive and nega-
tive roots, you can use all that information to determine how many imaginary roots a polynomial
has. Pair up every possible number of positive roots with every possible number of negative
roots. The remaining number of roots in each situation represents the imaginary roots.
To use the Rational Root Theorem, take all the factors of the constant term and divide by all the
factors of the leading coefficient. This produces a list of fractions that are all possibilities for
roots. You could try plugging each one of these possibilities into the original function in the
hopes of finding a root (remember, they’re also called zeros because the value of the function
will be 0). This process is long and tedious because, each time, you’re dealing with the original
function. If there are 50 roots, you’re not helping yourself by plugging and chugging. Instead,
move on to the next step.
1. Make sure the polynomial is written in descending order. If any degrees are missing, fill
in the gaps with zeros.
2. Write the number that’s the root you’re testing outside the synthetic division sign. Write
the coefficients of the polynomial in descending order and include any zeros from Step
1 inside the synthetic division sign.
3. Drop the first coefficient down.
4. Multiply the root on the outside and this coefficient. Write this product above the syn-
thetic division line.
5. Add the next coefficient and the product from Step 4. This answer goes below the line.
6. Multiply the root on the outside and the answer from Step 5.
7. Repeat over and over again until you use all the coefficients.
This process is easier to see with an example. Hold on and we’ll show you. Just know that when
you do synthetic division, you end up with a list of roots that actually work in the polynomial.
08_421314-[Link] 4/3/09 9:00 PM Page 80
Q. Find the roots of the equation x3 + x2 – 5x + Q. Solve the equation x3 + 8x2 + 22x + 20 = 0.
3 = 0.
A. x = –2, x = –3 ± i. This equation is also a
A. x = 1 (double root), x = –3. We go through third degree, so it will have a maximum of
the whole process described in this section three roots. Looking at f(x) = x3 + 8x2 + 22x
for this example question. + 20 reveals that none of them are positive.
Looking at f(–x) = –x3 + 8x2 – 22x + 20 reveals
The number of roots: First, this equation
that either three or one of them are nega-
is third degree, so it may have up to
tive. If zero are positive and three are nega-
three different roots.
tive, there can’t be any imaginary roots.
Descartes’ Rule of Signs: Next, by look- However, if zero are positive and only one
ing at f(x) = x3 + x2 – 5x + 3, you notice is negative, two of them have to be imagi-
that the sign changes twice (between the nary. The Rational Root Theorem generates
second and third terms and the third and this list of fractions (and we’re only looking
fourth terms). This means there could be at the negatives because we know there
two or zero positive real roots. Next, look aren’t any positive roots): –1⁄1, –2⁄1, –4⁄1, –5⁄1,
at f(–x) = –x3 + x2 + 5x + 3 and notice the –10⁄1 and –20⁄1. These all reduce, respectively,
sign only changes once, giving you only to –1, –2, –4, –5, –10, and –20. Start off with
one negative real root. x = –2 to discover one of your roots:
Imaginary roots: So if two roots are posi-
tive and one is negative, that leaves none –2 1 8 22 20
leftover that are imaginary. But if zero –2 –12 –20
are positive and one is negative, that 1 6 10 0
leaves two imaginary roots.
Rational Root Theorem: Take all the fac- The reduced polynomial you’re now work-
tors of 3 (the constant term) and divide ing with is x2 + 6x + 10. This quadratic does-
by all the factors of 1 (the leading coeffi- n’t factor, so you use the quadratic formula
cient) to determine the possible rational to find that the last two roots are indeed
roots — ± 1⁄1, ± 3⁄1. Reduce the fractions imaginary: x = –3 ± i.
and discard any duplicates to get the
final list: ± 1, ± 3.
Synthetic division: Pick a root, any root,
and use synthetic division to test and
see if it actually is a root. Because we
know the answers (we did write the
question), we have you start with x = 1:
1 1 1 –5 –3
1 2 –3
1 2 –3 0
Solve It Solve It
11. Solve the equation x3 + 7x2 + 13x + 4 = 0. 12. Find the roots of the equation x4 + 10x3 +
38x2 + 66x + 45.
Solve It
Solve It
If x = c is a root, then x – c is a factor and vice versa. It always works, and that’s some-
thing you can count on. Nice, huh?
08_421314-[Link] 4/3/09 9:00 PM Page 82
Q. Use the roots of x3 + x2 – 5x + 3 = 0 to factor and x = –3. Using the factor theorem, if
the equation. x = 1 is a root, then x – 1 is a factor (twice);
and if x = –3 is a root, then x – (–3), or x + 3,
A. (x – 1)2(x + 3) = 0. This is the question from is a factor. This means that x3 + x2 – 5x + 3 = 0
the first example in the last section. You factors to (x – 1)2(x + 3) = 0.
found that the roots are x = 1 (double root)
13. If the roots of a polynomial are x = –3, –2, 4, 14. If the roots of a polynomial are x = 2 and
and 6, what’s the polynomial? 4 ± 3i, what’s the polynomial?
Solve It Solve It
15. Factor the polynomial 6x4 – 7x3 – 18x2 + 13x 16. Factor the polynomial x4 + 10x3 + 38x2 + 66x
+ 6 = 0. + 45.
Solve It Solve It
Graphing Polynomials
Now that you have your list of the roots of your polynomial, you’ve done the hard
work to graph the polynomial. Remember that roots or zeros are x-intercepts — you
now know where the graph crosses the x-axis. Follow these steps to get to the graph:
Figure 4-1:
The graph of
f(x) = x3 + x2
– 5x + 3.
08_421314-[Link] 4/3/09 9:00 PM Page 84
Q. Graph the equation f(x) = x3 + 8x2 + 22x + 20. A. See the graph in Figure 4-2. This is the
second example from the section on
solving higher order polynomials. You
found one real root of x = –2, as well as the
complex conjugates x = –3 ± i.
20
Figure 4-2:
The graph of
f(x) = x3 + 8x2
+ 22x + 20.
08_421314-[Link] 4/3/09 9:00 PM Page 85
Solve It Solve It
19. Graph f(x) = 12x4 + 13x3 – 20x2 + 4x. 20. Graph f(x) = x4 + 10x3 + 38x2 + 66x + 45.
Solve It Solve It
09_421314-[Link] 4/3/09 9:01 PM Page 91
Chapter 5
Exponential and Logarithmic Functions
In This Chapter
䊳 Figuring out exponential functions
䊳 Looking at logarithmic functions
䊳 Using exponents and logs to solve equations
䊳 Working with exponential word problems
E xponential growth is simply the idea that something gets bigger and bigger (or smaller
and smaller) very fast. Exponential and logarithmic functions can be used to describe
growth or decay. They have many practical applications, such as determining population
growth, measuring the acidity of a substance, and calculating financial growth. In addition,
they’re central to many concepts in calculus (a good reason to master them in pre-calculus!).
They’re different from the other functions we’ve been dealing with so far because their vari-
ables are no longer in the base of the expression (more on that later).
In this chapter, you practice solving equations, simplifying expressions, and graphing expo-
nents and logarithms. In addition, you can practice manipulating functions to solve equations
and practically applying the concepts to word problems.
In exponential functions, the variable is in the power of the expression. The base can be any
constant, including a special constant that mathematicians and scientists define as e. This
irrational constant, e, has a value that’s approximately 2.7182 and is extremely useful in expo-
nential expressions (and in logarithms, but we’re getting ahead of ourselves).
Solving exponential equations requires that you recall the basic exponent rules:
a b a+b
c ·c =c
–a 1
c =
ca
a b a·b
(c ) = c
a a a
(c · d) = c · d
09_421314-[Link] 4/3/09 9:01 PM Page 92
0
c =1
a b
if c = c then a = b
While graphing exponential equations, it’s important to recall the tricks for transform-
ing graphs (see Chapter 3 for a refresher).
Q. Solve for x in 8
4x + 12
= 16
2x + 5
. Q. x x
Sketch the graphs of (A) y = 2 , (B) y = 2 + 1,
x+3 –x x
(C) y = 2 , (D) y = 2 , and (E) y = –2 , all
A. x = –4. First, in order to utilize our expo- on the same set of axes.
nential rules, it’s helpful if both expres-
sions are the same base. So, knowing that
3 4
A. Graphs B–E are all transformations of the
8 = 2 and 16 = 2 , by factoring and rewrit- first graph A (see Chapter 3 for a review
ing using exponents, you can rewrite both of transformations of graphs). By adding 1
sides of the equation with a base of 2: to graph A, the result is graph B, a shift up
3(4x + 12) 4(2x + 5)
2 =2 . Now that your bases are of 1 unit. By adding 3 to the exponent of
the same, you can set your exponents graph A, the result is graph C, shifted 3
equal to each other (using properties of units to the left. Graph D is the result of
exponents): 3(4x + 12) = 4(2x + 5). Next, making the exponent negative, which
you can simplify using the distributive results in a reflection over the y-axis, and
property of equality: 12x + 36 = 8x + 20. graph E, created by negating the base,
Finally, you can solve algebraically: results in the reflection of the graph over
4x + 36 = 20; 4x = –16; x = –4. the x-axis. See the resulting graphs in
Figure 5-1.
16
12
D
4
B
C
A
–12 –8 –4 4 8 12
E
–4
Figure 5-1: –8
Transforma-
tions of the –12
exponential
equation –16
with base 2.
09_421314-[Link] 4/3/09 9:01 PM Page 93
Solve It Solve It
3. 2x x
Solve for x in (5 – 1)(25 – 125) = 0. 4. x
Solve for x in 3 · 9 – 8 = –7.
Solve It Solve It
Solve It Solve It
For solving and graphing logarithmic functions (logs), remember this inverse relation-
ship and you’ll be sawing . . . er, solving logs in no time! Here’s this relationship in
equation form:
y
y = logbx b = x.
Just as with exponential functions, the base can be any number, including e. In fact, a
base of e is so common in science and calculus that loge has its own special name: ln.
Thus, logex = lnx.
Similarly, log10 is so commonly used that it’s just written as log (no base written).
Remember our review of domain from Chapter 3? Well, here’s one of those times when
domain can be tricky. The domain for the basic logarithm y = logbx is x > 0. Therefore,
when you’re solving logarithmic functions, it’s important to check for extraneous roots
(review Chapter 1).
Here are more properties that are true for any logarithm:
logb1 = 0
logbb = 1
The product rule: logb(a · c) = logba + logbc
The quotient rule:
c
The power rule: logba = c · logba
x
logbb = x
Solve It Solve It
9. Solve for x in lnx + ln(2x – 1) = ln1. 10. Find logb(48b) if logb2 = 0.36 and logb3 = 0.56.
Solve It Solve It
09_421314-[Link] 4/3/09 9:01 PM Page 96
11. Sketch the graph of y = –3 + log(x + 2). 12. Sketch the graph of y = ln(x – 2) + 4.
Solve It Solve It
A helpful key to remember when solving equations using exponents and logs is that if
the variable is in the exponent, convert the equation into logarithmic form. This is
especially helpful if you use natural log (ln) or the common log (log10x, often referred
to as just logx) because you can plug the variable into your calculator to get a decimal
approximation of the solution.
One pitfall to avoid when manipulating logs relates to the products and quotients
of logs. Remember: not . These are entirely different
expressions. In fact, if you plug them into your calculator, you can see that
while . The same can be said for products and
in exponential form (remember that log you can then solve algebraically:
50x + 250 = 100x; 250 = 50x; x = 5.
09_421314-[Link] 4/3/09 9:01 PM Page 97
Solve It Solve It
15. x x
Solve for x in 4 – 4 · 2 = –3. 16. x
Solve for x: 3 = 5
(2x – 3)
.
Solve It Solve It
09_421314-[Link] 4/3/09 9:01 PM Page 98
mass at the time x, c is the original mass of the element, and h is the half-life of the
element.
Q. If you deposit $600 at 5.5% interest com- Q. How old is a piece of bone that has lost
pounded continuously, what will your 60% of its carbon-14 (half-life of carbon-14
balance be in 10 years? is 5,730 years)?
A. $1,039.95. Because this is continuous com- A. Approximately 7,575 years old. We can
pound interest, you use the formula A = figure out this problem using the formula
rt
Pe when you’re solving for A. A = for half-life. First, because 60% of the
(0.055)(10)
$600e . Plugging this into a calcula- carbon-14 is gone, the mass of carbon
tor, you get approximately $1,039.95. remaining is 40%, so we can write the pres-
ent mass as .40c. Therefore, the equation
−x
will be: 0.40c = c ⋅ 2 5,730 . We can start solving
this by cancelling c from both sides:
−x
0.40 = 2 5,730 . Taking the natural log of both
sides allows us to move the variable− x from
the exponent position: ln 0.40 = ln 2 5,730 ,
.
09_421314-[Link] 4/3/09 9:01 PM Page 99
19. The deer population in a certain area in 20. If you deposit $20,000 at 6.5% interest com-
pounded continuously, how long will it take
year t is approximately . for you to have $1,000,000?
When will the deer population reach 2,000?
Solve It
Solve It