Substitute, simplify, and then solve for Z

  • Thread starter Thread starter Addez123
  • Start date Start date
  • Tags Tags
    Simplify
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 1K views
Addez123
Messages
199
Reaction score
21
Homework Statement
Simplify the equation
$$x^2 z_x - z_y = 0, x > 0$$
using the variable change u and v.
Then solve the differential equation.
Relevant Equations
$$x^2 z_x - z_y = 0, x > 0$$
$$u = x$$
$$v = 1/x - y$$
By substitution I've solved that $$z_u = 0$$ (which is correct according to textbook)
which leads me to try find z by integrating
$$z = \int z_v \,(dv ?)$$
and I'm just stuck here. Dont know how to integrate that.
 
Last edited:
Physics news on Phys.org
So $$z = \int z_u \,du = \int 0 \,du = g(v)$$
Doing this and I havn't really solved anything.
 
Yes you have. Any (differentiable) function on the form ##g(v) = g(1/x - y) = z(x,y)## solves the differential equation. You can never fully specify the function without boundary conditions. For example, in this case, a possible boundary condition could be ##z(x,0) = h(x)##, where ##h## is some known function, which would identify ##g(1/x) = h(x)## and therefore ##z(x,y) = h(1/(1/x-y))##.
 
  • Like
Likes   Reactions: Addez123
It did turnout that g(v) was the correct solution :P
Thanks!