I was wondering if I can get a hint on the following question: Find a function $f:\mathbb{R}\to\mathbb{R}$ that satisfies:
$$2x^3f'(x)f(x) + (f(x))^2=2$$ and $$f(0.5)=1$$ I thought about integrating both sides to find my function but didn't understand where to go from there. We haven't studied differential equations yet so I need to solve it without it. Any hint will be helpful!
Hint
$$2x^3′()() + (())^2=2$$
$$\int \frac {df}{2-f^2}=\int \frac {dx} {2x^3}=\frac {-1}{4x^2}+K$$
Then substitute $u=f^2$
$$\int \frac {du}{u-2}=\frac{1}{2x^2}+K$$
$$\ln|(f^2-2)|=\frac{1}{2x^2}+K$$
$$f^2=2+Ke^{\frac{1}{2x^2}}$$ $$.......$$