Hyperbolic PDE with only one characteristic

psiofxandt
Messages
2
Reaction score
0
Hello all,

Homework Statement


$$x{u_{xy}} - y{u_{yy}} = 0$$ Assume $$x,y \in {\rm{Reals}}$$

Homework Equations


I have been able to solve this using different methods, but my classmates and I are trying to figure out if there is a way to do this using the methods from the course's text. The problem is out of Kreyszig's Advanced Engineering Mathematics. It introduces the concept of characteristics to solve PDEs.

The method puts a PDE in the form:
$$A{u_{xx}} + 2B{u_{xy}} + C{u_{yy}} = F\left( {x,y,u,{u_x},{u_y}} \right)$$
Then if
$$AC - {B^2}\left\{ {\matrix{
{ < 0} & \Rightarrow & {{\rm{Hyperbolic}}} \cr
{ = 0} & { \Rightarrow {\rm{ }}} & {{\rm{Parabolic}}} \cr
{ > 0} & { \Rightarrow {\rm{ }}} & {{\rm{Elliptic}}} \cr

} } \right.$$
Then solve the characteristic equation $$A{\left( {y'} \right)^2} - 2By' + C = 0$$ where $$y' = {{dy} \over {dx}}$$ to find constants ##\phi \left( {x,y} \right)## and ##\psi \left( {x,y} \right)##.

Knowing the type of equation allows one to make a substitution of variables. The equation of interest is hyperbolic, so $$v = \phi \left( {x,y} \right)$$ and $$w = \psi \left( {x,y} \right)$$.
The normal form of such a PDE is $${u_{vw}} = F$$
With this background, please give input on this problem.

The Attempt at a Solution


$$x{u_{xy}} - y{u_{yy}} = 0$$
$$\eqalign{
& \Rightarrow A = 0,B = {x \over 2},C = - y \cr
& \Rightarrow AC - {B^2} = - {{{x^2}} \over 4} \cr} $$
If ##x = 0## the PDE is parabolic. My professor said to ignore this case, as it does not produce meaningful solutions. (This may be the source of the error).

If ##x \ne 0##, the solution is hyperbolic.
$$A{\left( {y'} \right)^2} - 2By' + C = - {{{x^2}} \over 2}y' - y = 0$$
$$ \Rightarrow y = {c \over x},c \buildrel \wedge \over = {\rm{const}}{\rm{.}}$$
$$ \Rightarrow c = xy$$
$$\phi = xy,\psi = ?$$
Here is the rub! There exists only one, non-repeating characteristic which is not consistent with the hyperbolic change of variables! Therefore,
$$v = xy,w = ?$$
Using the internet, the author chose ##v = xy,w = x##, which he introduces as the change of variables for the parabolic case, yet in his solution, he defines the equation as hyperbolic.

From here, we cannot find a way to arrive at the solution using the method described in the text. We have substituted ##x \leftrightarrow y##, and were able to arrive at a solution, but this is not a method discussed in the text.

Is this bad text writing, or are we missing something? If we are, I imagine it has to do with the assertion that the parabolic case is not meaningful.

Thank you for any help you can provide to sate our curiosity,
##\Psi \left( {x,t} \right)##

EDIT: Small fixes and formatting.
 
Last edited:
Physics news on Phys.org
The fact that the equation 'becomes parabolic at x= 0 is, in a sense, responsible. The difficulty, and solution, is that we can write the equation in terms of u_y, not just u. If we let U= u_y the equation becomes xU_x- yU_y= 0, xU_x= yU_y which gives characteristic \frac{dy}{y}= \frac{dx}{x} and so y= Cx or \frac{y}{x}= C. The two characteristics are \phi(x,y)= xy and \psi(x,y)= \frac{y}{x}.
 
  • Like
Likes psiofxandt
That's a much more elegant method than my solution! Thank you for your input. Just to clarify, to get a characteristic for the original equation and get to the author's ##w=x##, one would differentiate both sides by ##y##, and define a new constant, correct?

So it would appear, that using the exact method of detailed in the section of the problem will not yield any solution? The book is not very well edited to begin with, so this would not surprise me.

Thank you for your time,
##\Psi \left(x,t \right)##
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top