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