We need to find out the derivative $\frac{dy}{dx}$ of the following:
$x^m$$y^n$=$(x+y)^{m+n}$
- I know how to differentiate the function and on solving we get $\frac{dy}{dx}$=$\frac{y}{x}$. But we notice that $\frac{dy}{dx}$ is independent of values of $m$ and $n$. So what I did was again starting the problem from start but this time substituting any arbitrary values of $m$ and $n$, like $m$=$n$=$1$ (lets say). That is we get $xy$=$(x+y)^2$. Now opening the square bracket and solving we get
$x^2+y^2+xy=0$
So $\frac{dy}{dx}$=$\frac{-2x-y}{2y+x}$
But the answer should be $\frac{y}{x}$.Whats wrong in assuming arbitrary values of $m$ and $n$ if the answer dosen't depend upon values of $m$ and $n$.Please help.
How I got $\frac{dy}{dx}$=$\frac{y}{x}$?
$x+y$=$x^\frac{m}{m+n}$$y^\frac{m}{m+n}$
$ln(x+y)$=$\frac{m(ln(x))}{(m+n)}$+$\frac{n(ln(y))}{(m+n)}$
Differentiating we get
$\frac{1}{x+y}$.$(1+\frac{dy}{dx})$=$\frac{m}{(m+n)x}$+$\frac{n}{(m+n)y}\frac{dy}{dx}$
$\frac{dy}{dx}(\frac{1}{x+y}-\frac{n}{(m+n)y})$=$\frac{m}{(m+n)x}-\frac{1}{x+y}$
Just rearrange and you are done $\frac{dy}{dx}$=$\frac{y}{x}$