Analyzing the Setup
Imagine you are standing on a vast, infinite plain, looking at the graph of a function. The function is defined as f(x)=x3+5x+1.
Our mission is to determine its identity: is it one-one? Is it onto? These are the two fundamental questions that define the soul of a function.
To be one-one, or injective, means that no two different inputs can produce the same output. It is a 'no-collision' rule.
To be onto, or surjective, means that every possible output in the codomain is reached by at least one input. It is a 'no-gap' rule.
The One-One Mystery
The Power of the Derivative
How do we know if a function is one-one without drawing it? We use the most powerful tool in our calculus arsenal: the derivative.
If a function is strictly increasing or strictly decreasing, it can never return to a previous y-value. It is always moving forward.
Let us calculate the derivative of our function:
f′(x)=dxd(x3+5x+1)
Applying the power rule, we get:
f′(x)=3x2+5
Now, look at this expression. We know that for any real number x, the square x2 is always non-negative, meaning x2≥0.
Consequently, 3x2≥0, and adding 5 ensures that f′(x)≥5.
Since the derivative is always strictly positive, the slope of the function is always positive. The function is strictly increasing and never turns back; therefore, it is one-one.
The Onto Journey
Exploring the Limits
Now, let us tackle the 'no-gap' rule. We need to see if the range of f(x) covers all real numbers R.
Since
f(x) is a polynomial, it is continuous everywhere. Let us explore the boundaries:
x→∞lim(x3+5x+1)=∞
x→−∞lim(x3+5x+1)=−∞
Because the function is continuous and travels from −∞ to ∞, it must pass through every single real number in between. There are no gaps.
The range is (−∞,∞), which is exactly the codomain R. Thus, the function is onto.
The Final Synthesis
We have walked through the logic. We proved the function is strictly increasing, confirming it is one-one.
We analyzed the limits at infinity, confirming it is onto. A function that is both one-one and onto is a bijection.
You have just mastered the behavior of a cubic polynomial. Keep this clarity with you; it is the key to solving even more complex problems in your JEE journey.