How Can I Solve This Non-Linear PDE in 2D?

  • Context: Graduate 
  • Thread starter Thread starter L0r3n20
  • Start date Start date
  • Tags Tags
    Dimensions Linear Pde
Click For Summary
SUMMARY

The discussion focuses on solving the non-linear partial differential equation (PDE) given by f(x,y) + ∂_x f(x,y) - 4 ∂_x f(x,y) ∂_y f(x,y) = 0. A boundary condition is necessary for a general solution, such as f(x,g(x)) = h(x). The method of characteristics is recommended, leading to a system of equations that can be solved to express the function in terms of initial conditions. It is crucial to ensure that the boundary curve (x,g(x)) does not coincide with the characteristics to avoid complications.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the method of characteristics
  • Knowledge of boundary conditions in PDEs
  • Proficiency in calculus, particularly the chain rule
NEXT STEPS
  • Study the method of characteristics in detail
  • Research boundary value problems for PDEs
  • Learn about the implications of characteristic curves in PDE solutions
  • Explore numerical methods for solving non-linear PDEs
USEFUL FOR

Mathematicians, physicists, and engineers dealing with non-linear PDEs, particularly those interested in boundary value problems and the method of characteristics.

L0r3n20
Messages
36
Reaction score
2
Hi all. I'm trying to solve this PDE but I really can't figure how. The equation is
<br /> f(x,y) + \partial_x f(x,y) - 4 \partial_x f(x,y) \partial_y f(x,y) = 0<br />
As a first approximation I think it would be possible to consider \partial_y f a function of only y and \partial_x f a function of only x but even in this case I couldn't find a general solution.
Any idea?
 
Last edited:
Physics news on Phys.org
L0r3n20 said:
Hi all. I'm trying to solve this PDE but I really can't figure how. The equation is
<br /> f(x,y) + \partial_x f(x,y) - 4 \partial_x f(x,y) \partial_y f(x,y) = 0<br />
As a first approximation I think it would be possible to consider \partial_y f a function of only y and \partial_x f a function of only x but even in this case I couldn't find a general solution.
Any idea?

Your equation needs to be supplemented by a boundary condition: say f(x,g(x)) = h(x) for suitable g(x).

The method of characteristics looks like a good bet.

By the chain rule,
<br /> \frac{\mathrm{d}f}{\mathrm{d}t} = \frac{\partial f}{\partial x}\frac{\mathrm{d}x}{\mathrm{d}t} + \frac{\partial f}{\partial y}\frac{\mathrm{d}y}{\mathrm{d}t}<br />
which by comparison with your equation gives the following system:
<br /> \frac{\mathrm{d}x}{\mathrm{d}t} = 1 \\<br /> \frac{\mathrm{d}y}{\mathrm{d}t} = -4\frac{\partial f}{\partial x} \\<br /> \frac{\mathrm{d}f}{\mathrm{d}t} = - f<br />
subject to the initial conditions f(0) = f_0 = h(x_0), x(0) = x_0, y(0) = y_0 = g(x_0) so that f(x_0,g(x_0)) = h(x_0).

Solving the first equation gives x = t + x_0, and the third gives f = f_0e^{-t} = f_0e^{x_0-x}. Substituting these into the second gives
<br /> \frac{\mathrm{d}y}{\mathrm{d}t} = 4f \\<br />
so that y = y_0 + 4f_0(1 - e^{-t}).

Therefore given a characteristic starting at (x_0,g(x_0)), the value of the function at (x,y) = (x_0, g(x_0) + 4h(x_0)(1 - e^{-t})) is h(x_0)e^{-t}.

It is of vital importance that the curve (x,g(x)) on which the boundary condition is given is not a characteristic (ie a curve (x(t),y(t)) for some (x_0,y_0)). There may also be a problem if characteristics intersect.
 

Similar threads

  • · Replies 36 ·
2
Replies
36
Views
6K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K