Composite Functions Review
Composite Functions Review
Given two functions f(x)f(x) and g(x)g(x), I need to find (f∘g)(x)=f(g(x))(f \circ g)(x) =
f(g(x)).
Example:
If
Then,
f(g(x))=3(x2+1)−2.f(g(x)) = 3(x^2 + 1) - 2.
Expanding:
So,
g(f(x))=(f(x))2+1.g(f(x)) = (f(x))^2 + 1.
Expanding:
Simplifying:
So,
=3(3x−2)−2.= 3(3x - 2) - 2.
Expanding:
=9x−6−2=9x−8.= 9x - 6 - 2 = 9x - 8.
Expanding:
Simplifying:
So,
3x2=6.3x^2 = 6.
Dividing by 3:
x2=2.x^2 = 2.