So I have:
$$\frac {dy} {dx} = \dfrac x {(x+y)}$$
dy/dx = du/dx * dy/du
y = ux, so dy/du = u*du/dx + x
I'm not really sure where to go from here, can anyone help?
So I have:
$$\frac {dy} {dx} = \dfrac x {(x+y)}$$
dy/dx = du/dx * dy/du
y = ux, so dy/du = u*du/dx + x
I'm not really sure where to go from here, can anyone help?
$$y' = x/(x+y)$$ Substitute $y=tx$ and $y'=t'x+t$
$$t'x+t=\frac 1 {t+1}$$ $$t'x=\frac 1 {t+1}-t=\frac {(-t^2-t+1)}{t+1}$$ It's separable $$\int \frac {t+1}{(-t^2-t+1)}dt=\int \frac {dx}{x}=\ln|x|+K$$