If I want to calculate the function $C\cdot x^{\alpha}$ I have to solve the differential equation $$\frac{dy}{dx}\cdot \frac{x}{y}=\alpha$$
$\frac1y \, dy=\alpha\cdot \frac1x \,dx $
$\int \frac1y \, dy=\int \alpha\cdot \frac1x \,dx $
$\int \frac1y \, dy=\alpha\cdot\int \frac1x \,dx $
$\ln(y)=\alpha\cdot ln(x)+c$
$e^{\ln(y)}=e^{\alpha\cdot ln(x)+c}$
$y=e^{\alpha\cdot ln(x)}\cdot e^{c}$
$y=\left(e^{ ln(x)}\right)^{\alpha}\cdot e^{c}$
$y=x^{\alpha}\cdot e^{c}$
$y=C\cdot x^{\alpha}$
So far so good. But what kind of PDE (system) and conditions I have to start with to obtain $z(x,y)=C\cdot x^{\alpha}\cdot y^{1-\alpha}$? The PDE I think I have to use is $$\frac{\partial z}{\partial x}\cdot \frac{x}{z}+\frac{\partial z}{\partial y}\cdot \frac{y}{z}=1$$
And I have the two conditions $z(0,y)=0$ and $z(x,0)=0$. My two questions are:
Are these conditions sufficient to obtain $z(x,y)$?
What method I have to apply to solve the PDE?
Thanks to all who takes time to read the question.