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 the temperature in a thin rod of length with thermal diffusivity where the no heat is gained or lost through the ends of the rod (insulated ends) and the initial temperature distribution is .
For extra practice we will solve this problem from scratch.

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 .

    Which leads us to the eigenvalue with a constant eigenfunction.

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

    Plugging the boundary values into this formula gives
         
         
    So
    We can ignore 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.)
Plug the eigenvalues from Case 3 into the differential equation for and solve:
   
      (Notation: use c for the unknown constant.)

The eigenvalue from Case 1 results in both and being 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 Fourier coefficients.
        (for )

   

   

    Remember that .

You can earn partial credit on this problem.