The Dance of the Rational Function
A Journey into Domain and Range
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are dissecting the soul of a function. We are looking at the function defined by:
At first glance, it looks like a simple ratio of two parabolas, but beneath this surface lies a beautiful structure that reveals much about the nature of functions.
Phase 1
The Domain - Setting the Stage
Imagine you are an architect designing a bridge. You need to know where the ground is solid and where it is unstable. In the world of functions, the domain is our solid ground, defined as the set of all inputs x for which the function is defined.
Our function is a rational one, a fraction. The golden rule of fractions is simple: the denominator must never be zero. If it were, the function would explode into infinity, a singularity we must avoid.
We look at our denominator: 1+x2. We ask ourselves, "Can this ever be zero?" We know that for any real number x, x2≥0.
If we add 1 to both sides, we get 1+x2≥1. This means the denominator is always at least 1 and is strictly positive. It never touches zero; therefore, there are no "forbidden" values for x. The domain is the entire real line, R. The bridge is solid everywhere.
Phase 2
The Range - The Art of Manipulation
Now that we know where we can stand, we want to know how high we can reach. The range is the set of all possible outputs f(x).
We have f(x)=1+x2x2. To find the range, we use the elegance of algebra to simplify the expression so that x appears only once. This is a classic JEE strategy: manipulate the numerator to look like the denominator.
We add 1 and subtract 1 in the numerator:
Now, we split the fraction:
f(x)=1+x2x2+1−1+x21=1−1+x21
This is a revelation! We have transformed a complex fraction into a simple subtraction. Now, we can build the range step-by-step.
We know x2≥0, which implies 1+x2≥1. Taking the reciprocal, we get:
Now, multiply by −1 to reverse the inequalities:
Finally, add 1 to all parts:
This simplifies to 0≤f(x)<1. The range is the interval [0,1). The function starts at 0 and climbs, but it never quite reaches 1. It approaches 1 as x goes to infinity, creating a horizontal asymptote at y=1.
Phase 3
The One-to-One Test - Symmetry and Mirrors
Finally, we ask: is this function one-to-one? A function is one-to-one if every output comes from a unique input. If f(x1)=f(x2), then x1 must equal x2.
Let's test this. If we plug in x=1, we get:
If we plug in x=−1, we get:
We have two different inputs, 1 and −1, producing the same output, 21. This is the definition of a function that is NOT one-to-one.
Graphically, this is because the function is symmetric about the y-axis—it is an even function. If you draw a horizontal line at y=0.5, it hits the graph at two points, failing the horizontal line test.
Keep practicing these manipulations. Every time you simplify a fraction or bound an inequality, you are not just doing math; you are learning to see the hidden structure of the universe. Keep going!