How to solve the following differential equation:
$$ y' = \frac{\sqrt[3]{x-2y}}{\sin(x)} $$
We can rewrite it as
$$ y= \frac{1}{2} (x- y'^3 \sin^3(x))$$
I tried to substitute $y'=p$ and then proceed, but I did not conclude anything.
$\textbf{Edit:}$
I tried to rewrite it as:
$$ dy - \frac{\sqrt[3]{x-2y}}{\sin x} dx=0 $$ And then find the integrating factor:
$$ \mu = \mu (x) = e^{- \int \frac{\sqrt[3]{x-2y}}{\sin x}dx} $$
However there is no elementary way to solve the integral on the exponent.
$\textbf{Edit 2}$ I saw this Calculate Laurent series for $1/ \sin(z)$ So one way is perhaps to decompose the function:
$$ f(x) = \frac{1}{\sin(x)} $$
However I'm not familiar with solutions of DE with series and I don't know under what conditions we can do that.