In your answers below, for the variable type the word lambda, for type the word gamma; otherwise treat these as you would any other variable.


We will solve the heat equation with boundary/initial conditions:

This models temperature in a thin rod of length with thermal diffusivity where one end is insulated and the other end has fixed temperature and the initial temperature distribution is .
For extra practice we will solve this problem from scratch.

Separate variables.
Assume and split the PDE into two differential equations, one with and one with .
= =
    (Notation: Write X'' and T ' for derivatives. Place all constants in the differential equation with T).
  • DE for :
    Boundary conditions for :
         
         
        (Enter boundary equations: e.g. "")

  • DE for :
The problem splits into cases based on the sign of .
    (Notation: For the cases below, use constants a and b)
  • Case 1:

    Plugging the boundary values into this formula gives
         
         
    So
    We can ignore this case.

  • Case 2:     (In your answers below use gamma instead of lambda)

    Plugging the boundary values into this formula gives
         
         
    So
    We can ingore this case.

  • Case 3:     (In your answers below use gamma instead of lambda)

    Plugging the boundary values into this formula gives
         
         

    Which leads us to the eigenvalues where
    and eigenfunctions
        (Notation: Eigenfunctions should not include any constants a or b. Here it is convenient to let correspond to the smallest eigenvalue, to the second smallest, and so on.)
Plug the eigenvalues from Case 3 into the differential equation for and solve:
   
      (Notation: use c for the unknown constant.)

Combining all of the and we get that
   
where are unknown constants.

We compute by plugging into the formula for and setting equal to the initial heat distribution given in the problem.
   

So the are coefficients in the eigenfunction expansion of and they are computed just like the standard Fourier coefficients.
   

   

You can earn partial credit on this problem.