for some function u(x,y)
Rewrite the PDE and IC's in terms ofby expressing
and
in terms of
and
and solve.
My attempt: I believe the first equation is of the form
therefore
but they are not in terms of
and
Have I gone one step too far?
for some function u(x,y)
Rewrite the PDE and IC's in terms ofby expressing
and
in terms of
and
and solve.
My attempt: I believe the first equation is of the form
therefore
but they are not in terms of
and
Have I gone one step too far?
Wow, that looks good I must say...never saw this implemented in pde's before. Transposing of the matrix involves making the first row the first column and the second row the scond column. so if im right then
. Rewriting the pde becomes
=1
The IC beingfor
Is this correct...Can this be solved using the method of characteristics? ill try..
It's because the integration you did was sort of "partial integration w.r.t.", not a total integration like you'd have in an ODE setting. You remember doing exact ODE's? When you integrated w.r.t.
, you'd get an arbitrary function of
. In your case,
period. It is a function of two variables. If you doubt the extra function
, then just do a partial differentiation and see if you get back to the original DE. You do, right?
What is the IC, exactly?