MHB How Does Separation of Variables Solve the Heat Equation in a Metal Rod?

  • Thread starter Thread starter jmorgan
  • Start date Start date
  • Tags Tags
    Separation
jmorgan
Messages
5
Reaction score
0
The temperature distribution u(x, t), at time t > 0, along a homogeneous
metal rod can be obtained by solving the 1d heat equation;

ut = kuxx (1)

where k = 2 is a constant. The length of the rod is 1m and the temperature
at either end of the rod is zero for all time, so that the boundary conditions
are

u(0, t) = u(1, t)=0

and the initial temperature distribution is:

u(x, 0) = ⇢ 0, 0 < x < 0.5
1, 0.5 < x < 1

QUESTION :

Let u(x, t) = F(x)G(t) and using the separation of variables method,
show that the solution of the the 1d heat equation (1) requires the
solution of the following two ODEs:
G'(t) = kµG and F''(x) = µF, where µ is a constant.
 
Physics news on Phys.org
Re: Seperation of Variables/ODE

jmorgan said:
The temperature distribution u(x, t), at time t > 0, along a homogeneous
metal rod can be obtained by solving the 1d heat equation;

ut = kuxx (1)

where k = 2 is a constant. The length of the rod is 1m and the temperature
at either end of the rod is zero for all time, so that the boundary conditions
are

u(0, t) = u(1, t)=0

and the initial temperature distribution is:

u(x, 0) = ⇢ 0, 0 < x < 0.5
1, 0.5 < x < 1

QUESTION :

Let u(x, t) = F(x)G(t) and using the separation of variables method,
show that the solution of the the 1d heat equation (1) requires the
solution of the following two ODEs:
G'(t) = kµG and F''(x) = µF, where µ is a constant.

Well first of all, this isn't an ODE, it's a PDE.

What have you tried so far?
 
Re: Seperation of Variables/ODE

I have began by :

XT' = kX''T

rearrange: T'/T=kX''/X=\alpha

trying to solve: T'/T=\alpha and kX''/X=\alpha

and that is the furthest I can go
 
Re: Seperation of Variables/ODE

Ignore my previous reply, I now have:

XT' = kX''T

divide both by kXT to get: T'/kT = X''/X

so T'/kT = µ and X''/x = µ (this is where G'(t)=k µG and F''(x)= µF is required)

now I am stuck on how to solve these.
 
Re: Seperation of Variables/ODE

jmorgan said:
Ignore my previous reply, I now have:

XT' = kX''T

divide both by kXT to get: T'/kT = X''/X

so T'/kT = µ and X''/x = µ (this is where G'(t)=k µG and F''(x)= µF is required)

now I am stuck on how to solve these.

The first is a separable first order DE, and the second can be rearranged into a linear homogeneous second order DE with constant coefficients. Both have very standard methods of solution.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top