The Architecture of Functions
A Journey Through Analysis
Welcome, aspiring mathematician. Today, we are not just solving a problem; we are dissecting the DNA of calculus.
Functions are the building blocks of the universe, and understanding their behavior—whether they are continuous, differentiable, one-one, or onto—is the hallmark of a true JEE Advanced scholar. Let us walk through this analysis together, step by step.
Phase 1
The Warm-up with f2(x)
We begin with f2(x)=x2, defined on the domain [0,∞). This is our anchor. It is a simple, elegant parabola.
Because it is a polynomial, continuity is guaranteed. To check if it is one-one, we look at its derivative:
f2′(x)=2x
For all x≥0, 2x≥0. Since the derivative is non-negative (and only zero at a single point), the function is strictly increasing.
A strictly increasing function is the definition of one-one. It never looks back. Thus, f2 is continuous and one-one. A solid start.
Phase 2
The 'Sharp Corner' Myth with f3(x)
Now, we encounter f3(x), a piecewise function defined as sinx for x<0 and x for x≥0. Many students see the 'piecewise' label and immediately assume it is non-differentiable. Do not fall for this trap!
Let us check the seam at
x=0. The Left-Hand Limit (LHL) is:
x→0−limsinx=0
The Right-Hand Limit (RHL) is:
x→0+limx=0
Since LHL = RHL = f3(0), the function is continuous.
Now, for differentiability: the Left-Hand Derivative (LHD) is dxd(sinx)=cosx, which at x=0 is 1. The Right-Hand Derivative (RHD) is dxd(x)=1.
Because the LHD equals the RHD, the transition is perfectly smooth. It is differentiable!
However, is it one-one? Consider f3(−π)=sin(−π)=0 and f3(0)=0. Two different inputs, same output. It is many-one. Thus, f3 is differentiable but not one-one.
Phase 3
The Composition Trap with f2∘f1
Composition is where things get interesting. We are looking at f2(f1(x)). We know f1(x) is ∣x∣ for x<0 and ex for x≥0.
When we plug this into f2(x)=x2, we get:
For
x<0:
f2(∣x∣)=(∣x∣)2=x2
For
x≥0:
f2(ex)=(ex)2=e2x
Now, check the seam at x=0. The LHL is limx→0−x2=0. The RHL is limx→0+e2x=e0=1.
The gap is undeniable! The function is discontinuous.
And for one-one? We found that f2(f1(−2))=4 and f2(f1(ln2))=4. It fails the one-one test spectacularly. This function is neither continuous nor one-one.
Phase 4
The Final Boss, f4(x)
Finally, we arrive at f4(x). It is built upon our previous composition but with a twist: we subtract 1 for the positive domain. This shifts the right side of the graph down, potentially closing the gap.
Let us check: LHL is 02=0. RHL is e0−1=1−1=0. The gap is closed! It is continuous.
Is it onto? The range for x<0 is (0,∞), and for x≥0 it is [0,∞). The union is [0,∞), which matches the codomain. It is onto.
But is it one-one? We tested f4(−1)=1 and f4(21ln2)=1. Again, two inputs, one output. It is not one-one.
Conclusion
We have navigated the landscape of these functions. We saw that continuity and differentiability are not just algebraic checks; they are geometric realities.
We saw that composition can create discontinuities or destroy one-one properties. Keep this analytical mindset, and no function will ever intimidate you again. You are ready for the exam.