The Function Factory
Decoding the Master Equation
Welcome, future engineer! Today, we are not just solving a problem; we are dissecting a mathematical machine.
When you look at the master function
h(x)=af(x)+b(g(x)+g(21−x))+c(x−g(x))+dg(x)
it is natural to feel a surge of anxiety. It looks like a chaotic mess of variables, but here is the secret of JEE Advanced: complexity is often just a mask for simplicity. We are going to peel back that mask, layer by layer.
Phase 1
The Anatomy of g(x)
Before we touch the master equation, we must understand our building block, g(x). The problem defines it as:
g(x)={1−2x00≤x≤21otherwise
Imagine a graph. At x=0, the value is 1. As x increases to 21, the value drops linearly to 0. Outside this window, the function is flat, resting on the x-axis.
Now, consider the term g(21−x). This is a transformation. If we let u=21−x, then for 0≤u≤21, we have g(u)=1−2u.
Substituting back, we get:
So, in the interval 0≤x≤21, g(21−x) is a line rising from 0 to 1.
Phase 2
Case P - The Magic of Cancellation
Let us test Case (P), where a=0,b=1,c=0,d=0. The master equation collapses into:
For x outside [0,21], both terms are 0, so h(x)=0. But inside the interval [0,21], something beautiful happens.
We add (1−2x) and (2x). The x terms cancel out perfectly! We are left with h(x)=1.
This is a step function. It is 0 everywhere except for a plateau of 1 between 0 and 21. Thus, the range is simply the set {0,1}.
Phase 3
Case R - The Linear Transformation
Next, consider Case (R) with a=0,b=0,c=1,d=0. Here, h(x)=x−g(x). We must evaluate this piecewise:
1. For x<0, g(x)=0, so h(x)=x. The range is (−∞,0).
2. For 0≤x≤21, h(x)=x−(1−2x)=3x−1. As x goes from 0 to 21, h(x) goes from −1 to 21.
3. For x>21, g(x)=0, so h(x)=x. The range is (21,∞).
When we combine these, the union of the intervals (−∞,0), [−1,21], and (21,∞) covers the entire real line R. This is the definition of an onto function!
Phase 4
Case Q - The Pathological Function
Finally, Case (Q) gives us h(x)=f(x)=∣x∣sin(x1). This function is a classic in analysis.
It oscillates infinitely as it approaches x=0. While it is not differentiable at x=0 due to the wild oscillation of the difference quotient, in the context of this specific matching problem, it is the only candidate that fits the remaining criteria.
We identify it as the "differentiable" match by process of elimination, a common strategy in high-stakes exams when you encounter an anomaly.
Conclusion
We have successfully dismantled the master equation. By breaking it into cases and visualizing the geometry of g(x), we turned a terrifying expression into a series of manageable, logical steps.
Remember, in JEE Advanced, the math is rarely the enemy; the enemy is the panic that stops you from starting. Keep your cool, break it down, and the solution will reveal itself.