Using initial conditions in a second order PDE

maggie56
Messages
26
Reaction score
0

Homework Statement



I have a PDE for which i have found the general solution to be u(x,y) = f1(3x + t) + f2(-x + t)
where f1 and f2 are arbitrary functions. I have initial conditions u(x,0) = sin (x) and partial derivative du/dt (x,0) = cos (2x)

Homework Equations



u(x,y) = f1(3x + t) + f2(-x + t)
u(x,0) = sin (x)
du/dt (x,0) = cos (2x)

The Attempt at a Solution



I have substituted u(x,0) and du/dt (x,0) into the general solution which gives me;

u(x,0) = f1(3x) + f2(-x) = sin (x)
du/dt(x,0) = f1'(3x) + f2'(-x) = cos (2x)

but i am unsure as to where to go from here

Thanks for any help
 
Physics news on Phys.org
I'll use h and v:

h'(3x)-v'(-x)=\cos(x)
h'(3x)+v'(-x)=\cos(2x)

It's not hard to eliminate v'(-x) right?

then you'd have a regular DE:

2h'(3x)+\cos(x)+\cos(2x)

but then you got that 3x in there. What about making a change of independent variable by letting u=3x then convert the DE from one in terms of x (the one above) into one involvind u by remembering:

\frac{dh}{du}=\frac{dh}{dx}\frac{dx}{du}

now make this substitution into the one involving x, get the one involving u, solve it, then wherever there is a u in the answer, replace it by 3x.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top