To graph equations with imaginary parts in Mathematica 5.0, users can plot the real and imaginary components separately using the commands Plot[Re[eq],{parameter,initial,final}] for the real part and Plot[Im[eq],{parameter,initial,final}] for the imaginary part. Alternatively, 3D plots can be utilized to visualize both components together, providing a comprehensive view of the equation's behavior.