Notation
(f
Rule
- In this scenario if the value of g(x) is undefined then the value of f(x) is also undefined
- If g(x) returns a value then the value of f(x) may still be undefined depending on domain restrictions
- If (f
g) g(x) is nested inside f(x)
Example
f(g(x)) = log(x + 5)
f(x) = ? g(x) = ?
g(x) = x + 5 f(x) = log x
Example 2
g(x) = x
(f