Question 175746
1) Factor to f(x)=(-2 + x) (-1 - 3 x + x^3)
2) The first evident, real root will be x=2.
3) It should be noted that this will "eventually" resemble a parabola. Moreover, our interest will be around x=2.
4) Techniques of calculus will give us concavity, max, min, inflection.

f'(x)=4x^3-6x^2-6x+5=0 gives criticals of

x -> -1.05274
x -> 0.611731
x -> 1.94101

If you test outside the intervals you will note changes in direction of the slope this is indicative of extrema.
Thus: x=-1.05274 is local minimum
x=0.611731 is local maximum
x=1.94101 is local minimum

Concavity [not entirely necessary]:
f''(x)=12x^2-12x-6=0
gives
x -> -0.366025
x -> 1.36603

Testing intervals again you will find CU on (-inf, -0.366025), CD on (-0.366025, 1.36603), then CU on (1.36603, inf).

This is certainly enough information to produce the following graph:

{{{graph( 300, 200, -3, 4, -5, 10, x^4-2x^3-3x^2+5x+2)}}}