Getting a good grasp of these type of questions now but the end of this one is tripping me up a bit.
Question: Use separation of variables to find a product solution for the partial differential equation
$$y*∂_{xy}u + u = 0,$$
where u is a function of x and y.
My attempt:
Substitute $u(x,y)=X(x)Y(y)$ into the PDE to obtain
$$yX'Y'+XY=0$$
Then using separation of variables and the separation constant $-\lambda,$
$$ \frac{X'}{X}=\frac{-Y}{yY'}=-\lambda$$
So we have
$$X'=-\lambda X,\ \ \ \ \ \ \ Y'=\frac{1}{\lambda y}Y$$
which according to the textbook has these solutions:
$$X=c_1e^{-\lambda x},\ \ \ \ \ \ \ Y=c_2y^{1/\lambda}.$$
with the product solution
$$u=XY=c_3e^{-\lambda x}y^{1/\lambda}.$$
Now I understand the solution for $X$, but I cannot figure out how to obtain $c_2y^{1/\lambda}$ for $Y$. I think the starting point is $$Y=c_2e^{(1/\lambda y)*y} $$
but that doesn't seem to get me there unless I've missed something really obvious...
$$ Y'=\frac{1}{\lambda y}Y$$ $$ \frac {Y'}Y=\frac{1}{\lambda y}$$ Integrate $$ \int \frac {dY}Y=\int \frac{dy}{\lambda y}$$ $$ \ln(Y)=\frac 1 {\lambda} \ln (y) +K$$ $$Y(y)=e^{1/\lambda(\ln(y)+K)}$$ $$Y(y)=Cy^{1/\lambda}$$