How Can I Solve This PDE Using Characteristics?

  • Context: Graduate 
  • Thread starter Thread starter climbon
  • Start date Start date
  • Tags Tags
    Pde
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
climbon
Messages
16
Reaction score
0
Hi,

i'm having trouble finding a solution to this PDE,

[tex]\frac{d U(x,y,t)}{dt} = A(x) \frac{\partial U(x,y,t)}{\partial y} + B(y) \frac{\partial U(x,y,t)}{\partial x}[/tex]

with only knowledge of the initial condition U(x,y,0)=F(x,y).

I've tried to solve this using characteristics but the only examples i can find in books is for the case when the left hand side is zero. Tried following the method from some books but can only solve it for when the L.H.S is zero. I'm not sure where to go next

Any help would be fantastic.

Thanks.
 
Physics news on Phys.org
climbon said:
Hi,

i'm having trouble finding a solution to this PDE,

[tex]\frac{d U(x,y,t)}{dt} = A(x) \frac{\partial U(x,y,t)}{\partial y} + B(y) \frac{\partial U(x,y,t)}{\partial x}[/tex]

with only knowledge of the initial condition U(x,y,0)=F(x,y).

I've tried to solve this using characteristics but the only examples i can find in books is for the case when the left hand side is zero. Tried following the method from some books but can only solve it for when the L.H.S is zero. I'm not sure where to go next

Any help would be fantastic.

Thanks.
The LHS should read ∂U(x,y,t)/∂t not dU(x,y,t)/dt.

Then, for (parameter) s∈I⊂ℝ:

d/ds[U(x(s),y(s),t(s))]= ∂U/∂x·dx/ds + ∂U/∂y·dy/ds + ∂U/∂t·dt/ds≡ B(y)∂U/∂x + A(x)∂U/∂y - ∂U/∂t= 0.

You seek, U(x(s),y(s),t(s))= constant.

ADDENDUM:
Hint: dx/B = dy/A = dt/-1.
 
Last edited: