I'm having a Little bit of trouble in Cubic Functions, especially when i need to graph the Turning Point, Y-intercepts, X-intercepts etc. My class teacher had told us to use Gradient Method:
lets say: $$f(x)=x^3+x^2+x+2$$
We can turn this equation around by using the Gradient Method:
$$f'(x)=3x^2+2x+1$$
so it a quadratic equation. But i would like to find out more about this method too, if anyone knows. Basically i am not good at sketching graphs so if anyone has a website that might help me find out more about cubic functions and how to graph them, or if anyone can help me out, i'll be thankful.
Thanks.

It seems to me that the "gradient method" is really nothing but studying the first derivative of your function. Then,
Before studying the derivative, you can understand the behavior of the cubic at $x\rightarrow \pm\infty$ looking at the sign of the leading coefficient. You can try to factorize its expression to calculate its roots (x-axis intercepts). Easiest of all, $f(0)$ (the 0-th order coefficient) is already the y-axis intercept.
Even if you aren't able to factorize $f(x)$, looking at its sign and monotonicity intervals gives you hints about where looking for roots, exploiting the continuity of the function. Then you can use some numerical methods to find them.