Function Multiplication vs. Function Composition
Function multiplication and function composition are two distinct operations in California Reveal Math, Algebra 1 (Grade 9). Function multiplication means (f·g)(x) = f(x)·g(x) — evaluate each function with the same input and multiply the results. Function composition means (f∘g)(x) = f(g(x)) — plug the entire output of g(x) as the new input into f(x). For example, if f(x) = x+3 and g(x) = x², multiplication gives x³+3x² while composition gives x²+3. These produce completely different expressions. The dot symbol (·) signals multiply; the open circle (∘) or nested parentheses signal compose. Mastering this distinction is essential for advanced algebra and precalculus.
Key Concepts
Property It is critical to distinguish between multiplying two functions and composing two functions. They use similar notation but require completely different operations: Multiplication: $(f \cdot g)(x) = f(x) \cdot g(x)$. You evaluate both functions independently and multiply their answers together. Composition: $(f \circ g)(x) = f(g(x))$. You take the entire output of $g(x)$ and plug it directly INTO $f(x)$ as its new input.
Examples Let $f(x) = x + 3$ and $g(x) = x^2$. Multiplication: $(f \cdot g)(x) = (x + 3)(x^2) = x^3 + 3x^2$ Composition: $(f \circ g)(x) = f(x^2) = x^2 + 3$ Notice that the resulting expressions are completely different. Evaluating at a Number: Let $f(x) = 2x$ and $g(x) = x 1$. Evaluate at $x = 4$. Multiplication: $(f \cdot g)(4) = f(4) \cdot g(4) = (8) \cdot (3) = 24$. Composition: $(f \circ g)(4) = f(g(4)) = f(3) = 2(3) = 6$.
Explanation Function multiplication is a partnership: both functions get the exact same input number, do their own separate math, and then multiply their final answers together. Function composition is a chain reaction: the second function does its math, and then hands its final answer directly to the first function to use as raw material. The notation is the key signal: a dot $\cdot$ means multiply, while an open circle $\circ$ (or nested parentheses) means composition!
Common Questions
What is the difference between function multiplication and composition?
Function multiplication (f·g)(x) = f(x)·g(x) evaluates both functions at the same input x and multiplies the results. Function composition (f∘g)(x) = f(g(x)) uses the output of g(x) as the input to f(x). They use similar notation but produce different results.
How do you compute (f·g)(x) when f(x)=2x and g(x)=x-1?
Evaluate both at x: f(x)·g(x) = 2x·(x-1) = 2x²-2x.
How do you compute (f∘g)(x) when f(x)=2x and g(x)=x-1?
Substitute g(x) into f: f(g(x)) = f(x-1) = 2(x-1) = 2x-2.
What does the open circle symbol mean in function notation?
The open circle ∘ means function composition: (f∘g)(x) = f(g(x)). The dot · means multiplication: (f·g)(x) = f(x)·g(x).
Can you evaluate function multiplication and composition at a specific number?
Yes. For f(x)=2x, g(x)=x-1, at x=4: multiplication gives f(4)·g(4)=8·3=24; composition gives f(g(4))=f(3)=6.
Why do function multiplication and composition give different answers?
Multiplication applies both functions independently to the same input, then multiplies outputs. Composition feeds g's output as f's input — a chained operation. They are fundamentally different algebraic processes.
Is function composition commutative?
No. In general (f∘g)(x) ≠ (g∘f)(x). Always check the order: (f∘g) means g runs first, then f processes g's result.