Posts tagged composite functions
Domains of composite functions

The domain of a composite must exclude all values that make the “inside” function undefined, and all values that make the composite function undefined. In other words, given the composite f(g(x)), the domain will exclude all values where g(x) is undefined, and all values where f(g(x)) is undefined.

Read More