Composition of functions (Apply g then f; x must survive both steps)

jee-mainjee-advanced

Apply g then f; x must survive both steps

What each symbol means

SymbolWhat it stands for
fOuter function
gInner function

When to use this

g maps into space where f accepts inputs; domain is preimage constraint.