Heat Equation Initial Conditions

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
EsponV
Messages
15
Reaction score
0
Greetings all,

I have a question in regards to my initial conditions. The problem as given is:

ut=uxx with u' = 0 at x=0 and u=0 at x=L

I was also given u={1 0<x<L/2, 0 L/2<x<L

I understand the set up of the problem and the solving of it for the most part, however I'm having trouble understanding the point that the third condition (the one about u) makes. More or less I'm stuck with trying to figure out what X is initially.

Thank you
 
Physics news on Phys.org
EsponV said:
Greetings all,

I have a question in regards to my initial conditions. The problem as given is:

ut=uxx with u' = 0 at x=0 and u=0 at x=L

u' = 0 is ambiguous; this is a partial differential equation, and these are boundary conditions. I assume you mean:

ux(0,t) = 0, u(L,t) = 0 for t > 0.

I was also given u={1 0<x<L/2, 0 L/2<x<L

Ditto here. Write it correctly:

u(x,0) = 1, 0<x<L/2, 0 L/2<x<L

I understand the set up of the problem and the solving of it for the most part, however I'm having trouble understanding the point that the third condition (the one about u) makes. More or less I'm stuck with trying to figure out what X is initially.

Thank you

Your two boundary values for x should give you an eigenvalue problem after you separate variables. The last condition, which is an initial condition, tells you the initial temperature of the bar at t = 0. You should be able to satisfy that using Fourier series from your eigenvalue problem.
 
Thank you for your help. My teacher had written up our homework in the form that I wrote it in originally, and thus I was having trouble trying to figure out what the initial conditions were exactly. Your post clarified it, and I should be set to solve it now.

Thanks