If #f(x)= 1-x^3# and #g(x)= 1/x# how do you find f(g(x))? Precalculus Functions Defined and Notation Function Composition 1 Answer Lotusbluete Dec 3, 2015 #f(g(x)) = 1- (1/x)^3# Explanation: #f(g(x))# basically means that #g(x)# is being taken as an "input" for #f# instead of the usual "input" #x#. So, to compute #f(g(x))#, you need to plug #g(x)# for every occurance of #x# in #f(x)#: #f(g(x)) = f(1/x) = 1- (1/x)^3# Answer link Related questions What is function composition? What are some examples of function composition? What are some common mistakes students make with function composition? Is function composition associative? Is it always true that #(f@g)(x) = (g@f)(x)#? If #f(x) = x + 3# and #g(x) = 2x - 7#, what is #(f@g)(x)#? If #f(x) = x^2# and #g(x) = x + 2#, what is #(f@g)(x)#? If #f(x) = x^2# and #g(x) = x + 2#, what is #(g@f)(x)#? What is the domain of #(f@g)(x)#? What is the domain of the composite function #(g@f)(x)#? See all questions in Function Composition Impact of this question 1013 views around the world You can reuse this answer Creative Commons License