Use integration to find a solution involving one or more arbitrary functions $$\frac{\partial u}{\partial y}=\frac{x}{\sqrt{1+y^2}}$$
for a function $u(x,y,z)$ $$u(x,y,z)=x\int \frac{dy}{\sqrt{1+y^2}}$$
let $y=\sinh v$ $$u(x,y,z)=x\int \frac{\cosh v\: dv}{\sqrt{1+\sinh ^2v}}$$
$$u(x,y,z)=x\sinh^{−1}(y)+f(x,z)$$
So here's the question. Why is the solution with an arbirary function $f(x,z)$ and not two arbitrary functions $f(x)+g(z)$? What's the difference? I understand if the arbitrary function was something like $f(x,z)=x^z$ then it couldn't be expressed in the form $f(x)+g(z)$. But we don't know what form the arbitrary function will be in, so the more general form $f(x,z)$ will serve better. Is that right?