$ x^t y^m = (x+y)^{m+x} $ prove that $\frac{dy}{dx} = \frac{y}{x} $
I tried and finally got this $\frac{dy}{dx} = \frac{y-1}{1-x} $
Update: I found a solution without using logarithms, $ tx^{t-1}y^m + mx^ty^{m-1} \frac{dy}{dx} = (\frac{(m+t)(x+y)^{m+t}}{x+y}) (1+\frac{dy}{dx})$
$ \frac{dy}{dx} = \frac{tx^{t-1}y^m-\frac{(m+t)(x^ty^m)}{x+y}}{\frac{(m+t)(x^ty^m)}{x+y}-mx^ty^{m-1}}$
$ \frac{dy}{dx} = \frac{tx^ty^m + tx^{t-1}y^{m+1}-mx^ty^m - tx^ty^m}{mx^ty^m+ tx^ty^m - mx^{t+1}y^{m-1}-mx^ty^m}$
$= \frac{x^{t-1}y (ty^m - mxy^{m-1})}{x^ty^{m-1}(ty-mx)}$
$= x^{-1}y = \frac{y}{x}$
We are given $x^ty^m= (x+ y)^{m+ x}$. Since we have the independent variable, x, in the exponent as well as the base, I would start by taking the logarithm of both sides: $t ln(x)+ m ln(y)= (m+ x)ln(x+ y)= mln(x+ y)+ xln(x+ y)$. Now differentiate with respect to x. On the left we get $\frac{t}{x}+ \frac{m}{y}\frac{dy}{dx}$. On the right we get $\frac{n}{x+ y}\left(1+ \frac{dy}{dx}\right)+ ln(x+ y)+ \frac{x}{x+ y}\left(1+ \frac{dy}{dx}\right)$.
So we have $\frac{t}{x}+ \frac{m}{y}\frac{dy}{dx}= \frac{n}{x+ y}\left(1+ \frac{dy}{dx}\right)+ ln(x+ y)+ \frac{x}{x+ y}\left(1+ \frac{dy}{dx}\right)$. Solve that for $\frac{dy}{dx}$.