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 the temperature at the ends is fixed at 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 means
    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 which means
    We can ingore this case.

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

    Plugging in 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.)

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.
   

   

    Remember that .

You can earn partial credit on this problem.