To find f(g(x)), we first need to substitute g(x) into f(x).
Given:
- f(x) = x4 + x3 + x2
- g(x) = x2
Now, we substitute g(x) into f(x):
f(g(x)) = f(x2)
Now, replace every x in f(x) with x2:
f(x2) = (x2)4 + (x2)3 + (x2)2
Calculating each term:
- (x2)4 = x8
- (x2)3 = x6
- (x2)2 = x4
Now combine all the terms:
f(g(x)) = x8 + x6 + x4
So, the final answer is:
f(g(x)) = x8 + x6 + x4