First time here? Check out the FAQ!
answered 2019-01-11 01:00:43 +0100
You can add plots in Sage, so in your case:
sage: plot_slope_field(4*y/x+x*sqrt(y),(x,0,4),(y,0,10),headaxislength=3,headlength=3, color='red') + plot(1/4*x^4*(log(x)+2)^2,0,4, ymax=10, color='blue')