How Do You Solve the 1D Heat Equation with Trigonometric Initial Conditions?

  • Context: Graduate 
  • Thread starter Thread starter prolix
  • Start date Start date
  • Tags Tags
    Heat Heat equation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
prolix
Messages
2
Reaction score
0
problem

u_t=u_xx, x is in [0,1], t>0

with
u(0,t)=u(1,t)=0, t>0
u(x,0)=sin(pi*x)-sin(3*pi*x), x is in (0,1)


i think its solution is of the form

u(x,t)=sigma(n=1 to infinity){a_n*sin(n*pi*x)*exp(-n^2*pi^2*t)

where a_n=2*integral(0 to 1){ (sin(pi*x)-sin(3*pi*x)) * sin(n*pi*x) }

but i have a_n = 0, for all n..

i don't know where is my mistake..
 
Physics news on Phys.org
Can you write your initial condition as a sin series?

[itex]u(x,0)=\sum b_n sin(n \pi x)[/itex]

How does this compare to your sin series for

[itex]u(x,t)[/itex]

Can you relate [itex]a_n[/itex] to [itex]b_n[/itex]?