I'm trying to determine whether or not xsinx is both O(x) and Ω(x) as x approaches infinity. I know if it fulfills both conditions, it's the same as saying that xsinx = θx, and I'm pretty sure xsinx = O(x), because just looking at them on a graph, the rate of growth of xsinx is clearly not greater than that of x...
picture of y = xsinx and y = x
However, I'm less certain about xsinx = Ω(x) - I know it's a special case because of the oscillating nature but I'm not sure where to go from that.