I have a question where I need to find the general solution of the differential equation $y-3y^{7}=(y^{3}+6x)y'$, where the solution is in the form $F(x,y)=C$. I am only concerned about finding $F(x,y)$, and I have been advised to rewrite this equation in differential form, but I am still unsure where to go from here. Any help would be greatly appreciated with this problem!
2026-03-25 17:37:37.1774460257
Finding general solution to differential equation $y-3y^{7}=(y^{3}+6x)y'$
400 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
$$\frac{d\mu(y)}{dy}(-3y^7+y)(-21y^6+1)\mu(y)=-6\mu(y)$$ $$\frac{\frac{\partial \mu(y)}{\partial y}}{\mu(y)}=-\frac{7}{y}$$ $$\mu(y)=\frac{1}{y^7}$$ and then we have $$-3+\frac{1}{y(x)^6}-\frac{(6x+y(x)^3)y'(x)}{y(x)^7}=0$$ and let $$P(x,y)=\frac{1}{y^6}-3,Q(x,y)=-\frac{6x+y^3}{y^7}$$ and we get $$\frac{\partial P(x,y}{\partial y}=-\frac{6}{y^7}=\frac{\partial Q(x,y)}{\partial x}$$ and the solution is given by $$f(x,y)=C_1$$ where $C_1$ is a arbitrary constant