I am given the initial value problem
\begin{array}{l} y' = \dfrac{7 x\,y}{7 x^{2}+2 y^{2}} \\ y(1)=1 \end{array}
where I must answer in the form of $F(x,y)=\frac{7}{4}$.
Here, I am also asked to use the substitution $y=xu$ to transform this differential equation into a separable differential equation in $u$. I am not sure how to go about doing this since I am not too familiar with differential equations. Any help would be greatly appreciated!
Write $y'=u+u'x$ and substitute in you equation, then $$u+u'x=\dfrac{7x(ux)}{7x^2+2x^2u^2}=\dfrac{7u}{7+2u^2}$$ and $$\dfrac{7+2u^2}{2u^3}du=-\dfrac{dx}{x}$$ $$\dfrac{7}{2u^3}du+\dfrac{1}{u}du=-\dfrac{dx}{x}$$ $$\dfrac{7}{-4u^2}+\ln u=-\ln x+ C$$ $$\dfrac{7x^2}{-4y^2}+\ln y-\ln x=-\ln x+C$$ $$\ln y=C+\dfrac{7x^2}{4y^2}$$ set $y(1)=1$ so $C=-\dfrac74$ and $\color{blue}{-\ln y+\dfrac{7x^2}{4y^2}=\dfrac74}$.