The Rhythm of Mathematics
Understanding Periodicity
Welcome, future engineers. Today, we are diving into one of the most elegant concepts in calculus: periodicity. In the JEE Advanced, examiners love to test whether you truly understand a definition or if you are just relying on visual intuition.
A function f(x) is periodic if there exists a positive constant T>0 such that f(x+T)=f(x) for all x in the domain. Think of it as a heartbeat—a rhythm that repeats perfectly.
If you take a snapshot of the graph over an interval of length T, you can copy and paste it infinitely to the left and right, and the graph will look identical.
The Fractional Part
The Sawtooth Wave
Let's examine our first candidate: f(x)=x−[x]. This is the fractional part function, often denoted as {x}.
Imagine you are walking along the number line. As you move from 0 to 1, the value of x increases, and since the greatest integer [x] is 0, the function simply traces the line y=x. But the moment you hit 1, the greatest integer jumps to 1, and the function resets to 0. This creates a beautiful 'sawtooth' pattern.
To prove it is periodic, we test the definition:
f(x+1)=(x+1)−[x+1]
Using the fundamental property of the greatest integer function, we know that
[x+1]=[x]+1. Substituting this, we get:
f(x+1)=x+1−([x]+1)=x−[x]=f(x)
The +1 and −1 cancel out with surgical precision! This confirms that the function repeats every T=1. It is periodic.
The Trap of Non-Linearity: sin(x1)
Now, look at f(x)=sin(x1). Many students see the word 'sine' and immediately think 'periodic.' But pause.
The sine function is periodic with respect to its argument. If the argument is linear, like sin(x) or sin(2x), it is periodic. But here, the argument is x1.
As x approaches 0, the value of x1 shoots toward ∞. This means the sine function is forced to oscillate between −1 and 1 infinitely many times in a tiny neighborhood of the origin.
The frequency of oscillation is not constant; it is accelerating. Because the 'rhythm' of the wave changes as you move along the x-axis, there is no fixed T that can capture this behavior. It is non-periodic.
The Trap of Variable Amplitude: xcosx
Finally, consider f(x)=xcosx. This is a product of a linear function x and a periodic function cosx.
The cosx term tries to keep the rhythm, but the x term acts as a 'variable amplitude.' Imagine a wave that grows taller as it travels. At x=0, the height is 0. At x=2π, the height is 2π. The peaks are getting higher and higher.
If we test the definition:
f(x+2π)=(x+2π)cos(x+2π)=(x+2π)cosx=xcosx+2πcosx
This is clearly not equal to f(x). The extra term 2πcosx proves that the function does not return to its original value. It is non-periodic.
The Verdict
We have dissected these functions with mathematical rigor. We saw that periodicity is not just about seeing a wave; it is about the algebraic identity f(x+T)=f(x).
Only the fractional part function satisfies this condition. Keep this mindset—always verify with algebra, never trust your eyes alone. You are doing great.