Form and use composite functions, understanding that the order of composition is important
Functions – Composite Functions
Objective: Form and use composite functions, understanding that the order of composition is important. 🚀
What is a composite function?
If we have two functions f(x) and g(x), the composite function f∘g is defined as: $$f∘g(x) = f\bigl(g(x)\bigr).$$ Think of it like a two‑step recipe: first you bake the cake (apply g), then you frost it (apply f). The final taste depends on the order! 🍰
How to form a composite function
- Write down the two functions. Example: f(x)=2x+3 and g(x)=x^2-1.
- Replace every occurrence of x in f(x) with the entire expression of g(x):
f∘g(x)=2\bigl(x^2-1\bigr)+3 = 2x^2-2+3 = 2x^2+1. - Check your work by plugging a value, e.g., x=2:
g(2)=2^2-1=3, then f(3)=2·3+3=9. The composite gives 9 as well.
Order matters! Why does f∘g ≠ g∘f?
Using the same functions:
f∘g(x)=2x^2+1 (as above).
g∘f(x)=\bigl(2x+3\bigr)^2-1 = 4x^2+12x+8.
They are clearly different. The order changes the “ingredients” that each function receives, just like swapping the order of adding sugar and flour changes the cake’s texture. 🔄
Exam Tips
Tip 1: Always write the inner function first. Remember the mnemonic “Inside Out” – the function that appears inside the parentheses is applied first. 🧩
Tip 2: Check the domain: the inner function’s output must lie within the domain of the outer function. If g(x) gives a negative number but f(x) requires a positive input, the composite is undefined there. ⚠️
Tip 3: Practice simplifying algebraic expressions before plugging in numbers; this reduces calculation errors. ✏️
Tip 2: Check the domain: the inner function’s output must lie within the domain of the outer function. If g(x) gives a negative number but f(x) requires a positive input, the composite is undefined there. ⚠️
Tip 3: Practice simplifying algebraic expressions before plugging in numbers; this reduces calculation errors. ✏️
Practice Problems
| Problem | f(x) | g(x) | f∘g(x) | g∘f(x) |
|---|---|---|---|---|
| 1 | f(x)=x+4 | g(x)=3x-2 | $f∘g(x)=3x+2$ | $g∘f(x)=3x+10$ |
| 2 | f(x)=x^2 | g(x)=x-5 | $f∘g(x)=(x-5)^2$ | $g∘f(x)=x^2-5$ |
| 3 | f(x)=\frac{1}{x} | g(x)=2x+1 | $f∘g(x)=\frac{1}{2x+1}$ | $g∘f(x)=\frac{2}{x}+1$ |
Revision
Log in to practice.
0 views
0 suggestions