How to find the composition of functions and its domain? A tutorial including detailed explanations is presented. Practice questions with detailed solutions hidden in collapsible dropdowns are also included. Explore applications of composition of functions for more practice.
Find \( (f \circ g)(-2) \) given that:
\[ f(x) = -3x + 2 \quad \text{and} \quad g(x) = |x - 4| \]By definition of composite functions:
\[ (f \circ g)(-2) = f(g(-2)) \]First, evaluate \( g(-2) \):
\[ g(-2) = |-2 - 4| = |-6| = 6 \]Next, evaluate \( f(g(-2)) = f(6) \):
\[ f(6) = -3(6) + 2 = -18 + 2 = -16 \]Conclusion: \( (f \circ g)(-2) = -16 \)
Find \( (f \circ g)(x) \) and the domain of \( f \circ g \) given that:
\[ f(x) = \dfrac{x - 1}{x + 2} \quad \text{and} \quad g(x) = \dfrac{x + 1}{x - 2} \]First, find \( (f \circ g)(x) \):
\[ (f \circ g)(x) = f(g(x)) = \dfrac{g(x) - 1}{g(x) + 2} \] \[ = \dfrac{\dfrac{x + 1}{x - 2} - 1}{\dfrac{x + 1}{x - 2} + 2} = \dfrac{\dfrac{(x + 1) - (x - 2)}{x - 2}}{\dfrac{(x + 1) + 2(x - 2)}{x - 2}} = \dfrac{3}{3x - 3} = \dfrac{1}{x - 1} \]Next, determine the domain:
Solve \( g(x) = -2 \):
\[ \dfrac{x + 1}{x - 2} = -2 \implies x + 1 = -2(x - 2) \implies x + 1 = -2x + 4 \implies 3x = 3 \implies x = 1 \]Thus, \( x \) must also be different from \( 1 \).
Conclusion: The domain of \( f \circ g \) is:
\[ (-\infty, 1) \cup (1, 2) \cup (2, \infty) \]Find the composition \( (f \circ g)(x) \) and the domain of \( f \circ g \) given that:
\[ f(x) = x^2 + 2 \quad \text{and} \quad g(x) = \sqrt{x - 2} \]First, find \( (f \circ g)(x) \):
\[ (f \circ g)(x) = f(g(x)) = (g(x))^2 + 2 \] \[ = (\sqrt{x - 2})^2 + 2 = x - 2 + 2 = x \]Next, determine the domain:
Since the domain of \( f \) is all real numbers, we must ensure \( x \) is in the domain of \( g \) so that \( g(x) \) yields a real value.
Conclusion: The domain of \( f \circ g \) is:
\[ [2, \infty) \]Find the composition \( (f \circ g)(x) \) and its domain given \( f \) and \( g \) below: