2

I am solving a bunch of differential equations to find the most general form of some functions satisfying the differential equations. I have arrived at my last differential equation which is:

$$\dfrac{\partial f(x,y)}{\partial x} =\dfrac{\partial f(x,y)}{\partial y}$$

Is there any theorem which allows me to give some property about $f$. For instance, I can think of $f(x,y)=f(y,x)$.

  • 4
    It's the advection equation. The solutions are $f(x,y) = h(x+y)$ where $h$ is arbitrary – Tryss Mar 21 '16 at 03:18
  • 2
    @Tryss It is also sometimes called the one-way wave equation (since it only propagates in one direction). – Cameron Williams Mar 21 '16 at 03:22
  • 1
    Connected with Cameron's comment, the gradient everywhere oriented in the $+45^\circ$ direction. This also implies that all the level sets are of the form $x+y=$const, giving back the property stated by Tryss – Semiclassical Mar 21 '16 at 03:44
  • 2
    I appreciate if any of you could post an answer so that the question does not remain unanswered. – Vladimir Vargas Mar 21 '16 at 03:48

1 Answers1

1

Since nobody answered the question, this is the advection equation, or one-way wave equation, whose solutions are of the form

$$ f(x,y) = h(x+y) $$

for arbitrary $h$.