Quasi-linear hyperbolic PDE help

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Hyperbolic Pde
Dustinsfl
Messages
2,217
Reaction score
5
I am using the book Elementary Partial Differential Equations by Berg and McGregor.

However, the book neglected to discuss problems of the this form, uu_{xy}-u_xu_y=0.

How do I approach this problem?

Thanks.
 
Physics news on Phys.org


This is a quasi-linear hyperbolic PDE if that's any help. Use characteristic co-ordinates to put it in canonical form
 


Unfortunately, that doesn't help since I am only in Chapter 1 section 2.
 


There is a trick:
<br /> u\partial_{x}\partial_{y}u=\partial_{x}u\partial_{y}u\Rightarrow\frac{\partial_{x}\partial_{y}u}{\partial_{x}u}=\frac{\partial_{y}u}{u}<br />
We notice that this is the same as:
<br /> \frac{\partial}{\partial y}\left(\ln (\partial_{x}u\right) =\frac{\partial}{\partial y}\ln u<br />
From here it is easy to continue.
 


Thanks.

I understand the left side.

But I am having trouble seeing that

<br /> <br /> \frac{\partial}{\partial y}\left(\ln (\partial_{x}u\right) <br />

How is that the ln?

Thanks.
 


If you understand one side then you understand the other, you know from basic calculus that:
<br /> \frac{f&#039;(x)}{x}=(\ln f(x))&#039;<br />
So for the LHS f(x)=\partial_{x}u and the RHS f(x)=u. See now?
 


Yes, but isn't the partial derivative of \frac{\partial}{\partial x}\Rightarrow \frac{\partial ^2}{\partial x^2}?

Which would lead to \frac{u_y u_{xx}}{u_x}
 


Your differentiating w.r.t. y
 


Then shouldn't the derivative of a function of x be zero w.r.t y?
 
  • #10


u=u(x,y)
 
  • #11


Ok, I am going to think about this for a moment. Thanks for your help.
 
  • #12


Consider:
<br /> \frac{\partial_{x}\partial_{y}u(x,y)}{\partial_{x}u(x,y)}=\frac{\partial_{y}\partial_{x}u(x,y)}{\partial_{x}u(x,y)}=\partial_{y}\ln (\partial_{x}u(x,y))<br />
Does this make more sense?
 
  • #13


hunt_mat said:
If you understand one side then you understand the other, you know from basic calculus that:
<br /> \frac{f&#039;(x)}{x}=(\ln f(x))&#039;<br />
So for the LHS f(x)=\partial_{x}u and the RHS f(x)=u. See now?
As far as I can see,
<br /> \frac{f&#039;(x)}{f(x)} = (\ln f(x))&#039;<br />

I assume that was what you meant.
 
  • #14


yes, it was. Cheers.
 
  • #15


\int \frac{u_{xy}}{u_x}dy Should this dy be this \partial y\mbox{?}

\int \frac{u_{xy}}{u_x}dy=\int\frac{u_y}{u}dy\Rightarrow ln(u_x)=ln(u)+f(x)

Every time I integrate from here, I don't obtain the solution u(x,y)=f(x)g(y)

Should I exponentiate or move everything to left side?
 
  • #16


Solved, Thanks.
 
  • #17


You should get a solution in the form:
<br /> u(x,y)=e^{A(x)}e^{B(y)}<br />
Where A(x) and B(y) are arbitraty function obtained via integration.
 
Back
Top