$\left[x+ 1/2\right] + \left[x-1/2\right] + 2\left[-x\right]$.
I have to prove that this is a periodic function, and find it's period.
Note [.] Represents greatest integer function(GIF for short).
I tried solving it by making a graph and found out that the it was a periodic function with period 1.
But is there any other approach which uses the properties of GIF like when we have find period of, for example, $\sin 4x$, we divide the time period i.e., $2π$ by $4$.
Yes .
If we use the properties of GIF :
x=[x]+{x}
and [-x]=-[x]-1 (where x is not an integer)
We will be getting;
[x+ 1/2] + [x-1/2] + 2[-x]
=(x+ 1/2) -{x+ 1/2} + (x-1/2)-{x-1/2} + 2(-x+{x}-1)
= -2 + {x+ 1/2}-{x - 1/2} + 2{x} Proceeding in this manner using the properties of GIF will too result in the period coming out to be 1. Hope that helps!!