PDE i.v.p. using method of characteristics

  • Thread starter Thread starter sunrah
  • Start date Start date
  • Tags Tags
    Method Pde
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sunrah
Messages
191
Reaction score
22

Homework Statement


solve x2ux + y2uy = 0 for u(2,y) = y

Homework Equations


The Attempt at a Solution



with a = x2 and b = y2

y' = b/a = (y/x)2 this can be solved for y by separation of variables:

[itex]y = \frac{x}{1-xC}[/itex]
and
[itex]C = \frac{y-x}{xy}[/itex]

now

[itex]u(x,y) = f(C) = f(\frac{y-x}{xy})[/itex]

applying initial value conditions

[itex]u(2,y) = f(\frac{y-2}{2y})[/itex]

this is where my understanding runs out. how do i determine f according to the initial value? i have looked at several books but they just assume this step is obvious
 
Last edited:
Physics news on Phys.org
have solved it now :smile: by taking a different approach and by converting to a system of ODEs and doing a coordinate transform from x(t) -> x(t,s) but I would still like to know how to solve it according to my original question, thanks