2
$\begingroup$

The method of characteristics is a technique to solve quasi-linear 1st order PDEs. In An Introduction To Partial Differential Equations by Ruebenstein it is stated that difficulties can arise when a characteristic solution intersects an initial curve more than once. I am having trouble seeing why this is the case.

2 Answers 2

5

Suppose for example the method of characteristics says the solution $f(x,y)$ is constant on the curves $x^2 + y^2 = r^2$ (e.g. for the equation $y \frac{\partial f}{\partial x} - x \frac{\partial f}{\partial y} = 0$), and your initial condition says $f(x,0) = g(x)$. The initial curve $y=0$ intersects the characteristic curve $x^2 + y^2 = r^2$ at two points $(-r,0)$ and $(r,0)$. But if $g(-r) \ne g(r)$ we're in trouble: if the solution is constant on the characteristic curve it must have the same value at $(-r,0)$ as it does at $(r,0)$. So which is it, $g(-r)$ or $g(r)$?

  • 0
    Yes, of course.2012-04-01
1

I think I should make one clarification here. The value of f is not always constant on each characteristic, so in general we need g(-r) to be consistent with g(r)... but that doesn't necessarily mean that it's equal.