2.2.3-4
#3a Solve the differential equation by
conversion to polar coordinates and sketch the solution curves:
Solution:
> restart;
> with(plots):
> P:={seq((c/2)*exp(t),c=-4..4)}:
> polarplot(P,t=-1.5*Pi..1.5*Pi,color=black,view=[-4..4,-4..4]);