Drawing the graph of a function is not intuitive. For example, the function $f(x)=x^2$ is special, we can say that given two points of the function the straight line that join those points is above the function. So we write $$ x_2<(x_1+x_0)(x-x_0)+x^2 $$ How did I obtain the part of the right? $$ (Y-x_0^2)/ (x-x_0) = (x_1^2 - x_0^2) / (x_1 - x_0) $$ Now I just isolate Y in the equation above.
My question is, can I do the same with $f(x)=x^3$? And how do I prove it? Can I say that $x^3$ is below the straight line that join two points of the function $x^3$? If and only if $x$ is positive.