Solving the Heat Equation for $u(x,t)$

  • Thread starter Thread starter stunner5000pt
  • 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.
3 replies · 2K views
stunner5000pt
Messages
1,447
Reaction score
5
[tex]\frac{\partial u}{\partial t} - k \frac{\partial^2 u}{\partial x^2} = 0[/tex]
for 0 <x < pi, t> 0

[itex]u(0,t) = u(\pi,t) = 0[/itex]
[itex]u(x,0) = x (\pi - x)[/itex]

OK i know the boring part of getting u(x,t) = X(x) T(t)
the infinite series part is hard part
the coefficient [tex]c_{n} = \frac{2}{\pi} \int_{0}^{\pi} \sin(n(\pi -x)) \sin(nx) = \frac{-2}{\pi} \left(\frac{-1 + (-1)^n}{n}\right) \sin(nx)[/tex]
the -1^n is from the Cos n pi term taht would coem from the integration

thus n must be odd
[tex]c_{n} = \frac{4}{\pi} \frac{1}{2n-1} \sin(nx)[/tex]
is this good so far?
 
Physics news on Phys.org
I am confused with your IC's. Is it u(x,0) = x(pi - x) or sin(n(pi - x))?
 
x(pi -x ) is the initial condition
and i think i have mistaken this for X(pi -x)
which is not the same thing
 
Ok, so if x(pi -x) is your IC, then you will have to integrals to do. xpi* sin(nx)
and x^2 sin (nx). Its a bit more involved than the last one.

- harsh