Find the particular solution of the part differential equation $u_x+u_y+2u_z=0$ that satisfies the data $u(1,y,z)=yz$
So:
$\frac {dx}{1}=\frac {dy}{1} = \frac{dz}{2}$
$\int dx=\int dy \Rightarrow x=y+C_1 \Rightarrow C_1=x-y$
$2\int dx=\int dz \Rightarrow 2x=z+C_2 \Rightarrow C_2=2x-z$
General solution: $u(x,y,z)=F(x-y,2x-z)$
I use a initial condition: $yz=F(1-y,2-z) \Rightarrow $ Now, I don't know what to do next?
How can I get particular solution for this condition?
PS: We only did this example in class earlier: $\\ u(x,y)=F(2x-3y),u(0,y)=81y^{4}$ $81y^{4}=F(2*0-3y) \Rightarrow 81y^{4}=F(-3y) \Rightarrow t=-3y \Rightarrow F(t)=t^{4} \Rightarrow u=(2x-3y)^{4}$
I try use wolfram alpha, which can give general solution with this prompt D[u[x,y,z],x]+D[u[x,y,z],y]+2*D[u[x,y,z],z]=0, but when I write this prompt D[u[x,y,z],x]+D[u[x,y,z],y]+2*D[u[x,y,z],z]=0,u(1,y,z)=y*z, doesn't return a particular solution, there is another way to do it (with wolfram)?
Hint: Let $y'=1-y,z'=2-z$. Now rewrite $F(1-y,2-z)=yz$ in terms of $y',z'$.