Find the solution of the equation uxy = ux

  • Thread starter Thread starter kasse
  • Start date Start date
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 3K views
kasse
Messages
383
Reaction score
1

Homework Statement



Find the solution of the equation

uxy = ux

The Attempt at a Solution



ux = p

py = p

ln p = y + c*

p = ce^y

But them, what is u?
 
Last edited:
Physics news on Phys.org
Well, how would you solve the ORDINARY differential equation. dp/dx= p? That's seems to me very easy. Warning: because this is NOT an ordinary differential equation, the "constant" in the solution may be a function of y. Also remember that the general solution to a partial differential equation involves unknown FUNCTIONS.
 
Just integrate wrt. x so that

u(x,y) = e^y Int[c(x)]dx + g(y) where c(x) and g(y) are arbitrary?