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.
For a graph of a function to be convex the epigraph must be a convex set. This means I can take any two points in the set and draw a straight line between them without leaving the set. To see that this isn't true for $f(x)=x^3$ take any $x < 0$ and draw the line from $(x,f(x))$ to the point $(0,0)$ which are both in the epigraph of the function, but none of the points between them are in the epigraph so $f(x)$ cannot be convex. The concave case is the same but with $x>0$.