Welcome, future engineer. Today, we are going to peel back the layers of a classic coordinate geometry problem. Many students look at a problem involving relations and immediately start scribbling algebraic equations. But I want you to pause.
Before we touch a single variable, let us build the mental image. Imagine you are standing on a coordinate plane. You have a circle, x2+y2≤25, which is a beautiful, symmetric disk centered at the origin with a radius of 5.
Now, overlay that with a parabola, y≥94x2. This parabola is a cup opening upwards, starting at the origin. The problem asks for the intersection, R∩R′. This is the 'sweet spot'—the region that is simultaneously inside the circle and above the parabola.
The Algebraic Dance
To find the boundaries of this region, we need to know exactly where these two shapes meet. We take the boundary equations: x2+y2=25 and y=94x2.
We want to find the intersection points. The easiest path is substitution. From the parabola, we know that x2=49y.
Let us take this expression and drop it into the circle's equation. Suddenly, the circle equation transforms:
If we multiply the entire equation by 4 to clear the fraction, we get:
This is a standard quadratic equation. Factoring it, we find (4y+25)(y−4)=0. This gives us two potential values for y: y=4 and y=−425.
But here is where your intuition as a physicist must kick in. Look at the parabola y=94x2. Since x2 is always non-negative, y must be non-negative. Therefore, we must reject the negative root. We are left with y=4.
Defining the Domain and Range
Now that we have the height of the intersection, let us find the width. We substitute y=4 back into our parabola equation: x2=49(4), which simplifies to x2=9.
Taking the square root, we get x=±3. This tells us that the intersection points are (−3,4) and (3,4). This is the horizontal limit of our region.
The domain is the set of all x values for which the region exists, which is the closed interval [−3,3]. The problem statement gives this as 16x4+81x2−2025≤0, which is just a fancy way of saying x2≤9.
Now, for the range. The range is the vertical spread. The lowest point of our region is the vertex of the parabola at (0,0), so ymin=0. The highest point is the top of the circle at (0,5), so ymax=5. Thus, our range is [0,5].
The Verdict
Is it a Function?
Finally, we address the conceptual question: is this relation a function? Recall the definition of a function: every input x must map to exactly one output y.
If you take a vertical line and sweep it across our region, what happens? At any x between −3 and 3, the vertical line hits the parabola at one point and the circle at another.
Because a single x value corresponds to multiple y values, the relation fails the Vertical Line Test. It is not a function.
You have successfully navigated the intersection of geometry and algebra. Remember, in JEE Advanced, the math is just the language; the visualization is the story. Keep practicing, keep visualizing, and the answers will reveal themselves.