Solution to a PDE (heat equation) with one initial condition

frenchkiki
Messages
25
Reaction score
0

Homework Statement



By trial and error, find a solution of the diffusion equation du/dt = d^2u / dx^2 with
the initial condition u(x, 0) = x^2.

Homework Equations





The Attempt at a Solution



Given the initial condition, I tried finding a solution at the steady state (du/dt=0) which gives me d^2u / dx^2 = 0, from I found u(x,0)=c_1 + c_2 x = x^2 and now I am stuck. Thanks in advance!
 
Physics news on Phys.org
u_t = u_{xx} with u(x,0) = x^2.

The basic solution is of the form u(x,t) = \varphi(x)\psi(t).
You would use the method of separation of variables.
$$
\begin{cases}
\varphi = A\cos\lambda x + B\frac{\sin\lambda x}{\lambda}\\
\psi = C\exp(-\lambda^2t)
\end{cases}
$$
The above is basic and nothing ground breaking.
Right now your solution is of the form
$$
a_0 + \sum_{n = 1}^{\infty}\left[\left(A_n\cos\lambda_n x + B_n\frac{\sin\lambda_n x}{\lambda}\right)\exp(-\lambda^2t)\right]
$$
When you have non-homogeneous boundary conditions, you would solve the steady state solution. What are your BC?
I would then use the orthogonality and Fourier series to finish the problem solving for the Fourier coefficients.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top