Thoughts on the first one:
I'll assume x>= 0. Note that the function is not defined for x=0, but we can say it equals the limit as x approaches 0. It may be prudent to consider the domain in two separate cases: 0 <= x <= 1 and x > 1. You can show that the function is bounded on 0 <= x <= 1. Outside this interval, the function is positive, and I recommend bounding it above by a function with x substituted for log(x). This may not be the simplest or most elegant. It's just what comes to mind.