Chapter 4 Polynomial and Rational Functions

 

4.1 Algebra of Functions

Learning Objectives

  1. Identify and evaluate polynomial functions.
  2. Add and subtract functions.
  3. Multiply and divide functions.
  4. Add functions graphically.

Polynomial Functions

Any polynomial with one variable is a function and can be written in the form

f(x)=anxn+an1xn1++a1x+a0.

Here an represents any real number and n represents any whole number. The degree of a polynomial with one variable is the largest exponent of all the terms. Typically, we arrange terms of polynomials in descending order based on their degree and classify them as follows:

f(x)=2Constant function (degree 0)g(x)=3x+2Linear function (degree 1)h(x)=4x2+3x+2Quadratic function (degree 2)r(x)=5x3+4x2+3x+2Cubic function (degree 3)

In this textbook, we call any polynomial with degree higher than 3 an nth-degree polynomial. For example, if the degree is 4, we call it a fourth-degree polynomial; if the degree is 5, we call it a fifth-degree polynomial, and so on.

Example 1

Given f(x)=x28x+17, find f(2) and f(4).

Solution:

Replace each instance of x with the value given inside the parentheses.

f(2)=(2)28(2)+17=416+17=4+1=5

f(4)=(4)28(4)+17=1632+17=16+17=1

We can write f(2)=5 and f(4)=1. Remember that f(x)=y and so we can interpret these results on the graph as follows:

Answer: f(2)=5; f(4)=1

Often we will be asked to evaluate polynomials for algebraic expressions.

Example 2

Given g(x)=x3x+5, find g(2u) and g(x2).

Solution:

Replace x with the expressions given inside the parentheses.

g(2u)=(2u)3(2u)+5=8u3+2u+5

g(x2)=(x2)3(x2)+5=(x2)(x2)(x2)(x2)+5=(x2)(x24x+4)x+2+5=x34x2+4x2x2+8x8x+7=x36x2+11x1

Answer: g(2u)=8u2+2u+5 and g(x2)=x36x2+11x1

The height of an object launched upward, ignoring the effects of air resistance, can be modeled with the following quadratic function:

h(t)=12gt2+v0t+s0

With this formula, the height h(t) can be calculated at any given time t after the object is launched. The letter g represents acceleration due to gravity on the surface of the Earth, which is 32 feet per second squared (or, using metric units, g = 9.8 meters per second squared). The variable v0, pronounced “v-naught,” or sometimes “v-zero,” represents the initial velocity of the object, and s0 represents the initial height from which the object was launched.

Example 3

An object is launched from the ground at a speed of 64 feet per second. Write a function that models the height of the object and use it to calculate the objects height at 1 second and at 3.5 seconds.

Solution:

We know that the acceleration due to gravity is g=32 feet per second squared and we are given the initial velocity v0=64 feet per second. Since the object is launched from the ground, the initial height is s0=0 feet. Create the mathematical model by substituting these coefficients into the following formula:

h(t)=12gt2+v0t+s0h(t)=12(32)t2+(64)t+0h(t)=16t2+64t

Use this model to calculate the height of the object at 1 second and 3.5 seconds.

h(1)=16(1)2+64(1)=16+64=48h(3.5)=16(3.5)2+64(3.5)=196+224=28

Answer: h(t)=16t2+64t; At 1 second the object is at a height of 48 feet, and at 3.5 seconds it is at a height of 28 feet.

Try this! An object is dropped from a height of 6 meters. Write a function that models the height of the object and use it to calculate the object’s height 1 second after it is dropped.

Answer: h(t)=4.9t2+6; At 1 second the object is at a height of 1.1 meters.

Adding and Subtracting Functions

The notation used to indicate additionAdd functions as indicated by the notation: (f+g)(x)=f(x)+g(x). and subtractionSubtract functions as indicated by the notation: (fg)(x)=f(x)g(x). of functions follows:

Addition of functions:(f+g)(x)=f(x)+g(x)Subtraction of functions:(fg)(x)=f(x)g(x)

When using function notation, be careful to group the entire function and add or subtract accordingly.

Example 4

Given f(x)=x35x7 and g(x)=3x2+7x2, find (f+g)(x) and (fg)(x).

Solution:

The notation f+g indicates that we should add the given expressions.

(f+g)(x)=f(x)+g(x)=(x35x7)+(3x2+7x2)=x35x7+3x2+7x2=x3+3x2+2x9

The notation fg indicates that we should subtract the given expressions. When subtracting, the parentheses become very important. Recall that we can eliminate them after applying the distributive property.

(fg)(x)=f(x)g(x)=(x35x7)(3x2+7x2)=x35x73x27x+2=x33x212x5

Answer: (f+g)(x)=x3+3x2+2x9 and (fg)(x)=x33x212x5

We may be asked to evaluate the sum or difference of two functions. We have the option to first find the sum or difference in general and then use the resulting function to evaluate for the given variable, or evaluate each first and then find the sum or difference.

Example 5

Evaluate (fg)(3) given f(x)=5x2x+4 and g(x)=x2+2x3.

Solution:

First, find (fg)(x).

(fg)(x)=f(x)g(x)=(5x2x+4)(x2+2x3)=5x2x+4x22x+3=4x23x+7

Therefore,

(fg)(x)=4x23x+7.

Next, substitute 3 in for the variable x.

(fg)(3)=4(3)23(3)+7=369+7=34

Hence (fg)(3)=34.

Alternate Solution: Since (fg)(3)=f(3)g(3), we can find f(3) and g(3) and then subtract the results.

f(x)=5x2x+4f(3)=5(3)2(3)+4=453+4=46

g(x)=x2+2x3g(3)=(3)2+2(3)3=9+63=12

Therefore,

(fg)(3)=f(3)g(3)=4612=34

Notice that we obtain the same answer.

Answer: (fg)(3)=34

Note: If multiple values are to be evaluated, it is best to find the sum or difference in general first and then use it to evaluate.

Try this! Evaluate (f+g)(1) given f(x)=x3+x8 and g(x)=2x2x+9.

Answer: 2

Multiplying and Dividing Functions

The notation used to indicate multiplicationMultiply functions as indicated by the notation: (fg)(x)=f(x)g(x). and divisionDivide functions as indicated by the notation: (f/g)(x)=f(x)g(x), where g(x)0. of functions follows:

Multiplication of functions:

(fg)(x)=f(x)g(x)

Division of functions:

(f/g)(x)=f(x)g(x), where g(x)0.

Example 6

Given f(x)=15x49x3+6x2 and g(x)=3x2, find (fg)(x) and (f/g)(x).

Solution:

The notation fg indicates that we should multiply. Apply the distributive property and simplify.

(fg)(x)=f(x)g(x)=(15x49x3+6x2)(3x2)=15x43x29x33x2+6x23x2=45x627x5+18x4

The notation f/g indicates that we should divide. For this quotient, assume x0.

(f/g)(x)=f(x)g(x)=15x49x3+6x23x2=15x43x29x33x2+6x23x2=5x23x+2

Answer: (fg)(x)=45x627x5+18x4 and (f/g)(x)=5x23x+2 where x0.

Example 7

Given f(x)=6x5 and g(x)=3x22x1, evaluate (fg)(0) and (fg)(1)

Solution:

Begin by finding (fg)(x).

(fg)(x)=f(x)g(x)=(6x5)(3x22x1)=18x312x26x15x2+10x+5=18x327x2+4x+5

Therefore (fg)(x)=18x327x2+4x+5, and we have,

(fg)(0)=18(0)327(0)2+4(0)+5=5

(fg)(1)=18(1)327(1)2+4(1)+5=18274+5=44

Answer: (fg)(0)=5 and (fg)(1)=44

Try this! Evaluate (fg)(1) given f(x)=x3+x8 and g(x)=2x2x+9.

Answer: −120

Adding Functions Graphically

Here we explore the geometry of adding functions. One way to do this is to use the fact that (f+g)(x)=f(x)+g(x). Add the functions together using x-values for which both f and g are defined.

Example 8

Use the graphs of f and g to graph f+g. Also, give the domain of f+g.

Solution:

In this case, both functions are defined for x-values between 2 and 6. We will use 2, 4, and 6 as representative values in the domain of f+g to sketch its graph.

(f+g)(2)=f(2)+g(2)=3+6=9(f+g)(4)=f(4)+g(4)=2+4=6(f+g)(6)=f(6)+g(6)=4+5=9

Sketch the graph of f+g using the three ordered pair solutions (2,9), (4,6), and (6,9).

Answer: f+g graphed above has domain [2,6].

Example 9

Use the graphs of f and g to graph f+g. Also, give the domain of f+g.

Solution:

Another way to add nonnegative functions graphically is to copy the line segment formed from the x-axis to one of the functions onto the other as illustrated below.

The line segment from the x-axis to the function f represents f(a). Copy this line segment onto the other function over the same point; the endpoint represents f(a)+g(a). Doing this for a number of points allows us to obtain a quick sketch of the combined graph. In this example, the domain of f+g is limited to the x-values for which f is defined.

Answer: Domain: [1,)

In general, the domain of f+g is the intersection of the domain of f with the domain of g. In fact, this is the case for all of the arithmetic operations with an extra consideration for division. When dividing functions, we take extra care to remove any values that make the denominator zero. This will be discussed in more detail as we progress in algebra.

Key Takeaways

  • Any polynomial with one variable is a function and can be written in the form f(x)=anxn+an1xn1++a1x+a0. The degree of the polynomial is the largest exponent of all the terms.
  • Use function notation to streamline the evaluating process. Substitute the value or expression inside the parentheses for each instance of the variable.
  • The notation (f+g)(x) indicates that we should add f(x)+g(x).
  • The notation (fg)(x) indicates that we should subtract f(x)g(x).
  • The notation (fg)(x) indicates that we should multiply f(x)g(x).
  • The notation (f/g)(x) indicates that we should divide f(x)g(x), where g(x)0.
  • The domain of the function that results from these arithmetic operations is the intersection of the domain of each function. The domain of a quotient is further restricted to values that do not evaluate to zero in the denominator.

Topic Exercises

    Part A: Polynomial Functions

      Evaluate.

    1. Given f(x)=x210x+3, find f(3), f(0), and f(5).

    2. Given f(x)=2x2x+9, find f(1), f(0), and f(3).

    3. Given g(x)=x3x2+x+7, find g(2), g(0), and g(3).

    4. Given g(x)=x32x+5, find g(5), g(0), and g(3).

    5. Given s(t)=5t4t2+t3, find s(1), s(0), and s(2).

    6. Given p(n)=n410n2+9, find p(3), p(1), and p(2).

    7. Given f(x)=x664, find f(2), f(1), and f(0).

    8. Given f(x)=x6x3+3, find f(2), f(1), and f(0).

    9. Given f(x)=x22x1, find f(2t) and f(2t1).

    10. Given f(x)=x22x+4, find f(3t) and f(23t).

    11. Given g(x)=2x2+3x1, find g(5a) and g(52x).

    12. Given g(x)=3x25x+4, find g(4u) and g(3x1).

    13. Given f(x)=x31, find f(2a) and f(x2).

    14. Given f(x)=x3x+1, find f(3x) and f(2x+1).

    15. Given g(x)=x3+x21, find g(x2) and g(x4).

    16. Given g(x)=2x3x+1, find g(2x3) and g(3x1).

      Given the function calculate f(x+h).

    1. f(x)=5x3

    2. f(x)=x21

    3. f(x)=x38

    4. f(x)=x4

      Given the graph of the polynomial function f find the function values.

    1. Find f(0), f(1), and f(2).

    2. Find f(1), f(0), and f(1).

    3. Find f(2), f(1), and f(0).

    4. Find f(3), f(2), and f(0).

    5. A projectile is launched upward from the ground at a speed of 48 feet per second. Write a function that models the height of the projectile and use it to calculate the height every 1/2 second after launch. Sketch a graph that shows the height of the projectile with respect to time.

    6. An object is tossed upward from a 48-foot platform at a speed of 32 feet per second. Write a function that models the height of the object and use it to calculate the height every 1/2 second after the object is tossed. Sketch a graph that shows the height of the object with respect to time.

    7. An object is dropped from a 128-foot bridge. Write a function that models the height of the object, and use it to calculate the height at 1 second and 2 seconds after it has been dropped.

    8. An object is dropped from a 500-foot building. Write a function that models the height of the object, and use it to calculate the distance the object falls in the 1st second, 2nd second, and the 3rd second.

    9. A bullet is fired straight up into the air at 320 meters per second. Ignoring the effects of air friction, write a function that models the height of the bullet, and use it to calculate the bullet’s height 1 minute after it was fired into the air.

    10. A book is dropped from a height of 10 meters. Write a function that gives the height of the book, and use it to determine how far it will fall in 1¼ seconds.

    Part B: Adding and Subtracting Functions

      Given functions f and g, find (f+g) and (fg).

    1. f(x)=5x3, g(x)=4x1

    2. f(x)=3x+2, g(x)=7x5

    3. f(x)=23x, g(x)=1x

    4. f(x)=8x5, g(x)=7x+4

    5. f(x)=x23x+2, g(x)=x2+4x7

    6. f(x)=2x2+x3, g(x)=x2x+4

    7. f(x)=x2+5x3, g(x)=6x+11

    8. f(x)=9x+5, g(x)=2x25x+4

    9. f(x)=9x21, g(x)=x2+5x

    10. f(x)=10x2, g(x)=5x28

    11. f(x)=8x3+x4, g(x)=4x3+x21

    12. f(x)=x3x2+x+1, g(x)=x3x2x1

      Given f(x)=x3+2x28 and g(x)=2x23x+5, evaluate the following.

    1. (f+g)(2)

    2. (f+g)(3)

    3. (fg)(2)

    4. (fg)(3)

    5. (gf)(2)

    6. (gf)(3)

    7. (f+f)(1)

    8. (g+g)(1)

      Given the graphs of f and g, evaluate the following.

    1. (f+g)(4)

    2. (fg)(4)

    3. (f+g)(2)

    4. (fg)(2)

    5. (f+g)(0)

    6. (fg)(0)

    Part C: Multiplying and Dividing Functions

      Given f and g, find fg.

    1. f(x)=5x, g(x)=x3

    2. f(x)=x4, g(x)=6x

    3. f(x)=2x3, g(x)=3x+4

    4. f(x)=5x1, g(x)=2x+1

    5. f(x)=3x+4, g(x)=3x4

    6. f(x)=x+5, g(x)=x5

    7. f(x)=x2, g(x)=x23x+2

    8. f(x)=2x3, g(x)=x2+2x1

    9. f(x)=2x2, g(x)=x27x+5

    10. f(x)=5x3, g(x)=x23x1

    11. f(x)=x23x2, g(x)=2x2x+3

    12. f(x)=x2+x1, g(x)=x2x+1

      Given f and g, find f/g. (Assume all expressions in the denominator are nonzero.)

    1. f(x)=36x316x28x, g(x)=4x

    2. f(x)=2x36x2+10x, g(x)=2x

    3. f(x)=20x715x5+5x3, g(x)=5x3

    4. f(x)=9x6+12x43x2, g(x)=3x2

    5. f(x)=x3+4x2+3x2, g(x)=x+2

    6. f(x)=x3x210x+12, g(x)=x3

    7. f(x)=6x313x2+36x45, g(x)=2x3

    8. f(x)=6x311x2+15x4, g(x)=3x1

    9. f(x)=3x313x2x+8, g(x)=3x+2

    10. f(x)=5x316x2+13x6, g(x)=5x1

      Given f(x)=25x4+10x35x2 and g(x)=5x2 evaluate the following.

    1. (fg)(1)

    2. (fg)(1)

    3. (f/g)(2)

    4. (f/g)(3)

    5. (gf)(0)

    6. (g/f)(1)

    7. (gg)(1)

    8. (ff)(1)

      Given the graphs of f and g evaluate the following.

    1. (fg)(3)

    2. (fg)(5)

    3. (f/g)(5)

    4. (f/g)(3)

    5. (fg)(1)

    6. (f/g)(1)

      Given f(x)=5x315x2+10x, g(x)=x2x+3, and h(x)=5x, find the following. (Assume all expressions in the denominator are nonzero.)

    1. (fg)(x)

    2. (gf)(x)

    3. (gh)(x)

    4. (f/h)(x)

    5. (h+g)(x)

    6. (hf)(x)

    7. (g/h)(2)

    8. (gh)(3)

    9. The revenue in dollars from selling MP3 players is given by the function R(n)=125n0.15n2, where n represents the number of units sold (0n<833). The cost in dollars of producing the MP3 players is given by the formula C(n)=1200+42n where n represents the number of units produced. Write a function that models the profit of producing and selling n MP3 players. Use the function to determine the profit generated from producing and selling 225 MP3 players. Recall that profit equals revenues less costs.

    10. The inner radius of a washer is 12 that of the outer radius.

    Part D: Adding Functions Geometrically

      Use the graphs of f and g to graph f+g. Also, give the domain of f+g.

    Part E: Discussion Board

    1. Which arithmetic operations on functions are commutative? Explain.

    2. Explore ways we can add functions graphically if they happen to be negative.

Answers

  1. f(3)=42; f(0)=3; f(5)=22

  2. g(2)=7; g(0)=7; g(3)=28

  3. s(1)=0; s(0)=3; s(2)=75

  4. f(2)=0; f(1)=63; f(0)=64

  5. f(2t)=4t24t1; f(2t1)=4t28t+2

  6. g(5a)=50a215a1; g(52x)=8x246x+64

  7. f(2a)=8a31; f(x2)=x36x2+12x9

  8. g(x2)=x6+x41; g(x4)=x311x2+40x49

  9. f(x+h)=5x+5h3

  10. f(x+h)=x3+3hx2+3h2x+h38

  11. f(0)=3; f(1)=0; f(2)=3

  12. f(2)=2; f(1)=7; f(0)=2

  13. h(t)=16t2+48t;

  14. h(t)=16t2+128; At 1 second the object’s height is 112 feet and at 2 seconds its height is 64 feet.

  15. h(t)=4.9t2+320t; 1,560 meters

  1. (f+g)(x)=9x4; (fg)(x)=x2

  2. (f+g)(x)=4x+3; (fg)(x)=2x+1

  3. (f+g)(x)=2x2+x5; (fg)(x)=7x+9

  4. (f+g)(x)=x2+11x+8; (fg)(x)=x2x14

  5. (f+g)(x)=10x2+5x1; (fg)(x)=8x25x1

  6. (f+g)(x)=12x3+x2+x5; (fg)(x)=4x3x2+x3

  7. 11

  8. −27

  9. 27

  10. −10

  11. −4

  12. 1

  13. −2

  1. (fg)(x)=5x215x

  2. (fg)(x)=6x2x12

  3. (fg)(x)=9x216

  4. (fg)(x)=x35x2+8x4

  5. (fg)(x)=2x414x3+10x2

  6. (fg)(x)=2x47x3+2x27x6

  7. (f/g)(x)=9x24x2

  8. (f/g)(x)=4x43x2+1

  9. (f/g)(x)=x2+2x1

  10. (f/g)(x)=3x22x+15

  11. (f/g)(x)=x25x+3+23x+2

  12. 50

  13. 15

  14. 0

  15. 25

  16. −2

  17. 0

  18. 4

  19. (fg)(x)=5x316x2+11x3

  20. (gh)(x)=5x3+5x215x

  21. (h+g)(x)=x26x+3

  22. (g/h)(2)=12

  23. P(n)=0.15n2+83n1200; $9,881.25

  1. [2,8]
  2. [0,10]
  3. [2,10]
  4. [2,)
  5. (,)
  1. Answer may vary

4.2 Factoring Polynomials

Learning Objectives

  1. Determine the greatest common factor (GCF) of monomials.
  2. Factor out the GCF of a polynomial.
  3. Factor a four-term polynomial by grouping.
  4. Factor special binomials.

Determining the GCF of Monomials

The process of writing a number or expression as a product is called factoringThe process of writing a number or expression as a product.. If we write the monomial 8x7=2x54x2, we say that the product 2x54x2 is a factorizationAny combination of factors, multiplied together, resulting in the product. of 8x7 and that 2x5 and 4x2 are factorsAny of the numbers or expressions that form a product.. Typically, there are many ways to factor a monomial. Some factorizations of 8x7 follow:

8x7=2x54x28x7=8x6x8x7=2x2x22x4}Factorizationsof8x7

Given two or more monomials, it will be useful to find the greatest common monomial factor (GCF)The product of the common variable factors and the GCF of the coefficients. of each. The GCF of the monomials is the product of the common variable factors and the GCF of the coefficients.

Example 1

Find the GCF of 25x7y2z and 15x3y4z2.

Solution:

Begin by finding the GCF of the coefficients. In this case, 25=55 and 15=35. It should be clear that

GCF(25,15)=5

Next determine the common variable factors with the smallest exponents.

25x7y2z      and      15x3y4z2

The common variable factors are x3, y2, and z. Therefore, given the two monomials,

GCF=5x3y2z

Answer: 5x3y2z

It is worth pointing out that the GCF divides both expressions evenly.

25x7y2z  5x3y2z=5x4and15x3y4z25x3y2z=3y2z

Furthermore, we can write the following:

25x7y2z=5x3y2z5x4and15x3y4z2=5x3y2z3y2z

The factors 5x4 and 3y2z share no common monomial factors other than 1; they are relatively primeExpressions that share no common factors other than 1..

Example 2

Determine the GCF of the following three expressions: 12a5b2(a+b)5, 60a4b3c(a+b)3, and 24a2b7c3(a+b)2.

Solution:

Begin by finding the GCF of the coefficients. To do this, determine the prime factorization of each and then multiply the common factors with the smallest exponents.

12=22360=223524=233

Therefore, the GCF of the coefficients of the three monomials is

GCF(12,60,24)=223=12

Next, determine the common factors of the variables.

12a5b2(a+b)5and60a4b3c(a+b)3and24a2b7c3(a+b)2

The variable factors in common are a2, b2, and (a+b)2. Therefore,

GCF=12a2b2(a+b)2

Note that the variable c is not common to all three expressions and thus is not included in the GCF.

Answer: 12a2b2(a+b)2

Factoring out the GCF

The application of the distributive property is the key to multiplying polynomials. For example,

6xy2(2xy+1)=6xy22xy+6xy21Multiplying=12x2y3+6xy2

The process of factoring a polynomial involves applying the distributive property in reverse to write each polynomial as a product of polynomial factors.

a(b+c)=ab+acMultiplyingab+ac=a(b+c)Factoring

Consider factoring the result of the opening example:

12x2y3+6xy2=6xy22xy+6xy21Factoring=6xy2(?)=6xy2(2xy+1)

We see that the distributive property allows us to write the polynomial 12x2y3+6xy2 as a product of the two factors 6xy2 and (2xy+1). Note that in this case, 6x2y is the GCF of the terms of the polynomial.

GCF(12x2y3,6xy2)=6xy2

Factoring out the greatest common factor (GCF)The process of rewriting a polynomial as a product using the GCF of all of its terms. of a polynomial involves rewriting it as a product where a factor is the GCF of all of its terms.

8x3+4x216x=4x(2x2+x4)9ab218a2b3ab=3ab(3b6a1)}FactoringouttheGCF

To factor out the GCF of a polynomial, we first determine the GCF of all of its terms. Then we can divide each term of the polynomial by this factor as a means to determine the remaining factor after applying the distributive property in reverse.

Example 3

Factor out the GCF: 18x730x5+6x3.

Solution:

In this case, the GCF(18, 30, 6) = 6, and the common variable factor with the smallest exponent is x3. The GCF of the polynomial is 6x3.

18x730x5+6x3=6x3(?)

The missing factor can be found by dividing each term of the original expression by the GCF.

18x76x3=3x430x56x3=5x2+6x36x3=+1

Apply the distributive property (in reverse) using the terms found in the previous step.

18x730x5+6x3=6x3(3x45x2+1)

If the GCF is the same as one of the terms, then, after the GCF is factored out, a constant term 1 will remain. The importance of remembering the constant term becomes clear when performing the check using the distributive property.

6x3(3x45x2+1)=6x33x46x35x2+6x31=18x730x5+6x3

Answer: 6x3(3x45x2+1)

Example 4

Factor out the GCF: 27x5y5z+54x5yz63x3y4.

Solution:

The GCF of the terms is 9x3y. The last term does not have a variable factor of z, and thus z cannot be a part of the greatest common factor. If we divide each term by 9x3y, we obtain

27x5y5z9x3y=3x2y4z54x5yz9x3y=6x2z63x3y49x3y=7y3

and can write

27x5y5z+54x5yz63x3y4=9x3y(?)=9x3y(3x2y4z+6x2z7y3)

Answer: 9x3y(3x2y4z+6x2z7y3)

Try this! Factor out the GCF: 12x3y46x2y33xy2

Answer: 3xy2(4x2y22xy1)

Of course, not every polynomial with integer coefficients can be factored as a product of polynomials with integer coefficients other than 1 and itself. If this is the case, then we say that it is a prime polynomialA polynomial with integer coefficients that cannot be factored as a product of polynomials with integer coefficients other than 1 and itself.. For example, a linear factor such as 10x9 is prime. However, it can be factored as follows:

10x9=x(109x)or10x9=5(2x95)

If an x is factored out, the resulting factor is not a polynomial. If any constant is factored out, the resulting polynomial factor will not have integer coefficients. Furthermore, some linear factors are not prime. For example,

5x10=5(x2)

In general, any linear factor of the form ax+b, where a and b are relatively prime integers, is prime.

Factoring by Grouping

In this section, we outline a technique for factoring polynomials with four terms. First, review a preliminary example where the terms have a common binomial factor.

Example 5

Factor: 7x(3x2)(3x2).

Solution:

Begin by rewriting the second term (3x2) as 1(3x2). Next, consider (3x2) as a common binomial factor and factor it out as follows:

7x(3x2)(3x2)=7x(3x2)1(3x2)=(3x2)(   ?   )=(3x2)(7x1)

Answer: (3x2)(7x1)

Factoring by groupingA technique for factoring polynomials with four terms. is a technique that enables us to factor polynomials with four terms into a product of binomials. This involves an intermediate step where a common binomial factor will be factored out. For example, we wish to factor

3x312x2+2x8

Begin by grouping the first two terms and the last two terms. Then factor out the GCF of each grouping:

In this form, the polynomial is a binomial with a common binomial factor, (x4).

=(x4)(?)=(x4)(3x2+2)

Therefore,

3x312x2+2x8=(x4)(3x2+2)

We can check by multiplying.

(x4)(3x2+2)=3x3+2x12x28=3x312x2+2x8

Example 6

Factor by grouping: 24a418a320a+15.

Solution:

The GCF for the first group is 6a3. We have to choose 5 or −5 to factor out of the second group.

Factoring out +5 does not result in a common binomial factor. If we choose to factor out −5, then we obtain a common binomial factor and can proceed. Note that when factoring out a negative number, we change the signs of the factored terms.

Answer: (4a3)(6a35). Check by multiplying; this is left to the reader as an exercise.

Sometimes we must first rearrange the terms in order to obtain a common factor.

Example 7

Factor: ab2a2b+a32b2.

Solution:

Simply factoring the GCF out of the first group and last group does not yield a common binomial factor.

We must rearrange the terms, searching for a grouping that produces a common factor. In this example, we have a workable grouping if we switch the terms a3 and ab.

Answer: (a2b)(a2+b)

Try this! Factor: x3x2yxy+y2.

Answer: (xy)(x2y)

Not all factorable four-term polynomials can be factored with this technique. For example,

3x3+5x2x+2

This four-term polynomial cannot be grouped in any way to produce a common binomial factor. Despite this, the polynomial is not prime and can be written as a product of polynomials. It can be factored as follows:

3x3+5x2x+2=(x+2)(3x2x+1)

Factoring such polynomials is something that we will learn to do as we move further along in our study of algebra. For now, we will limit our attempt to factor four-term polynomials to using the factor by grouping technique.

Factoring Special Binomials

A binomial is a polynomial with two terms. We begin with the special binomial called difference of squaresa2b2=(a+b)(ab), where a and b represent algebraic expressions.:

a2b2=(a+b)(ab)

To verify the above formula, multiply.

(a+b)(ab)=a2ab+bab2=a2ab+abb2=a2b2

We use this formula to factor certain special binomials.

Example 8

Factor: x29y2.

Solution:

Identify the binomial as difference of squares and determine the square factors of each term.

Here we can write

x29y2=(x)2(3y)2

Substitute into the difference of squares formula where a=x and b=3y.

a2b2=(a+b)(ab)x29y2=(x+3y)(x3y)

Multiply to check.

(x+3y)(x3y)=x23xy+3yx9y2=x23xy+3xy9y2=x29y2

Answer: (x+3y)(x3y)

Example 9

Factor: x2(2x1)2.

Solution:

First, identify this expression as a difference of squares.

x2(2x1)2=(x)2(2x1)2

Use a=x and b=2x1 in the formula for a difference of squares and then simplify.

a2b2=(a+b)(ab)

x2(2x1)2=[x+(2x1)][x(2x1)]=(x+2x1)(x2x+1)=(3x1)(x+1)

Answer: (3x1)(x+1)

Given any real number b, a polynomial of the form x2+b2 is prime. Furthermore, the sum of squaresa2+b2, where a and b represent algebraic expressions. This does not have a general factored equivalent. a2+b2 does not have a general factored equivalent. Care should be taken not to confuse this with a perfect square trinomial.

(a+b)2=(a+b)(a+b)=a2+ab+ba+b2=a2+2ab+b2

Therefore,

(a+b)2a2+b2

For example, the sum of squares binomial x2+9 is prime. Two other special binomials of interest are the suma3+b3=(a+b)(a2ab+b2), where a and b represent algebraic expressions. and difference of cubesa3b3=(ab)(a2+ab+b2), where a and b represent algebraic expressions.:

a3+b3=(a+b)(a2ab+b2)a3b3=(ab)(a2+ab+b2)

We can verify these formulas by multiplying.

(a+b)(a2ab+b2)=a3a2b+ab2+a2bab2+b3=a3+b3

(ab)(a2+ab+b2)=a3+a2b+ab2a2bab2b3=a3b3

The process for factoring sums and differences of cubes is very similar to that of differences of squares. We first identify a and b and then substitute into the appropriate formula. The separate formulas for the sum and difference of cubes allow us to always choose a and b to be positive.

Example 10

Factor: x38y3.

Solution:

First, identify this binomial as a difference of cubes.

Next, identify what is being cubed.

x38y3=(x)3(2y)3

In this case, a=x and b=2y. Substitute into the difference of cubes formula.

a3+b3=(ab)(a2+ab+b2)x38y3=(x2y)((x)2+x2y+(2y)2)=(x2y)(x2+2xy+4y2)

We can check this factorization by multiplying.

(x2y)(x2+2xy+4y2)=x3+2x2y+4xy22x2y4xy28y3=x3+2x2y+4xy22x2y4xy28y3=x38y3

Answer: (x2y)(x2+2xy+4y2)

It may be the case that the terms of the binomial have a common factor. If so, it will be difficult to identify it as a special binomial until we first factor out the GCF.

Example 11

Factor: 81x4y+3xy4.

Solution:

The terms are not perfect squares or perfect cubes. However, notice that they do have a common factor. First, factor out the GCF, 3xy.

81x4y+3xy4=3xy(27x3+y3)

The resulting binomial factor is a sum of cubes with a=3x and b=y.

81x4y+3xy4=3xy(27x3+y3)=3xy(3x+y)(9x23xy+y2)

Answer: 3xy(3x+y)(9x23xy+y2)

When the degree of the special binomial is greater than two, we may need to apply the formulas multiple times to obtain a complete factorization. A polynomial is completely factoredA polynomial that is prime or written as a product of prime polynomials. when it is prime or is written as a product of prime polynomials.

Example 12

Factor completely: x481y4.

Solution:

First, identify what is being squared.

x481y4=()2()2

To do this, recall the power rule for exponents, (xm)n=xmn. When exponents are raised to a power, multiply them. With this in mind, we find

x481y4=(x2)2(9y2)2

Therefore, a=x2 and b=9y2. Substitute into the formula for difference of squares.

x481y4=(x2+9y2)(x29y2)

At this point, notice that the factor (x29y2) is itself a difference of two squares and thus can be further factored using a=x2 and b=3y. The factor (x2+9y2) is prime and cannot be factored using real numbers.

x481y4=(x2+9y2)(x29y2)=(x2+9y2)(x+3y)(x3y)

Answer: (x2+9y2)(x+3y)(x3y)

When factoring, always look for resulting factors to factor further.

Example 13

Factor completely: 64x6y6.

Solution:

This binomial is both a difference of squares and difference of cubes.

64x6y6=(4x2)3(y2)3       Differenceofcubes64x6y6=(8x3)2(y3)2       Differenceofsquares

When confronted with a binomial that is a difference of both squares and cubes, as this is, make it a rule to factor using difference of squares first. Therefore, a=8x3 and b=y3. Substitute into the difference of squares formula.

64x6y6=(8x3+y3)(8x3y3)

The resulting two binomial factors are sum and difference of cubes. Each can be factored further. Therefore, we have

The trinomial factors are prime and the expression is completely factored.

Answer: (2x+y)(4x22xy+y2)(2xy)(4x2+2xy+y2)

As an exercise, factor the previous example as a difference of cubes first and then compare the results. Why do you think we make it a rule to factor using difference of squares first?

Try this! Factor: a6b61

Answer: (ab+1)(a2b2ab+1)(ab1)(a2b2+ab+1)

Key Takeaways

  • The GCF of two or more monomials is the product of the GCF of the coefficients and the common variable factors with the smallest power.
  • If the terms of a polynomial have a greatest common factor, then factor out that GCF using the distributive property. Divide each term of the polynomial by the GCF to determine the terms of the remaining factor.
  • Some four-term polynomials can be factored by grouping the first two terms and the last two terms. Factor out the GCF of each group and then factor out the common binomial factor.
  • When factoring by grouping, you sometimes have to rearrange the terms to find a common binomial factor. After factoring out the GCF, the remaining binomial factors must be the same for the technique to work.
  • When factoring special binomials, the first step is to identify it as a sum or difference. Once we identify the binomial, we then determine the values of a and b and then substitute into the appropriate formula.
  • If a binomial is both a difference of squares and cubes, then first factor it as a difference of squares.

Topic Exercises

    Part A: Factoring out the GCF

      Determine the GCF of the given expressions.

    1. 9x5, 27x2, 15x7

    2. 20y4, 12y7, 16y3

    3. 50x2y3, 35xy3, 10x3y2

    4. 12x7y2, 36x4y2, 18x3y

    5. 15a7b2c5, 75a7b3c, 45ab4c3

    6. 12a6b3c2, 48abc3, 125a2b3c

    7. 60x2(2x1)3, 42x(2x1)3, 6x3(2x1)

    8. 14y5(y8)2, 28y2(y8), 35y(y8)3

    9. 10a2b3(a+b)5, 48a5b2(a+b)2, 26ab5(a+b)3

    10. 45ab7(ab)7, 36a2b2(ab)3, 63a4b3(ab)2

      Determine the missing factor.

    1. 18x46x3+2x2=2x2(?)

    2. 6x59x33x=3x(?)

    3. 10y6+6y44y2=2y2(?)

    4. 27y99y6+3y3=3y3(?)

    5. 12x3y28x2y3+8xy=4xy(?)

    6. 10x4y350x3y2+15x2y2=5xy(?)

    7. 14a4b521a3b47a2b3=7a2b3(?)

    8. 15a5b4+9a4b23a2b=3a2b(?)

    9. x3n+x2n+xn=xn(?)

    10. y4n+y3ny2n=y2n(?)

      Factor out the GCF.

    1. 12x416x3+4x2

    2. 15x510x45x3

    3. 20y8+28y6+40y3

    4. 18y724y530y3

    5. 2a4b36a3b2+8a2b

    6. 28a3b321a2b414ab5

    7. 2x3y54x4y4+x2y3

    8. 3x5y2x4y2+x3y3

    9. 5x2(2x+3)3(2x+3)

    10. y2(y1)+9(y1)

    11. 9x2(3x1)+(3x1)

    12. 7y2(5y+2)(5y+2)

    13. x5nx3n+xn

    14. y6ny3ny2n

    Part B: Factoring by Grouping

      Factor by grouping.

    1. 2x3+3x2+2x+3

    2. 5x3+25x2+x+5

    3. 6x33x2+4x2

    4. 3x32x215x+10

    5. x3x23x+3

    6. 6x315x22x+5

    7. 2x3+7x210x35

    8. 3x3x2+24x8

    9. 14y4+10y37y5

    10. 5y4+2y3+20y+8

    11. x4n+x3n+2xn+2

    12. x5n+x3n+3x2n+3

    13. x3x2y+xy2y3

    14. x3+x2y2xy22y3

    15. 3x3y2+9x2y3x3y

    16. 2x3y3x2y3+2xy

    17. a2b4ab23a+12b

    18. a2b+3ab2+5a+15b

    19. a4+a2b3+a2b+b4

    20. a3b+2a2+3ab4+6b3

    21. 3ax+10by5ay6bx

    22. a2x5b2y5a2y+b2x

    23. x4y2x3y3+x2y4xy5

    24. 2x5y2+4x4y2+18x3y+36x2y

    25. a5b2+a4b4+a3b3+a2b5

    26. 3a6b+3a5b2+9a4b2+9a3b3

    Part C: Factoring Special Binomials

      Factor.

    1. x264

    2. x2100

    3. 94y2

    4. 25y2

    5. x281y2

    6. x249y2

    7. a2b24

    8. 19a2b2

    9. a2b2c2

    10. 4a2b2c2

    11. x464

    12. 36y4

    13. (2x+5)2x2

    14. (3x5)2x2

    15. y2(y3)2

    16. y2(2y+1)2

    17. (2x+5)2(x3)2

    18. (3x1)2(2x3)2

    19. x416

    20. 81x41

    21. x4y41

    22. x4y4

    23. x8y8

    24. y81

    25. x2ny2n

    26. x2ny2n4

    27. x4ny4n

    28. x4ny4n16

    29. x327

    30. 8x3125

    31. 8y3+27

    32. 64x3+343

    33. x3y3

    34. x3+y3

    35. 8a3b3+1

    36. 27a38b3

    37. x3y3125

    38. 216x3+y3

    39. x3+(x+3)3

    40. y3(2y1)3

    41. (2x+1)3x3

    42. (3y5)3y3

    43. x3ny3n

    44. x3n+y3n

    45. a6+64

    46. 64a61

    47. x6y6

    48. x6+y6

    49. x6ny6n

    50. x6n+y6n

    51. Given f(x)=2x1, show that (f+f)(x)=2f(x).

    52. Given f(x)=x23x+2, show that (f+f)(x)=2f(x).

    53. Given f(x)=mx+b, show that (f+f)(x)=2f(x).

    54. Given f(x)=ax2+bx+c, show that (f+f)(x)=2f(x).

    55. Given f(x)=ax2+bx+c, show that (ff)(x)=0.

    56. Given f(x)=mx+b, show that (ff)(x)=0.

    Part D: Discussion Board

    1. What can be said about the degree of a factor of a polynomial? Give an example.

    2. If a binomial falls into both categories, difference of squares and difference of cubes, which would be best to use for factoring, and why? Create an example that illustrates this situation and factor it using both formulas.

    3. Write your own examples for each of the three special types of binomial. Factor them and share your results.

Answers

  1. 3x2

  2. 5xy2

  3. 15ab2c

  4. 6x(2x1)

  5. 2ab2(a+b)2

  6. (9x23x+1)

  7. (5y43y2+2)

  8. (3x2y2xy2+2)

  9. (2a2b23ab1)

  10. (x2n+xn+1)

  11. 4x2(3x24x+1)

  12. 4y3(5y5+7y3+10)

  13. 2a2b(a2b23ab+4)

  14. x2y3(2xy24x2y+1)

  15. (2x+3)(5x23)

  16. (3x1)(9x2+1)

  17. xn(x4nx2n+1)

  1. (2x+3)(x2+1)

  2. (2x1)(3x2+2)

  3. (x1)(x23)

  4. (2x+7)(x25)

  5. (7y+5)(2y31)

  6. (xn+1)(x3n+2)

  7. (xy)(x2+y2)

  8. (x+3y)(3x2y21)

  9. (a4b)(ab3)

  10. (a2+b)(a2+b3)

  11. (a2b)(3x5y)

  12. xy2(xy)(x2+y2)

  13. a2b2(a2+b)(a+b2)

  1. (x+8)(x8)

  2. (3+2y)(32y)

  3. (x+9y)(x9y)

  4. (ab+2)(ab2)

  5. (ab+c)(abc)

  6. (x2+8)(x28)

  7. (3x+5)(x+5)

  8. 3(2y3)

  9. (3x+2)(x+8)

  10. (x2+4)(x+2)(x2)

  11. (x2y2+1)(xy+1)(xy1)

  12. (x4+y4)(x2+y2)(x+y)(xy)

  13. (xn+yn)(xnyn)

  14. (x2n+y2n)(xn+yn)(xnyn)

  15. (x3)(x2+3x+9)

  16. (2y+3)(4y26y+9)

  17. (xy)(x2+xy+y2)

  18. (2ab+1)(4a2b22ab+1)

  19. (xy5)(x2y2+5xy+25)

  20. (2x+3)(x2+3x+9)

  21. (x+1)(7x2+5x+1)

  22. (xnyn)(x2n+xnyn+y2n)

  23. (a2+4)(a44a2+16)

  24. (x+y)(x2xy+y2)(xy)(x2+xy+y2)

  25. (xn+yn)(x2nxnyn+y2n)×(xnyn)(x2n+xnyn+y2n)
  26. Answer may vary

  27. Answer may vary

  28. Answer may vary

  1. Answer may vary

  2. Answer may vary

4.3 Factoring Trinomials

Learning Objectives

  1. Factor trinomials of the form x2+bx+c.
  2. Factor trinomials of higher degree.
  3. Factor trinomials of the form ax2+bx+c.
  4. Factor trinomials using the AC method.

Factoring Trinomials of the Form x2+bx+c

Some trinomials of the form x2+bx+c can be factored as a product of binomials. If a trinomial of this type factors, then we have:

x2+bx+c=(x+m)(x+n)=x2+nx+mx+mn=x2+(n+m)x+mn

This gives us

b=n+m     andc=mn

In short, if the leading coefficient of a factorable trinomial is 1, then the factors of the last term must add up to the coefficient of the middle term. This observation is the key to factoring trinomials using the technique known as the trial and error (or guess and check) methodDescribes the method of factoring a trinomial by systematically checking factors to see if their product is the original trinomial..

Example 1

Factor: x2+12x+20.

Solution:

We begin by writing two sets of blank parentheses. If a trinomial of this form factors, then it will factor into two linear binomial factors.

x2+12x+20=()()

Write the factors of the first term in the first space of each set of parentheses. In this case, factor x2=xx.

x2+12x+20=(x)(x)

Determine the factors of the last term whose sum equals the coefficient of the middle term. To do this, list all of the factorizations of 20 and search for factors whose sum equals 12.

20=1201+20=21=2102+10=12=454+5=9

Choose 20 = 2 ⋅ 10 because 2 + 10 = 12. Write in the last term of each binomial using the factors determined in the previous step.

x2+12x+20=(x+2)(x+10)

This can be visually interpreted as follows:

Check by multiplying the two binomials.

(x+2)(x+10)=x2+10x+2x+20=x2+12x+20

Answer: (x+2)(x+10)

Since multiplication is commutative, the order of the factors does not matter.

x2+12x+20=(x+2)(x+10)=(x+10)(x+2)

If the last term of the trinomial is positive, then either both of the constant factors must be negative or both must be positive.

Example 2

Factor: x2y27xy+12.

Solution:

First, factor x2y2=xyxy.

x2y27xy+12=(xy?)(xy?)

Next, search for factors of 12 whose sum is −7.

12=1121+(12)=13=262+(6)=8=343+(4)=7

In this case, choose −3 and −4 because (3)(4)=+12 and 3+(4)=7.

x2y27xy+12=(xy?)(xy?)=(xy3)(xy4)

Check.

(xy3)(xy4)=x2y24xy3xy+12=x2y27xy+12

Answer: (xy3)(xy4)

If the last term of the trinomial is negative, then one of its factors must be negative.

Example 3

Factor: x24xy12y2.

Solution:

Begin by factoring the first term x2=xx.

x24xy12y2=(x?)(x?)

The factors of 12 are listed below. In this example, we are looking for factors whose sum is −4.

12=1121+(12)=11=262+(6)=4=343+(4)=1

Therefore, the coefficient of the last term can be factored as 12=2(6), where 2+(6)=4. Because the last term has a variable factor of y2, use 12y2=2y(6y) and factor the trinomial as follows:

x24xy12y2=(x?)(x?)=(x+2y)(x6y)

Multiply to check.

(x+2y)(x6y)=x26xy+2yx12y2=x26xy+2xy12y2=x24xy12y2

Answer: (x+2y)(x6y)

Often our first guess will not produce a correct factorization. This process may require repeated trials. For this reason, the check is very important and is not optional.

Example 4

Factor: a2+10a24.

Solution:

The first term of this trinomial, a2, factors as aa.

a2+10a24=(a?)(a?)

Consider the factors of 24:

24=124=212=38=46

Suppose we choose the factors 4 and 6 because 4 + 6 = 10, the coefficient of the middle term. Then we have the following incorrect factorization:

a2+10a24=?(a+4)(a+6)    IncorrectFactorization

When we multiply to check, we find the error.

(a+4)(a+6)=a2+6a+4a+24=a2+10a+24

In this case, the middle term is correct but the last term is not. Since the last term in the original expression is negative, we need to choose factors that are opposite in sign. Therefore, we must try again. This time we choose the factors −2 and 12 because 2+12=10.

a2+10a24=(a2)(a+12)

Now the check shows that this factorization is correct.

(a2)(a+12)=a2+12a2a24=a2+10a24

Answer: (a2)(a+12)

If we choose the factors wisely, then we can reduce much of the guesswork in this process. However, if a guess is not correct, do not get discouraged; just try a different set of factors. Keep in mind that some polynomials are prime. For example, consider the trinomial x2+3x+20 and the factors of 20:

20=120=210=45

There are no factors of 20 whose sum is 3. Therefore, the original trinomial cannot be factored as a product of two binomials with integer coefficients. The trinomial is prime.

Factoring Trinomials of Higher Degree

We can use the trial and error technique to factor trinomials of higher degree.

Example 5

Factor: x4+6x2+5.

Solution:

Begin by factoring the first term x4=x2x2.

x4+6x2+5=(x2?)(x2?)

Since 5 is prime and the coefficient of the middle term is positive, choose +1 and +5 as the factors of the last term.

x4+6x2+5=(x2?)(x2?)=(x2+1)(x2+5)

Notice that the variable part of the middle term is x2 and the factorization checks out.

(x2+1)(x2+5)=x4+5x2+x2+5=x4+6x2+5

Answer: (x2+1)(x2+5)

Example 6

Factor: x2n+4xn21 where n is a positive integer.

Solution:

Begin by factoring the first term x2n=xnxn.

x2n+4xn21=(xn?)(xn?)

Factor 21=7(3) because 7+(3)=+4 and write

x2n+4xn21=(xn?)(xn?)=(xn+7)(xn3)

Answer: (xn+7)(xn3) The check is left to the reader.

Try this! Factor: x6x342.

Answer: (x3+6)(x37)

Factoring Trinomials of the Form ax2+bx+c

Factoring trinomials of the form ax2+bx+c can be challenging because the middle term is affected by the factors of both a and c. In general,

ax2+bx+c=(px+m)(qx+n)=pqx2+pnx+qmx+mn=pqx2+(pn+qm)x+mn

This gives us,

a=pq     andb=pn+qm,     wherec=mn

In short, when the leading coefficient of a trinomial is something other than 1, there will be more to consider when determining the factors using the trial and error method. The key lies in the understanding of how the middle term is obtained. Multiply (5x+3)(2x+3) and carefully follow the formation of the middle term.

As we have seen before, the product of the first terms of each binomial is equal to the first term of the trinomial. The middle term of the trinomial is the sum of the products of the outer and inner terms of the binomials. The product of the last terms of each binomial is equal to the last term of the trinomial. Visually, we have the following:

For this reason, we need to look for products of the factors of the first and last terms whose sum is equal to the coefficient of the middle term. For example, to factor 6x2+29x+35, look at the factors of 6 and 35.

6=1635=135=23=57

The combination that produces the coefficient of the middle term is 27+35=14+15=29. Make sure that the outer terms have coefficients 2 and 7, and that the inner terms have coefficients 5 and 3. Use this information to factor the trinomial.

6x2+29x+35=(2x?)(3x?)=(2x+5)(3x+7)

We can always check by multiplying; this is left to the reader.

Example 7

Factor: 5x2+16xy+3y2.

Solution:

Since the leading coefficient and the last term are both prime, there is only one way to factor each.

5=15     and     3=13

Begin by writing the factors of the first term, 5x2, as follows:

5x2+16xy+3y2=(x?)(5x?)

The middle and last term are both positive; therefore, the factors of 3 are chosen as positive numbers. In this case, the only choice is in which grouping to place these factors.

(x+y)(5x+3y)         or        (x+3y)(5x+y)

Determine which grouping is correct by multiplying each expression.

(x+y)(5x+3y)=5x2+3xy+5xy+3y2=5x2+8xy+3y2(x+3y)(5x+y)=5x2+xy+15xy+3y2=5x2+16xy+3y2

Answer: (x+3y)(5x+y)

Example 8

Factor: 18a2b2ab4.

Solution:

First, consider the factors of the coefficients of the first and last terms.

18=1184=14=29=22=36

We are searching for products of factors whose sum equals the coefficient of the middle term, −1. After some thought, we can see that the sum of 8 and −9 is −1 and the combination that gives this follows:

2(4)+9(1)=89=1

Factoring begins at this point with two sets of blank parentheses.

18a2b2ab4=()()

Use 2ab and 9ab as factors of 18a2b2.

18a2b2ab4=(2ab?)(9ab?)

Next use the factors 1 and 4 in the correct order so that the inner and outer products are 9ab and 8ab respectively.

18a2b2ab4=(2ab1)(9ab+4)

Answer: (2ab1)(9ab+4). The complete check is left to the reader.

It is a good practice to first factor out the GCF, if there is one. Doing this produces a trinomial factor with smaller coefficients. As we have seen, trinomials with smaller coefficients require much less effort to factor. This commonly overlooked step is worth identifying early.

Example 9

Factor: 12y326y210y.

Solution:

Begin by factoring out the GCF.

12y326y210y=2y(6y213y5)

After factoring out 2y, the coefficients of the resulting trinomial are smaller and have fewer factors. We can factor the resulting trinomial using 6=2(3) and 5=(5)(1). Notice that these factors can produce −13 in two ways:

2(5)+3(1)=103=132(1)+3(5)=215=13

Because the last term is −5, the correct combination requires the factors 1 and 5 to be opposite signs. Here we use 2(1) = 2 and 3(−5) = −15 because the sum is −13 and the product of (1)(−5) = −5.

12y326y210y=2y(6y213y5)=2y(2y?)(3y?)=2y(2y5)(3y+1)

Check.

2y(2y5)(3y+1)=2y(6y2+2y15y5)=2y(6y213y5)=12y326y210y  

The factor 2y is part of the factored form of the original expression; be sure to include it in the answer.

Answer: 2y(2y5)(3y+1)

It is a good practice to consistently work with trinomials where the leading coefficient is positive. If the leading coefficient is negative, factor it out along with any GCF. Note that sometimes the factor will be −1.

Example 10

Factor: 18x669x4+12x2.

Solution:

In this example, the GCF is 3x2. Because the leading coefficient is negative we begin by factoring out 3x2.

18x669x4+12x2=3x2(6x4+23x24)

At this point, factor the remaining trinomial as usual, remembering to write the 3x2 as a factor in the final answer. Use 6 = 1(6) and −4 = 4(−1) because 1(1)+6(4)=23. Therefore,

18x669x4+12x2=3x2(6x4+23x24)=3x2(x2)(6x2)=3x2(x2+4)(6x21)

Answer: 3x2(x2+4)(6x21). The check is left to the reader.

Try this! Factor: 12a5b+a3b3+ab5.

Answer: ab(3a2b2)(4a2+b2)

Factoring Using the AC Method

An alternate technique for factoring trinomials, called the AC methodMethod used for factoring trinomials by replacing the middle term with two terms that allow us to factor the resulting four-term polynomial by grouping., makes use of the grouping method for factoring four-term polynomials. If a trinomial in the form ax2+bx+c can be factored, then the middle term, bx, can be replaced with two terms with coefficients whose sum is b and product is ac. This substitution results in an equivalent expression with four terms that can be factored by grouping.

Example 11

Factor using the AC method: 18x231x+6.

Solution:

Here a = 18, b = −31, and c = 6.

ac=18(6)=108

Factor 108, and search for factors whose sum is −31.

108=1(108)=2(54)=3(36)=4(27)=6(18)=9(12)

In this case, the sum of the factors −27 and −4 equals the middle coefficient, −31. Therefore, 31x=27x4x, and we can write

18x231x+6=18x227x4x+6

Factor the equivalent expression by grouping.

18x231x+6=18x227x4x+6=9x(2x3)2(2x3)=(2x3)(9x2)

Answer: (2x3)(9x2)

Example 12

Factor using the AC method: 4x2y27xy15.

Solution:

Here a = 4, b = −7, and c = −15.

ac=4(15)=60

Factor −60 and search for factors whose sum is −7.

60=1(60)=2(30)=3(20)=4(15)=5(12)=6(10)

The sum of factors 5 and −12 equals the middle coefficient, −7. Replace 7xy with 5xy12xy.

4x2y27xy15=4x2y2+5xy12xy15Factorbygrouping.=xy(4xy+5)3(4xy+5)=(4xy+5)(xy3)

Answer: (4xy+5)(xy3). The check is left to the reader.

If factors of ac cannot be found to add up to b then the trinomial is prime.

Key Takeaways

  • If a trinomial of the form x2+bx+c factors into the product of two binomials, then the coefficient of the middle term is the sum of factors of the last term.
  • If a trinomial of the form ax2+bx+c factors into the product of two binomials, then the coefficient of the middle term will be the sum of certain products of factors of the first and last terms.
  • If the trinomial has a greatest common factor, then it is a best practice to first factor out the GCF before attempting to factor it into a product of binomials.
  • If the leading coefficient of a trinomial is negative, then it is a best practice to first factor that negative factor out before attempting to factor the trinomial.
  • Factoring is one of the more important skills required in algebra. For this reason, you should practice working as many problems as it takes to become proficient.

Topic Exercises

    Part A: Factoring Trinomials of the Form x2+bx+c

      Factor.

    1. x2+5x6

    2. x2+5x+6

    3. x2+4x12

    4. x2+3x18

    5. x214x+48

    6. x215x+54

    7. x2+11x30

    8. x22x+24

    9. x218x+81

    10. x222x+121

    11. x2xy20y2

    12. x2+10xy+9y2

    13. x2y2+5xy50

    14. x2y216xy+48

    15. a26ab72b2

    16. a221ab+80b2

    17. u2+14uv32v2

    18. m2+7mn98n2

    19. (x+y)22(x+y)8

    20. (xy)22(xy)15

    21. x47x28

    22. x4+13x2+30

    23. x48x248

    24. x4+25x2+24

    25. y420y2+100

    26. y4+14y2+49

    27. x4+3x2y2+2y4

    28. x48x2y2+15y4

    29. a4b44a2b2+4

    30. a4+6a2b2+9b4

    31. x618x340

    32. x6+18x3+45

    33. x6x3y36y6

    34. x6+x3y320y6

    35. x6y6+2x3y315

    36. x6y6+16x3y3+48

    37. x2n+12xn+32

    38. x2n+41xn+40

    39. x2n+2axn+a2

    40. x2n2axn+a2

    Part B: Factoring Trinomials of the Form ax2+bx+c

      Factor.

    1. 3x2+20x7

    2. 2x29x5

    3. 6a2+13a+6

    4. 4a2+11a+6

    5. 6x2+7x10

    6. 4x225x+6

    7. 24y235y+4

    8. 10y223y+12

    9. 14x211x+9

    10. 9x2+6x+8

    11. 4x228x+49

    12. 36x260x+25

    13. 27x26x8

    14. 24x2+17x20

    15. 6x2+23xy4y2

    16. 10x221xy27y2

    17. 8a2b218ab+9

    18. 12a2b2ab20

    19. 8u226uv+15v2

    20. 24m226mn+5n2

    21. 4a212ab+9b2

    22. 16a2+40ab+25b2

    23. 5(x+y)29(x+y)+4

    24. 7(xy)2+15(xy)18

    25. 7x422x2+3

    26. 5x441x2+8

    27. 4y63y310

    28. 12y6+4y35

    29. 5a4b4a2b218

    30. 21a4b4+5a2b24

    31. 6x6y6+17x3y3+10

    32. 16x6y6+46x3y3+15

    33. 8x2n10xn25

    34. 30x2n11xn6

    35. 36x2n+12axn+a2

    36. 9x2n12axn+4a2

    37. 3x2+14x+5

    38. 2x2+13x20

    39. x210x+24

    40. x2+8x+48

    41. 5412x2x2

    42. 60+5x5x2

    43. 4x3+16x2+20x

    44. 2x412x3+14x2

    45. 2x38x2y24xy2

    46. 6x39x2y6xy2

    47. 4a3b4a2b224ab3

    48. 15a4b33a3b2+6a2b3

    49. 3x5y+30x3y3+75xy5

    50. 45x5y260x3y4+20xy6

      Factor.

    1. 425x2

    2. 8x3y3

    3. 9x212xy+4y2

    4. 30a257ab6b2

    5. 10a25a6ab+3b

    6. 3x34x2+9x12

    7. x2+4y2

    8. x2x+2

    9. 15a3b2+6a2b33ab4

    10. 54x263x

    Part D: Discussion Board

    1. Create your own trinomial of the form ax2+bx+c that factors. Share it, along with the solution, on the discussion board.

    2. Create a trinomial of the form ax2+bx+c that does not factor and share it along with the reason why it does not factor.

Answers

  1. (x1)(x+6)

  2. (x2)(x+6)

  3. (x6)(x8)

  4. Prime

  5. (x9)2

  6. (x5y)(x+4y)

  7. (xy5)(xy+10)

  8. (a+6b)(a12b)

  9. (u2v)(u+16v)

  10. (x+y4)(x+y+2)

  11. (x28)(x2+1)

  12. (x2+4)(x212)

  13. (y210)2

  14. (x2+y2)(x2+2y2)

  15. (a2b22)2

  16. (x320)(x3+2)

  17. (x3+2y3)(x33y3)

  18. (x3y33)(x3y3+5)

  19. (xn+4)(xn+8)

  20. (xn+a)2

  1. (3x1)(x+7)

  2. (2a+3)(3a+2)

  3. (6x5)(x+2)

  4. (8y1)(3y4)

  5. Prime

  6. (2x7)2

  7. (9x+4)(3x2)

  8. (6xy)(x+4y)

  9. (4ab3)(2ab3)

  10. (2u5v)(4u3v)

  11. (2a3b)2

  12. (x+y1)(5x+5y4)

  13. (x23)(7x21)

  14. (y32)(4y3+5)

  15. (a2b22)(5a2b2+9)

  16. (6x3y3+5)(x3y3+2)

  17. (2xn5)(4xn+5)

  18. (6xn+a)2

  19. (x5)(3x+1)

  20. (x2)(x+12)

  21. 2(x3)(x+9)

  22. 4x(x2+4x+5)

  23. 2x(x+2y)(x6y)

  24. 4ab(a3b)(a+2b)

  25. 3xy(x2+5y2)2

  26. (25x)(2+5x)

  27. (3x2y)2

  28. (2a1)(5a3b)

  29. Prime

  30. 3ab2(5a2+2abb2)

  1. Answer may vary

4.4 Solve Polynomial Equations by Factoring

Learning Objectives

  1. Review general strategies for factoring.
  2. Solve polynomial equations by factoring.
  3. Find roots of a polynomial function.
  4. Find polynomial equations given the solutions.

Reviewing General Factoring Strategies

We have learned various techniques for factoring polynomials with up to four terms. The challenge is to identify the type of polynomial and then decide which method to apply. The following outlines a general guideline for factoring polynomials:

  1. Check for common factors. If the terms have common factors, then factor out the greatest common factor (GCF).
  2. Determine the number of terms in the polynomial.

    1. Factor four-term polynomials by grouping.
    2. Factor trinomials (3 terms) using “trial and error” or the AC method.
    3. Factor binomials (2 terms) using the following special products:

      Difference of squares:a2b2=(a+b)(ab)Sum of squares:a2+b2nogeneralformulaDifference of cubes:a3b3=(ab)(a2+ab+b2)Sum of cubes:a3+b3=(a+b)(a2ab+b2)
  3. Look for factors that can be factored further.
  4. Check by multiplying.

Note: If a binomial is both a difference of squares and a difference cubes, then first factor it as difference of squares. This will result in a more complete factorization. In addition, not all polynomials with integer coefficients factor. When this is the case, we say that the polynomial is prime.

If an expression has a GCF, then factor this out first. Doing so is often overlooked and typically results in factors that are easier to work with. Furthermore, look for the resulting factors to factor further; many factoring problems require more than one step. A polynomial is completely factored when none of the factors can be factored further.

Example 1

Factor: 54x436x324x2+16x.

Solution:

This four-term polynomial has a GCF of 2x. Factor this out first.

54x436x324x2+16x=2x(27x318x212x+8)

Now factor the resulting four-term polynomial by grouping and look for resulting factors to factor further.

Answer: 2x(3x2)2(3x+2). The check is left to the reader.

Example 2

Factor: x43x24.

Solution:

This trinomial does not have a GCF.

x43x24=(x2)(x2)=(x2+1)(x24)        Differenceofsquares=(x2+1)(x+2)(x2)

The factor (x2+1) is prime and the trinomial is completely factored.

Answer: (x2+1)(x+2)(x2)

Example 3

Factor: x6+6x316.

Solution:

Begin by factoring x6=x3x3 and look for the factors of 16 that add to 6.

x6+6x316=(x3)(x3)=(x32)(x3+8)sum of cubes =(x32)(x+2)(x22x+4)

The factor (x32) cannot be factored any further using integers and the factorization is complete.

Answer: (x32)(x+2)(x2+2x+4)

Try this! Factor: 9x4+17x22

Answer: (3x+1)(3x1)(x2+2)

Solving Polynomial Equations by Factoring

In this section, we will review a technique that can be used to solve certain polynomial equations. We begin with the zero-product propertyA product is equal to zero if and only if at least one of the factors is zero.:

ab=0   if and only if   a=0 or b=0

The zero-product property is true for any number of factors that make up an equation. In other words, if any product is equal to zero, then at least one of the variable factors must be equal to zero. If an expression is equal to zero and can be factored into linear factors, then we will be able to set each factor equal to zero and solve for each equation.

Example 4

Solve: 2x(x4)(5x+3)=0.

Solution:

Set each variable factor equal to zero and solve.

2x=0  or  x4=0  or  5x+3=02x2=02x=45x5=35x=0x=35

To check that these are solutions we can substitute back into the original equation to see if we obtain a true statement. Note that each solution produces a zero factor. This is left to the reader.

Answer: The solutions are 0, 4, and 35.

Of course, most equations will not be given in factored form.

Example 5

Solve: 4x3x2100x+25=0.

Solution:

Begin by factoring the left side completely.

4x3x2100x+25=0Factorbygrouping.x2(4x1)25(4x1)=0(4x1)(x225)=0Factorasadifferenceofsquares.(4x1)(x+5)(x5)=0

Set each factor equal to zero and solve.

4x1=0orx+5=0orx5=04x=1x=5x=5x=14

Answer: The solutions are 14, −5, and 5.

Using the zero-product property after factoring an equation that is equal to zero is the key to this technique. However, the equation may not be given equal to zero, and so there may be some preliminary steps before factoring. The steps required to solve by factoringThe process of solving an equation that is equal to zero by factoring it and then setting each variable factor equal to zero. are outlined in the following example.

Example 6

Solve: 15x2+3x8=5x7.

Solution:

Step 1: Express the equation in standard form, equal to zero. In this example, subtract 5x from and add 7 to both sides.

15x2+3x8=5x715x22x1=0

Step 2: Factor the expression.

(3x1)(5x+1)=0

Step 3: Apply the zero-product property and set each variable factor equal to zero.

3x1=0        or        5x+1=0

Step 4: Solve the resulting linear equations.

3x1=0or5x+1=03x=15x=1x=13x=15

Answer: The solutions are 13 and 15. The check is optional.

Example 7

Solve: (3x+2)(x+1)=4.

Solution:

This quadratic equation appears to be factored; hence it might be tempting to set each factor equal to 4. However, this would lead to incorrect results. We must rewrite the equation equal to zero, so that we can apply the zero-product property.

(3x+2)(x+1)=43x2+3x+2x+2=43x2+5x+2=43x2+5x2=0

Once it is in standard form, we can factor and then set each factor equal to zero.

(3x1)(x+2)=03x1=0orx+2=03x=1x=2x=13

Answer: The solutions are 13 and −2.

Finding Roots of Functions

Recall that any polynomial with one variable is a function and can be written in the form,

f(x)=anxn+an1xn1++a1x+a0

A rootA value in the domain of a function that results in zero. of a function is a value in the domain that results in zero. In other words, the roots occur when the function is equal to zero, f(x)=0.

Example 8

Find the roots: f(x)=(x+2)24.

Solution:

To find roots we set the function equal to zero and solve.

f(x)=0(x+2)24=0x2+4x+44=0x2+4x=0x(x+4)=0

Next, set each factor equal to zero and solve.

x=0  or  x+4=0x=4

We can show that these x-values are roots by evaluating.

f(0)=(0+2)24f(4)=(4+2)24=44=(2)24=0=44=0

Answer: The roots are 0 and −4.

If we graph the function in the previous example we will see that the roots correspond to the x-intercepts of the function. Here the function f is a basic parabola shifted 2 units to the left and 4 units down.

Example 9

Find the roots: f(x)=x45x2+4.

Solution:

To find roots we set the function equal to zero and solve.

f(x)=0x45x2+4=0(x21)(x24)=0(x+1)(x1)(x+2)(x2)=0

Next, set each factor equal to zero and solve.

x+1=0        or        x1=0        or        x+2=0        or        x2=0x=1x=1x=2x=2

Answer: The roots are −1, 1, −2, and 2.

Graphing the previous function is not within the scope of this course. However, the graph is provided below:

Notice that the degree of the polynomial is 4 and we obtained four roots. In general, for any polynomial function with one variable of degree n, the fundamental theorem of algebraGuarantees that there will be as many (or fewer) roots to a polynomial function with one variable as its degree. guarantees n real roots or fewer. We have seen that many polynomials do not factor. This does not imply that functions involving these unfactorable polynomials do not have real roots. In fact, many polynomial functions that do not factor do have real solutions. We will learn how to find these types of roots as we continue in our study of algebra.

Example 10

Find the roots: f(x)=x2+10x25.

Solution:

To find roots we set the function equal to zero and solve.

f(x)=0x2+10x25=0(x210x+25)=0(x5)(x5)=0

Next, set each variable factor equal to zero and solve.

x5=0orx5=0=5x=5

A solution that is repeated twice is called a double rootA root that is repeated twice.. In this case, there is only one solution.

Answer: The root is 5.

The previous example shows that a function of degree 2 can have one root. From the factoring step, we see that the function can be written

f(x)=(x5)2

In this form, we can see a reflection about the x-axis and a shift to the right 5 units. The vertex is the x-intercept, illustrating the fact that there is only one root.

Try this! Find the roots of f(x)=x3+3x2x3.

Answer: ±1, −3

Example 11

Assuming dry road conditions and average reaction times, the safe stopping distance in feet is given by d(x)=120x2+x, where x represents the speed of the car in miles per hour. Determine the safe speed of the car if you expect to stop in 40 feet.

Solution:

We are asked to find the speed x where the safe stopping distance d(x)=40 feet.

d(x)=40120x2+x=40

To solve for x, rewrite the resulting equation in standard form. In this case, we will first multiply both sides by 20 to clear the fraction.

20(120x2+x)=20(40)x2+20x=800x2+20x800=0

Next factor and then set each factor equal to zero.

x2+20x800=0(x+40)(x20)=0x+40=0orx20=0x=40x=20

The negative answer does not make sense in the context of this problem. Consider x=20 miles per hour to be the only solution.

Answer: 20 miles per hour

Finding Equations with Given Solutions

We can use the zero-product property to find equations, given the solutions. To do this, the steps for solving by factoring are performed in reverse.

Example 12

Find a quadratic equation with integer coefficients, given solutions 32 and 13.

Solution:

Given the solutions, we can determine two linear factors. To avoid fractional coefficients, we first clear the fractions by multiplying both sides by the denominator.

x=32orx=132x=33x=12x+3=03x1=0

The product of these linear factors is equal to zero when x=32 or x=13.

(2x+3)(3x1)=0

Multiply the binomials and present the equation in standard form.

6x22x+9x3=06x2+7x3=0

We may check our equation by substituting the given answers to see if we obtain a true statement. Also, the equation found above is not unique and so the check becomes essential when our equation looks different from someone else’s. This is left as an exercise.

Answer: 6x2+7x3=0

Example 13

Find a polynomial function with real roots 1, −2, and 2.

Solution:

Given solutions to f(x)=0 we can find linear factors.

x=1orx=2orx=2x1=0x+2=0x2=0

Apply the zero-product property and multiply.

(x1)(x+2)(x2)=0(x1)(x24)=0x34xx2+4=0x3x24x+4=0

Answer: f(x)=x3x24x+4

Try this! Find a polynomial equation with integer coefficients, given solutions 12 and 34.

Answer: 8x2+2x3=0

Key Takeaways

  • Factoring and the zero-product property allow us to solve equations.
  • To solve a polynomial equation, first write it in standard form. Once it is equal to zero, factor it and then set each variable factor equal to zero. The solutions to the resulting equations are the solutions to the original.
  • Not all polynomial equations can be solved by factoring. We will learn how to solve polynomial equations that do not factor later in the course.
  • A polynomial function can have at most a number of real roots equal to its degree. To find roots of a function, set it equal to zero and solve.
  • To find a polynomial equation with given solutions, perform the process of solving by factoring in reverse.

Topic Exercises

    Part A: General Factoring

      Factor completely.

    1. 50x218

    2. 12x33x

    3. 10x3+65x235x

    4. 15x4+7x34x2

    5. 6a4b15a3b29a2b3

    6. 8a3b44a2b2+20ab3

    7. 36x472x34x2+8x

    8. 20x4+60x35x215x

    9. 3x5+2x412x38x2

    10. 10x54x490x3+36x2

    11. x423x250

    12. 2x431x216

    13. 2x56x3+8x

    14. 36x5+69x3+27x

    15. 54x578x3+24x

    16. 4x665x4+16x2

    17. x67x38

    18. x625x354

    19. 3x6+4x3+1

    20. 27x628x3+1

    Part B: Solving Polynomial Equations by Factoring

      Solve.

    1. (6x5)(x+7)=0

    2. (x+9)(3x8)=0

    3. 5x(2x5)(3x+1)=0

    4. 4x(5x1)(2x+3)=0

    5. (x1)(2x+1)(3x5)=0

    6. (x+6)(5x2)(2x+9)=0

    7. (x+4)(x2)=16

    8. (x+1)(x7)=9

    9. (6x+1)(x+1)=6

    10. (2x1)(x4)=39

    11. x215x+50=0

    12. x2+10x24=0

    13. 3x2+2x5=0

    14. 2x2+9x+7=0

    15. 110x2715x16=0

    16. 1449x2=0

    17. 6x25x2=30x+4

    18. 6x29x+15=20x13

    19. 5x223x+12=4(5x3)

    20. 4x2+5x5=15(32x)

    21. (x+6)(x10)=4(x18)

    22. (x+4)(x6)=2(x+4)

    23. 4x314x230x=0

    24. 9x3+48x236x=0

    25. 13x334x=0

    26. 12x3150x=0

    27. 10x328x2+48x=0

    28. 2x3+15x2+50x=0

    29. 2x3x272x+36=0

    30. 4x332x29x+72=0

    31. 45x39x25x+1=0

    32. x33x2x+3=0

    33. x45x2+4=0

    34. 4x437x2+9=0

      Find the roots of the given functions.

    1. f(x)=x2+10x24

    2. f(x)=x214x+48

    3. f(x)=2x2+7x+4

    4. f(x)=3x2+14x+5

    5. f(x)=16x240x+25

    6. f(x)=9x212x+4

    7. g(x)=8x2+3x

    8. g(x)=5x230x

    9. p(x)=64x21

    10. q(x)=4x2121

    11. f(x)=15x31x2120x+14

    12. f(x)=13x3+12x243x2

    13. g(x)=x413x2+36

    14. g(x)=4x413x2+9

    15. f(x)=(x+5)21

    16. g(x)=(x+5)2+9

    17. f(x)=(3x5)2

    18. g(x)=(x+2)2+4

      Given the graph of a function, determine the real roots.

    1. The sides of a square measure x2 units. If the area is 36 square units, then find x.

    2. The sides of a right triangle have lengths that are consecutive even integers. Find the lengths of each side. (Hint: Apply the Pythagorean theorem)

    3. The profit in dollars generated by producing and selling n bicycles per week is given by the formula P(n)=5n2+400n6000. How many bicycles must be produced and sold to break even?

    4. The height in feet of an object dropped from the top of a 64-foot building is given by h(t)=16t2+64 where t represents the time in seconds after it is dropped. How long will it take to hit the ground?

    5. A box can be made by cutting out the corners and folding up the edges of a square sheet of cardboard. A template for a cardboard box of height 2 inches is given.

      What is the length of each side of the cardboard sheet if the volume of the box is to be 98 cubic inches?

    6. The height of a triangle is 4 centimeters less than twice the length of its base. If the total area of the triangle is 48 square centimeters, then find the lengths of the base and height.

    7. A uniform border is to be placed around an 8×10 inch picture.

      If the total area including the border must be 168 square inches, then how wide should the border be?

    8. The area of a picture frame including a 3-inch wide border is 120 square inches.

      If the width of the inner area is 2 inches less than its length, then find the dimensions of the inner area.

    9. Assuming dry road conditions and average reaction times, the safe stopping distance in feet is given by d(x)=120x2+x where x represents the speed of the car in miles per hour. Determine the safe speed of the car if you expect to stop in 75 feet.

    10. A manufacturing company has determined that the daily revenue in thousands of dollars is given by the formula R(n)=12n0.6n2 where n represents the number of palettes of product sold (0n<20). Determine the number of palettes sold in a day if the revenue was 45 thousand dollars.

    Part C: Finding Equations with Given Solutions

      Find a polynomial equation with the given solutions.

    1. −3, 5

    2. −1, 8

    3. 2, 13

    4. 34, 5

    5. 0, −4

    6. 0,7

    7. ±7

    8. ±2

    9. −3, 1, 3

    10. −5, −1, 1

      Find a function with the given roots.

    1. 12, 23

    2. 25, 13

    3. ±34

    4. ±52

    5. 5 double root

    6. −3 double root

    7. −1, 0, 3

    8. −5, 0, 2

      Recall that if |X|=p, then X=p or X=p. Use this to solve the following absolute value equations.

    1. |x28|=8

    2. |2x29|=9

    3. |x22x1|=2

    4. |x28x+14|=2

    5. |2x24x7|=9

    6. |x23x9|=9

    Part D: Discussion Board

    1. Explain to a beginning algebra student the difference between an equation and an expression.

    2. What is the difference between a root and an x-intercept? Explain.

    3. Create a function with three real roots of your choosing. Graph it with a graphing utility and verify your results. Share your function on the discussion board.

    4. Research and discuss the fundamental theorem of algebra.

Answers

  1. 2(5x+3)(5x3)

  2. 5x(x+7)(2x1)

  3. 3a2b(2a+b)(a3b)

  4. 4x(x2)(3x+1)(3x1)

  5. x2(3x+2)(x+2)(x2)

  6. (x2+2)(x+5)(x5)

  7. 2x(x2+4)(x1)(x+1)
  8. 6x(x+1)(x1)(3x+2)(3x2)

  9. (x+1)(x2x+1)(x2)(x2+2x+4)

  10. (3x3+1)(x+1)(x2x+1)

  1. −7, 56

  2. 0, 52, 13

  3. 12, 1, 53

  4. −6, 4

  5. 53, 12

  6. 5, 10

  7. 53, 1

  8. 13, 5

  9. 16, 6

  10. 35, 8

  11. 2, 6

  12. 0, 32, 5

  13. 0, ±32

  14. −4, 0, 65

  15. ±6, 12

  16. ±13, 15

  17. ±1, ±2

  18. 2, −12

  19. 12, 4

  20. 54

  21. 38, 0

  22. ±18

  23. ±12, 5

  24. ±2, ±3

  25. −6, −4

  26. 53

  27. −3, −1, 0, 2

  28. −2, 3

  29. 8 units

  30. 20 or 60 bicycles

  31. 11 in

  32. 2 inches

  33. 30 miles per hour

  1. x22x15=0

  2. 3x27x+2=0

  3. x2+4x=0

  4. x249=0

  5. x3x29x+9=0

  6. f(x)=6x27x+2

  7. f(x)=16x29

  8. f(x)=x210x+25

  9. f(x)=x32x23x

  10. ±4, 0

  11. ±1, 3

  12. −2, 1, 4

  1. Answer may vary

  2. Answer may vary

4.5 Rational Functions: Multiplication and Division

Learning Objectives

  1. Identify restrictions to the domain of a rational function.
  2. Simplify rational functions.
  3. Multiply and divide rational functions.

Identifying Restrictions and Simplifying Rational Functions

Rational functionsFunctions of the form r(x)=p(x)q(x), where p(x) and q(x) are polynomials and q(x)0. have the form r(x)=p(x)q(x), where p(x) and q(x) are polynomials and q(x)0. The domain of a rational functionThe set of real numbers for which the rational function is defined. consists of all real numbers x except those where the denominator q(x)=0. RestrictionsThe set of real numbers for which a rational function is not defined. are the real numbers for which the expression is not defined. We often express the domain of a rational function in terms of its restrictions. For example, consider the function

f(x)=x24x+3x25x+6

which can be written in factored form

f(x)=(x1)(x3)(x2)(x3)

Because rational expressions are undefined when the denominator is 0, we wish to find the values for x that make it 0. To do this, apply the zero-product property. Set each factor in the denominator equal to 0 and solve.

        (x2)(x3)=0x2=0orx3=0x=2x=3

Therefore, the original function is defined for any real number except 2 and 3. We can express its domain using notation as follows:

Set-buildernotation          Intervalnotation{x|x2,3}(,2)(2,3)(3,)

The restrictions to the domain of a rational function are determined by the denominator. Once the restrictions are determined we can cancel factors and obtain an equivalent function as follows:

It is important to note that 1 is not a restriction to the domain because the expression is defined as 0 when the numerator is 0. In fact, x=1 is a root. This function is graphed below:

Notice that there is a vertical asymptote at the restriction x=2 and the graph is left undefined at the restriction x=3 as indicated by the open dot, or hole, in the graph. Graphing rational functions in general is beyond the scope of this textbook. However, it is useful at this point to know that the restrictions are an important part of the graph of rational functions.

Example 1

State the restrictions and simplify: g(x)=24x76x5.

Solution:

In this example, the function is undefined where x is 0.

g(0)=24(0)76(0)5=00undefined

Therefore, the domain consists of all real numbers x, where x0. With this understanding, we can simplify by reducing the rational expression to lowest terms. Cancel common factors.

g(x)=244x7x26x5=4x2

Answer: g(x)=4x2, where x0

Example 2

State the restrictions and simplify: f(x)=2x2+5x34x21.

Solution:

First, factor the numerator and denominator.

f(x)=2x2+5x34x21=(2x1)(x+3)(2x+1)(2x1)

Any x-value that makes the denominator zero is a restriction. To find the restrictions, first set the denominator equal to zero and then solve

        (2x+1)(2x1)=02x+1=0or2x1=02x=12x=1x=12x=12

Therefore, x±12. With this understanding, we can cancel any common factors.

f(x)=(2x1)(x+3)(2x+1)(2x1)=x+32x+1

Answer: f(x)=x+32x+1, where x±12

We define the opposite of a polynomial P to be −P. Finding the opposite of a polynomial requires the application of the distributive property. For example, the opposite of the polynomial (x3) is written as

(x3)=1(x3)=x+3=3x

This leads us to the opposite binomial propertyIf given a binomial ab, then the opposite is (ab)=ba., (ab)=(ba). Care should be taken not to confuse this with the fact that (a+b)=(b+a). This is the case because addition is commutative. In general,

(ab)=(ba)orbaab=1(a+b)=(b+a)orb+aa+b=1

Also, it is important to recall that

ab=ab=ab

In other words, a negative fraction is shown by placing the negative sign in either the numerator, in front of the fraction bar, or in the denominator. Generally, negative denominators are avoided.

Example 3

State the restrictions and simplify: 25x2x210x+25.

Solution:

Begin by factoring the numerator and denominator.

25x2x210x+25=(5x)(5+x)(x5)(x5)=1(x5)(5+x)(x5)(x5)Oppositebinomialproperty  =1(x5)(5+x)(x5)(x5)Cancel.=x+5x5

Answer: x+5x5, where x5

It is important to remember that we can only cancel factors of a product. A common mistake is to cancel terms. For example,

x2+7x30x27x+12incorrect!x+10x4incorrect!2x1x1incorrect!

Try this! State the restrictions and simplify: x2x24x4x2.

Answer: 1x(2x+1), where x0,±12

In some examples, we will make a broad assumption that the denominator is nonzero. When we make that assumption, we do not need to determine the restrictions.

Example 4

Simplify: x32x2y+4xy28y3x416y4. (Assume all denominators are nonzero.)

Solution:

Factor the numerator by grouping. Factor the denominator using the formula for a difference of squares.

x3+4xy22x2y8y3x416y4=x(x2+4y2)2y(x2+4y2)(x2+4y2)(x24y2)=(x2+4y2)(x2y)(x2+4y2)(x+2y)(x2y)

Next, cancel common factors.

=(x2+4y2)1(x2y)1(x2+4y2)(x+2y)(x2y)=1x+2y

Note: When the entire numerator or denominator cancels out a factor of 1 always remains.

Answer: 1x+2y

Example 5

Given f(x)=x22x+5, simplify f(x)f(3)x3.

Solution:

Begin by calculating f(3).

f(3)=(3)22(3)+5=96+5=3+5=8

Next, substitute into the quotient that is to be simplified.

f(x)f(3)x3=x22x+58x3=x22x3x3=(x+1)(x3)(x3)=x+1

Answer: x+1, where x3

An important quantity in higher level mathematics is the difference quotientThe mathematical quantity f(x+h)f(x)h, where h0, which represents the slope of a secant line through a function f.:

f(x+h)f(x)h,     where    h0

This quantity represents the slope of the line connecting two points on the graph of a function. The line passing through the two points is called a secant lineLine that intersects two points on the graph of a function..

Calculating the difference quotient for many different functions is an important skill to learn in intermediate algebra. We will encounter this quantity often as we proceed in this textbook. When calculating the difference quotient we assume the denominator is nonzero.

Example 6

Given g(x)=2x2+1, simplify g(x+h)g(x)h.

Solution:

g(x+h)g(x)h=(2(x+h)2+1)(2x2+1)h=2(x2+2xh+h2)+1+2x21h=2x24xh2h2+1+2x21h=4xh2h2h=4x2h

Answer: 4x2h

Try this! Given f(x)=x2x1, simplify f(x+h)f(x)h.

Answer: 2x1+h

Multiplying and Dividing Rational Functions

When multiplying fractions, we can multiply the numerators and denominators together and then reduce. Multiplying rational expressions is performed in a similar manner. In general, given polynomials P, Q, R, and S, where Q0 and S0, we have

PQRS=PRQS

The restrictions to the domain of a product consist of the restrictions of each function.

Example 7

Given f(x)=9x225x5 and g(x)=x22x153x+5, find (fg)(x) and determine the restrictions to the domain.

Solution:

In this case, the domain of f consists of all real numbers except 5, and the domain of g consists of all real numbers except 53. Therefore, the domain of the product consists of all real numbers except 5 and 53. Multiply the functions and then simplify the result.

(fg)(x)=f(x)g(x)=9x225x5x22x153x+5=(3x+5)(3x5)x5(x5)(x+3)3x+5                 Factor.=(3x+5)(3x5)(x5)(x+3)(x5)(3x+5)      Cancel.=(3x5)(x+3)

Answer: (fg)(x)=(3x5)(x+3), where x5,53

To divide two fractions, we multiply by the reciprocal of the divisor. Dividing rational expressions is performed in a similar manner. In general, given polynomials P, Q, R, and S, where Q0, R0, and S0, we have

PQ÷RS=PQSR=PSQR

The restrictions to the domain of a quotient will consist of the restrictions of each function as well as the restrictions on the reciprocal of the divisor.

Example 8

Given f(x)=2x2+13x7x24x21 and g(x)=2x2+5x349x2, find (f/g)(x) and determine the restrictions.

Solution:

(f/g)(x)=f(x)÷g(x)=2x2+13x7x24x21÷2x2+5x349x2=2x2+13x7x24x2149x22x2+5x3Multiplybythereciprocalofthedivisor.=(2x1)(x+7)(x+3)(x7)(7+x)(7x)(2x1)(x+3)Factor.=(2x1)(x+7)(7+x)(1)(x7)(x+3)(x7)(2x1)(x+3)Cancel.=(x+7)2(x+3)2

In this case, the domain of f consists of all real numbers except −3 and 7, and the domain of g consists of all real numbers except 7 and −7. In addition, the reciprocal of g(x) has a restriction of −3 and 12. Therefore, the domain of this quotient consists of all real numbers except −3, 12, and ±7.

Answer: (f/g)(x)=(x+7)2(x+3)2, where x3,12,±7

Recall that multiplication and division operations are to be performed from left to right.

Example 9

Simplify: 4x216x2+3x÷2x+1x2+2x+127x42x2+x1. (Assume all denominators are nonzero.)

Solution:

Begin by replacing the factor that is to be divided by multiplication of its reciprocal.

4x216x2+3x÷2x+1x2+2x+127x42x2+x1=4x216x2+3xx2+2x+12x+127x42x2+x1=(2x+1)(2x1)3x(2x+1)(x+1)(x+1)(2x+1)27x4(2x1)(x+1)=(2x+1)(2x1)(x+1)(x+1)279x4x33x(2x+1)(2x+1)(2x1)(x+1)=9x3(x+1)(2x+1)

Answer: 9x3(x+1)(2x+1)

Try this! Given f(x)=2x+53x2+14x5 and g(x)=6x2+13x5x+5, calculate (f/g)(x) and determine the restrictions.

Answer: (f/g)(x)=1(3x1)2, where x5,52,13

If a cost function C represents the cost of producing x units, then the average costThe total cost divided by the number of units produced, which can be represented by C(x)=C(x)x, where C(x) is a cost function. C is the cost divided by the number of units produced.

C(x)=C(x)x

Example 10

A manufacturer has determined that the cost in dollars of producing sweaters is given by C(x)=0.01x23x+1200, where x represents the number of sweaters produced daily. Determine the average cost of producing 100, 200, and 300 sweaters per day.

Solution:

Set up a function representing the average cost.

C(x)=C(x)x=0.01x23x+1200x

Next, calculate C(100), C(200), and C(300).

C(100)=0.01(100)23(100)+1200(100)=100300+1200100=1000100=10.00C(200)=0.01(200)23(200)+1200(200)=400600+1200200=1000200=5.00C(300)=0.01(300)23(300)+1200(300)=900900+1200300=1200300=4.00

Answer: The average cost of producing 100 sweaters per day is $10.00 per sweater. If 200 sweaters are produced, the average cost per sweater is $5.00. If 300 are produced, the average cost per sweater is $4.00.

Key Takeaways

  • Simplifying rational expressions is similar to simplifying fractions. First, factor the numerator and denominator and then cancel the common factors. Rational expressions are simplified if there are no common factors other than 1 in the numerator and the denominator.
  • Simplified rational functions are equivalent for values in the domain of the original function. Be sure to state the restrictions unless the problem states that the denominators are assumed to be nonzero.
  • After multiplying rational expressions, factor both the numerator and denominator and then cancel common factors. Make note of the restrictions to the domain. The values that give a value of 0 in the denominator for all expressions are the restrictions.
  • To divide rational expressions, multiply the numerator by the reciprocal of the divisor.
  • The restrictions to the domain of a product consist of the restrictions to the domain of each factor.

Topic Exercises

    Part A: Simplifying Rational Functions

      Simplify the function and state its domain using interval notation.

    1. f(x)=25x95x5
    2. f(x)=64x816x3
    3. f(x)=x264x2+16x+64
    4. f(x)=x2+x20x225
    5. g(x)=94x22x25x+3
    6. g(x)=x3x29x26x+1
    7. g(x)=2x28x422x2+5x3
    8. g(x)=6x2+5x43x2+x4
    9. h(x)=x3+x2x1x2+2x+1
    10. h(x)=2x35x28x+202x29x+10

      State the restrictions and simplify the given rational expressions.

    1. 66x(2x5)18x3(2x5)2
    2. 26x4(5x+2)320x5(5x+2)
    3. x2+5x+6x25x14
    4. x28x+12x22x24
    5. 1x25x2+x6
    6. 49x23x28x+4
    7. 4x2+15x+99x2
    8. 6x2+13x5254x2
    9. x25x+4x3x216x+16
    10. x4+4x2x3+3x2+4x+12

      Simplify the given rational expressions. Assume all variable expressions in the denominator are nonzero.

    1. 50ab3(a+b)2200a2b3(a+b)3
    2. 36a5b7(ab)29a3b(ab)
    3. a2b2a2+2ab+b2
    4. a22ab+b2a2b2
    5. 6x2xy6x27xy+y2
    6. yx2x34x2y+2xy2
    7. x2y22xy3x2y2xy32y4
    8. x4yx2y3x3y+2x2y2+xy3
    9. x3x2y+xy2y3x4y4
    10. y4x4x3+x2y+xy2+y3
    11. a2(b+c)2(a+b)2c2
    12. (a+b)2c2(a+c)2b2
    13. x3+y3x2+2xy+y2
    14. x3y+x2y2+xy3x3y3

      Given the function, simplify the rational expression.

    1. Given f(x)=x28, simplify f(x)f(5)x5.

    2. Given f(x)=x2+4x1, simplify f(x)f(2)x2.

    3. Given g(x)=x23x+1, simplify g(x)g(1)x+1.

    4. Given g(x)=x22x, simplify g(x)g(4)x+4.

    5. Given f(x)=4x2+6x+1, simplify f(x)f(12)2x1.

    6. Given f(x)=9x2+1, simplify f(x)f(13)3x+1.

      For the given function, simplify the difference quotient f(x+h)f(x)h,whereh0.

    1. f(x)=5x3

    2. f(x)=32x

    3. f(x)=x23

    4. f(x)=x2+8x

    5. f(x)=x2x+5

    6. f(x)=4x2+3x2

    7. f(x)=ax2+bx+c

    8. f(x)=ax2+bx

    9. f(x)=x3+1

    10. f(x)=x3x+2

    Part B: Multiplying and Dividing Rational Functions

      Simplify the product fg and state its domain using interval notation.

    1. f(x)=52x4(x2)2, g(x)=(x2)312x5
    2. f(x)=46(2x1)315x6, g(x)=25x323(2x1)
    3. f(x)=10x3x2+4x+4, g(x)=x2450x4
    4. f(x)=25x246x5, g(x)=12x3x2+10x+25
    5. f(x)=53xx210x+25, g(x)=x26x+53x28x+5
    6. f(x)=14x26x2+3x, g(x)=12x24x24x+1

      Simplify the quotient f/g and state its domain using interval notation.

    1. f(x)=12x35(5x1)3, g(x)=6x225(5x1)4
    2. f(x)=7x2(x+9)(x8)2, g(x)=49x3(x+9)(x8)4
    3. f(x)=25x213x215x, g(x)=25x2+10x+1x35x2
    4. f(x)=x2x62x2+13x+15, g(x)=x26x+94x2+12x+9
    5. f(x)=x264x2, g(x)=2x2+19x+24
    6. f(x)=2x2+11x6, g(x)=36x2

      Multiply or divide as indicated, state the restrictions, and simplify.

    1. 14(x+12)25x345x42(x+12)3
    2. 27x620(x7)3(x7)554x7
    3. x26436x412x3x2+4x32
    4. 50x5x2+6x27x281125x3
    5. 2x2+7x+53x215x330x22x2+x10
    6. 3x2+14x52x2+11x+54x2+4x+16x2+x1
    7. x2+4x215x2+10x÷x26x+9x2+9x+14
    8. x2499x224x+16÷2x213x76x25x4
    9. 5x2+x64x27x15÷1x24x2+9x+5
    10. 6x28x849x2÷3x24x49x2+12x+4
    11. x2+4x12x22x15÷2x213x+186x231x+5
    12. 8x2+x925x21÷2x2x110x23x1

      Perform the operations and simplify. Assume all variable expressions in the denominator are nonzero.

    1. 112ab50a2(ab)2a2b26ba(ab)
    2. b2a2(ab)212a(ab)36a2b9ab(ab)a+b
    3. x3+y35xyx2y2x22xy+y225x2y(y+x)2
    4. 3xy2(2y+x)22x2+5xy+2y29x2x3+8y36xy2+3y3
    5. 2x+5x3x295x4÷2x2+15x+2525x5
    6. 5x215x9x243x220x3÷x33x2x2
    7. x2+5x50x2+5x14÷x225x249x2x2+3x70
    8. x2x564x24x3÷2x2+11x21259x24x212x+93x219x40
    9. 20x28x16x2+13x+6÷1100x23x2x210x12x23x+1
    10. 12x213x+1x2+18x+81÷(144x21)x2+14x+4512x211x1
    11. A manufacturer has determined that the cost in dollars of producing bicycles is given by C(x)=0.5x2x+6200, where x represents the number of bicycles produced weekly. Determine the average cost of producing 50, 100, and 150 bicycles per week.

    12. The cost in dollars of producing custom lighting fixtures is given by the function C(x)=x220x+1200, where x represents the number of fixtures produced in a week. Determine the average cost per unit if 20, 40, and 50 units are produced in a week.

    13. A manufacturer has determined that the cost in dollars of producing electric scooters is given by the function C(x)=3x(x100)+32,000, where x represents the number of scooters produced in a month. Determine the average cost per scooter if 50 are produced in a month.

    14. The cost in dollars of producing a custom injected molded part is given by C(n)=1,900+0.01n, where n represents the number of parts produced. Calculate the average cost of each part if 2,500 custom parts are ordered.

    15. The cost in dollars of an environmental cleanup is given by the function C(p)=25,000p1p, where p represents the percentage of the area to be cleaned up (0p<1). Use the function to determine the cost of cleaning up 50% of an affected area and the cost of cleaning up 80% of the area.

    16. The value of a new car is given by the function V(t)=16,500(t+1)1 where t represents the age of the car in years. Determine the value of the car when it is 6 years old.

    Part D: Discussion Board

    1. Describe the restrictions to the rational expression 1x2y2. Explain.

    2. Describe the restrictions to the rational expression 1x2+y2. Explain.

    3. Explain why x=5 is a restriction to 1x+5÷x5x.

    4. Explain to a beginning algebra student why we cannot cancel x in the rational expression x+2x.

    5. Research and discuss the importance of the difference quotient. What does it represent and in what subject does it appear?

Answers

  1. f(x)=5x4;

    Domain: (,0)(0,)

  2. f(x)=x8x+8; Domain: (,8)(8,)

  3. g(x)=2x+3x1; Domain: (,1)(1,32)(32,)

  4. g(x)=2(x7)2x1; Domain: (,3)(3,12)(12,)

  5. h(x)=x1; Domain: (,1)(1,)

  6. 113x2(2x5); x0,52

  7. x+3x7; x2,7

  8. x+15x+6; x65,1

  9. 4x+33x; x±3

  10. 1x+4; x1,±4

  11. 14a(a+b)

  12. aba+b

  13. xxy

  14. xx+y

  15. 1x+y

  16. abca+bc

  17. x2xy+y2x+y

  18. x+5, where x5

  19. x4, where x1

  20. 2(x+2), where x12

  21. 5

  22. 2x+h

  23. 2x1+h

  24. 2ax+b+ah

  25. 3x2+3xh+h2

  1. (fg)(x)=13(x2)3x; Domain: (,0)(0,2)(2,)

  2. (fg)(x)=x25x(x+2); Domain: (,2)(2,0)(0,)

  3. (fg)(x)=1x5; Domain: (,1)(1,53)(53,5)(5,)

  4. (f/g)(x)=10x(5x1); Domain: (,0)(0,15)(15,)

  5. (f/g)(x)=x(5x1)2(5x+1); Domain: (,15)(15,0)(0,5)(5,)

  6. (f/g)(x)=x8x2(2x+3); Domain: (,8)(8,32)(32,0)(0,)

  7. 63xx+12; x12,0

  8. x83x(x4); x8,0,4

  9. 5(x+1); x52,0,2

  10. (x+7)25x(x3); x7,2,0,3

  11. 5x+6x3; x54,1,1,3

  12. (x+6)(6x1)(x+3)(2x9); x3,16,2,92,5

  13. 25a+b

  14. 5x(x2xy+y2)xy
  15. 5x(x+3)x+5
  16. 1x+5
  17. 12x+3
  18. If 50 bicycles are produced, the average cost per bicycle is $148. If 100 are produced, the average cost is $111. If 150 bicycles are produced, the average cost is $115.33.

  19. If 50 scooters are produced, the average cost of each is $490.

  20. A 50% cleanup will cost $25,000. An 80% cleanup will cost $100,000.

  1. Answer may vary

  2. Answer may vary

  3. Answer may vary

4.6 Rational Functions: Addition and Subtraction

Learning Objectives

  1. Add and subtract rational functions.
  2. Simplify complex rational expressions.

Adding and Subtracting Rational Functions

Adding and subtracting rational expressions is similar to adding and subtracting fractions. Recall that if the denominators are the same, we can add or subtract the numerators and write the result over the common denominator. When working with rational expressions, the common denominator will be a polynomial. In general, given polynomials P, Q, and R, where Q0, we have the following:

PQ±RQ=P±RQ

The set of restrictions to the domain of a sum or difference of rational expressions consists of the restrictions to the domains of each expression.

Example 1

Subtract: 4xx2643x+8x264.

Solution:

The denominators are the same. Hence we can subtract the numerators and write the result over the common denominator. Take care to distribute the negative 1.

4xx2643x+8x264=4x(3x+8)x264       Subtractthenumerators.=4x3x8x264          Simplify.=x81(x+8)(x8)Cancel.=1x+8Restrictionsx±8

Answer: 1x+8, where x±8

To add rational expressions with unlike denominators, first find equivalent expressions with common denominators. Do this just as you have with fractions. If the denominators of fractions are relatively prime, then the least common denominator (LCD) is their product. For example,

1x+1yLCD=xy=xy

Multiply each fraction by the appropriate form of 1 to obtain equivalent fractions with a common denominator.

1x+1y=1yxy+1xyx=yxy+xxyEquivalentfractionswithacommondenominator=y+xxy

In general, given polynomials P, Q, R, and S, where Q0 and S0, we have the following:

PQ±RS=PS±QRQS

Example 2

Given f(x)=5x3x+1 and g(x)=2x+1, find f+g and state the restrictions.

Solution:

Here the LCD is the product of the denominators (3x+1)(x+1). Multiply by the appropriate factors to obtain rational expressions with a common denominator before adding.

(f+g)(x)=f(x)+g(x)=5x3x+1+2x+1=5x(3x+1)(x+1)(x+1)+2(x+1)(3x+1)(3x+1)=5x(x+1)(3x+1)(x+1)+2(3x+1)(x+1)(3x+1)=5x(x+1)+2(3x+1)(3x+1)(x+1)=5x2+5x+6x+2(3x+1)(x+1)=5x2+11x+2(3x+1)(x+1)=(5x+1)(x+2)(3x+1)(x+1)

The domain of f consists all real numbers except 13, and the domain of g consists of all real numbers except −1. Therefore, the domain of f + g consists of all real numbers except −1 and 13.

Answer: (f+g)(x)=(5x+1)(x+2)(3x+1)(x+1), where x1,13

It is not always the case that the LCD is the product of the given denominators. Typically, the denominators are not relatively prime; thus determining the LCD requires some thought. Begin by factoring all denominators. The LCD is the product of all factors with the highest power.

Example 3

Given f(x)=3x3x1 and g(x)=414x3x24x+1, find fg and state the restrictions to the domain.

Solution:

To determine the LCD, factor the denominator of g.

(fg)(x)=f(x)g(x)=3x3x1414x3x24x+1=3x(3x1)414x(3x1)(x1)

In this case the LCD=(3x1)(x1). Multiply f by 1 in the form of (x1)(x1) to obtain equivalent algebraic fractions with a common denominator and then subtract.

=3x(3x1)(x1)(x1)414x(3x1)(x1)=3x(x1)4+14x(3x1)(x1)=3x2+11x4(3x1)(x1)=(3x1)(x+4)(3x1)(x1)=(x+4)(x1)

The domain of f consists of all real numbers except 13, and the domain of g consists of all real numbers except 1 and 13. Therefore, the domain of fg consists of all real numbers except 1 and 13.

Answer: (fg)(x)=x+4x1, where x13,1

Example 4

Simplify and state the restrictions: 2xx+63x6x18(x2)x236.

Solution:

Begin by applying the opposite binomial property 6x=(x6).

2xx+63x6x18(x2)x236=2x(x+6)3x1(x6)18(x2)(x+6)(x6)=2x(x+6)+3x(x6)18(x2)(x+6)(x6)

Next, find equivalent fractions with the LCD=(x+6)(x6) and then simplify.

=2x(x+6)(x6)(x6)+3x(x6)(x+6)(x+6)18(x2)(x+6)(x6)=2x(x6)+3x(x+6)18(x2)(x+6)(x6)=2x2+12x+3x2+18x18x+36(x+6)(x6)=x2+12x+36(x+6)(x6)=(x+6)(x+6)(x+6)(x6)=x+6x6

Answer: x+6x6, where x±6

Try this! Simplify and state the restrictions: x+1(x1)22x214(x+1)(x1)2

Answer: 1x1, where x±1

Rational expressions are sometimes expressed using negative exponents. In this case, apply the rules for negative exponents before simplifying the expression.

Example 5

Simplify and state the restrictions: 5a2+(2a+5)1.

Solution:

Recall that xn=1xn. Begin by rewriting the rational expressions with negative exponents as fractions.

5a2+(2a+5)1=5a2+1(2a+5)1

Then find the LCD and add.

5a2+1(2a+5)1=5a2(2a+5)(2a+5)+1(2a+5)a2a2=5(2a+5)a2(2a+5)+a2a2(2a+5)Equivalentexpressionswithacommondenominator=10a+25+a2a2(2a+5)  Add.=a2+10a+25a2(2a+5)Simplfiy.=(a+5)(a+5)a2(2a+5)

Answer: (a+5)2a2(2a+5), where a52,0

Simplifying Complex Rational Expressions

A complex rational expressionA rational expression that contains one or more rational expressions in the numerator or denominator or both. is defined as a rational expression that contains one or more rational expressions in the numerator or denominator or both. For example, 412x+9x225x+3x2 is a complex rational expression. We simplify a complex rational expression by finding an equivalent fraction where the numerator and denominator are polynomials. There are two methods for simplifying complex rational expressions, and we will outline the steps for both methods. For the sake of clarity, assume that variable expressions used as denominators are nonzero.

Method 1: Simplify Using Division

We begin our discussion on simplifying complex rational expressions using division. Before we can multiply by the reciprocal of the denominator, we must simplify the numerator and denominator separately. The goal is to first obtain single algebraic fractions in the numerator and the denominator. The steps for simplifying a complex algebraic fraction are illustrated in the following example.

Example 6

Simplify: 412x+9x225x+3x2.

Solution:

Step 1: Simplify the numerator and denominator to obtain a single algebraic fraction divided by another single algebraic fraction. In this example, find equivalent terms with a common denominator in both the numerator and denominator before adding and subtracting.

412x+9x225x+3x2=41x2x212xxx+9x221x2x25xxx+3x2=4x2x212xx2+9x22x2x25xx2+3x2Equivalentfractionswithcommondenominators.=4x212x+9x22x25x+3x2Addthefractionsinthenumeratoranddenominator.

At this point we have a single algebraic fraction divided by another single algebraic fraction.

Step 2: Multiply the numerator by the reciprocal of the denominator.

4x212x+9x22x25x+3x2=4x212x+9x2x22x25x+3

Step 3: Factor all numerators and denominators completely.

=(2x3)(2x3)x2x2(2x3)(x1)

Step 4: Cancel all common factors.

=(2x3)(2x3)x2x2(2x3)(x1)=2x3x1

Answer: 2x3x1

Example 7

Simplify: 2xx1+7x+32xx15x3.

Solution:

Obtain a single algebraic fraction in the numerator and in the denominator.

2xx1+7x+32xx15x3=2xx1(x+3)(x+3)+7x+3(x1)(x1)2xx1(x3)(x3)5x3(x1)(x1)=2x(x+3)+7(x1)(x1)(x+3)2x(x3)5(x1)(x1)(x3)=2x2+6x+7x7(x1)(x+3)2x26x5x+5(x1)(x3)=2x2+13x7(x1)(x+3)2x211x+5(x1)(x3)

Next, multiply the numerator by the reciprocal of the denominator, factor, and then cancel.

=2x2+13x7(x1)(x+3)(x1)(x3)2x211x+5=(2x1)(x+7)(x1)(x+3)(x1)(x3)(2x1)(x5)=(x+7)(x3)(x+3)(x5)

Answer: (x+7)(x3)(x+3)(x5)

Try this! Simplify using division: 1y21x21y+1x.

Answer: xyxy

Sometimes complex rational expressions are expressed using negative exponents.

Example 8

Simplify: 2y1x1x24y2.

Solution:

We begin by rewriting the expression without negative exponents.

2y1x1x24y2=2y1x1x24y2

Obtain single algebraic fractions in the numerator and denominator and then multiply by the reciprocal of the denominator.

2y1x1x24y2=2xyxyy24x2x2y2=2xyxyx2y2y24x2=2xyxyx2y2(y2x)(y+2x)

Apply the opposite binomial property (y2x)=(2xy) and then cancel.

=(2xy)xyx2xy2y(2xy)(y+2x)=xyy+2x

Answer: xyy+2x

Method 2: Simplify Using the LCD

An alternative method for simplifying complex rational expressions involves clearing the fractions by multiplying the expression by a special form of 1. In this method, multiply the numerator and denominator by the least common denominator (LCD) of all given fractions.

Example 9

Simplify: 412x+9x225x+3x2.

Solution:

Step 1: Determine the LCD of all the fractions in the numerator and denominator. In this case, the denominators of the given fractions are 1, x, and x2. Therefore, the LCD is x2.

Step 2: Multiply the numerator and denominator by the LCD. This step should clear the fractions in both the numerator and denominator.

412x+9x225x+3x2=(412x+9x2)x2(25x+3x2)x2    MultiplynumeratoranddenominatorbytheLCD.=4x212xx2+9x2x22x25xx2+3x2x2    Distributeandthencancel.=4x212x+92x25x+3

This leaves us with a single algebraic fraction with a polynomial in the numerator and in the denominator.

Step 3: Factor the numerator and denominator completely.

=4x212x+92x25x+3=(2x3)(2x3)(x1)(2x3)  

Step 4: Cancel all common factors.

=(2x3)(2x3)(x1)(2x3)=2x3x1

Note: This was the same problem presented in Example 6 and the results here are the same. It is worth taking the time to compare the steps involved using both methods on the same problem.

Answer: 2x3x1

It is important to point out that multiplying the numerator and denominator by the same nonzero factor is equivalent to multiplying by 1 and does not change the problem.

Try this! Simplify using the LCD: 1y21x21y+1x.

Answer: xyxy

Key Takeaways

  • Adding and subtracting rational expressions is similar to adding and subtracting fractions. A common denominator is required. If the denominators are the same, then we can add or subtract the numerators and write the result over the common denominator.
  • The set of restrictions to the domain of a sum or difference of rational functions consists of the restrictions to the domains of each function.
  • Complex rational expressions can be simplified into equivalent expressions with a polynomial numerator and polynomial denominator. They are reduced to lowest terms if the numerator and denominator are polynomials that share no common factors other than 1.
  • One method of simplifying a complex rational expression requires us to first write the numerator and denominator as a single algebraic fraction. Then multiply the numerator by the reciprocal of the denominator and simplify the result.
  • Another method for simplifying a complex rational expression requires that we multiply it by a special form of 1. Multiply the numerator and denominator by the LCD of all the denominators as a means to clear the fractions. After doing this, simplify the remaining rational expression.

Topic Exercises

    Part A: Adding and Subtracting Rational Functions

      State the restrictions and simplify.

    1. 3x3x+4+23x+4
    2. 3x2x12x+12x1
    3. x22x211x6+x+32x211x6
    4. 4x13x2+2x5x63x2+2x5
    5. 1x2x
    6. 4x31x
    7. 1x1+5
    8. 1x+71
    9. 1x213x+4
    10. 25x2+xx+3
    11. 1x2+1x2
    12. 2xx+2x2
    13. 3x7x(x7)+17x
    14. 28x+3x21x2(x8)
    15. x1x2252x210x+25
    16. x+12x2+5x3x4x21
    17. xx2+4x2x2+8x+16
    18. 2x14x2+8x534x2+20x+25
    19. 5x7x+x2x+249x2
    20. 2x4x2+xx+18x2+6x+1
    21. x12x27x4+2x1x25x+4
    22. 2(x+3)3x25x2+4x3x2+10x+3
    23. x24+2x22x4+2x2
    24. 3x4x4+6x32x26x3+9x2
    25. 3x212x48x2+16x2+24x2
    26. x22x2+1+6x2242x47x24

      Given f and g, simplify the sum f+g and difference fg. Also, state the domain using interval notation.

    1. f(x)=1x, g(x)=5x2
    2. f(x)=1x+2, g(x)=2x1
    3. f(x)=x2x+2, g(x)=x+2x2
    4. f(x)=x2x1, g(x)=2x2x+1
    5. f(x)=63x2+x, g(x)=189x2+6x+1
    6. f(x)=x1x28x+16, g(x)=x2x24x
    7. f(x)=xx225, g(x)=x1x24x5
    8. f(x)=2x3x24, g(x)=x2x2+3x2
    9. f(x)=13x2x2, g(x)=14x23x1
    10. f(x)=66x2+13x5, g(x)=22x2+x10

      State the restrictions and simplify.

    1. 1+3x5x1x2
    2. 4+2x6x1x2
    3. 2xx813x+12x+93x223x8
    4. 4xx2103x+119x+183x25x2
    5. 1x1+1(x1)21x21
    6. 1x21x24+1(x2)2
    7. 2x+1x13x2x23x+1+x+1x2x2
    8. 5x22x2+2xx24xx22x+4+2x24+2x2x2
    9. x+22x(3x2)+4x(x2)(3x2)3x+22x(x2)
    10. 10xx(x5)2x2(2x5)(x5)5xx(2x5)

      Simplify the given algebraic expressions. Assume all variable expressions in the denominator are nonzero.

    1. x2+y2

    2. x2+(2y)2

    3. 2x1+y2

    4. x24y1

    5. 16x2+y2

    6. xy1yx1

    7. 3(x+y)1+x2

    8. 2(xy)2(xy)1

    9. a2(a+b)1

    10. (ab)1(a+b)1

    11. xn+yn

    12. xyn+yxn

    Part B: Simplifying Complex Rational Expressions

      Simplify. Assume all variable expressions in the denominators are nonzero.

    1. 75x2(x3)225x3x3
    2. x+536x3(x+5)39x2
    3. x23632x5x64x3
    4. x856x2x2647x3
    5. 5x+12x2+x1025x2+10x+14x225
    6. 4x227x74x21x76x2x1
    7. x24x52x2+3x+1x210x+252x2+7x+3
    8. 5x2+9x2x2+4x+410x2+3x14x2+7x2
    9. x2153x
    10. 4x32x2
    11. 131x191x2
    12. 25+1x4251x2
    13. 1y23661y
    14. 151y1y2125
    15. 16x+8x235x2x2
    16. 2+13x7x23+1x10x2
    17. 912x+4x294x2
    18. 425x248x5x2
    19. 1x+53x123x11x
    20. 2x51x1x3x5
    21. 1x+1+2x22x31x2
    22. 4x+51x33x3+12x1
    23. x13x11x+1x1x+12x+1
    24. x+13x+51x+32x+3x+1x+3
    25. 2x+32x3+2x32x+32x+32x32x32x+3
    26. x1x+1x+1x1x+1x1x1x+1
    27. 12x+512x5+4x4x22512x+5+12x5+4x4x225
    28. 13x1+13x+13x3x113x+16x9x21
    29. 11+11+1x
    30. 1x111+1x
    31. 1y1x1y21x2
    32. 2y+1x4y21x2
    33. 125y21x21x15y
    34. 16y21x21x4y
    35. 1b+1a1b3+1a3
    36. 1a1b1b31a3
    37. xyyx1y22xy+1x2
    38. 2y5x4x25y2x
    39. x1+y1y2x2
    40. y225x25x1y1
    41. 1x1xx1
    42. 16x2x14
    43. 14x121x212x115x2
    44. x14(3x2)138x1+16(3x2)1
    45. (x3)1+2x1x13(x3)1
    46. (4x5)1+x2x2+(3x10)1
    47. Given f(x)=1x, simplify f(b)f(a)ba.

    48. Given f(x)=1x1, simplify f(b)f(a)ba.

    49. Given f(x)=1x, simplify the difference quotient f(x+h)f(x)h.

    50. Given f(x)=1x+1, simplify the difference quotient f(x+h)f(x)h.

    Part C: Discussion Board

    1. Explain why the domain of a sum of rational functions is the same as the domain of the difference of those functions.

    2. Two methods for simplifying complex rational expressions have been presented in this section. Which of the two methods do you feel is more efficient, and why?

Answers

  1. 3x+23x+4; x43

  2. 1x6; x12,6

  3. 12x2x; x0

  4. 5x4x1; x1

  5. 2(x+3)(x2)(3x+4); x43,2

  6. (x1)(x+2)x2(x2); x0,2

  7. 2x7x(x7); x0,7

  8. x28x5(x+5)(x5)2; x±5

  9. x+2(x+4)2; x0,4

  10. 7(52x)x(7+x)(7x); x7,0,7

  11. x(5x2)(x4)(x1)(2x+1); x12,1,4

  12. x222x2; x0

  13. x2+5(x+2)(x2); x±2

  14. (f+g)(x)=x+5x2; (fg)(x)=x5x2; Domain: (,0)(0,)

  15. (f+g)(x)=2(x2+4)(x+2)(x2); (fg)(x)=8x(x+2)(x2); Domain: (,2)(2,2)(2,)

  16. (f+g)(x)=6(6x+1)x(3x+1)2; (fg)(x)=6x(3x+1)2; Domain: (,13)(13,0)(0,)

  17. (f+g)(x)=2x2+5x5(x+1)(x+5)(x5); (fg)(x)=3x5(x+1)(x+5)(x5); Domain: (,5)(5,1)(1,5)(5,)

  18. (f+g)(x)=1(3x+2)(4x+1); (fg)(x)=7x+3(x1)(3x+2)(4x+1); Domain: (,23)(23,14)(14,1)(1,)

  19. (x1)2x2; x0

  20. 2x1x8; x13,8

  21. x2+1(x1)2(x+1); x±1

  22. 2x+1x; x0,12,1

  23. 0; x0,23,2

  24. y2+x2x2y2
  25. x+2y2xy2
  26. x2y2+16x2
  27. 3x2+x+yx2(x+y)
  28. a+ba2a2(a+b)
  29. xn+ynxnyn
  1. 3x(x3)
  2. x+68x2
  3. 2x5(x2)(5x+1)
  4. x+3x5
  5. 5x3x15
  6. 3xx+3
  7. 6y+1y
  8. x43x+1
  9. 3x23x+2
  10. 8x1x1
  11. 3x(x3)(x+1)(x1)
  12. x3x1
  13. 4x2+912x

  14. 2x54x
  15. x+12x+1
  16. xyx+y
  17. x+5y5xy
  18. a2b2a2ab+b2
  19. xy(x+y)xy
  20. xyxy
  21. 1x+1
  22. x7x5
  23. 3(x2)2x+3
  24. 1ab
  25. 1x(x+h)
  1. Answer may vary

4.7 Solving Rational Equations

Learning Objectives

  1. Solve rational equations.
  2. Solve literal equations, or formulas, involving rational expressions.
  3. Solve applications involving the reciprocal of unknowns.

Solving Rational Equations

A rational equationAn equation containing at least one rational expression. is an equation containing at least one rational expression. Rational expressions typically contain a variable in the denominator. For this reason, we will take care to ensure that the denominator is not 0 by making note of restrictions and checking our solutions. Solving rational equations involves clearing fractions by multiplying both sides of the equation by the least common denominator (LCD).

Example 1

Solve: 1x+2x2=x+92x2.

Solution:

We first make a note of the restriction on x, x0. We then multiply both sides by the LCD, which in this case equals 2x2.

2x2(1x+2x2)=2x2(x+92x2)MultiplybothsidesbytheLCD.2x21x+2x22x2=2x2x+92x2Distribute.2x+4=x+9Simplifyandthensolve.x=5

Check your answer. Substitute x=5 into the original equation and see if you obtain a true statement.

1x+2x2=x+92x2Originalequation15+252=5+92(5)2Checkx=5.15+225=14225525+225=725725=725

Answer: The solution is 5.

After multiplying both sides of the previous example by the LCD, we were left with a linear equation to solve. This is not always the case; sometimes we will be left with quadratic equation.

Example 2

Solve: 3(x+2)x4x+4x2=x2x4.

Solution:

In this example, there are two restrictions, x4 and x2. Begin by multiplying both sides by the LCD, (x2)(x4).

(x2)(x4)(3(x+2)x4x+4x2)=(x2)(x4)(x2x4)(x2)(x4)3(x+2)x4(x2)(x4)x+4x2=(x2)(x4)x2x43(x+2)(x2)(x+4)(x4)=(x2)(x2)3(x24)(x216)=x22x2x+43x212x2+16=x24x+42x2+4=x24x+4

After distributing and simplifying both sides of the equation, a quadratic equation remains. To solve, rewrite the quadratic equation in standard form, factor, and then set each factor equal to 0.

2x2+4=x24x+4x2+4x=0x(x+4)=0x=0orx+4=0x=4

Check to see if these values solve the original equation.

3(x+2)x4x+4x2=x2x4

Check x=0

Check x=4

3(0+2)040+402=02046442=2432+2=1232+42=1212=12 ✓

3(4+2)444+442=42443(2)806=68680=3434=34 ✓

Answer: The solutions are 0 and −4.

Up to this point, all of the possible solutions have solved the original equation. However, this may not always be the case. Multiplying both sides of an equation by variable factors may lead to extraneous solutionsA solution that does not solve the original equation., which are solutions that do not solve the original equation. A complete list of steps for solving a rational equation is outlined in the following example.

Example 3

Solve: 2x3x+1=1x54(x1)3x214x5.

Solution:

Step 1: Factor all denominators and determine the LCD.

2x3x+1=1x54(x1)3x214x52x(3x+1)=1(x5)4(x1)(3x+1)(x5)

The LCD is (3x+1)(x5).

Step 2: Identify the restrictions. In this case, x13 and x5.

Step 3: Multiply both sides of the equation by the LCD. Distribute carefully and then simplify.

(3x+1)(x5)2x(3x+1)=(3x+1)(x5)(1(x5)4(x1)(3x+1)(x5))(3x+1)(x5)2x(3x+1)=(3x+1)(x5)1(x5)(3x+1)(x5)4(x1)(3x+1)(x5)2x(x5)=(3x+1)4(x1)

Step 4: Solve the resulting equation. Here the result is a quadratic equation. Rewrite it in standard form, factor, and then set each factor equal to 0.

2x(x5)=(3x+1)4(x1)2x210x=3x+14x+42x210x=x+52x29x5=0(2x+1)(x5)=02x+1=0orx5=02x=1x=5x=12

Step 5: Check for extraneous solutions. Always substitute into the original equation, or the factored equivalent. In this case, choose the factored equivalent to check:

2x(3x+1)=1(x5)4(x1)(3x+1)(x5)

Check x=12

Check x=5

2(12)(3(12)+1)=1((12)5)4((12)1)(3(12)+1)((12)5)1(12)=1(112)4(32)(12)(112)2=2116(114)2=211+24112=22112=2 ✓

25(35+1)=1(55)4(51)(35+1)(55)1016=1016(16)(0)1016=10160 ✗

Undefinedterms!

Here 5 is an extraneous solution and is not included in the solution set. It is important to note that 5 is a restriction.

Answer: The solution is 12.

If this process produces a solution that happens to be a restriction, then disregard it as a solution.

Try this! Solve: 4(x3)36x2=16x+2x6+x.

Answer: 32

Sometimes all potential solutions are extraneous, in which case we say that there is no solution to the original equation. In the next two examples, we demonstrate two ways in which rational equation can have no solutions.

Example 4

Solve: 1+5x+22x2+3x4=x+4x1.

Solution:

To identify the LCD, first factor the denominators.

1+5x+22x2+3x4=x+4x11+5x+22(x+4)(x1)=x+4(x1)

Multiply both sides by the LCD, (x+4)(x1), distributing carefully.

(x+4)(x1)(1+5x+22(x+4)(x1))=(x+4)(x1)x+4(x1)(x+4)(x1)1+(x+4)(x1)(5x+22)(x+4)(x1)=(x+4)(x1)(x+4)(x1)(x+4)(x1)+(5x+22)=(x+4)(x+4)x2x+4x4+5x+22=x2+4x+4x+16x2+8x+18=x2+8x+1618=16False

The equation is a contradiction and thus has no solution.

Answer: No solution, Ø

Example 5

Solve: 3x2x33(4x+3)4x29=x2x+3.

Solution:

First, factor the denominators.

3x(2x3)3(4x+3)(2x+3)(2x3)=x(2x+3)

Take note that the restrictions on the domain are x±32. To clear the fractions, multiply by the LCD, (2x+3)(2x3).

3x(2x+3)(2x3)(2x3)3(4x+3)(2x+3)(2x3)(2x+3)(2x3)=x(2x+3)(2x3)(2x+3)3x(2x+3)3(4x+3)=x(2x3)6x2+9x12x9=2x23x6x23x9=2x23x4x29=0(2x+3)(2x3)=02x+3=0or2x3=02x=32x=3x=32x=32

Both of these values are restrictions of the original equation; hence both are extraneous.

Answer: No solution, Ø

It is important to point out that this technique for clearing algebraic fractions only works for equations. Do not try to clear algebraic fractions when simplifying expressions. As a reminder, an example of each is provided below.

Expression

Equation

1x+x2x+1

1x+x2x+1=0

Expressions are to be simplified and equations are to be solved. If we multiply the expression by the LCD, x(2x+1), we obtain another expression that is not equivalent.

Incorrect

Correct

1x+x2x+1x(2x+1)(1x+x2x+1)=2x+1+x2 ✗

1x+x2x+1=0x(2x+1)(1x+x2x+1)=x(2x+1)02x+1+x2=0x2+2x+1=0 ✓

Rational equations are sometimes expressed using negative exponents.

Example 6

Solve: 6+x1=x2.

Solution:

Begin by removing the negative exponents.

6+x1=x26+1x=1x2

Here we can see the restriction, x0. Next, multiply both sides by the LCD, x2.

x2(6+1x)=x2(1x2)x26+x21x=x21x26x2+x=16x2+x1=0(3x1)(2x+1)=03x1=0or2x+1=03x=12x=1x=13x=12

Answer: 12, 13

A proportionA statement of equality of two ratios. is a statement of equality of two ratios.

ab=cd

This proportion is often read “a is to b as c is to d.” Given any nonzero real numbers a, b, c, and d that satisfy a proportion, multiply both sides by the product of the denominators to obtain the following:

ab=cdbdab=bdcdad=bc

This shows that cross products are equal, and is commonly referred to as cross multiplicationIf ab=cd then ad=bc..

If  ab=cd  then  ad=bc

Cross multiply to solve proportions where terms are unknown.

Example 7

Solve: 5n15=3n2.

Solution:

When cross multiplying, be sure to group 5n1.

(5n1)2=53n

Apply the distributive property in the next step.

(5n1)2=53n10n2=15nDistribute.2=5nSolve.25=n

Answer: n=25

Cross multiplication can be used as an alternate method for solving rational equations. The idea is to simplify each side of the equation to a single algebraic fraction and then cross multiply.

Example 8

Solve: 124x=x8.

Solution:

Obtain a single algebraic fraction on the left side by subtracting the equivalent fractions with a common denominator.

12xx4x22=x8x2x82x=x8x82x=x8

Note that x0, cross multiply, and then solve for x.

x82x=x88(x8)=x2x8x64=2x22x2+8x64=02(x2+4x32)=02(x4)(x+8)=0

Next, set each variable factor equal to zero.

x4=0orx+8=0x=4x=8

The check is left to the reader.

Answer: −8, 4

Try this! Solve: 2(2x5)x1=x42x5.

Answer: 2, 3

Solving Literal Equations and Applications Involving Reciprocals

Literal equations, or formulas, are often rational equations. Hence the techniques described in this section can be used to solve for particular variables. Assume that all variable expressions in the denominator are nonzero.

Example 9

The reciprocal of the combined resistance R of two resistors R1 and R2 in parallel is given by the formula 1R=1R1+1R2. Solve for R in terms of R1 and R2.

Solution:

The goal is to isolate R on one side of the equation. Begin by multiplying both sides of the equation by the LCD, RR1R2.

RR1R21R=RR1R21R1+RR1R21R2R1R2=RR2+RR1R1R2=R(R2+R1)R1R2R2+R1=R

Answer: R=R1R2R1+R2

Try this! Solve for y: x=2y+5y3.

Answer: y=3x+5x2

Recall that the reciprocal of a nonzero number n is 1n. For example, the reciprocal of 5 is 15 and 515=1. In this section, the applications will often involve the key word “reciprocal.” When this is the case, we will see that the algebraic setup results in a rational equation.

Example 10

A positive integer is 3 less than another. If the reciprocal of the smaller integer is subtracted from twice the reciprocal of the larger, then the result is 120. Find the two integers.

Solution:

Let n represent the larger positive integer.

Let n − 3 represent the smaller positive integer.

Set up an algebraic equation.

Solve this rational expression by multiplying both sides by the LCD. The LCD is 20n(n3).

2n1n3=12020n(n3)(2n1n3)=20n(n3)(120)20n(n3)2n20n(n3)1n3=20n(n3)(120)

40(n3)20n=n(n3)40n12020n=n23n20n120=n23n0=n223n+1200=(n8)(n15)n8=0orn15=0n=8n=15

Here we have two viable possibilities for the larger integer n. For this reason, we will we have two solutions to this problem.

If n=8, then n3=83=5.

If n=15, then n3=153=12.

As a check, perform the operations indicated in the problem.

2(1n)1n3=120

Check 8 and 5.

Check 15 and 12.

 2(18)15=1415=520420=120 ✓

2(115)112=215112=860560=360=120 ✓

Answer: Two sets of positive integers solve this problem: {5, 8} and {12, 15}.

Try this! When the reciprocal of the larger of two consecutive even integers is subtracted from 4 times the reciprocal of the smaller, the result is 56. Find the integers.

Answer: 4, 6

Key Takeaways

  • Begin solving rational equations by multiplying both sides by the LCD. The resulting equivalent equation can be solved using the techniques learned up to this point.
  • Multiplying both sides of a rational equation by a variable expression introduces the possibility of extraneous solutions. Therefore, we must check the solutions against the set of restrictions. If a solution is a restriction, then it is not part of the domain and is extraneous.
  • When multiplying both sides of an equation by an expression, distribute carefully and multiply each term by that expression.
  • If all of the resulting solutions are extraneous, then the original equation has no solutions.

Topic Exercises

    Part A: Solving Rational Equations

      Solve.

    1. 3x+2=13x
    2. 512x=1x
    3. 7x2+32x=1x2
    4. 43x2+12x=13x2
    5. 16+23x=72x2
    6. 11213x=1x2
    7. 2+3x+7x(x3)=0
    8. 20xx+44x(x+2)=3
    9. 2x2x3+4x=x18x(2x3)
    10. 2xx5+2(4x+7)x(x5)=1x
    11. 44x11x1=24x1
    12. 52x31x+3=22x3
    13. 4xx3+4x22x3=1x+1
    14. 2xx215x+4=24x2+2x8
    15. xx88x1=56x29x+8
    16. 2xx1+93x1+113x24x+1=0
    17. 3xx2142x2x6=22x+3
    18. xx44x5=4x29x+20
    19. 2x5+x15x=2xx225
    20. 2x2x+312x3=694x2
    21. 1+1x+1=8x116x21
    22. 113x+5=2x3x52(6x+5)9x225
    23. xx23x+8=x+2x+8+5(x+3)x2+6x16
    24. 2xx10+1x3=x+3x10+x25x+5x213x+30
    25. 5x2+9x+18+x+3x2+7x+6=5x2+4x+3
    26. 1x2+4x60+x6x2+16x+60=1x236
    27. 4x2+10x+21+2(x+3)x2+6x7=x+7x2+2x3
    28. x1x211x+28+x1x25x+4=x4x28x+7
    29. 5x2+5x+4+x+1x2+3x4=5x21
    30. 1x22x63+x9x2+10x+21=1x26x27
    31. 4x24+2(x2)x24x12=x+2x28x+12
    32. x+2x25x+4+x+2x2+x2=x1x22x8

      Solve the following equations involving negative exponents.

    1. 2x1=2x2x1

    2. 3+x(x+1)1=2(x+1)1

    3. x264=0

    4. 14x2=0

    5. x(x+2)1=2

    6. 2x9(2x1)1=1

    7. 2x2+(x12)1=0

    8. 2x2+3(x+4)1=0

      Solve by cross multiplying.

    1. 5n=3n2
    2. 2n12n=12
    3. 3=5n+23n
    4. n+12n1=13
    5. x+2x5=x+4x2
    6. x+1x+5=x5x
    7. 2x+16x1=x+53x2
    8. 6(2x+3)4x1=3xx+2
    9. 3(x+1)1x=x+3x+1
    10. 8(x2)x+1=5xx2
    11. x+3x+7=x+33(5x)
    12. x+1x+4=8(x+4)x+7

      Simplify or solve, whichever is appropriate.

    1. 1x+2x3=23
    2. 1x334=1x
    3. x23x12xx
    4. 52+x2x112x
    5. x13x+2x+156
    6. x13x+2x+1=56
    7. 2x+12x3+2=12x
    8. 53x+12x+1x+1

      Find the roots of the given function.

    1. f(x)=2x1x1
    2. f(x)=3x+1x+2
    3. g(x)=x281x25x
    4. g(x)=x2x20x29
    5. f(x)=4x292x3
    6. f(x)=3x22x1x21
    7. Given f(x)=1x+5, find x when f(x)=2.

    8. Given f(x)=1x4, find x when f(x)=12.

    9. Given f(x)=1x+3+2, find x when f(x)=1.

    10. Given f(x)=1x2+5, find x when f(x)=3.

      Find the x- and y-intercepts.

    1. f(x)=1x+1+4

    2. f(x)=1x26

    3. f(x)=1x3+2

    4. f(x)=1x+11

    5. f(x)=1x3

    6. f(x)=1x+5

      Find the points where the given functions coincide. (Hint: Find the points where f(x)=g(x).)

    1. f(x)=1x, g(x)=x

    2. f(x)=1x, g(x)=x

    3. f(x)=1x2+3, g(x)=x+1

    4. f(x)=1x+31, g(x)=x+2

      Recall that if |X|=p, then X=p or X=p. Use this to solve the following absolute value equations.

    1. |1x+1|=2
    2. |2xx+2|=1
    3. |3x2x3|=4
    4. |5x32x+1|=3
    5. |x25x+6|=1
    6. |x248x|=2

    Part B: Solving Literal Equations

      Solve for the given variable.

    1. Solve for P: w=P2l2

    2. Solve for A: t=APPr

    3. Solve for t: 1t1+1t2=1t

    4. Solve for n: P=1+rn

    5. Solve for y: m=yy0xx0

    6. Solve for m1: F=Gm1m2r2

    7. Solve for y: x=2y1y1

    8. Solve for y: x=3y+2y+3

    9. Solve for y: x=2y2y+5

    10. Solve for y: x=5y+13y

    11. Solve for x: ax+cb=ac

    12. Solve for y: ay1a=b

      Use algebra to solve the following applications.

    1. The value in dollars of a tablet computer is given by the function V(t)=460(t+1)1, where t represents the age of the tablet. Determine the age of the tablet if it is now worth $100.

    2. The value in dollars of a car is given by the function V(t)=24,000(0.5t+1)1, where t represents the age of the car. Determine the age of the car if it is now worth $6,000.

      Solve for the unknowns.

    1. When 2 is added to 5 times the reciprocal of a number, the result is 12. Find the number.

    2. When 1 is subtracted from 4 times the reciprocal of a number, the result is 11. Find the number.

    3. The sum of the reciprocals of two consecutive odd integers is 1235. Find the integers.

    4. The sum of the reciprocals of two consecutive even integers is 940. Find the integers.

    5. An integer is 4 more than another. If 2 times the reciprocal of the larger is subtracted from 3 times the reciprocal of the smaller, then the result is 18. Find the integers.

    6. An integer is 2 more than twice another. If 2 times the reciprocal of the larger is subtracted from 3 times the reciprocal of the smaller, then the result is 514. Find the integers.

    7. If 3 times the reciprocal of the larger of two consecutive integers is subtracted from 2 times the reciprocal of the smaller, then the result is 12. Find the two integers.

    8. If 3 times the reciprocal of the smaller of two consecutive integers is subtracted from 7 times the reciprocal of the larger, then the result is 12. Find the two integers.

    9. A positive integer is 5 less than another. If the reciprocal of the smaller integer is subtracted from 3 times the reciprocal of the larger, then the result is 112. Find the two integers.

    10. A positive integer is 6 less than another. If the reciprocal of the smaller integer is subtracted from 10 times the reciprocal of the larger, then the result is 37. Find the two integers.

    Part C: Discussion Board

    1. Explain how we can tell the difference between a rational expression and a rational equation. How do we treat them differently? Give an example of each.

    2. Research and discuss reasons why multiplying both sides of a rational equation by the LCD sometimes produces extraneous solutions.

Answers

  1. 43

  2. −4

  3. −7, 3

  4. 12, 2

  5. −2, 32

  6. 12

  7. 14

  8. Ø

  9. −2, 56

  10. 12

  11. 6

  12. Ø

  13. −8, 2

  14. 5

  15. −6, 4

  16. 10

  17. 23

  18. ±18

  19. −3, −1

  20. −6, 4

  21. 54

  22. 17

  23. −16

  24. 110

  25. −2, 0

  26. −3, 2

  27. Solve; −3, 32

  28. Simplify; (4x1)(x2)x(3x1)

  29. Simplify; (x2)(3x1)6x(x+1)

  30. Solve; 12

  31. 12

  32. ±9

  33. 32

  34. x=13

  35. x=4

  36. x-intercept: (54,0); y-intercept: (0, 5)

  37. x-intercept: (52,0); y-intercept: (0,53)

  38. x-intercept: (13,0); y-intercept: none

  39. (−1, −1) and (1, 1)

  40. (1, 2) and (3, 4)

  41. 32, 12

  42. 2, 10

  43. −3, −2, −1, 6

  1. P=2l+2w

  2. t=t1t2t1+t2
  3. y=m(xx0)+y0
  4. y=x1x2
  5. y=5x2x2
  6. x=abcabc2
  7. 3.6 years old

  8. 12

  9. 5, 7

  10. {−8, −4} and {12, 16}

  11. {1, 2} or {−4, −3}

  12. {4, 9} or {15, 20}

  1. Answer may vary

4.8 Applications and Variation

Learning Objectives

  1. Solve applications involving uniform motion (distance problems).
  2. Solve work-rate applications.
  3. Set up and solve applications involving direct, inverse, and joint variation.

Solving Uniform Motion Problems

Uniform motion (or distance)Described by the formula D=rt, where the distance D is given as the product of the average rate r and the time t traveled at that rate. problems involve the formula D=rt, where the distance D is given as the product of the average rate r and the time t traveled at that rate. If we divide both sides by the average rate r, then we obtain the formula

t=Dr

For this reason, when the unknown quantity is time, the algebraic setup for distance problems often results in a rational equation. We begin any uniform motion problem by first organizing our data with a chart. Use this information to set up an algebraic equation that models the application.

Example 1

Sally traveled 15 miles on the bus and then another 72 miles on a train. The train was 18 miles per hour faster than the bus, and the total trip took 2 hours. What was the average speed of the train?

Solution:

First, identify the unknown quantity and organize the data.

Let x represent the average speed (in miles per hour) of the bus.

Let x+18 represent the average speed of the train.

To avoid introducing two more variables for the time column, use the formula t=Dr. The time for each leg of the trip is calculated as follows:

Timespentonthebus:t=Dr=15xTimespentonthetrain:t=Dr=72x+18

Use these expressions to complete the chart.

The algebraic setup is defined by the time column. Add the time spent on each leg of the trip to obtain a total of 2 hours:

We begin solving this equation by first multiplying both sides by the LCD, x(x+18).

15x+72x+18=2x(x+18)(15x+72x+18)=x(x+18)2x(x+18)15x+x(x+18)72x+18=x(x+18)215(x+18)+72x=2x(x+18)15x+270+72x=2x2+36x87x+270=2x2+36x0=2x251x270

Solve the resulting quadratic equation by factoring.

0=2x251x2700=(2x+9)(x30)2x+9=0orx30=0x=92x=30

Since we are looking for an average speed we will disregard the negative answer and conclude the bus averaged 30 mph. Substitute x=30 in the expression identified as the speed of the train.

x+18=30+18=48

Answer: The speed of the train was 48 mph.

Example 2

A boat can average 12 miles per hour in still water. On a trip downriver the boat was able to travel 29 miles with the current. On the return trip the boat was only able to travel 19 miles in the same amount of time against the current. What was the speed of the current?

Solution:

First, identify the unknown quantities and organize the data.

Let c represent the speed of the river current.

Next, organize the given data in a chart. Traveling downstream, the current will increase the speed of the boat, so it adds to the average speed of the boat. Traveling upstream, the current slows the boat, so it will subtract from the average speed of the boat.

Use the formula t=Dr to fill in the time column.

tripdownriver:t=Dr=2912+ctripupriver:t=Dr=1912c

Because the boat traveled the same amount of time downriver as it did upriver, finish the algebraic setup by setting the expressions that represent the times equal to each other.

2912+c=1912c

Since there is a single algebraic fraction on each side, we can solve this equation using cross multiplication.

2912+c=1912c29(12c)=19(12+c)34829c=228+19c120=48c12048=c52=c

Answer: The speed of the current was 212 miles per hour.

Try this! A jet aircraft can average 160 miles per hour in calm air. On a trip, the aircraft traveled 600 miles with a tailwind and returned the 600 miles against a headwind of the same speed. If the total round trip took 8 hours, then what was the speed of the wind?

Answer: 40 miles per hour

Solving Work-Rate Problems

The rate at which a task can be performed is called a work rateThe rate at which a task can be performed.. For example, if a painter can paint a room in 6 hours, then the task is to paint the room, and we can write

1task6hours         work rate

In other words, the painter can complete 16 of the task per hour. If he works for less than 6 hours, then he will perform a fraction of the task. If he works for more than 6 hours, then he can complete more than one task. For example,

work-rate×time=amountoftaskcompleted16×3hrs=12one-halfoftheroompainted16×6hrs=1onewholeroompainted16×12hrs=2twowholeroomspainted

Obtain the amount of the task completed by multiplying the work rate by the amount of time the painter works. Typically, work-rate problems involve people or machines working together to complete tasks. In general, if t represents the time two people work together, then we have the following work-rate formula1t1t+1t2t=1, where 1t1 and 1t2 are the individual work rates and t is the time it takes to complete the task working together.:

1t1t+1t2t=amountoftaskcompletedtogether

Here 1t1 and 1t2 are the individual work rates.

Example 3

Joe can paint a typical room in 2 hours less time than Mark. If Joe and Mark can paint 5 rooms working together in a 12 hour shift, how long does it take each to paint a single room?

Solution:

Let x represent the time it takes Mark to paint a typical room.

Let x − 2 represent the time it takes Joe to paint a typical room.

Therefore, Mark’s individual work-rate is 1x rooms per hour and Joe’s is 1x2 rooms per hour. Both men worked for 12 hours. We can organize the data in a chart, just as we did with distance problems.

Working together, they can paint 5 total rooms in 12 hours. This leads us to the following algebraic setup:

12x2+12x=5

Multiply both sides by the LCD, x(x2).

x(x2)(12x2+12x)=x(x2)5x(x2)12x2+x(x2)12x=x(x2)512x+12(x2)=5x(x2)12x+12x24=5x210x0=5x234x+24

Solve the resulting quadratic equation by factoring.

0=5x234x+240=(5x4)(x6)5x4=0orx6=05x=4x=6x=45

We can disregard 45 because back substituting into x − 2 would yield a negative time to paint a room. Take x = 6 to be the only solution and use it to find the time it takes Joe to paint a typical room.

x2=62=4

Answer: Joe can paint a typical room in 4 hours and Mark can paint a typical room in 6 hours. As a check we can multiply both work rates by 12 hours to see that together they can paint 5 rooms.

Joe1room4hrs12hrs=3roomsMark1room6hrs12hrs=2rooms}Total5rooms  

Example 4

It takes Bill twice as long to lay a tile floor by himself as it does Manny. After working together with Bill for 4 hours, Manny was able to complete the job in 2 additional hours. How long would it have taken Manny working alone?

Solution:

Let x represent the time it takes Manny to lay the floor alone.

Let 2x represent the time it takes Bill to lay the floor alone.

Manny’s work rate is 1x of the floor per hour and Bill’s work rate is 12x. Bill worked on the job for 4 hours and Manny worked on the job for 6 hours.

This leads us to the following algebraic setup:

1x6+12x4=1

Solve.

6x+42x=1x(6x+2x)=x16+2=x8=x

Answer: It would have taken Manny 8 hours to complete the floor by himself.

Consider the work-rate formula where one task is to be completed.

1t1t+1t2t=1

Factor out the time t and then divide both sides by t. This will result in equivalent specialized work-rate formulas:

t(1t1+1t2)=11t1+1t2=1t

In summary, we have the following equivalent work-rate formulas:

      Workrateformulas1t1t+1t2t=1or   tt1+tt2=1     or    1t1+1t2=1t

Try this! Matt can tile a countertop in 2 hours, and his assistant can do the same job in 3 hours. If Matt starts the job and his assistant joins him 1 hour later, then how long will it take to tile the countertop?

Answer: 135 hours

Solving Problems involving Direct, Inverse, and Joint variation

Many real-world problems encountered in the sciences involve two types of functional relationships. The first type can be explored using the fact that the distance s in feet an object falls from rest, without regard to air resistance, can be approximated using the following formula:

s=16t2

Here t represents the time in seconds the object has been falling. For example, after 2 seconds the object will have fallen s=16(2)2=164=64 feet.

Time t in seconds

Distance s=16t2 in feet

0

0

1

16

2

64

3

144

4

256

In this example, we can see that the distance varies over time as the product of a constant 16 and the square of the time t. This relationship is described as direct variationDescribes two quantities x and y that are constant multiples of each other: y=kx. and 16 is called the constant of variationThe nonzero multiple k, when quantities vary directly or inversely.. Furthermore, if we divide both sides of s=16t2 by t2 we have

st2=16

In this form, it is reasonable to say that s is proportional to t2, and 16 is called the constant of proportionalityUsed when referring to the constant of variation.. In general, we have

Key words

Translation

y varies directly as x

y=kx

y is directly proportional to x

y is proportional to x

Used when referring to direct variation.

Here k is nonzero and is called the constant of variation or the constant of proportionality. Typically, we will be given information from which we can determine this constant.

Example 5

An object’s weight on Earth varies directly to its weight on the Moon. If a man weighs 180 pounds on Earth, then he will weigh 30 pounds on the Moon. Set up an algebraic equation that expresses the weight on Earth in terms of the weight on the Moon and use it to determine the weight of a woman on the Moon if she weighs 120 pounds on Earth.

Solution:

Let y represent weight on Earth.

Let x represent weight on the Moon.

We are given that the “weight on Earth varies directly to the weight on the Moon.”

y=kx

To find the constant of variation k, use the given information. A 180-lb man on Earth weighs 30 pounds on the Moon, or y=180 when x=30.

180=k30

Solve for k.

18030=k6=k

Next, set up a formula that models the given information.

y=6x

This implies that a person’s weight on Earth is 6 times his weight on the Moon. To answer the question, use the woman’s weight on Earth, y = 120 lbs, and solve for x.

120=6x1206=x20=x

Answer: The woman weighs 20 pounds on the Moon.

The second functional relationship can be explored using the formula that relates the intensity of light I to the distance from its source d.

I=kd2

Here k represents some constant. A foot-candle is a measurement of the intensity of light. One foot-candle is defined to be equal to the amount of illumination produced by a standard candle measured one foot away. For example, a 125-Watt fluorescent growing light is advertised to produce 525 foot-candles of illumination. This means that at a distance d=1 foot, I=525 foot-candles and we have:

525=k(1)2525=k

Using k=525 we can construct a formula which gives the light intensity produced by the bulb:

I=525d2

Here d represents the distance the growing light is from the plants. In the following chart, we can see that the amount of illumination fades quickly as the distance from the plants increases.

distance t in feet

Light Intensity

I=525d2

1

525

2

131.25

3

58.33

4

32.81

5

21

This type of relationship is described as an inverse variationDescribes two quantities x and y, where one variable is directly proportional to the reciprocal of the other: y=kx.. We say that I is inversely proportionalUsed when referring to inverse variation. to the square of the distance d, where 525 is the constant of proportionality. In general, we have

Key words

Translation

y varies inversely as x

y=kx

y is inversely proportional to x

Again, k is nonzero and is called the constant of variation or the constant of proportionality.

Example 6

The weight of an object varies inversely as the square of its distance from the center of Earth. If an object weighs 100 pounds on the surface of Earth (approximately 4,000 miles from the center), how much will it weigh at 1,000 miles above Earth’s surface?

Solution:

Let w represent the weight of the object.

Let d represent the object’s distance from the center of Earth.

Since “w varies inversely as the square of d,” we can write

w=kd2

Use the given information to find k. An object weighs 100 pounds on the surface of Earth, approximately 4,000 miles from the center. In other words, w = 100 when d = 4,000:

100=k(4,000)2

Solve for k.

(4,000)2100=(4,000)2k(4,000)21,600,000,000=k1.6×109=k

Therefore, we can model the problem with the following formula:

w=1.6×109d2

To use the formula to find the weight, we need the distance from the center of Earth. Since the object is 1,000 miles above the surface, find the distance from the center of Earth by adding 4,000 miles:

d=4,000+1,000=5,000miles

To answer the question, use the formula with d = 5,000.

y=1.6×109(5,000)2=1.6×10925,000,000=1.6×1092.5×107=0.64×102=64

Answer: The object will weigh 64 pounds at a distance 1,000 miles above the surface of Earth.

Lastly, we define relationships between multiple variables, described as joint variationDescribes a quantity y that varies directly as the product of two other quantities x and z: y=kxz.. In general, we have

Key Words

Translation

y varies jointly as x and z

y=kxz

y is jointly proportional to x and z

Used when referring to joint variation.

Here k is nonzero and is called the constant of variation or the constant of proportionality.

Example 7

The area of an ellipse varies jointly as a, half of the ellipse’s major axis, and b, half of the ellipse’s minor axis as pictured. If the area of an ellipse is 300πcm2, where a=10cm and b=30cm, what is the constant of proportionality? Give a formula for the area of an ellipse.

Solution:

If we let A represent the area of an ellipse, then we can use the statement “area varies jointly as a and b” to write

A=kab

To find the constant of variation k, use the fact that the area is 300π when a=10 and b=30.

300π=k(10)(30)300π=300kπ=k

Therefore, the formula for the area of an ellipse is

A=πab

Answer: The constant of proportionality is π and the formula for the area of an ellipse is A=abπ.

Try this! Given that y varies directly as the square of x and inversely with z, where y = 2 when x = 3 and z = 27, find y when x = 2 and z = 16.

Answer: 32

Key Takeaways

  • When solving distance problems where the time element is unknown, use the equivalent form of the uniform motion formula, t=Dr, to avoid introducing more variables.
  • When solving work-rate problems, multiply the individual work rate by the time to obtain the portion of the task completed. The sum of the portions of the task results in the total amount of work completed.
  • The setup of variation problems usually requires multiple steps. First, identify the key words to set up an equation and then use the given information to find the constant of variation k. After determining the constant of variation, write a formula that models the problem. Once a formula is found, use it to answer the question.

Topic Exercises

    Part A: Solving Uniform Motion Problems

      Use algebra to solve the following applications.

    1. Every morning Jim spends 1 hour exercising. He runs 2 miles and then he bikes 16 miles. If Jim can bike twice as fast as he can run, at what speed does he average on his bike?

    2. Sally runs 3 times as fast as she walks. She ran for 34 of a mile and then walked another 312 miles. The total workout took 112 hours. What was Sally’s average walking speed?

    3. On a business trip, an executive traveled 720 miles by jet and then another 80 miles by helicopter. If the jet averaged 3 times the speed of the helicopter, and the total trip took 4 hours, what was the average speed of the jet?

    4. A triathlete can run 3 times as fast as she can swim and bike 6 times as fast as she can swim. The race consists of a 14 mile swim, 3 mile run, and a 12 mile bike race. If she can complete all of these events in 158 hour, then how fast can she swim, run and bike?

    5. On a road trip, Marty was able to drive an average 4 miles per hour faster than George. If Marty was able to drive 39 miles in the same amount of time George drove 36 miles, what was Marty’s average speed?

    6. The bus is 8 miles per hour faster than the trolley. If the bus travels 9 miles in the same amount of time the trolley can travel 7 miles, what is the average speed of each?

    7. Terry decided to jog the 5 miles to town. On the return trip, she walked the 5 miles home at half of the speed that she was able to jog. If the total trip took 3 hours, what was her average jogging speed?

    8. James drove the 24 miles to town and back in 1 hour. On the return trip, he was able to average 20 miles per hour faster than he averaged on the trip to town. What was his average speed on the trip to town?

    9. A light aircraft was able to travel 189 miles with a 14 mile per hour tailwind in the same time it was able to travel 147 miles against it. What was the speed of the aircraft in calm air?

    10. A jet flew 875 miles with a 30 mile per hour tailwind. On the return trip, against a 30 mile per hour headwind, it was able to cover only 725 miles in the same amount of time. How fast was the jet in calm air?

    11. A helicopter averaged 90 miles per hour in calm air. Flying with the wind it was able to travel 250 miles in the same amount of time it took to travel 200 miles against it. What is the speed of the wind?

    12. Mary and Joe took a road-trip on separate motorcycles. Mary’s average speed was 12 miles per hour less than Joe’s average speed. If Mary drove 115 miles in the same time it took Joe to drive 145 miles, what was Mary’s average speed?

    13. A boat averaged 12 miles per hour in still water. On a trip downstream, with the current, the boat was able to travel 26 miles. The boat then turned around and returned upstream 33 miles. How fast was the current if the total trip took 5 hours?

    14. If the river current flows at an average 3 miles per hour, a tour boat can make an 18-mile tour downstream with the current and back the 18 miles against the current in 412 hours. What is the average speed of the boat in still water?

    15. Jose drove 10 miles to his grandmother’s house for dinner and back that same evening. Because of traffic, he averaged 20 miles per hour less on the return trip. If it took 14 hour longer to get home, what was his average speed driving to his grandmother’s house?

    16. Jerry paddled his kayak, upstream against a 1 mph current, for 12 miles. The return trip, downstream with the 1 mph current, took one hour less time. How fast did Jerry paddle the kayak in still water?

    17. James and Mildred left the same location in separate cars and met in Los Angeles 300 miles away. James was able to average 10 miles an hour faster than Mildred on the trip. If James arrived 1 hour earlier than Mildred, what was Mildred’s average speed?

    18. A bus is 20 miles per hour faster than a bicycle. If Bill boards a bus at the same time and place that Mary departs on her bicycle, Bill will arrive downtown 5 miles away 13 hour earlier than Mary. What is the average speed of the bus?

    Part B: Solving Work-Rate Problems

      Use algebra to solve the following applications.

    1. Mike can paint the office by himself in 412 hours. Jordan can paint the office in 6 hours. How long will it take them to paint the office working together?

    2. Barry can lay a brick driveway by himself in 312 days. Robert does the same job in 5 days. How long will it take them to lay the brick driveway working together?

    3. A larger pipe fills a water tank twice as fast as a smaller pipe. When both pipes are used, they fill the tank in 10 hours. If the larger pipe is left off, how long would it take the smaller pipe to fill the tank?

    4. A newer printer can print twice as fast as an older printer. If both printers working together can print a batch of flyers in 45 minutes, then how long would it take the older printer to print the batch working alone?

    5. Mary can assemble a bicycle for display in 2 hours. It takes Jane 3 hours to assemble a bicycle. How long will it take Mary and Jane, working together, to assemble 5 bicycles?

    6. Working alone, James takes twice as long to assemble a computer as it takes Bill. In one 8-hour shift, working together, James and Bill can assemble 6 computers. How long would it take James to assemble a computer if he were working alone?

    7. Working alone, it takes Harry one hour longer than Mike to install a fountain. Together they can install 10 fountains in 12 hours. How long would it take Mike to install 10 fountains by himself?

    8. Working alone, it takes Henry 2 hours longer than Bill to paint a room. Working together they painted 212 rooms in 6 hours. How long would it have taken Henry to paint the same amount if he were working alone?

    9. Manny, working alone, can install a custom cabinet in 3 hours less time than his assistant. Working together they can install the cabinet in 2 hours. How long would it take Manny to install the cabinet working alone?

    10. Working alone, Garret can assemble a garden shed in 5 hours less time than his brother. Working together, they need 6 hours to build the garden shed. How long would it take Garret to build the shed working alone?

    11. Working alone, the assistant-manager takes 2 more hours than the manager to record the inventory of the entire shop. After working together for 2 hours, it took the assistant-manager 1 additional hour to complete the inventory. How long would it have taken the manager to complete the inventory working alone?

    12. An older printer can print a batch of sales brochures in 16 minutes. A newer printer can print the same batch in 10 minutes. After working together for some time, the newer printer was shut down and it took the older printer 3 more minutes to complete the job. How long was the newer printer operating?

    Part C: Solving Variation Problems

      Translate each of the following sentences into a mathematical formula.

    1. The distance D an automobile can travel is directly proportional to the time t that it travels at a constant speed.

    2. The extension of a hanging spring d is directly proportional to the weight w attached to it.

    3. An automobile’s braking distance d is directly proportional to the square of the automobile’s speed v.

    4. The volume V of a sphere varies directly as the cube of its radius r.

    5. The volume V of a given mass of gas is inversely proportional to the pressure p exerted on it.

    6. Every particle of matter in the universe attracts every other particle with a force F that is directly proportional to the product of the masses m1 and m2 of the particles, and it is inversely proportional to the square of the distance d between them.

    7. Simple interest I is jointly proportional to the annual interest rate r and the time t in years a fixed amount of money is invested.

    8. The time t it takes an object to fall is directly proportional to the square root of the distance d it falls.

      Construct a mathematical model given the following:

    1. y varies directly as x, and y = 30 when x = 6.

    2. y varies directly as x, and y = 52 when x = 4.

    3. y is directly proportional to x, and y = 12 when x = 3.

    4. y is directly proportional to x, and y = 120 when x = 20.

    5. y is inversely proportional to x, and y = 3 when x = 9.

    6. y is inversely proportional to x, and y = 21 when x = 3.

    7. y varies inversely as x, and y = 2 when x=18.

    8. y varies inversely as x, and y=32 when x=19.

    9. y is jointly proportional to x and z, where y = 2 when x = 1 and z = 3.

    10. y is jointly proportional to x and z, where y = 15 when x = 3 and z = 7.

    11. y varies jointly as x and z, where y=23 when x=12 and z = 12.

    12. y varies jointly as x and z, where y = 5 when x=32 and z=29.

    13. y varies directly as the square of x, where y = 45 when x = 3.

    14. y varies directly as the square of x, where y = 3 when x=12.

    15. y is inversely proportional to the square of x, where y = 27 when x=13.

    16. y is inversely proportional to the square of x, where y = 9 when x=23.

    17. y varies jointly as x and the square of z, where y = 6 when x=14 and z=23.

    18. y varies jointly as x and z and inversely as the square of w, where y = 5 when x = 1, z = 3, and w=12.

    19. y varies directly as the square root of x and inversely as the square of z, where y = 15 when x = 25 and z = 2.

    20. y varies directly as the square of x and inversely as z and the square of w, where y = 14 when x = 4, w = 2, and z = 2.

      Solve applications involving variation.

    1. Revenue in dollars is directly proportional to the number of branded sweatshirts sold. The revenue earned from selling 25 sweatshirts is $318.75. Determine the revenue if 30 sweatshirts are sold.

    2. The sales tax on the purchase of a new car varies directly as the price of the car. If an $18,000 new car is purchased, then the sales tax is $1,350. How much sales tax is charged if the new car is priced at $22,000?

    3. The price of a share of common stock in a company is directly proportional to the earnings per share (EPS) of the previous 12 months. If the price of a share of common stock in a company is $22.55, and the EPS is published to be $1.10, determine the value of the stock if the EPS increases by $0.20.

    4. The distance traveled on a road trip varies directly with the time spent on the road. If a 126-mile trip can be made in 3 hours, then what distance can be traveled in 4 hours?

    5. The circumference of a circle is directly proportional to its radius. The circumference of a circle with radius 7 centimeters is measured as 14π centimeters. What is the constant of proportionality?

    6. The area of circle varies directly as the square of its radius. The area of a circle with radius 7 centimeters is determined to be 49π square centimeters. What is the constant of proportionality?

    7. The surface area of a sphere varies directly as the square of its radius. When the radius of a sphere measures 2 meters, the surface area measures 16π square meters. Find the surface area of a sphere with radius 3 meters.

    8. The volume of a sphere varies directly as the cube of its radius. When the radius of a sphere measures 3 meters, the volume is 36π cubic meters. Find the volume of a sphere with radius 1 meter.

    9. With a fixed height, the volume of a cone is directly proportional to the square of the radius at the base. When the radius at the base measures 10 centimeters, the volume is 200 cubic centimeters. Determine the volume of the cone if the radius of the base is halved.

    10. The distance d an object in free fall drops varies directly with the square of the time t that it has been falling. If an object in free fall drops 36 feet in 1.5 seconds, then how far will it have fallen in 3 seconds?

      Hooke’s law suggests that the extension of a hanging spring is directly proportional to the weight attached to it. The constant of variation is called the spring constant.

      Figure 4.1

      Robert Hooke (1635—1703)

    1. A hanging spring is stretched 5 inches when a 20-pound weight is attached to it. Determine its spring constant.

    2. A hanging spring is stretched 3 centimeters when a 2-kilogram weight is attached to it. Determine the spring constant.

    3. If a hanging spring is stretched 3 inches when a 2-pound weight is attached, how far will it stretch with a 5-pound weight attached?

    4. If a hanging spring is stretched 6 centimeters when a 4-kilogram weight is attached to it, how far will it stretch with a 2-kilogram weight attached?

      The braking distance of an automobile is directly proportional to the square of its speed.

    1. It takes 36 feet to stop a particular automobile moving at a speed of 30 miles per hour. How much breaking distance is required if the speed is 35 miles per hour?

    2. After an accident, it was determined that it took a driver 80 feet to stop his car. In an experiment under similar conditions, it takes 45 feet to stop the car moving at a speed of 30 miles per hour. Estimate how fast the driver was moving before the accident.

      Figure 4.2

       

      Robert Boyle (1627—1691)

      Boyle’s law states that if the temperature remains constant, the volume V of a given mass of gas is inversely proportional to the pressure p exerted on it.

    1. A balloon is filled to a volume of 216 cubic inches on a diving boat under 1 atmosphere of pressure. If the balloon is taken underwater approximately 33 feet, where the pressure measures 2 atmospheres, then what is the volume of the balloon?

    2. A balloon is filled to 216 cubic inches under a pressure of 3 atmospheres at a depth of 66 feet. What would the volume be at the surface, where the pressure is 1 atmosphere?

    3. To balance a seesaw, the distance from the fulcrum that a person must sit is inversely proportional to his weight. If a 72-pound boy is sitting 3 feet from the fulcrum, how far from the fulcrum must a 54-pound boy sit to balance the seesaw?

    4. The current I in an electrical conductor is inversely proportional to its resistance R. If the current is 14 ampere when the resistance is 100 ohms, what is the current when the resistance is 150 ohms?

    5. The amount of illumination I is inversely proportional to the square of the distance d from a light source. If 70 foot-candles of illumination is measured 2 feet away from a lamp, what level of illumination might we expect 12 foot away from the lamp?

    6. The amount of illumination I is inversely proportional to the square of the distance d from a light source. If 40 foot-candles of illumination is measured 3 feet away from a lamp, at what distance can we expect 10 foot-candles of illumination?

    7. The number of men, represented by y, needed to lay a cobblestone driveway is directly proportional to the area A of the driveway and inversely proportional to the amount of time t allowed to complete the job. Typically, 3 men can lay 1,200 square feet of cobblestone in 4 hours. How many men will be required to lay 2,400 square feet of cobblestone in 6 hours?

    8. The volume of a right circular cylinder varies jointly as the square of its radius and its height. A right circular cylinder with a 3-centimeter radius and a height of 4 centimeters has a volume of 36π cubic centimeters. Find a formula for the volume of a right circular cylinder in terms of its radius and height.

    9. The period T of a pendulum is directly proportional to the square root of its length L. If the length of a pendulum is 1 meter, then the period is approximately 2 seconds. Approximate the period of a pendulum that is 0.5 meter in length.

    10. The time t it takes an object to fall is directly proportional to the square root of the distance d it falls. An object dropped from 4 feet will take 12 second to hit the ground. How long will it take an object dropped from 16 feet to hit the ground?

      Newton’s universal law of gravitation states that every particle of matter in the universe attracts every other particle with a force F that is directly proportional to the product of the masses m1 and m2 of the particles and inversely proportional to the square of the distance d between them. The constant of proportionality is called the gravitational constant.

      Figure 4.3

       

      Sir Isaac Newton (1643—1727)

       

      Source: Portrait of Isaac Newton by Sir Godfrey Kneller, from http://commons.wikimedia.org/wiki/File:GodfreyKneller-IsaacNewton-1689.

      http://commons.wikimedia.org/wiki/File:Frans_Hals_-_Portret_

      _van_Ren%C3%A9_Descartes.jpg.

    1. If two objects with masses 50 kilograms and 100 kilograms are 12 meter apart, then they produce approximately 1.34×106 newtons (N) of force. Calculate the gravitational constant.

    2. Use the gravitational constant from the previous exercise to write a formula that approximates the force F in newtons between two masses m1 and m2, expressed in kilograms, given the distance d between them in meters.

    3. Calculate the force in newtons between Earth and the Moon, given that the mass of the Moon is approximately 7.3×1022 kilograms, the mass of Earth is approximately 6.0×1024 kilograms, and the distance between them is on average 1.5×1011 meters.

    4. Calculate the force in newtons between Earth and the Sun, given that the mass of the Sun is approximately 2.0×1030 kilograms, the mass of Earth is approximately 6.0×1024 kilograms, and the distance between them is on average 3.85×108 meters.

    5. If y varies directly as the square of x, then how does y change if x is doubled?

    6. If y varies inversely as square of t, then how does y change if t is doubled?

    7. If y varies directly as the square of x and inversely as the square of t, then how does y change if both x and t are doubled?

Answers

  1. 20 miles per hour

  2. 240 miles per hour

  3. 52 miles per hour

  4. 5 miles per hour

  5. 112 miles per hour

  6. 10 miles per hour

  7. 1 mile per hour

  8. 40 miles per hour

  9. 50 miles per hour

  1. 247 hours

  2. 30 hours

  3. 6 hours

  4. 20 hours

  5. 3 hours

  6. 4 hours

  1. D=kt

  2. d=kv2

  3. V=kp

  4. I=krt

  5. y=5x

  6. y=4x

  7. y=27x

  8. y=14x

  9. y=23xz

  10. y=19xz

  11. y=5x2

  12. y=3x2
  13. y=54xz2
  14. y=12xz2
  15. $382.50

  16. $26.65

  17. 2π

  18. 36π square meters

  19. 50 cubic centimeters

  20. 14

  21. 7.5 inches

  22. 49 feet

  23. 108 cubic inches

  24. 4 feet

  25. 1,120 foot-candles

  26. 4 men

  27. 1.4 seconds

  28. 6.7×1011Nm2/kg2

  29. 1.98×1020N

  30. y changes by a factor of 4

  31. y remains unchanged

4.9 Review Exercises and Sample Exam

Review Exercises

    Algebra of Functions

      Evaluate

    1. Given f(x)=2x2x+6, find f(3), f(0), and f(10).

    2. Given g(x)=x2+4x1, find g(1), g(0), and g(3).

    3. Given h(t)=t32t2+3, find h(3), h(0), and h(2).

    4. Given p(x)=x42x2+x, find p(1), p(0), and p(2).

    5. The following graph gives the height h(t) in feet of a projectile over time t in seconds.

      1. Use the graph to determine the height of the projectile at 2.5 seconds.
      2. At what time does the projectile reach its maximum height?
      3. How long does it take the projectile to return to the ground?
    6. Given the graph of the function f, find f(9), f(3), and f(12).

    7. From the ground, a bullet is fired straight up into the air at 340 meters per second. Ignoring the effects of air friction, write a function that models the height of the bullet and use it to calculate the bullet’s height after one-quarter of a second. (Round off to the nearest meter.)

    8. An object is tossed into the air at an initial speed of 30 feet per second from a rooftop 10 feet high. Write a function that models the height of the object and use it to calculate the height of the object after 1 second.

      Perform the operations.

    1. Given f(x)=5x23x+1 and g(x)=2x2x1, find (f+g)(x).

    2. Given f(x)=x2+3x8 and g(x)=x25x7, find (fg)(x).

    3. Given f(x)=3x2x+2 and g(x)=2x3, find (fg)(x).

    4. Given f(x)=27x515x33x2 and g(x)=3x2, find (f/g)(x).

    5. Given g(x)=x2x+1, find g(3u).

    6. Given g(x)=x31, find g(x1).

      Given f(x)=16x312x2+4x, g(x)=x2x+1, and h(x)=4x, find the following:

    1. (gh)(x)

    2. (fg)(x)

    3. (g+f)(x)

    4. (f/h)(x)

    5. (fh)(1)

    6. (g+h)(3)

    7. (gf)(2)

    8. (f/h)(32)

    Factoring Polynomials

      Factor out the greatest common factor (GCF).

    1. 2x412x32x2

    2. 18a3b3a2b2+3ab3

    3. x4y33x3y+x2y

    4. x3nx2nxn

      Factor by grouping.

    1. 2x3x2+2x1

    2. 3x3x26x+2

    3. x35x2y+xy25y3

    4. a2ba+ab3b2

    5. 2x44xy3+2x2y24x3y

    6. x4y2xy5+x3y4x2y3

      Factor the special binomials.

    1. 64x21

    2. 9100y2

    3. x236y2

    4. 4(2x1)2

    5. a3b3+125

    6. 64x3y3

    7. 81x4y4

    8. x81

    9. x664y6

    10. 1a6b6

    Factoring Trinomials

      Factor.

    1. x28x48

    2. x215x+54

    3. x24x6

    4. x212xy+36y2

    5. x2+20xy+75y2

    6. x2+5x+150

    7. 2y2+20y+48

    8. 28x2+20x+3

    9. 150x2100x+6

    10. 24a238ab+3b2

    11. 27u23uv4v2

    12. 16x2y278xy+27

    13. 16m2+72mn+81n2

    14. 4x25x+20

    15. 25x435x2+6

    16. 2x4+7x2+3

    17. x6+3x3y310y6

    18. a68a3b3+15b6

    19. x2n2xn+1

    20. 6x2nxn2

    Solve Polynomial Equations by Factoring

      Factor completely.

    1. 45x320x

    2. 12x470x3+50x2

    3. 20x2+32x3

    4. x3y+9xy3

    5. 24a4b2+3ab5

    6. 64a6b61

    7. 64x2+1

    8. x3+x2yxy2y3

      Solve by factoring.

    1. 9x2+8x=0

    2. x21=0

    3. x212x+20=0

    4. x22x48=0

    5. (2x+1)(x2)=3

    6. 2(x4)2=7

    7. (x6)(x+3)=18

    8. (x+5)(2x1)=3(2x1)

    9. 12x2+23x18=0

    10. 14x21912x+12=0

    11. x32x224x=0

    12. x45x2+4=0

      Find the roots of the given functions.

    1. f(x)=12x28x

    2. g(x)=2x318x

    3. h(t)=16t2+64

    4. p(x)=5x221x+4

    5. The height in feet of an object dropped from the top of a 16-foot ladder is given by h(t)=16t2+16, where t represents the time in seconds after the object has been dropped. How long will it take to hit the ground?

    6. The length of a rectangle is 2 centimeters less than twice its width. If the area of the rectangle is 112 square centimeters, find its dimensions.

    7. A triangle whose base is equal in measure to its height has an area of 72 square inches. Find the length of the base.

    8. A box can be made by cutting out the corners and folding up the edges of a sheet of cardboard. A template for a rectangular cardboard box of height 2 inches is given.

      What are the dimensions of a cardboard sheet that will make a rectangular box with volume 240 cubic inches?

      Solve or factor.

    1. x225

    2. x2121=0

    3. 16x222x3=0

    4. 3x214x5

    5. x3x22x2

    6. 3x2=15x

      Find a polynomial equation with integer coefficients, given the solutions.

    1. 5, −2

    2. 23,12

    3. ±45

    4. ±10

    5. −4, 0, 3

    6. −8 double root

    Rational Functions: Multiplication and Division

      State the restrictions and simplify.

    1. 108x312x2
    2. 56x2(x2)28x(x2)3
    3. 64x22x215x8
    4. 3x2+28x+981x2
    5. x2255x210x215x2x2+7x15
    6. 7x241x6(x7)249x2x2+x42
    7. 28x2(2x3)4x29÷7x4x212x+9
    8. x210x+24x28x+16÷2x213x+6x2+2x24

      Perform the operations and simplify. Assume all variable expressions in the denominator are nonzero.

    1. a2b24a2b2+4ab32aba22ab+b2
    2. a25ab+6b2a24ab+4b2÷9b2a23a3b6a2b2
    3. x2+xy+y24x2+3xyy2x2y2x3y3÷x+y12x2y3xy2
    4. x4y4x22xy+y2÷x24xy5y210x32x211xy+5y22x3y+2xy3

      Perform the operations and state the restrictions.

    1. Given f(x)=4x2+39x10x2+3x10 and g(x)=2x2+7x15x2+13x+30, find (fg)(x).

    2. Given f(x)=25x23+x and g(x)=9x25x, find (fg)(x).

    3. Given f(x)=42x22x2+3x2 and g(x)=14x4x24x+1, find (f/g)(x).

    4. Given f(x)=x220x+100x21 and g(x)=x2100x2+2x+1, find (f/g)(x).

    5. The daily cost in dollars of running a small business is given by C(x)=150+45x where x represents the number of hours the business is in operation. Determine the average cost per hour if the business is in operation for 8 hours in a day.

    6. An electric bicycle manufacturer has determined that the cost of producing its product in dollars is given by the function C(n)=2n2+100n+2,500 where n represents the number of electric bicycles produced in a day. Determine the average cost per bicycle if 10 and 20 are produced in a day.

    7. Given f(x)=3x5, simplify f(x+h)f(x)h.

    8. Given g(x)=2x2x+1, simplify g(x+h)g(x)h.

    Rational Functions: Addition and Subtraction

      State the restrictions and simplify.

    1. 5x6x2364xx236
    2. 2x+5x
    3. 5x5+12x
    4. xx2+3x+3
    5. 7(x1)4x217x+152x3
    6. 5x19x+252x2+5x
    7. xx52x35(x3)x28x+15
    8. 3x2x1x4x+4+12(2x)2x2+7x4
    9. 1t1+1(t1)21t21
    10. 1t12t5t22t+15t23t2(t1)3
    11. 2x1+x2
    12. (x4)12x2

      Simplify. Assume that all variable expressions used as denominators are nonzero.

    1. 17+1x1491x2
    2. 11001x21x110
    3. 3x1x55x+22x
    4. 112x+35x2125x2
    5. x4x125x1+2x2
    6. 8x1+y1y264x2

      Perform the operations and state the restrictions.

    1. Given f(x)=3x3 and g(x)=x2x+2, find (f+g)(x).

    2. Given f(x)=1x2+x and g(x)=2xx21, find (f+g)(x).

    3. Given f(x)=x3x5 and g(x)=x2xx225, find (fg)(x).

    4. Given f(x)=11x+4x22x8 and g(x)=2xx4, find (fg)(x).

    Solving Rational Equations

      Solve.

    1. 3x=12x+15
    2. xx4=x+8x8
    3. x+52(x+2)+x2x+4=1
    4. 2xx5+1x+1=0
    5. x+1x4+4x+6=10x2+2x24
    6. 2x122x+3=23x22x2+3x
    7. x+7x29x+7=81x2+5x14
    8. xx+5+1x4=4x7x2+x20
    9. 23x1+x2x+1=2(34x)6x2+x1
    10. xx1+1x+1=2xx21
    11. 2xx+512x3=47x2x2+7x15
    12. xx+4+12x+7=x+82x2+15x+28
    13. 1t122t+1=1t222t1
    14. t1t2t2t3=t3t4t4t5
    15. Solve for a: 1a=1b1c

    16. Solve for y: x=3y1y5

    17. A positive integer is 4 less than another. If the reciprocal of the larger integer is subtracted from twice the reciprocal of the smaller, the result is 16. Find the two integers.

    18. If 3 times the reciprocal of the larger of two consecutive odd integers is added to 7 times the reciprocal of the smaller, the result is 43. Find the integers.

    19. If the reciprocal of the smaller of two consecutive integers is subtracted from three times the reciprocal of the larger, the result is 310. Find the integers.

    20. A positive integer is twice that of another. The sum of the reciprocals of the two positive integers is 14. Find the two integers.

    Applications and Variation

      Use algebra to solve the following applications.

    1. Manuel traveled 8 miles on the bus and another 84 miles on a train. If the train was 16 miles per hour faster than the bus, and the total trip took 2 hours, what was the average speed of the train?

    2. A boat can average 10 miles per hour in still water. On a trip downriver, the boat was able to travel 7.5 miles with the current. On the return trip, the boat was only able to travel 4.5 miles in the same amount of time against the current. What was the speed of the current?

    3. Susan can jog, on average, 112 miles per hour faster than her husband Bill. Bill can jog 10 miles in the same amount of time it takes Susan to jog 13 miles. How fast, on average, can Susan jog?

    4. In the morning, Raul drove 8 miles to visit his grandmother and then returned later that evening. Because of traffic, his average speed on the return trip was 12 that of his average speed that morning. If the total driving time was 34 of an hour, what was his average speed on the return trip?

    5. One pipe can completely fill a water tank in 6 hours while another smaller pipe takes 8 hours to fill the same tank. How long will it take to fill the tank to 34 capacity if both pipes are turned on?

    6. It takes Bill 3 minutes longer than Jerry to fill an order. Working together they can fill 15 orders in 30 minutes. How long does it take Bill to fill an order by himself?

    7. Manny takes twice as long as John to assemble a skateboard. If they work together, they can assemble a skateboard in 6 minutes. How long would it take Manny to assemble the skateboard without John’s help?

    8. Working alone, Joe can complete the yard work in 30 minutes. It takes Mike 45 minutes to complete work on the same yard. How long would it take them working together?

      Construct a mathematical model given the following:

    1. y varies directly as x, where y = 30 when x = 5.

    2. y varies inversely as x, where y = 3 when x = −2.

    3. y is jointly proportional to x and z, where y = −50 when x = −2 and z = 5.

    4. y is directly proportional to the square of x and inversely proportional to z, where y = −6 when x = 2 and z = −8.

    5. The distance an object in free fall varies directly with the square of the time that it has been falling. It is observed that an object falls 36 feet in 112 seconds. Find an equation that models the distance an object will fall, and use it to determine how far it will fall in 212 seconds.

    6. After the brakes are applied, the stopping distance d of an automobile varies directly with the square of the speed s of the car. If a car traveling 55 miles per hour takes 181.5 feet to stop, how many feet will it take to stop if it is moving 65 miles per hour?

    7. The weight of an object varies inversely as the square of its distance from the center of the Earth. If an object weighs 180 lbs on the surface of the Earth (approximately 4,000 miles from the center), then how much will it weigh at 2,000 miles above the Earth’s surface?

    8. The cost per person of renting a limousine varies inversely with the number of people renting it. If 5 people go in on the rental, the limousine will cost $112 per person. How much will the rental cost per person if 8 people go in on the rental?

    9. To balance a seesaw, the distance from the fulcrum that a person must sit is inversely proportional to his weight. If a 52-pound boy is sitting 3 feet away from the fulcrum, then how far from the fulcrum must a 44-pound boy sit? Round to the nearest tenth of a foot.

Answers

  1. f(3)=27; f(0)=6; f(10)=196

  2. h(3)=12; h(0)=3; h(2)=13

  3. a. 60 feet; b. 2 seconds; c. 4 seconds

  4. h(t)=4.9t2+340t; at 0.25 second, the bullet’s height is about 85 meters.

  5. (f+g)(x)=7x24x

  6. (fg)(x)=6x311x2+7x6

  7. g(3u)=9u2+3u+1

  8. (gh)(x)=4x34x2+4x

  9. (g+f)(x)=16x311x2+3x+1

  10. (fh)(1)=128

  11. (gf)(2)=85

  1. 2x2(x26x1)

  2. x2y(x2y23x+1)

  3. (x2+1)(2x1)

  4. (x2+y2)(x5y)

  5. 2x(x2y)(x2+y2)

  6. (8x+1)(8x1)

  7. (x+6y)(x6y)

  8. (ab+5)(a2b25ab+25)

  9. (9x2+y2)(3x+y)(3xy)

  10. (x+2y)(x22xy+4y2)(x2y)(x2+2xy+4y2)

  1. (x12)(x+4)

  2. Prime

  3. (x+5y)(x+15y)

  4. 2(y12)(y+2)

  5. 2(15x1)(5x3)

  6. (3u+v)(9u4v)

  7. (4m+9n)2

  8. (5x26)(5x21)

  9. (x3+5y3)(x32y3)

  10. (xn1)2

  1. 5x(3x+2)(3x2)

  2. (10x1)(2x3)

  3. 3ab2(2a+b)(4a22ab+b2)

  4. Prime

  5. 89, 0

  6. 2, 10

  7. −1, 52

  8. 0, 3

  9. 32,16

  10. −4, 0, 6

  11. 0, 23

  12. ±2

  13. −9, 0, 6

  14. 1 second

  15. 12 inches

  16. Factor; (x+5)(x5)

  17. Solve; 18,32

  18. Factor; (x1)(x22)

  19. x23x10=0

  20. 25x216=0

  21. x3+x212x=0

  1. 9x; x0

  2. x+82x+1; x12,8

  3. x5x; x5,0,32

  4. 4x(2x3)22x+3; x±32,0

  5. 12b(ab)

  6. 3xyx+y

  7. (fg)(x)=(4x1)(2x3)(x2)(x+3); x10,5,3,2

  8. (f/g)(x)=3x(2x1)x+2; x2,0,12

  9. $63.75 per hour

  10. 3

  1. 1x+6; x±6

  2. 11x52x(x5); x0,5

  3. 14x5; x54,3

  4. x5x3; x3,5

  5. t2+1(t+1)(t1)2;t±1

  6. 2x+1x2; x0

  7. 7xx7

  8. (x+2)(2x15)(x5)(3x4)

  9. x(x+2)2x1

  10. (f+g)(x)=x22x+12(x3)(x+2); x2,3

  11. (fg)(x)=3x+5; x±5

  1. −9

  2. −1, 4

  3. −11, 0

  4. Ø

  5. −4

  6. 32

  7. 34

  8. a=bccb

  9. {8, 12}

  10. {5, 6}

  1. 48 miles per hour

  2. 6.5 miles per hour

  3. Approximately 2.6 hours

  4. 18 minutes

  5. y=6x

  6. y=5xz

  7. d=16t2; 100 feet

  8. 80 lbs

  9. Approximately 3.5 feet

Sample Exam

      Given f(x)=x2x+4, g(x)=5x1, and h(x)=2x2+x3, find the following:

    1. (gh)(x)

    2. (hf)(x)

    3. (f+g)(1)

      Factor.

    1. x3+16x2x232

    2. x38y3

    3. x481

    4. 25x2y240xy+16

    5. 16x3y+12x2y218xy3

      Solve.

    1. 6x2+24x=0

    2. (2x+1)(3x+2)=12

    3. (2x+1)2=23x+6

    4. Find a quadratic equation with integer coefficients given the solutions { 12,3 }.

    5. Given f(x)=5x2x+4, simplify f(x+h)f(x)h, where h0.

      Simplify and state the restrictions.

    1. 4x233x+8x210x+16÷16x21x24x+4
    2. x1x7+11x2(x+11)x28x+7

      Assume all variable expressions in the denominator are nonzero and simplify.

    1. 3x+1y1y29x2

      Solve.

    1. 6x53x+2=2xx+1
    2. 2xx+515x=2xx225
    3. Find the root of the function defined by f(x)=1x+34.

    4. Solve for y: x=4y3y1

      Use algebra to solve.

    1. The height of an object dropped from a 64-foot building is given by the function h(t)=16t2+64, where t represents time in seconds after it was dropped.

      1. Determine the height of the object at 34 of a second.
      2. How long will it take the object to hit the ground?
    2. One positive integer is 3 units more than another. When the reciprocal of the larger is subtracted from twice the reciprocal of the smaller, the result is 29. Find the two positive integers.

    3. A light airplane can average 126 miles per hour in still air. On a trip, the airplane traveled 222 miles with a tailwind. On the return trip, against a headwind of the same speed, the plane was only able to travel 156 miles in the same amount of time. What was the speed of the wind?

    4. On the production line, it takes John 2 minutes less time than Mark to assemble a watch. Working together they can assemble 5 watches in 12 minutes. How long does it take John to assemble a watch working alone?

    5. Write an equation that relates x and y, given that y varies inversely with the square of x, where y=13 when x=3. Use it to find y when x=12.

Answers

  1. (gh)(x)=10x3+3x216x+3

  2. (f+g)(1)=0

  3. (x2y)(x2+2xy+4y2)

  4. (5xy4)2

  5. −4, 0

  6. 14, 5

  7. 10x+5h1

  8. x+2x1; x1,7

  9. 53

  10. 114

  11. a. 55 feet; b. 2 seconds

  12. 22 miles per hour

  13. y=3x2; y=12