use the method of separation of variables to determine the general solution to the one dimensional heat equation ∂u/∂t=α(∂2u/∂x2)=0,0≤ x≤ l,t≥ 0 subject to the initial condition u(x,0)=g(x). Hence compute the particular solution when g(x)=0
1
Expert's answer
2021-10-29T03:01:09-0400
Solution;
The heat equation;
∂t∂u=α(∂x2∂2u)=0,0≤x≤l,t≥0
Let ;
u(x,t)=X(x)T(t)
X(x) is some function dependent on x alone while T(t) is some function dependent on t alone.
The factorized function u(x, t) = X(x)T (t) is a solution to the heat equation if and only if;
X(x)T′(t)=αX′′(x)T(t)
Hence;
X(x)X′′(x)=α1T(t)T′(t)
The two sides are equal. So
both sides must be independent of both x and t and hence equal to some constant, say σ. So we have;
X(x)X′′(x)=σ ; α1T(t)T′(t)=σ
Therefore;
X′′(x)−σX(x)=0
T′(t)−ασT(t)=0
If σ= 0, the general solution to the above equations are;
X(x)=c1eσx+c2e−σx
T(t)=c3eασt
For arbitrary constants c1, c2 and c3.
If σ = 0, the equations simplify to;
X′′(x)=0;T′(t)=0
Whose general solutions are;
X(x)=c1+c2x
T(t)=c3
Therefore the general solutions to the heat equation are;
Comments