J P

-4 Reputation

2 Badges

14 years, 206 days

MaplePrimes Activity


These are questions asked by J P

Let X=(0,∞) x R and y=>g(y) be a given function. Find the solution:

(x,y)==>u(x,y)

To the initial value problem

(-x-y)ux(x,y)-(y)uy(x,y)+u(x,y)=0 for all (x,y)belonging to X

subject to u(0,y)=g(y).

 

I keep getting stuck; Any help would be amazing!

I  have to solve this initial value problem:

pde := (-x+y)*(diff(u(x, y), x))+(-y*(diff(u(x, y), y)))+c*u(x, y)=0

subject to u(0,y)=g(y)

I have had a go and this is what I have so far:

a := -x(s)+y(s)

b := -y(s)

c := 1

pde := a*(diff(u(x, y), x))+b*(diff(u(x, y), y))+c*u(x, y) = 0

chareq1 := diff(x(s), s) = a

chareq2 := diff(y(s), s) = b

Page 1 of 1