Claim:
If $F(x, y)$ is a polynomial that satisfies $F(tx, ty) = t^n F(x, y)$, for all $t > 0$, then for $F(x, y) = 0$ $$\frac{dy}{dx} = \frac yx$$
Proof:
Let $y = vx$
Now as the polynomial is homogenous, it can be written in the form \begin{align} F(x, y)& =0\\ \sum_{}^{} a_k x^k y^{n-k} &=0 \\ \sum a_k v^{n-k}x^n &=0\\ x^n\sum a_k v^{n-k} &=0\\ \sum a_k v^{n-k} &=0 \end{align}
Now this is a polynomial in $v$, and therefore $v$ is a constant. \begin{align} \frac{dv}{dx} &= 0\\ \frac{dy}{dx} &= v+x \frac{dv}{dx}\\ \frac{dy}{dx} &= v\\ \frac{dy}{dx} &= \frac yx \end{align}
Questions:
- Is this proof valid? I object because $v$ is multi-valued.
- How do I guarantee such a $v$ exists? I think that the implicit function theorem may be applied, but I am not sure.
- Does anyone know of a more direct proof?
Motivation:
If $x^{13}y^7=(x+y)^{20}$, prove that $\frac {dy}{ dx}=\frac yx$