Hi,

I have this question that seems trivial to me.

I need to find a function which is not o(1) but where f(2009) = 0 <---fyi this is a zero
using the fact that f(x) is a function such that f(x) = O(1) <---fyi this is big O notation


I was thinking the following:

f(x) = 2009/x

and make x equal to 0....but it doesn't satisfy for f(2009) part.

My intuition is that I need some sort of function that deals with the 2009 since the 2009 plays a part at the second part which somehow has to get 0 as an answer.

Anyway, thanks so much in advance for help.

Help is greatly appreciated,

coder752