2nd order linear hyperbolic PDE?

kingwinner
Messages
1,266
Reaction score
0
uxx - x2 uyy = 0 (assume x>0)

Is there any systematic method (e.g. change of variables) to solve this hyperbolic equation?

dy/dx = [B + sqrt(B2 - AC)]/A
=> dy/dx = x
=> 2y -x2 = c

dy/dx = [B - sqrt(B2 - AC)]/A
=> dy/dx = -x
=> 2y + x2 = k

So the characteristic curves are 2y -x2 = c and 2y + x2 = k

Now does this imply that the general solution is u = f(2y-x2)+g(2y+x2) ?

Thanks!
 
Physics news on Phys.org
u = f(2y-x2)+g(2y+x2)

Is uxx - x2 uyy identically zero? Then it must be a general solution :wink:
 
Hi, I tried to verify it by computing a bunch of tedious second derivatives, but somehow I didn't get 0... I may have made a mistake in my calculations...
 
The most direct way to solve this PDE is the Fourier method, that is, supposing that solution has the form

u(x,y)=\int_{-\infty}^{\infty}F(x,k)exp(iyk) dk

we obtain ODE for F

F_{xx}+x^2k^2F=0 ,

which solution is as follows

F(x,k)=x^{1/2}[F1(k)J_{1/4}(x^2k/2)+F2(k)K_{1/4}(x^2k/2)] ,

where J_{1/4} and K_{1/4} are modified Bessel functions; F1 and F2 are arbitrary functions.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top