Parabolic pde with additional term

  • Thread starter Thread starter idraftscience
  • Start date Start date
  • Tags Tags
    Pde Term
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
idraftscience
Messages
3
Reaction score
0

Homework Statement


Solve
[itex]\frac{\partial v}{\partial t} = k\frac{\partial^2 v}{\partial x^2} - v[/itex]

[itex]0\leq x \leq L[/itex]

[itex]t > 0[/itex]


Homework Equations


[itex]v(x,0) = f(x), v(0,t)=0, \frac{\partial v}{\partial x}(L,t) = -v(L,t)[/itex]



The Attempt at a Solution



I've already attempted to solve this using separation of variables, but I'm not sure if that is a valid approach as the equation is not homogeneous (?) due to the v(x,0) = f(x) term. I've also attempted using green's theorem but I keep getting stuck, though this may be due to a math error. Can anyone give me any insight as to where I may be going wrong?
 
Physics news on Phys.org
If you can separate the variables, it will produce a valid solution. The question is whether all solutions can be achieved that way. The critical issue is whether a linear sum of two solutions produces a solution. If so, arbitrary solutions can be represented as an infinite sum of solutions obtained by separation of variables.
Does this equation have that property?
 
idraftscience said:

Homework Statement


Solve
[itex]\frac{\partial v}{\partial t} = k\frac{\partial^2 v}{\partial x^2} - v[/itex]

[itex]0\leq x \leq L[/itex]

[itex]t > 0[/itex]


Homework Equations


[itex]v(x,0) = f(x), v(0,t)=0, \frac{\partial v}{\partial x}(L,t) = -v(L,t)[/itex]



The Attempt at a Solution



I've already attempted to solve this using separation of variables, but I'm not sure if that is a valid approach as the equation is not homogeneous (?) due to the v(x,0) = f(x) term. I've also attempted using green's theorem but I keep getting stuck, though this may be due to a math error. Can anyone give me any insight as to where I may be going wrong?

The equation is homogeneous and linear, so separation of variables should work. (Not being homogeneous is in any case not fatal to separation of variables, you just have to use a "particular integral plus complementary functions" approach; not being linear is fatal.)

The eigenfunctions are [tex] v(x,t) = T(t)X(x) = T(t)\sin(\lambda x)[/tex] where the possible values of [itex]\lambda[/itex] are determined by the condition that [tex] X(L) + X'(L) = 0,[/tex] and since you're given arbitrary initial data the fact that you can't find [itex]\lambda[/itex] analytically is not important. Sturm-Liouville theory tells you that the resulting eigenfunctions will be orthogonal with respect to the inner product [tex] \int_0^L f(x)g(x)\,dx[/tex] as usual. You can find [itex]\|X\|^2 = \int_0^L X(x)^2\,dx[/itex] in terms of [itex]L[/itex] and [itex]\lambda[/itex], but obviously if you can't find [itex]\lambda[/itex] analytically you can't find [itex]\|X\|^2[/itex] analytically.