Welcome, future engineers! Today, we are going to dissect one of the most fundamental yet misunderstood functions in the entire JEE syllabus: f(x)=x2.
It seems simple, right? A basic parabola. But in the world of functions, simplicity is often where the most dangerous traps hide.
Let us embark on this journey to understand why this function is neither injective nor surjective.
The Geometry of the Parabola
Imagine you are standing on a coordinate plane. The x-axis represents our domain, the set of all possible inputs, which is R. The y-axis represents our codomain, the set of all potential outputs, also R.
When we define f(x)=x2, we are creating a mapping. For every x, we square it.
If you plot this, you get the classic, elegant, upward-opening parabola with its vertex at the origin (0,0). This curve is the visual signature of our function.
The Injective Test
The Horizontal Line
Now, let us talk about injectivity, or being 'one-to-one'. The definition is rigorous: f(x1)=f(x2)⇒x1=x2.
But let us use the 'Horizontal Line Test' to visualize this. Imagine drawing a horizontal line at y=4. Does it hit the graph once? No. It hits it at x=2 and x=−2.
Mathematically, we see that:
f(2)=22=4
f(−2)=(−2)2=4
Because two distinct inputs (2 and −2) lead to the exact same output (4), the function fails the test of injectivity. It is 'many-to-one'. This is the first hurdle.
The Surjective Trap
Range vs. Codomain
Next, we tackle surjectivity, or being 'onto'. This is where many students stumble.
A function is surjective if and only if its Range is equal to its Codomain. The problem explicitly states the codomain is R, meaning the entire y-axis.
But look at our parabola. Does it ever dip below the
x-axis? Never. For any real number
x:
x2≥0
The range of our function is [0,∞). Because the range [0,∞) is a proper subset of the codomain R, there are infinitely many values in the codomain (all the negative numbers) that have no pre-image.
There is no real number x such that x2=−5. Thus, the function is not surjective.
The Final Verdict
We have analyzed the function from both angles. It is not injective because it is 'many-to-one', and it is not surjective because it is 'into'.
Therefore, it is neither.
When you face such problems in the JEE, do not rush. Visualize the graph, check the horizontal line test for injectivity, and compare the range to the codomain for surjectivity. You have mastered the logic. Keep that curiosity alive, and keep solving!