Question
If and , find: (a) — also written as or (b) — also written as or
Also verify whether .
Solution — Step by Step
means: first apply , then apply to the result. The notation reads right-to-left: in , acts first.
means: first apply , then apply to the result. In , acts first.
A useful way to remember: — substitute wherever you see in .
Start with . Now substitute this into :
Replace with in :
Start with . Now substitute this into :
Replace with in :
and .
These are clearly different expressions, so .
This confirms that function composition is generally not commutative.
Why This Works
Function composition is essentially substitution — you’re plugging one function’s output as the other function’s input. The order matters because the transformations are different: first squares then applies the linear transformation; first applies the linear transformation then squares.
Think of it as two machines in a factory. : raw material → Machine G (squaring) → Machine F (double and add 1). : raw material → Machine F first → Machine G. Different orders produce different products.
Alternative Method
Verify with a specific value. Let :
. Check: ✓
. Check: ✓
Substituting a specific value is a quick way to verify your algebra for composition problems.
For CBSE Class 12 and JEE, always write out the full substitution step clearly. In exams, the marks are awarded for showing and then simplifying — not just writing the final answer.
Common Mistake
The most frequent error is reversing the order: students compute but actually perform . Remember: — in this notation, ” is inside ,” meaning goes first. If you’re unsure, always expand: , and now it’s clear — evaluate first, then put the result into .