The Dance of the Greatest Integer
Welcome, fellow traveler on the road to JEE excellence. Today, we are going to dissect a function that seems simple on the surface but hides a beautiful, rhythmic complexity beneath its skin: f(x)=[x]2−[x2].
Many students see the Greatest Integer Function (GIF) and immediately panic, thinking of jagged, broken lines. You are right to be cautious—the GIF is indeed a staircase that jumps at every integer.
But in this problem, we aren't just dealing with one staircase; we are dealing with two, dancing in a way that might just lead to a moment of perfect continuity. Let's peel back the layers.
Phase 1
The Anatomy of the Function
Our function is f(x)=[x]2−[x2]. To understand where this function breaks, we must look at the points where the GIF itself breaks: the integers.
Let n be any integer. For the function to be continuous at x=n, the Left Hand Limit (LHL), the Right Hand Limit (RHL), and the function value f(n) must all be equal.
Let's test the function value first. At any integer n, [n]=n and [n2]=n2. Therefore, f(n)=n2−n2=0.
This is our baseline. If the function is to be continuous, both the LHL and RHL must also equal 0.
Phase 2
The Right Hand Limit (RHL)
Let's approach n from the right, x→n+. We can write x=n+h, where h is a tiny positive number.
The first term is [n+h]=n. Squaring it gives n2.
The second term is [(n+h)2]=[n2+2nh+h2]. Since h is tiny, n2+2nh+h2 is just a hair larger than n2. The greatest integer of a number slightly larger than n2 is simply n2.
So, the RHL is n2−n2=0. The right side of our function is perfectly well-behaved; it stays at zero.
Phase 3
The Left Hand Limit (LHL) - The Moment of Truth
Now, let's approach n from the left, x→n−. We write x=n−h. This is where the magic—or the disaster—happens.
The first term is [n−h]. Since n−h is just below n, its greatest integer is n−1. Squaring this gives (n−1)2=n2−2n+1.
The second term is [(n−h)2]=[n2−2nh+h2]. Because h is positive, n2−2nh+h2 is slightly less than n2. The greatest integer of a value just shy of n2 is n2−1.
Now, let's combine them for the LHL:
Watch the algebra unfold. The n2 terms cancel out, leaving us with:
Phase 4
The Verdict
We have our condition for continuity: LHL=RHL. We know RHL=0, so we set our LHL expression to zero:
This is the revelation! The function is continuous only when n=1.
At every other integer, the LHL will be 2−2n, which is not zero, meaning the function will have a jump discontinuity.
Isn't that fascinating? At x=1, the two components of the function conspire to cancel out their jumps, creating a smooth transition. At every other integer, they fail to align.