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
| Symbol | What it stands for |
|---|---|
| f | Outer function |
| g | Inner function |
When to use this
g maps into space where f accepts inputs; domain is preimage constraint.