
William W. answered 10/21/19
Math and science made easy - learn from a retired engineer
To understand composite functions, it's sometimes useful to consider the basic function notation. We define f(x) as a rule that tells you how to manipulate the variable "x". For instance f(x) = x2 defines the function "f" as taking the input "x" and squaring it. g(r) = 1/r defines the function g as taking 1 divided by the input "r".
So, then f(g(x)) would be defined as the function f with "g(x)" as the input.
Since f(x) = 3x + 4x2 - 2 then f(q) would be 3q + 4q2 - 2 and f(?) would be 3(?) + 4(?)2 - 2
In this case, since g(x) = x3, then f(g(x)) = 3(x3) + 4(x3)2 - 2 which can be simplified as 3x3 + 4x6 - 2 or, writing it in standard form, f ο g = f(g(x)) = 4x6 + 3x3 - 2