For the first one, we want to multiply throught by x to get rid of the algebraic fraction, which means that we have to consider two cases:
if x>0, then
x^2 -2x +1 >=0
(x-1)^2>=0, which is always true.
If x<0, then we must reverse the inequality, so we get (x-1)^2<=0, which is never true...