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:
- Sum: (f + g)(x) = f(x) + g(x)
- Difference: (f - g)(x) = f(x) - g(x)
- Product: (f · g)(x) = f(x) · g(x)
- 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.