I keep getting confused with the definition of a smooth path. Here is a definition from William T. Shaw's Complex Analysis with Mathematica:
A path $\phi$ is a continuous mapping from a segment of the real axis into the complex numbers; i.e. $\phi:[a,b]\rightarrow C$.
A path $\phi$ is smooth if it is a differentiable path, and furthermore, the derivative map $\phi':[a,b]\rightarrow C$ is continuous.
OK, now here is my path: $\phi:[-2,2]\rightarrow C$ by $\phi(t) = t^2 + i t^3$. Now, I believe it is differentiable:
$$\phi'(t)=2t+i 3t^2$$
And I believe that $\phi'$ is continuous on $[-2,2]$. However, here is the image of the path:

See the sharp cusp at (0,0)? This is a smooth path?
I am obviously missing a subtle point.
D.