The Architecture of Composition
A Mathematical Journey
Welcome, fellow traveler of the mathematical landscape. Today, we are not just solving a problem; we are dissecting the anatomy of a function.
We are looking at the composition f(g(x)), where f(x)=2x−1 and g(x)=xx−1. Think of this as a two-stage rocket where the inner function g(x) acts as the first stage, processing the input x, and its output is then fed into the second stage, f(x).
Stage 1
The Algebraic Transformation
Before we dive into the properties of the function, we must understand its form. We start by substituting g(x) into f(x):
I know, looking at fractions inside functions can feel daunting. But take a breath. Let's expand this carefully.
We distribute the 2 to get x2x−2−1. To combine these, we need a common denominator, which is x. So, we rewrite 1 as xx:
By splitting the fraction, we arrive at the elegant form: f(g(x))=1−x2. This is the soul of our function.
It is a rectangular hyperbola, shifted and scaled. But wait—before we celebrate, we must respect the domain.
The original g(x) was defined for $x
eq 0$. Furthermore, our new expression 1−x2 is undefined at x=0. Thus, the domain of our composite function is R∖{0}.
Stage 2
The One-One Test (Injectivity)
Now, let's test if this function is 'one-one'. A function is one-one if every input produces a unique output.
Mathematically, we assume f(g(x1))=f(g(x2)) and see if it forces x1=x2:
Subtracting 1 from both sides and multiplying by −1, we get x12=x22, which immediately implies x1=x2.
Geometrically, this means the graph never 'doubles back' on itself. Any horizontal line will intersect the curve at most once. Therefore, our function is strictly one-one.
Stage 3
The Onto Test (Surjectivity)
Finally, we ask: is this function 'onto'? Does it cover the entire codomain R? To be onto, the range must equal the codomain.
Let's look at the behavior of y=1−x2. First, consider the horizontal asymptote.
As x→±∞, the term x2 approaches 0, meaning y approaches 1. However, y can never actually equal 1. That is our first 'missing' value.
Since the range R∖{1} is not equal to the codomain R, the function fails to be onto. It misses a critical value!
The Conclusion
We have walked through the algebra, respected the domain, tested for uniqueness, and verified the range.
We found that our function is one-one because it maps distinct inputs to distinct outputs, but it is not onto because it leaves a gap in the codomain. You have successfully navigated the complexities of function composition. Keep this rigor in your toolkit—it is the key to mastering JEE Advanced.