Quasi-linear hyperbolic PDE help

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Hyperbolic Pde
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
16 replies · 3K views
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, [tex]uu_{xy}-u_xu_y=0[/tex].

How do I approach this problem?

Thanks.
 
Physics news on Phys.org


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


There is a trick:
[tex] 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}[/tex]
We notice that this is the same as:
[tex] \frac{\partial}{\partial y}\left(\ln (\partial_{x}u\right) =\frac{\partial}{\partial y}\ln u[/tex]
From here it is easy to continue.
 


Thanks.

I understand the left side.

But I am having trouble seeing that

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

How is that the ln?

Thanks.
 


If you understand one side then you understand the other, you know from basic calculus that:
[tex] \frac{f'(x)}{x}=(\ln f(x))'[/tex]
So for the LHS [tex]f(x)=\partial_{x}u[/tex] and the RHS [tex]f(x)=u[/tex]. See now?
 


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

Which would lead to [tex]\frac{u_y u_{xx}}{u_x}[/tex]
 


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


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


Consider:
[tex] \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))[/tex]
Does this make more sense?
 


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

I assume that was what you meant.
 


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

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

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

Should I exponentiate or move everything to left side?
 


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