Composite Functions - Cheat Sheet
Composite Functions - Cheat Sheet
(f ∘ g)(x) = f (g(x))
This means you first apply g(x), then use that output as the input for f (x).
✅ Example:
Let f (x) = 2x + 3 and g(x) = x2 − 1. Find (f ∘ g)(x).
https://chatgpt.com/c/67e35e6b-8f28-8006-88d2-7f3e25230a06 1/4
3/26/25, 4:41 PM Expanding and simplifying expression
(f ∘ g)(x) = (g ∘ f )(x) = x
✅ Example:
Let f (x) = x and g(x) = x − 2. Find the domain of (f ∘ g)(x).
x−2≥0⇒x≥2
f (x) = x + 2, g(x) = 3x
Find (f ∘ g)(x).
https://chatgpt.com/c/67e35e6b-8f28-8006-88d2-7f3e25230a06 2/4
3/26/25, 4:41 PM Expanding and simplifying expression
✅ Solution:
(f ∘ g)(x) = f (g(x)) = f (3x)
(3x) + 2 = 3x + 2
So, (f ∘ g)(x) = 3x + 2. ✅
Problem 2
Given:
f (x) = x2 + 1, g(x) = x − 3
Find (g ∘ f )(x).
✅ Solution:
(g ∘ f )(x) = g(f (x)) = g(x2 + 1)
(x2 + 1) − 3 = x2 − 2
So, (g ∘ f )(x) = x2 − 2. ✅
Problem 3
Given:
x
f (x) = 2x − 5, g(x) = +5
2
Distribute:
x + 10 − 5 = x
https://chatgpt.com/c/67e35e6b-8f28-8006-88d2-7f3e25230a06 4/4