Function Operations

Grade 12 · algebra · 89 practice problems · read aloud

🔊 Listen to this explanation

Function Operations: Combining Functions

🔍 What Are Function Operations?

Function operations involve performing arithmetic operations (addition, subtraction, multiplication, and division) with two or more functions. This is fundamental in advanced algebra and calculus because it allows us to build complex functions from simpler ones, model real-world scenarios where multiple relationships interact, and analyze the combined behavior of functions.

🧩 Step-by-Step Guide

Given two functions, f(x) and g(x), you can create new functions:

  1. Sum: (f + g)(x) = f(x) + g(x)
  2. Difference: (f - g)(x) = f(x) - g(x)
  3. Product: (f · g)(x) = f(x) · g(x)
  4. Quotient: (f / g)(x) = f(x) / g(x), where g(x) ≠ 0

Process: For any input x, perform the indicated operation on the outputs f(x) and g(x). Always state domain restrictions, especially for quotients!

📚 Worked Examples

Example 1: Sum & Product

Let f(x) = 2x + 1 and g(x) = x² - 4. Find (f + g)(x) and (f · g)(x).

Step 1 (Sum): (f + g)(x) = f(x) + g(x) = (2x + 1) + (x² - 4)

Step 2: Combine like terms: = x² + 2x - 3

Step 3 (Product): (f · g)(x) = f(x) · g(x) = (2x + 1)(x² - 4)

Step 4: Expand: = 2x³ - 8x + x² - 4 = 2x³ + x² - 8x - 4

Example 2: Quotient & Domain

Let f(x) = √x and g(x) = x - 3. Find (f / g)(x) and state its domain.

Step 1: (f / g)(x) = f(x) / g(x) = √x / (x - 3)

Step 2 (Domain): The radicand (x) must be ≥ 0. The denominator (x - 3) cannot be 0, so x ≠ 3.

Step 3: Combine restrictions: Domain is [0, 3) ∪ (3, ∞).

⚠️ Common Mistakes to Avoid

  • Ignoring the Domain: For division, the domain of the new function excludes any x that makes g(x) = 0. This is a frequently missed step!
  • Misapplying Operations: Remember (f · g)(x) is f(x) * g(x), NOT f(g(x)). That is function composition, a different operation.
  • Incorrect Distribution: Be careful when subtracting: (f - g)(x) means f(x) - g(x), not f(x) - g(x) with the subtraction sign lost.

💡 Tips & Tricks

  • Domain First: When finding a quotient, identify the values that make the denominator zero before simplifying the expression.
  • FOIL with Care: For products of polynomials, use the FOIL method or the distributive property systematically to avoid missing terms.
  • Think "Outputs": Remember, you are adding/subtracting/multiplying/dividing the output values of the functions.

🎯 How to Practice

Mastery comes from consistent practice:

  • Start by creating flashcards with pairs of functions (linear, quadratic, radical) and practice each operation.
  • Focus heavily on quotient functions, as they combine domain restrictions from radicals and denominators.
  • Use graphing technology to visualize the sum/difference/product of two functions and see how they relate to the original graphs.
  • Challenge yourself with word problems where you have to derive the functions before operating on them.

Practice problems

6 of the 89, worked through step by step — try them before opening the answer.

1 f(x) = 7x³ - 13x, g(x) = 5x² + 9. Find (f + g)(x)

Hint: To add two functions, combine like terms by adding the coefficients of terms with the same degree.

Show the answer

Answer: 7x³ + 5x² - 13x + 9

  1. Write the sum of the functions: (f + g)(x) = (7x³ - 13x) + (5x² + 9)
  2. Remove parentheses: 7x³ - 13x + 5x² + 9
  3. Rearrange in standard form (descending order): 7x³ + 5x² - 13x + 9
  4. Verify there are no like terms to combine further The final answer is 7x³ + 5x² - 13x + 9.

2 f(x) = 6x³ - 4x², g(x) = 2x² + 8x. Find (f - g)(x) = ?

Hint: Subtract the second function from the first function by combining like terms. Remember to distribute the negative sign to all terms in g(x).

Show the answer

Answer: 6x³ - 6x² - 8x

  1. Write out the functions: f(x) = 6x³ - 4x², g(x) = 2x² + 8x
  2. Set up the subtraction: (f - g)(x) = (6x³ - 4x²) - (2x² + 8x)
  3. Distribute the negative sign: 6x³ - 4x² - 2x² - 8x
  4. Combine like terms: 6x³ + (-4x² - 2x²) - 8x
  5. Simplify: 6x³ - 6x² - 8x
  6. The final answer is 6x³ - 6x² - 8x

3 f(x) = 8x³ - 12x² + 9, g(x) = 4x² - 7x + 15. Find (f+g)(x)

Hint: When adding two functions, combine like terms by adding coefficients of terms with the same power of x

Show the answer

Answer: 8x³ - 8x² - 7x + 24

  1. Write the sum of the functions: (f+g)(x) = (8x³ - 12x² + 9) + (4x² - 7x + 15)
  2. Combine x³ terms: 8x³
  3. Combine x² terms: -12x² + 4x² = -8x²
  4. Combine x terms: -7x
  5. Combine constant terms: 9 + 15 = 24
  6. Write the final expression: 8x³ - 8x² - 7x + 24 Therefore, (f+g)(x) = 8x³ - 8x² - 7x + 24

4 f(x) = 4x³ - 11x + 15, g(x) = 2x² + 7x - 9. Find (f - g)(x)

Hint: Remember that (f - g)(x) means subtracting g(x) from f(x) term by term, paying attention to signs when distributing the subtraction.

Show the answer

Answer: 4x³ - 2x² - 18x + 24

  1. Write the expression for (f - g)(x): (4x³ - 11x + 15) - (2x² + 7x - 9)
  2. Distribute the negative sign: 4x³ - 11x + 15 - 2x² - 7x + 9
  3. Combine like terms: - x³ terms: 4x³ - x² terms: -2x² - x terms: -11x - 7x = -18x - constant terms: 15 + 9 = 24
  4. Write the final expression: 4x³ - 2x² - 18x + 24

5 f(x) = 6x³ - 11x² + 16, g(x) = x² - 4x + 1. Find (f - g)(x)

Hint: Subtract the second function from the first by distributing the negative sign and combining like terms

Show the answer

Answer: 6x³ - 12x² + 4x + 15

  1. Write the expression for (f - g)(x) (f - g)(x) = f(x) - g(x) = (6x³ - 11x² + 16) - (x² - 4x + 1)
  2. Distribute the negative sign = 6x³ - 11x² + 16 - x² + 4x - 1
  3. Combine like terms x³ terms: 6x³ x² terms: -11x² - x² = -12x² x terms: +4x Constant terms: 16 - 1 = 15
  4. Write the final expression (f - g)(x) = 6x³ - 12x² + 4x + 15

6 f(x) = 8x³ - 12x² + 5, g(x) = 4x² - 7x + 9. Find (f - g)(x)

Hint: Remember that subtracting functions means subtracting their corresponding terms. Be careful with negative signs when subtracting polynomials.

Show the answer

Answer: 8x³ - 16x² + 7x - 4

  1. Write out the subtraction: (f - g)(x) = f(x) - g(x)
  2. Substitute the functions: (8x³ - 12x² + 5) - (4x² - 7x + 9)
  3. Distribute the negative sign: 8x³ - 12x² + 5 - 4x² + 7x - 9
  4. Combine like terms: - x³ terms: 8x³ - x² terms: -12x² - 4x² = -16x² - x terms: +7x - constant terms: 5 - 9 = -4
  5. Write the final result: 8x³ - 16x² + 7x - 4
Practise this topic — 10 free problems, no signup →