Hi, there. I'm happy to help with this.
So, your algebra starts off great:
x^2>x
x^2-x>0
x(x-1)>0
At this point, we have to be very careful thinking about the mathematical logic.
If A*B > 0 that means (A > 0) AND (B > 0) OR (A < 0) AND (B < 0). The words "AND" and "OR" are not garnish here -- they are mathematical operators every bit as important as add, subtract, multiply, and divide.
If both factors of our algebra express are positive, we have:
x > 0 AND x - 1 > 0
Because we have a strict "AND" connection between those two statements, we have to take the overlap, the intersection, of the regions, which is x > 1. If x > 1, then both of the individual inequalities are satisfied.
If both factors are negative, then:
x < 0 AND x - 1 < 0
Again, a strict "AND" connection, so we take the intersection of the regions, which is x < 0. If x < 0, then both individual inequalities are satisfied.
Finally, joining those two solution is the operator "OR", so the complete solution is:
(x > 1) OR (x < 0)
That also corresponds to the graphical regions where the graph of y = x^2 is above the graph y = x.
Does that make sense? Please let me know if you have any questions on what I've done here.
Mike