Processing math: 100%

2.6 HW 6

  2.6.1 Problem 4.1.4
  2.6.2 Problem 4.1.7
  2.6.3 Problem 4.1.10c
  2.6.4 Problem 4.1.16
  2.6.5 Problem 4.2.3d
  2.6.6 Problem 4.2.4b
  2.6.7 Problem 4.2.6
  2.6.8 Problem 4.2.14c
  2.6.9 Problem 4.2.22
  2.6.10 Problem 4.2.25
  2.6.11 Key solution for HW 6
PDF (letter size)
PDF (legal size)

2.6.1 Problem 4.1.4

Find a series solution to the initial-boundary value problem for the heat equation u_{t}=u_{xx} for 0<x<1 when one the end of the bar is held at 0 degree and the other is insulated. Discuss the asymptotic behavior of the solution as t\rightarrow \infty

Solution

The problem did not say which end is insulated. So assuming the left end is at 0 degree and the right end is the one that is insulated.

Using L for the length to make the solution more general and at the end L is replaced by 1. Assuming the initial conditions is u\left ( x,0\right ) =f\left ( x\right ) . Therefore the problem to solve is to solve for u\left ( x,t\right ) in u_{t}=u_{xx}\qquad 0<x<L,t>0 With boundary conditions\begin{align*} u\left ( 0,t\right ) & =0\\ u_{x}\left ( L,t\right ) & =0 \end{align*}

And initial conditions u\left ( x,0\right ) =f\left ( x\right ) Let u\left ( x,t\right ) =T\left ( t\right ) X\left ( x\right ) , then the PDE becomes T^{\prime }X=X^{\prime \prime }T Dividing by XT \frac{T^{\prime }}{T}=\frac{X^{\prime \prime }}{X} Since each side depends on different independent variable and both are equal, they must be both equal to same constant, say -\lambda . Where \lambda is real. \frac{T^{\prime }}{T}=\frac{X^{\prime \prime }}{X}=-\lambda The two ODE’s are\begin{equation} T^{\prime }+\lambda T=0\tag{1} \end{equation} And the eigenvalue ODE\begin{align} X^{\prime \prime }+\lambda X & =0\tag{2}\\ X\left ( 0\right ) & =0\nonumber \\ X^{\prime }\left ( L\right ) & =0\nonumber \end{align}

Now we solve (2) to find the eigenvalues and eigenfunctions.

Case \lambda <0

Let -\lambda =\omega ^{2}. Hence the ODE is X^{\prime \prime }-\omega ^{2}X=0 and the solution becomes X\left ( x\right ) =C_{1}\cosh \left ( \omega x\right ) +C_{2}\sinh \left ( \omega x\right ) At x=0 the above gives 0=C_{1} Hence the solution now becomes X\left ( x\right ) =C_{2}\sinh \left ( \omega x\right ) Taking derivative gives X^{\prime }\left ( x\right ) =\omega C_{2}\sinh \left ( \omega x\right ) At x=L 0=\omega C_{2}\cosh \left ( \omega L\right ) But \cosh \left ( \omega L\right ) is never zero. Therefore C_{2}=0 which leads to trivial solution. Therefore \lambda <0 is not eigenvalue.

Case \lambda =0

The space equation becomes X^{\prime \prime }=0 with the solution X=Ax+B At x=0 the above gives 0=B. Therefore the solution is X=Ax. Taking derivative gives X^{\prime }=A. At x=L this gives 0=A. Which leads to trivial solutions. Therefore \lambda =0 is not an eigenvalue.

Case \lambda >0

Starting with the space ODE, the solution is X\left ( x\right ) =A\cos \left ( \sqrt{\lambda }x\right ) +B\sin \left ( \sqrt{\lambda }x\right ) Left B.C. gives 0=A The solution becomes X\left ( x\right ) =B\sin \left ( \sqrt{\lambda }x\right ) Taking derivative gives X^{\prime }\left ( x\right ) =\sqrt{\lambda }B\cos \left ( \sqrt{\lambda }x\right ) Applying right B.C. gives 0=\sqrt{\lambda }B\cos \left ( \sqrt{\lambda }L\right ) For non trivial solution we want \cos \left ( \sqrt{\lambda }L\right ) =0 or \sqrt{\lambda }=\frac{n\pi }{2L}\qquad n=1,3,5,\cdots Hence the eigenvalues are \lambda _{n}=\left ( \frac{n\pi }{2L}\right ) ^{2}\qquad n=1,3,5,\cdots Therefore the eigenfunctions are X_{n}\left ( x\right ) =\sin \left ( \frac{n\pi }{2L}x\right ) \qquad n=1,3,5,\cdots Now that we found the eigenvalues, we can solve the time ODE (1).\begin{align*} T_{n}^{\prime }+\lambda _{n}T & =0\\ T_{n} & =B_{n}e^{-\lambda _{n}t}\\ & =B_{n}e^{-\left ( \frac{n\pi }{2L}\right ) ^{2}t} \end{align*}

Hence the fundamental solution is \begin{align} u_{n}\left ( x,t\right ) & =X_{n}T_{n}\nonumber \\ u\left ( x,t\right ) & =\sum _{n=1,3,5,\cdots }^{\infty }B_{n}\sin \left ( \frac{n\pi }{2L}x\right ) e^{-\left ( \frac{n\pi }{2L}\right ) ^{2}t}\tag{3} \end{align}

From initial conditions f\left ( x\right ) =\sum _{n=1,3,5,\cdots }^{\infty }B_{n}\sin \left ( \frac{n\pi }{2L}x\right ) Multiplying both sides by \sin \left ( \frac{m\pi }{2L}x\right ) and integrating \int _{0}^{L}f\left ( x\right ) \sin \left ( \frac{m\pi }{2L}x\right ) dx=\int _{0}^{L}\left ( \sum _{n=1,3,5,\cdots }^{\infty }B_{n}\sin \left ( \frac{m\pi }{2L}xx\right ) \sin \left ( \frac{n\pi }{2L}x\right ) \right ) dx Interchanging order of summation and integration and applying orthogonality between \cos functions results in\begin{align*} \int _{0}^{L}f\left ( x\right ) \sin \left ( \frac{m\pi }{2L}x\right ) dx & =\int _{0}^{L}B_{m}\sin ^{2}\left ( \frac{m\pi }{2L}x\right ) dx\\ & =B_{m}\frac{L}{2} \end{align*}

Therefore B_{n}=\frac{2}{L}\int _{0}^{L}f\left ( x\right ) \sin \left ( \frac{n\pi }{2L}x\right ) dx Therefore the solution is (3) becomes u\left ( x,t\right ) =\frac{2}{L}\sum _{n=1,3,5,\cdots }^{\infty }\left ( \int _{0}^{L}f\left ( x\right ) \sin \left ( \frac{n\pi }{2L}x\right ) dx\right ) \sin \left ( \frac{n\pi }{2L}x\right ) e^{-\left ( \frac{n\pi }{2L}\right ) ^{2}t} For L=1 the above becomes u\left ( x,t\right ) =2\sum _{n=1,3,5,\cdots }^{\infty }\left ( \int _{0}^{1}f\left ( x\right ) \sin \left ( \frac{n\pi }{2}x\right ) dx\right ) \sin \left ( \frac{n\pi }{2}x\right ) e^{-\left ( \frac{n\pi }{2}\right ) ^{2}t} The above can be rewritten as u\left ( x,t\right ) =2\sum _{n=0}^{\infty }\left ( \int _{0}^{1}f\left ( x\right ) \sin \left ( \frac{\left ( 2n+1\right ) \pi }{2}x\right ) dx\right ) \sin \left ( \frac{\left ( 2n+1\right ) \pi }{2}x\right ) e^{-\left ( \frac{\left ( 2n+1\right ) \pi }{2}\right ) ^{2}t} As t\rightarrow \infty and since \left ( \frac{\left ( 2n-1\right ) \pi }{2}\right ) ^{2} is positive and assuming the integral is finite which is valid for well behaved f\left ( x\right ) the solution then \lim _{t\rightarrow \infty }e^{-\left ( \frac{\left ( 2n-1\right ) \pi }{2}\right ) ^{2}t}\rightarrow 0 and the solution above becomes \lim _{t\rightarrow \infty }u\left ( x,t\right ) =0 This makes sense, since the right side of the bar is insulated, meaning no heat will escape from that side, and the left side is at kept a zero temperature. Therefore after long time the initial temperature distribution given by f\left ( x\right ) will reach equilibrium which is zero temperature due to the left side kept at zero and since there are no external heat sources or heat sinks.

2.6.2 Problem 4.1.7

   2.6.2.1 Part (a)
   2.6.2.2 Part b
   2.6.2.3 Part c
   2.6.2.4 Part d

A metal bar of length L=1 and thermal diffusivity \gamma =1 is fully insulated, including its ends. Suppose the initial temperature distribution is u\left ( x,0\right ) =f\left ( x\right ) =\left \{ \begin{array} [c]{ccc}x & & 0\leq x\leq \frac{1}{2}\\ 1-x & & \frac{1}{2}\leq x\leq 1 \end{array} \right . (a) Use Fourier series to write down the temperature distribution at time t>0. (b) What is the equilibrium temperature distribution in the bar, i.e., for t\gg 0 ? (c) How fast does the solution go to equilibrium? (d) Just before the temperature distribution reaches equilibrium, what does it look like? Sketch a picture and discuss

Solution

2.6.2.1 Part (a)

Using L for the length to make the solution more general and at the end L is replaced 1.\begin{align*} \frac{\partial u}{\partial t} & =\gamma \frac{\partial ^{2}u}{\partial x^{2}}\\ u_{x}\left ( 0,t\right ) & =0\\ u_{x}\left ( L,t\right ) & =0\\ u\left ( x,0\right ) & =f\left ( x\right ) \end{align*}

Let u\left ( x,t\right ) =T\left ( t\right ) X\left ( x\right ) , then the PDE becomes \frac{1}{\gamma }T^{\prime }X=X^{\prime \prime }T Dividing by XT\neq 0 \frac{1}{\gamma }\frac{T^{\prime }}{T}=\frac{X^{\prime \prime }}{X} Since each side depends on different independent variable and both are equal, they must be both equal to same constant, say -\lambda . Where \lambda is assumed real. \frac{1}{\gamma }\frac{T^{\prime }}{T}=\frac{X^{\prime \prime }}{X}=-\lambda The two ODE’s generated are\begin{equation} T^{\prime }+\gamma \lambda T=0 \tag{1} \end{equation} And the eigenvalue ODE\begin{align} X^{\prime \prime }+\lambda X & =0\tag{2}\\ X^{\prime }\left ( 0\right ) & =0\nonumber \\ X^{\prime }\left ( L\right ) & =0\nonumber \end{align}

Starting with the eigenvalue ODE equation (2). The following cases are considered.

case \lambda <0

In this case, -\lambda is positive. Let -\lambda =\omega ^{2}. Hence the ODE is X^{\prime \prime }-\omega ^{2}X=0 and the solution becomes X\left ( x\right ) =C_{1}\cosh \left ( \omega x\right ) +C_{2}\sinh \left ( \omega x\right ) Therefore X^{\prime }=C_{1}\sinh \left ( \omega x\right ) +C_{2}\cosh \left ( \omega x\right ) Applying the left B.C. gives 0=C_{2} Therefore the solution becomes X\left ( x\right ) =C_{1}\cosh \left ( \omega x\right ) and X^{\prime }\left ( x\right ) =C_{1}\sinh \left ( \omega x\right ) .  Applying the right B.C. gives 0=C_{1}\sinh \left ( \omega L\right ) For non-trivial solution we want \sinh \left ( \omega L\right ) =0. But this is not possible since \sinh is zero when its argument is zero, which is not the case here. Hence only trivial solution results from this case. \lambda <0 is not an eigenvalue.

case \lambda =0

The solution is\begin{align*} X\left ( x\right ) & =c_{1}x+c_{2}\\ X^{\prime }\left ( x\right ) & =c_{1} \end{align*}

Applying left boundary conditions gives 0=c_{1} Hence the solution becomes X\left ( x\right ) =c_{2}. Therefore \frac{dX}{dx}=0. Applying the right B.C. provides no information. Any c_{2} will work. Therefore this case leads to the solution X\left ( x\right ) =c_{2}. Associated with this one eigenvalue, the time equation becomes T_{0}^{\prime }\left ( t\right ) =0 hence T_{0}\left ( t\right ) is a constant. Hence the solution u_{0}\left ( x,t\right ) associated with this \lambda =0 is\begin{align*} u_{0}\left ( x,t\right ) & =X_{0}T_{0}\\ & =A_{0} \end{align*}

where constant c_{2}T_{0} was renamed to \frac{A_{0}}{2} to indicate it is associated with \lambda =0.  \lambda =0 is an eigenvalue with eigenfunction constant \frac{A_{0}}{2}.

case \lambda >0

The solution is\begin{align*} X\left ( x\right ) & =c_{1}\cos \left ( \sqrt{\lambda }x\right ) +c_{2}\sin \left ( \sqrt{\lambda }x\right ) \\ X^{\prime }\left ( x\right ) & =-c_{1}\sqrt{\lambda }\sin \left ( \sqrt{\lambda }x\right ) +c_{2}\sqrt{\lambda }\cos \left ( \sqrt{\lambda }x\right ) \end{align*}

Applying the left B.C. gives 0=c_{2}\sqrt{\lambda } Therefore c_{2}=0 as \lambda >0. The solution becomes X\left ( x\right ) =c_{1}\cos \left ( \sqrt{\lambda }x\right ) And X^{\prime }\left ( x\right ) =-c_{1}\sqrt{\lambda }\sin \left ( \sqrt{\lambda }x\right ) . Applying the right B.C. gives 0=-c_{1}\sqrt{\lambda }\sin \left ( \sqrt{\lambda }L\right ) c_{1}=0 gives a trivial solution. Selecting \sin \left ( \sqrt{\lambda }L\right ) =0 gives \sqrt{\lambda }L=n\pi \qquad n=1,2,3,\cdots Or \lambda _{n}=\left ( \frac{n\pi }{L}\right ) ^{2}\qquad n=1,2,3,\cdots Therefore the eigenfunctions are X_{n}\left ( x\right ) =\cos \left ( \frac{n\pi }{L}x\right ) \qquad n=1,2,3,\cdots The time solution is found by solving T_{n}^{\prime }\left ( t\right ) +\gamma \lambda _{n}T_{n}\left ( t\right ) =0 This has the solution\begin{align*} T_{n}\left ( t\right ) & =A_{n}e^{-\gamma \lambda _{n}t}\\ & =A_{n}e^{-\gamma \left ( \frac{n\pi }{L}\right ) ^{2}t}\qquad n=1,2,3,\cdots \end{align*}

The solution to the PDE is u_{n}\left ( x,t\right ) =T_{n}\left ( t\right ) X_{n}\left ( x\right ) \qquad n=0,1,2,3,\cdots But for linear system sum of eigenfunctions is also a solution. Hence\begin{align} u\left ( x,t\right ) & =u_{0}\left ( x,t\right ) +\sum _{n=1}^{\infty }u_{n}\left ( x,t\right ) \nonumber \\ & =\frac{A_{0}}{2}+\sum _{n=1}^{\infty }A_{n}\cos \left ( \frac{n\pi }{L}x\right ) e^{-\gamma \left ( \frac{n\pi }{L}\right ) ^{2}t} \tag{1} \end{align}

From the solution found above, setting t=0 gives f\left ( x\right ) =\frac{A_{0}}{2}+\sum _{n=1}^{\infty }A_{n}\cos \left ( \frac{n\pi }{L}x\right ) Hence A_{0},A_{n} are the Fourier \cos coefficients for the function f\left ( x\right ) . Doing an even extension of f\left ( x\right ) from \left [ -L,L\right ] , then \frac{A_{0}}{2} is the average of the function f\left ( x\right ) over \left [ -L,L\right ] . But this average is seen as \frac{2\left ( \frac{1}{2}\times \frac{1}{2}\right ) }{2}=\frac{1}{4}. The term \frac{1}{2}\times \frac{1}{2} is the area of f\left ( x\right ) from \left [ 0,L\right ] . \frac{A_{0}}{2}=\frac{1}{4} For A_{n} A_{n}=\frac{1}{L}\int _{-L}^{L}f\left ( x\right ) \cos \left ( \frac{n\pi }{L}x\right ) dx Replacing L=1 and using the definition of f\left ( x\right ) given above gives A_{n}=\int _{-1}^{1}f\left ( x\right ) \cos \left ( \frac{n\pi }{L}x\right ) dx But f\left ( x\right ) is even (after even extending) and \cos is even, hence the above becomes\begin{align} A_{n} & =2\int _{0}^{1}f\left ( x\right ) \cos \left ( n\pi x\right ) dx\nonumber \\ & =2\left ( \int _{0}^{\frac{1}{2}}x\cos \left ( n\pi x\right ) dx+\int _{\frac{1}{2}}^{1}\left ( 1-x\right ) \cos \left ( n\pi x\right ) dx\right ) \nonumber \\ & =2\left ( \int _{0}^{\frac{1}{2}}x\cos \left ( n\pi x\right ) dx+\int _{\frac{1}{2}}^{1}\cos \left ( n\pi x\right ) dx-\int _{\frac{1}{2}}^{1}x\cos \left ( n\pi x\right ) dx\right ) \tag{2} \end{align}

But \begin{align} \int _{a}^{b}x\cos \left ( n\pi x\right ) dx & =\frac{1}{n\pi }\left [ x\sin \left ( n\pi x\right ) \right ] _{a}^{b}-\frac{1}{n\pi }\int _{a}^{b}\sin \left ( n\pi x\right ) dx\nonumber \\ & =\frac{1}{n\pi }\left [ x\sin \left ( n\pi x\right ) \right ] _{a}^{b}+\frac{1}{n^{2}\pi ^{2}}\left [ \cos \left ( n\pi x\right ) \right ] _{a}^{b} \tag{3} \end{align}

When a=0,b=\frac{1}{2} the above gives\begin{align} \int _{0}^{\frac{1}{2}}x\cos \left ( n\pi x\right ) dx & =\frac{1}{n\pi }\left [ x\sin \left ( n\pi x\right ) \right ] _{0}^{\frac{1}{2}}+\frac{1}{n^{2}\pi ^{2}}\left [ \cos \left ( n\pi x\right ) \right ] _{0}^{\frac{1}{2}}\nonumber \\ & =\frac{1}{n\pi }\left ( \frac{1}{2}\sin \left ( \frac{n\pi }{2}\right ) \right ) +\frac{1}{n^{2}\pi ^{2}}\left ( \cos \left ( \frac{n\pi }{2}\right ) -1\right ) \nonumber \\ & =\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\left ( \cos \left ( \frac{n\pi }{2}\right ) -1\right ) \nonumber \\ & =\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}} \tag{4} \end{align}

And when a=\frac{1}{2},b=1 (3) gives\begin{align} \int _{\frac{1}{2}}^{1}x\cos \left ( n\pi x\right ) dx & =\frac{1}{n\pi }\left [ x\sin \left ( n\pi x\right ) \right ] _{\frac{1}{2}}^{1}+\frac{1}{n^{2}\pi ^{2}}\left [ \cos \left ( n\pi x\right ) \right ] _{\frac{1}{2}}^{1}\nonumber \\ & =\frac{1}{n\pi }\left [ \sin \left ( n\pi \right ) -\frac{1}{2}\sin \left ( \frac{n\pi }{2}\right ) \right ] +\frac{1}{n^{2}\pi ^{2}}\left [ \cos \left ( n\pi \right ) -\cos \left ( \frac{n\pi }{2}\right ) \right ] \nonumber \\ & =-\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( n\pi \right ) -\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) \tag{5} \end{align}

Substituting (4,5) into (2) gives\begin{align*} \frac{A_{n}}{2} & =\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}}\\ & +\int _{\frac{1}{2}}^{1}\cos \left ( n\pi x\right ) dx\\ & -\left ( -\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( n\pi \right ) -\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) \right ) \end{align*}

Or\begin{align*} \frac{A_{n}}{2} & =\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}}\\ & +\frac{1}{n\pi }\overset{0}{\overbrace{\sin \left ( n\pi \right ) }}-\frac{1}{n\pi }\sin \left ( \frac{n\pi }{2}\right ) \\ & +\frac{1}{2n\pi }\sin \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}}\cos \left ( n\pi \right ) +\frac{1}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) \end{align*}

Or\begin{align*} \frac{A_{n}}{2} & =\left ( \frac{1}{n\pi }\sin \left ( \frac{n\pi }{2}\right ) +\frac{2}{n^{2}\pi ^{2}}\cos \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}}\right ) -\frac{1}{n\pi }\sin \left ( \frac{n\pi }{2}\right ) -\frac{1}{n^{2}\pi ^{2}}\cos \left ( n\pi \right ) \\ & =\frac{2\cos \left ( \frac{n\pi }{2}\right ) -1-\left ( -1\right ) ^{n}}{n^{2}\pi ^{2}} \end{align*}

Therefore the solution (1) becomes, replacing L=1 \begin{align} u\left ( x,t\right ) & =\frac{A_{0}}{2}+\sum _{n=1}^{\infty }A_{n}\cos \left ( n\pi x\right ) e^{-\gamma n^{2}\pi ^{2}t}\nonumber \\ & =\frac{1}{4}+2\sum _{n=1}^{\infty }\frac{2\cos \left ( \frac{n\pi }{2}\right ) -1-\left ( -1\right ) ^{n}}{n^{2}\pi ^{2}}\cos \left ( n\pi x\right ) e^{-\gamma n^{2}\pi ^{2}t} \tag{6} \end{align}

2.6.2.2 Part b

From the solution (6) in part (a), since \gamma >0 then \lim _{t\rightarrow \infty }e^{-\gamma n^{2}\pi ^{2}t}=0 and the solution becomes \lim _{t\rightarrow \infty }u\left ( x,t\right ) =\frac{1}{4} This is the average of the initial temperature distribution. This makes sense, since there are no sources or sinks, and both ends are insulated. So all of the initial heat will remain in the bar but will average evenly over the bar length at the average which is \frac{1}{4}.

2.6.2.3 Part c

due to the exponential decay term e^{-\gamma n^{2}\pi ^{2}t} and also having \frac{1}{n^{2}} term, the decay of the sum is very fast. High frequency terms decay very fast since e^{-\gamma n^{2}\pi ^{2}t}\lll 1 for large n. Using \gamma =1 only few terms are needed to show this. The solution goes to the average (the constant term in the Fourier series) at exponential rate.

This will be shown explicitly in the next part by plotting the solution using \gamma =1 for illustration.

2.6.2.4 Part d

The following shows how fast the initial temperature reach equilibrium \frac{1}{4} degree over the whole bar. Using only 4 terms in the Fourier series, and using \gamma =1, it took only 0.1 seconds. Looking at the middle of the bar, where the initial temperature was highest at 0.5, we first see that initial temperature which was not smooth, become instantaneously smooth. Then it took 0.5 seconds for the temperature in the middle of the bar to go down to 0.3 degrees. And the next 0.5 second to go down to 0.25. This shows that the initial decay was rapid, then it slows down relatively until it reaches 0.25 degree which is the average then stops there.

pict
Figure 2.39:Plot showing solution in time
pict
Figure 2.40:Code used for the above plot

2.6.3 Problem 4.1.10c

   2.6.3.1 Part I
   2.6.3.2 Part II

For each of the following initial temperature distributions, (i ) write out the Fourier series solution to the heated ring (4.30–32), and (ii ) find the resulting equilibrium temperature as t\rightarrow \infty (c) u\left ( x,0\right ) =\left \vert x\right \vert

Solution

2.6.3.1 Part I

The heated ring is given by 4.30-4.32 as solving for u\left ( x,t\right ) in u_{t}=u_{xx}\qquad -\pi <x<\pi ,t>0 With periodic BC\begin{align*} u\left ( -\pi ,t\right ) & =u\left ( \pi ,t\right ) \\ u_{x}\left ( -\pi ,t\right ) & =u_{x}\left ( \pi ,t\right ) \end{align*}

And initial conditions u\left ( x,0\right ) =f\left ( x\right ) =\left \vert x\right \vert . As given in the text, the Fourier series solution is (4.35) u\left ( x,t\right ) =\frac{a_{0}}{2}+\sum _{n=1}^{\infty }\left ( a_{n}\cos nx+b_{n}\sin nx\right ) e^{-n^{2}t} Since f\left ( x\right ) is even, then all b_{n}=0. \begin{align*} a_{0} & =\frac{1}{\pi }\int _{-\pi }^{\pi }f\left ( x\right ) dx\\ & =\frac{2}{\pi }\int _{0}^{\pi }xdx\\ & =\frac{2}{\pi }\frac{1}{2}\left [ x^{2}\right ] _{0}^{\pi }\\ & =\pi \end{align*}

And\begin{align*} a_{n} & =\frac{1}{\pi }\int _{-\pi }^{\pi }f\left ( x\right ) \cos \left ( nx\right ) dx\\ & =\frac{2}{\pi }\int _{0}^{\pi }x\cos \left ( nx\right ) dx\\ & =\frac{2}{\pi }\left ( \overset{0}{\overbrace{\left [ \frac{x\sin nx}{n\pi }\right ] _{0}^{\pi }}}-\int _{0}^{\pi }\frac{\sin nx}{n\pi }dx\right ) \\ & =\frac{2}{\pi }\left ( \frac{1}{n\pi }\left [ \cos nx\right ] _{0}^{\pi }\right ) \\ & =\frac{2}{n\pi ^{2}}\left ( \cos n\pi -1\right ) \\ & =\frac{2}{n\pi ^{2}}\left ( \left ( -1\right ) ^{n}-1\right ) \end{align*}

Hence the solution becomes u\left ( x,t\right ) =\frac{\pi }{2}+\frac{2}{\pi ^{2}}\sum _{n=1}^{\infty }\frac{\left ( -1\right ) ^{n}-1}{n}\cos \left ( nx\right ) e^{-n^{2}t}

2.6.3.2 Part II

From the solution above, we see that \lim _{t\rightarrow \infty }u\left ( x,t\right ) =\frac{\pi }{2} Which is the average of the original temperature distribution.

2.6.4 Problem 4.1.16

   2.6.4.1 Part c

The cable equation v_{t}=\gamma v_{xx}-\alpha v with \gamma ,\alpha >0, also known as the lossy heat equation,was derived by the nineteenth-century Scottish physicist William Thomson to model propagation of signals in a transatlantic cable. Later, in honor of his work on thermodynamics, including determining the value of absolute zero temperature, he was named Lord Kelvin by Queen Victoria. The cable equation was later used to model the electrical activity of neurons. (a) Show that the general solution to the cable equation is given by v\left ( x,t\right ) =e^{-\alpha t}u\left ( x,t\right ) where u\left ( x,t\right ) solves the heat equation u_{t}=\gamma u_{xx}.

(b) Find a Fourier series solution to the Dirichlet initial-boundary value problem v_{t}=\gamma v_{xx}-\alpha v, with initial conditions v\left ( x,0\right ) =f\left ( x\right ) and boundary conditions v\left ( 0,t\right ) =0,v\left ( 1,t\right ) =0 for 0\leq x\leq 1,t>0. Does your solution approach an equilibrium value? If so, how fast? (c) Answer part (b) for the Neumann problem v_{t}=\gamma v_{xx}-\alpha v\qquad 0\leq x\leq 1,t>0 With initial conditions v\left ( x,0\right ) =f\left ( x\right ) And B.C.\begin{align*} v_{x}\left ( 0,t\right ) & =0\\ v_{x}\left ( 1,t\right ) & =0 \end{align*}

Solution

2.6.4.1 Part c

Part (a,b) were solved in HW5 so we only need to solve part c here.

Using separation of variable, let v=T\left ( t\right ) X\left ( x\right ) where T\left ( t\right ) is function that depends on time only and X\left ( x\right ) is a function that depends on x only. Using this substitution in (1) gives T^{\prime }X=\gamma X^{\prime \prime }T-\alpha XT Dividing by XT\neq 0 gives \frac{1}{\gamma }\frac{T^{\prime }}{T}+\frac{\alpha }{\gamma }=\frac{X^{\prime \prime }}{X}=-\lambda Where \lambda is the separation constant. The above gives two ODE’s to solve\begin{align} X^{\prime \prime }+\lambda X & =0\nonumber \\ X^{\prime }\left ( 0\right ) & =0\nonumber \\ X^{\prime }\left ( 1\right ) & =0 \tag{2} \end{align}

And\begin{align} \frac{1}{\gamma }\frac{T^{\prime }}{T}+\frac{\alpha }{\gamma } & =-\lambda \nonumber \\ T^{\prime }+\alpha T & =-\lambda \gamma T\nonumber \\ T^{\prime }+\alpha T+\lambda \gamma T & =0\nonumber \\ T^{\prime }+\left ( \alpha +\lambda \gamma \right ) T & =0 \tag{3} \end{align}

ODE (2) is the boundary value ODE which will generate the eigenvalues and eigenfunctions.

case \lambda <0

Let -\lambda =\omega ^{2}. The solution to (2) becomes\begin{align*} X & =c_{1}\cosh \left ( \omega x\right ) +c_{2}\sinh \left ( \omega x\right ) \\ X^{\prime } & =\omega c_{1}\sinh \left ( \omega x\right ) +\omega c_{2}\cosh \left ( \omega x\right ) \end{align*}

At x=0 0=\omega c_{2} Therefore c_{2}=0. The solution becomes\begin{align*} X & =c_{1}\cosh \left ( \omega x\right ) \\ X^{\prime } & =\omega c_{1}\sinh \left ( \omega x\right ) \end{align*}

At x=1 this gives 0=\omega c_{1}\sinh \left ( \omega \right ) . But \sinh \left ( \omega \right ) =0 only when \omega =0 which is not the case here. Hence c_{1}=0 leading to trivial solution. Therefore \lambda <0 is not eigenvalue.

case \lambda =0

The solution is X\left ( x\right ) =c_{1}x+c_{2} and X^{\prime }=c_{1}. At x=0 this gives 0=c_{1}. Hence solution is X=c_{2} and X^{\prime }=0. At x=1 this gives 0=0. Therefore any c_{2} will work. Taking c_{2}=1 the eigenfunction is X_{0}\left ( x\right ) =1 and \lambda =0 is eigenvalue.

case \lambda >0

Solution is \begin{align*} X\left ( x\right ) & =c_{1}\cos \left ( \sqrt{\lambda }x\right ) +c_{2}\sin \left ( \sqrt{\lambda }x\right ) \\ X^{\prime }\left ( x\right ) & =\sqrt{\lambda }c_{1}\sin \left ( \sqrt{\lambda }x\right ) +c_{2}\sqrt{\lambda }\cos \left ( \sqrt{\lambda }x\right ) \end{align*}

At x=0 this results in 0=c_{2}\sqrt{\lambda }. Hence c_{2}=0. The solution now becomes The above now becomes\begin{align*} X\left ( x\right ) & =c_{1}\cos \left ( \sqrt{\lambda }x\right ) \\ X^{\prime }\left ( x\right ) & =-c_{1}\sin \left ( \sqrt{\lambda }x\right ) \end{align*}

At x=1 0=-c_{1}\sin \left ( \sqrt{\lambda }\right ) For non-trivial solution we want \sin \left ( \sqrt{\lambda }\right ) =0 or \sqrt{\lambda }=n\pi ,n=1,2,\cdots . Hence \lambda _{n}=n^{2}\pi ^{2}\qquad n=1,2,\cdots And the corresponding eigenfunctions\begin{equation} X_{n}\left ( x\right ) =\cos \left ( n\pi x\right ) \tag{4} \end{equation} Now we can solve the time ODE (3). For the zero eigenvalue, (3) becomes T^{\prime }+\alpha T=0 With solution T_{0}\left ( t\right ) =\frac{A_{0}}{2}e^{-\alpha t} And for the non zero eigenvalues \lambda _{n}=n^{2}\pi ^{2} the ODE (3) becomes T^{\prime }+\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) T=0 With solution T_{n}\left ( t\right ) =A_{n}e^{-\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) t} The general solution is linear combination of the above\begin{equation} v\left ( x,t\right ) =\frac{A_{0}}{2}e^{-\alpha t}+\sum _{n=1}^{\infty }A_{n}e^{-\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) t}\cos \left ( n\pi x\right ) \tag{6} \end{equation} At t=0 the above becomes f\left ( x\right ) =\frac{A_{0}}{2}+\sum _{n=1}^{\infty }A_{n}\cos \left ( n\pi x\right ) We see that A_{n} are the cosine Fourier coefficients of f\left ( x\right ) , after even extending f\left ( x\right ) to \left [ -1,1\right ] , the period of f\left ( x\right ) becomes 2 giving\begin{align*} A_{0} & =\int _{-1}^{1}f\left ( x\right ) dx\\ & =2\int _{0}^{1}f\left ( x\right ) dx \end{align*}

And\begin{align*} A_{n} & =\int _{-1}^{1}f\left ( x\right ) \cos \left ( nx\right ) dx\\ & =2\int _{0}^{1}f\left ( x\right ) \cos \left ( nx\right ) dx \end{align*}

Using the above in solution (6) gives v\left ( x,t\right ) =\left ( \int _{0}^{1}f\left ( x\right ) dx\right ) e^{-\alpha t}+2\sum _{n=1}^{\infty }\left ( \int _{0}^{1}f\left ( x\right ) \cos \left ( nx\right ) dx\right ) e^{-\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) t}\cos \left ( n\pi x\right ) To find equilibrium, we let t\rightarrow \infty then e^{-\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) t}\rightarrow 0 and also e^{-\alpha t} because \alpha ,\gamma >0 and the above becomes v_{eq}\left ( x,t\right ) =0 The decay is fast due to e^{-\left ( \alpha +n^{2}\pi ^{2}\gamma \right ) t}\gg 1 for large n. Hence it is exponential decay. Solution each equilibrium value of 0 where it remains there.

2.6.5 Problem 4.2.3d

Write down the solutions to the following initial-boundary value problems for the wave equation in the form of a Fourier series\begin{equation} u_{tt}=4u_{xx} \tag{1} \end{equation} With boundary conditions\begin{align*} u\left ( 0,t\right ) & =0\\ u\left ( 1,t\right ) & =0 \end{align*}

And initial conditions\begin{align*} u\left ( x,0\right ) & =x\\ u_{t}\left ( x,0\right ) & =-x \end{align*}

Solution

To make the solution more general and useful, the length is taken as L and initial conditions u\left ( x,0\right ) =f\left ( x\right ) and u_{t}\left ( x,0\right ) =g\left ( x\right ) and c^{2}=4, and then at the end these are replaced by the actual values given in this problem which are L=1,f\left ( x\right ) =x,g\left ( x\right ) =-x,c^{2}=4.

Hence the PDE to solve is u_{tt}=c^{2}u_{xx} with BC u\left ( 0,t\right ) =0,u\left ( L,0\right ) =0 and u\left ( x,0\right ) =f\left ( x\right ) ,u_{t}\left ( x,0\right ) =g\left ( x\right ) .

Using separation of variables, let u=X\left ( x\right ) T\left ( t\right ) . The PDE becomes\begin{align*} \frac{T^{\prime \prime }X}{c^{2}} & =X^{\prime \prime }T\\ \frac{1}{c^{2}}\frac{T^{\prime \prime }}{T} & =\frac{X^{\prime \prime }}{X}=-\lambda \end{align*}

Where \lambda is separation constant. Hence the eigenvalue ODE is \begin{align} X^{\prime \prime }+\lambda X & =0\tag{2}\\ X\left ( 0\right ) & =0\nonumber \\ X\left ( L\right ) & =0\nonumber \end{align}

And the time ODE is \begin{equation} T^{\prime \prime }+c^{2}\lambda T=0 \tag{3} \end{equation} Starting by the eigenvalue ODE to determine the eigenvalues and eigenfunctions.

Case \lambda <0

Let -\lambda =\omega ^{2}. Hence the ODE is X^{\prime \prime }-\omega ^{2}X=0 and the solution becomes X\left ( x\right ) =C_{1}\cosh \left ( \omega x\right ) +C_{2}\sinh \left ( \omega x\right ) At x=0 the above gives 0=C_{1} Hence the solution now becomes X\left ( x\right ) =C_{2}\sinh \left ( \omega x\right ) At x=L the above gives 0=C_{2}\sinh \left ( \omega L\right ) But \sinh is zero only when its argument is zero which is not the case here. Therefore C_{2}=0 which leads to trivial solution. Therefore \lambda <0 is not eigenvalue.

Case \lambda =0

The space equation becomes X^{\prime \prime }\left ( x\right ) =0 with the solution X=Ax+B At x=0 the above gives 0=B. Therefore the solution is X=Ax. At x=L this gives 0=AL. Hence A=0, which leads to trivial solutions. Therefore \lambda =0 is not an eigenvalue.

case \lambda >0

The solution to the above ODE now is X\left ( x\right ) =A\cos \left ( \sqrt{\lambda }x\right ) +B\sin \left ( \sqrt{\lambda }x\right ) Since X\left ( 0\right ) =0 then A=0 and the solution becomes X\left ( x\right ) =B\sin \left ( \sqrt{\lambda }x\right ) Since X\left ( L\right ) =0 then for non trivial solution we want \sin \left ( \sqrt{\lambda }L\right ) =0 or \sqrt{\lambda }L=n\pi or \lambda _{n}=\left ( \frac{n\pi }{L}\right ) ^{2}\qquad n=1,2,3,\cdots Hence the eigenfunctions are X_{n}\left ( x\right ) =\sin \left ( \frac{n\pi }{L}x\right ) \qquad n=1,2,3,\cdots The time ODE (3) now becomes T^{\prime \prime }+c^{2}\left ( \frac{n\pi }{L}\right ) ^{2}T=0 Which has the solution T\left ( t\right ) =B_{n}\cos \left ( c\frac{n\pi }{L}t\right ) +A_{n}\sin \left ( c\frac{n\pi }{L}t\right ) Therefore the complete solution becomes\begin{equation} u\left ( x,t\right ) =\sum _{n=1}^{\infty }\left ( B_{n}\cos \left ( c\frac{n\pi }{L}t\right ) +A_{n}\sin \left ( c\frac{n\pi }{L}t\right ) \right ) \sin \left ( \frac{n\pi }{L}x\right ) \tag{4} \end{equation} Now we can replace the given values in the above solution which gives\begin{equation} u\left ( x,t\right ) =\sum _{n=1}^{\infty }\left ( B_{n}\cos \left ( 2n\pi t\right ) +A_{n}\sin \left ( 2n\pi t\right ) \right ) \sin \left ( n\pi x\right ) \tag{4A} \end{equation} At t=0 the above becomes f\left ( x\right ) =\sum _{n=1}^{\infty }B_{n}\sin \left ( n\pi x\right ) dx Hence B_{n} are the Fourier sine coefficients of f\left ( x\right ) =x. After odd extending f\left ( x\right ) to \left [ -1,1\right ] we obtain\begin{align*} B_{n} & =\int _{-1}^{1}f\left ( x\right ) \sin \left ( n\pi x\right ) dx\\ & =2\int _{0}^{1}f\left ( x\right ) \sin \left ( n\pi x\right ) dx\\ & =2\int _{0}^{1}x\sin \left ( n\pi x\right ) dx\\ & =2\left ( \frac{-1}{n\pi }\left [ x\cos n\pi x\right ] _{0}^{1}+\frac{1}{n\pi }\int _{0}^{1}\cos n\pi xdx\right ) \\ & =2\left ( \frac{-1}{n\pi }\left ( \cos n\pi \right ) +\frac{1}{n^{2}\pi ^{2}}\left [ \sin n\pi x\right ] _{0}^{1}\right ) \\ & =\frac{-2\left ( -1\right ) ^{n}}{n\pi } \end{align*}

To find A_{n}, taking time derivative of (4A) gives u_{t}\left ( x,t\right ) =\sum _{n=1}^{\infty }\left ( -B_{n}2n\pi \sin \left ( 2n\pi t\right ) +2n\pi A_{n}\cos \left ( 2n\pi t\right ) \right ) \sin \left ( n\pi x\right ) At t=0 the above becomes, using the initial conditions where g\left ( x\right ) =-x g\left ( x\right ) =\sum _{n=1}^{\infty }\left ( 2n\pi A_{n}\right ) \sin \left ( n\pi x\right ) The above is the Fourier sine series for g\left ( x\right ) . By odd extending -x to \left [ -1,1\right ] then\begin{align*} 2n\pi A_{n} & =\int _{-1}^{1}g\left ( x\right ) \sin \left ( n\pi x\right ) dx\\ & =2\int _{0}^{1}g\left ( x\right ) \sin \left ( n\pi x\right ) dx\\ & =-2\int _{0}^{1}x\sin \left ( n\pi x\right ) dx\\ & =-2\left ( -\frac{1}{n\pi }\left [ x\cos \left ( n\pi x\right ) \right ] _{0}^{1}+\frac{1}{n\pi }\int _{0}^{1}\cos \left ( n\pi x\right ) dx\right ) \\ & =-2\left ( -\frac{1}{n\pi }\cos \left ( n\pi \right ) +\frac{1}{n^{2}\pi ^{2}}\overset{0}{\overbrace{\left [ \sin \left ( n\pi x\right ) \right ] _{0}^{1}}}\right ) \\ & =\frac{2}{n\pi }\left [ \cos \left ( n\pi \right ) \right ] \\ & =\frac{2\left ( -1\right ) ^{n}}{n\pi } \end{align*}

Therefore A_{n}=\frac{\left ( -1\right ) ^{n}}{n^{2}\pi ^{2}} Now that we found A_{n},B_{n}, then the solution (4A) is \begin{align*} u\left ( x,t\right ) & =\sum _{n=1}^{\infty }\left ( \frac{-2\left ( -1\right ) ^{n}}{n\pi }\cos \left ( 2n\pi t\right ) +\frac{\left ( -1\right ) ^{n}}{n^{2}\pi ^{2}}\sin \left ( 2n\pi t\right ) \right ) \sin \left ( n\pi x\right ) \\ & =\sum _{n=1}^{\infty }\frac{\left ( -1\right ) ^{n}}{n^{2}\pi ^{2}}\left ( \sin \left ( 2n\pi t\right ) -2n\pi \cos \left ( 2n\pi t\right ) \right ) \sin \left ( n\pi x\right ) \end{align*}

2.6.6 Problem 4.2.4b

Find all separable solutions to the wave equation u_{tt}=u_{xx}\, on the interval 0\leq x\leq \pi subject to (b) Neumann boundary conditions u_{x}\left ( 0,t\right ) =0,u_{x}\left ( \pi ,t\right ) =0.

Solution

Using separation of variables, let u=X\left ( x\right ) T\left ( t\right ) . The PDE becomes\begin{align*} T^{\prime \prime }X & =X^{\prime \prime }T\\ \frac{T^{\prime \prime }}{T} & =\frac{X^{\prime \prime }}{X}=-\lambda \end{align*}

Where \lambda is separation constant. Hence the eigenvalue ODE is \begin{align} X^{\prime \prime }+\lambda X & =0\tag{2}\\ X^{\prime }\left ( 0\right ) & =0\nonumber \\ X^{\prime }\left ( \pi \right ) & =0\nonumber \end{align}

And the time ODE is \begin{equation} T^{\prime \prime }+\lambda T=0 \tag{3} \end{equation} Starting by the eigenvalue ODE to determine the eigenvalues and eigenfunctions.

Case \lambda <0

Let -\lambda =\omega ^{2}. Hence the ODE is X^{\prime \prime }-\omega ^{2}X=0 and the solution becomes\begin{align*} X\left ( x\right ) & =C_{1}\cosh \left ( \omega x\right ) +C_{2}\sinh \left ( \omega x\right ) \\ X^{\prime }\left ( 0\right ) & =C_{1}\omega \sinh \left ( \omega x\right ) +C_{2}\omega \cosh \left ( \omega x\right ) \end{align*}

At x=0 the above gives 0=C_{2} Hence the solution now becomes\begin{align*} X\left ( x\right ) & =C_{1}\cosh \left ( \omega x\right ) \\ X^{\prime }\left ( x\right ) & =C_{1}\omega \sinh \left ( \omega x\right ) \end{align*}

At x=\pi the above gives 0=C_{1}\omega \sinh \left ( \omega \pi \right ) But \sinh is zero only when its argument is zero which is not the case here. Therefore C_{1}=0 which leads to trivial solution. Therefore \lambda <0 is not eigenvalue.

Case \lambda =0

The space equation becomes X^{\prime \prime }\left ( x\right ) =0 with the solution \begin{align*} X & =Ax+B\\ X^{\prime }\left ( x\right ) & =A \end{align*}

At x=0 the above gives 0=A. Therefore the solution is X=B. Therefore X^{\prime }=0. At x=\pi this gives 0=0. Therefore any value of B will work. Using the constant as 1, then the \lambda =0 is an eigenvalue with corresponding eigenfunction X_{0}=1.

case \lambda >0

The solution to the above ODE now is\begin{align*} X\left ( x\right ) & =A\cos \left ( \sqrt{\lambda }x\right ) +B\sin \left ( \sqrt{\lambda }x\right ) \\ X^{\prime }\left ( x\right ) & =-A\sqrt{\lambda }\sin \left ( \sqrt{\lambda }x\right ) +B\sqrt{\lambda }\cos \left ( \sqrt{\lambda }x\right ) \end{align*}

Since X^{\prime }\left ( 0\right ) =0 then B=0 and the solution becomes \begin{align*} X\left ( x\right ) & =A\cos \left ( \sqrt{\lambda }x\right ) \\ X^{\prime }\left ( x\right ) & =-A\sqrt{\lambda }\sin \left ( \sqrt{\lambda }x\right ) \end{align*}

Since X^{\prime }\left ( \pi \right ) =0 then for non trivial solution we want \sin \left ( \sqrt{\lambda }\pi \right ) =0 or \sqrt{\lambda }\pi =n\pi or \lambda _{n}=n^{2}\qquad n=1,2,3,\cdots Hence the eigenfunctions are X_{n}\left ( x\right ) =\cos \left ( nx\right ) \qquad n=1,2,3,\cdots The time ODE (3) is now solved. For \lambda =0 it becomes T^{\prime \prime }=0. Hence the solution is T_{0}\left ( t\right ) =\frac{B_{0}}{2}t+\frac{A_{0}}{2} and for \lambda _{n}=n^{2} it becomes T_{n}^{\prime \prime }+n^{2}T_{n}=0 Which has the solution T_{n}\left ( t\right ) =A_{n}\cos \left ( nt\right ) +B_{n}\sin \left ( nt\right ) Therefore the complete solution becomes\begin{align} u\left ( x,t\right ) & =\overset{1}{\overbrace{X_{0}}}\overset{\frac{B_{0}}{2}t+\frac{A_{0}}{2}}{\overbrace{T_{0}}}+\sum _{n=1}^{\infty }X_{n}T_{n}\nonumber \\ & =\frac{B_{0}}{2}t+\frac{A_{0}}{2}+\sum _{n=1}^{\infty }\left ( A_{n}\cos \left ( nt\right ) +B_{n}\sin \left ( nt\right ) \right ) \cos \left ( nx\right ) \tag{4} \end{align}

To find A_{0},B_{0},A_{n},B_{n} we need initial conditions which are not given. I was not sure if we are supposed to assume such initial conditions or not in order to continue. If so, then assuming u\left ( x,0\right ) =f\left ( x\right ) and u_{t}\left ( x,0\right ) =g\left ( x\right ) , then at t=0 the above becomes f\left ( x\right ) =\frac{A_{0}}{2}+\sum _{n=1}^{\infty }A_{n}\cos \left ( nx\right ) Hence A_{n} are the Fourier cosine coefficients of f\left ( x\right ) . After even extending f\left ( x\right ) to \left [ -\pi ,\pi \right ] we obtain\begin{align*} A_{0} & =\frac{1}{\pi }\int _{-\pi }^{\pi }f\left ( x\right ) dx\\ & =\frac{2}{\pi }\int _{0}^{\pi }f\left ( x\right ) dx \end{align*}

And

\begin{align*} A_{n} & =\frac{1}{\pi }\int _{-\pi }^{\pi }f\left ( x\right ) \cos \left ( nx\right ) dx\\ & =\frac{2}{\pi }\int _{0}^{\pi }f\left ( x\right ) \cos \left ( nx\right ) dx \end{align*}

To find B_{n}, taking time derivative of (4) gives u_{t}\left ( x,t\right ) =\frac{B_{0}}{2}+\sum _{n=1}^{\infty }\left ( -nA_{n}\sin \left ( nt\right ) +nB_{n}\cos \left ( nt\right ) \right ) \cos \left ( nx\right ) At t=0 the above gives g\left ( x\right ) =\frac{B_{0}}{2}+\sum _{n=1}^{\infty }nB_{n}\cos \left ( nx\right ) Hence was done above for A_{0},A_{n} we obtain B_{0}=\frac{2}{\pi }\int _{0}^{\pi }g\left ( x\right ) dx And \begin{align*} nB_{n} & =\frac{2}{\pi }\int _{0}^{\pi }g\left ( x\right ) \cos \left ( nx\right ) dx\\ B_{n} & =\frac{2}{n\pi }\int _{0}^{\pi }g\left ( x\right ) \cos \left ( nx\right ) dx \end{align*}

Now that we found A_{n},B_{n}, then the solution (4) is \begin{align*} u\left ( x,t\right ) & =t\left ( \frac{1}{\pi }\int _{0}^{\pi }g\left ( x\right ) dx\right ) +\left ( \frac{1}{\pi }\int _{0}^{\pi }f\left ( x\right ) dx\right ) \\ & +\sum _{n=1}^{\infty }\left [ \left ( \frac{2}{\pi }\int _{0}^{\pi }f\left ( x\right ) \cos \left ( nx\right ) dx\right ) \cos \left ( nt\right ) +\left ( \frac{2}{n\pi }\int _{0}^{\pi }g\left ( x\right ) \cos \left ( nx\right ) dx\right ) \sin \left ( nt\right ) \right ] \cos \left ( nx\right ) \end{align*}

Or\begin{align*} u\left ( x,t\right ) & =t\left ( \frac{1}{\pi }\int _{0}^{\pi }g\left ( x\right ) dx\right ) +\left ( \frac{1}{\pi }\int _{0}^{\pi }f\left ( x\right ) dx\right ) \\ & +\frac{2}{\pi }\sum _{n=1}^{\infty }\frac{1}{n}\left ( n\cos \left ( nt\right ) \int _{0}^{\pi }f\left ( x\right ) \cos \left ( nx\right ) dx+\sin \left ( nt\right ) \int _{0}^{\pi }g\left ( x\right ) \cos \left ( nx\right ) dx\right ) \cos \left ( nx\right ) \end{align*}

2.6.7 Problem 4.2.6

   2.6.7.1 Part a
   2.6.7.2 Part b
   2.6.7.3 Part c
   2.6.7.4 Part d

(a) Formulate the periodic initial-boundary value problem for the wave equation on the interval -\pi \leq x \leq \pi , modeling the vibrations of a circular ring. (b) Write out a formula for the solution to your problem in the form of a Fourier series. (c) Is the solution a periodic function of t? If so, what is the period? (d) Suppose the initial displacement coincides with that in Figure 4.6, while the initial velocity is zero. Describe what happens to the solution as time evolves.

Solution

2.6.7.1 Part a

Solving for u\left ( x,t\right ) in\begin{equation} u_{tt}=c^{2}u_{xx} \tag{1} \end{equation} With periodic boundary conditions\begin{align*} u\left ( -\pi ,t\right ) & =u\left ( \pi ,t\right ) \\ u_{x}\left ( -\pi ,t\right ) & =u_{x}\left ( \pi ,t\right ) \end{align*}

And initial conditions\begin{align*} u\left ( x,0\right ) & =f\left ( x\right ) \\ u_{t}\left ( x,0\right ) & =g\left ( x\right ) \end{align*}

2.6.7.2 Part b

Using separation of variables, let u=X\left ( x\right ) T\left ( t\right ) . Substituting in (1) gives\begin{align*} \frac{1}{c^{2}}T^{\prime \prime }X & =X^{\prime \prime }T\\ \frac{1}{c^{2}}\frac{T^{\prime \prime }}{T} & =\frac{X^{\prime \prime }}{X}=-\lambda \end{align*}

Where \lambda is the separation variable. This gives two ODE’s to solve. The time ODE\begin{equation} T^{\prime \prime }+c^{2}\lambda T=0 \tag{2} \end{equation} And the eigenvalue ODE \begin{equation} X^{\prime \prime }+\lambda X=0 \tag{3} \end{equation} case \lambda <0

Since \lambda <0, then -\lambda is positive. Let \mu =-\lambda , where \mu is now positive. The solution to (3) becomes X\left ( x\right ) =c_{1}e^{\sqrt{\mu }x}+c_{2}e^{-\sqrt{\mu }x} The above can be written as\begin{equation} X\left ( x\right ) =c_{1}\cosh \left ( \sqrt{\mu }x\right ) +c_{2}\sinh \left ( \sqrt{\mu }x\right ) \tag{4} \end{equation} Applying first B.C. X\left ( -\pi \right ) =X\left ( \pi \right ) using (4) gives\begin{align*} c_{1}\cosh \left ( \sqrt{\mu }\pi \right ) +c_{2}\sinh \left ( -\sqrt{\mu }\pi \right ) & =c_{1}\cosh \left ( \sqrt{\mu }\pi \right ) +c_{2}\sinh \left ( \sqrt{\mu }\pi \right ) \\ c_{2}\sinh \left ( -\sqrt{\mu }\pi \right ) & =c_{2}\sinh \left ( \sqrt{\mu }\pi \right ) \end{align*}

But \sinh is only zero when its argument is zero which is not the case here. Therefore the above implies that c_{2}=0. The solution (4) now reduces to X\left ( x\right ) =c_{1}\cosh \left ( \sqrt{\mu }x\right ) Taking derivative gives X^{\prime }\left ( x\right ) =c_{1}\sqrt{\mu }\sinh \left ( \sqrt{\mu }x\right ) Applying the second BC X^{\prime }\left ( -\pi \right ) =X^{\prime }\left ( \pi \right ) the above gives c_{1}\sqrt{\mu }\sinh \left ( -\sqrt{\mu }\pi \right ) =c_{1}\sqrt{\mu }\sinh \left ( \sqrt{\mu }x\right ) But \sinh is only zero when its argument is zero which is not the case here. Therefore the above implies that c_{1}=0. This means a trivial solution. Therefore \lambda <0 is not an eigenvalue.

case \lambda =0

In this case the solution is X\left ( x\right ) =c_{1}+c_{2}x. Applying first BC X\left ( -\pi \right ) =X\left ( \pi \right ) gives\begin{align*} c_{1}-c_{2}\pi & =c_{1}+c_{2}\pi \\ -c_{2}\pi & =c_{2}\pi \end{align*}

This gives c_{2}=0. The solution now becomes X\left ( x\right ) =c_{1} and X^{\prime }\left ( x\right ) =0. Applying the second boundary conditions X^{\prime }\left ( -\pi \right ) =X^{\prime }\left ( \pi \right ) is not satisfies (0=0). Therefore \lambda =0 is an eigenvalue with eigenfunction X_{0}\left ( 0\right ) =1 (selected c_{1}=1 since an arbitrary constant).

case \lambda >0

The solution in this case is\begin{equation} X\left ( x\right ) =c_{1}\cos \left ( \sqrt{\lambda }x\right ) +c_{2}\sin \left ( \sqrt{\lambda }x\right ) \tag{5} \end{equation} Applying first B.C. X\left ( -\pi \right ) =X\left ( \pi \right ) using the above gives\begin{align*} c_{1}\cos \left ( \sqrt{\lambda }\pi \right ) +c_{2}\sin \left ( -\sqrt{\lambda }\pi \right ) & =c_{1}\cos \left ( \sqrt{\lambda }\pi \right ) +c_{2}\sin \left ( \sqrt{\lambda }\pi \right ) \\ c_{2}\sin \left ( -\sqrt{\lambda }\pi \right ) & =c_{2}\sin \left ( \sqrt{\lambda }\pi \right ) \end{align*}

There are two choices here. If \sin \left ( -\sqrt{\lambda }\pi \right ) \neq \sin \left ( \sqrt{\lambda }\pi \right ) , then this implies that c_{2}=0. If \sin \left ( -\sqrt{\lambda }\pi \right ) =\sin \left ( \sqrt{\lambda }\pi \right ) then c_{2}\neq 0. Assuming for now that \sin \left ( -\sqrt{\lambda }\pi \right ) =\sin \left ( \sqrt{\lambda }\pi \right ) . This happens when \sqrt{\lambda }\pi =n\pi ,n=1,2,3,\cdots , or \lambda _{n}=n^{2}\qquad n=1,2,3,\cdots Using this choice, we will now look to see what happens using the second BC. The solution (5) now becomes X\left ( x\right ) =c_{1}\cos \left ( nx\right ) +c_{2}\sin \left ( nx\right ) \qquad n=1,2,3,\cdots Therefore X^{\prime }\left ( x\right ) =-c_{1}n\sin \left ( nx\right ) +c_{2}n\cos \left ( nx\right ) Applying the second BC X^{\prime }\left ( -\pi \right ) =X^{\prime }\left ( \pi \right ) using the above gives\begin{align*} c_{1}n\sin \left ( n\pi \right ) +c_{2}n\cos \left ( n\pi \right ) & =-c_{1}n\sin \left ( n\pi \right ) +c_{2}n\cos \left ( n\pi \right ) \\ c_{1}n\sin \left ( n\pi \right ) & =-c_{1}n\sin \left ( n\pi \right ) \\ 0 & =0 \end{align*}

Since n is integer.

Therefore this means that using \lambda _{n}=n^{2} has satisfied both boundary conditions with c_{2}\neq 0,c_{1}\neq 0. This means the solution (5) becomes X_{n}\left ( x\right ) =A_{n}\cos \left ( nx\right ) +B_{n}\sin \left ( nx\right ) \qquad \qquad n=1,2,3,\cdots The above says that there are two eigenfunctions in this case. They are X_{n}\left ( x\right ) =\left \{ \begin{array} [c]{c}\cos \left ( nx\right ) \\ \sin \left ( nx\right ) \end{array} \right . Since there is also zero eigenvalue, then the complete set of eigenfunctions become X_{n}\left ( x\right ) =\left \{ \begin{array} [c]{c}1\\ \cos \left ( nx\right ) \\ \sin \left ( nx\right ) \end{array} \right . Now that the eigenvalues are found, we go back and solve the time ODE. Recalling that the time ODE (2) from above was found to be T^{\prime \prime }+c^{2}\lambda T=0 When \lambda =0 this becomes T^{\prime \prime }=0 with solution T_{0}\left ( t\right ) =At+B. When \lambda _{n}=n^{2} the ODE becomes T^{\prime \prime }+c^{2}n^{2}T=0 with solution T_{n}\left ( t\right ) =C_{n}\cos \left ( cnt\right ) +E_{n}\sin \left ( cnt\right ) Adding all the above solutions using u_{n}\left ( x,t\right ) =X_{n}\left ( x\right ) T_{n}\left ( t\right ) gives the final  solution as\begin{align*} u\left ( x,t\right ) & =X_{0}\left ( x\right ) T_{0}\left ( t\right ) +\sum _{n=1}^{\infty }X_{n}\left ( x\right ) T_{n}\left ( t\right ) \\ & =At+B+\sum _{n=1}^{\infty }\left ( \cos \left ( nx\right ) +\sin \left ( nx\right ) \right ) \left ( C_{n}\cos \left ( cnt\right ) +E_{n}\sin \left ( cnt\right ) \right ) \end{align*}

Or\begin{align*} u\left ( x,t\right ) & =At+B\\ & +\sum _{n=1}^{\infty }\left ( C_{n}\cos \left ( cnt\right ) +E_{n}\sin \left ( cnt\right ) \right ) \cos \left ( nx\right ) \\ & +\sum _{n=1}^{\infty }\left ( C_{n}\cos \left ( cnt\right ) +E_{n}\sin \left ( cnt\right ) \right ) \sin \left ( nx\right ) \end{align*}

2.6.7.3 Part c

The solution is periodic in time. To find the period, solving ct=\frac{2\pi }{T}t for T gives T=\frac{2\pi }{c}

2.6.7.4 Part d

The solution will behave similar to the one on page 148 initially, where initial conditions splits in half, one half moving left and one moving right until each half reach the boundary conditions. But now, each half wave reflects off the boundary staying upside and starts moving back toward the middle again, until the two halves reunite again to reproduce the same initial conditions shape. This process then repeats again and again.

So the difference between periodic boundary conditions, and having ends fixed as the case in Figure 4.6, is that when ends are fixed, the two half waves reflect upside down at the boundaries, while here they do not not.  The solution above was animated and plotted showing this. Initial conditions used is small triangle similar to one used in Figure 4.6 with zero initial conditions and using c=1 for speed. The following is the result

pict
Figure 2.41:Plot showing solution in time, Periodic B.C.

In the above at t=3.15 sec. is when each half wave reaches the boundary at x=-\pi and x=\pi . At t>3.3 the waves half reflects and are starting to moving back towards the center.  At t=6.36 the initial conditions shape is reconstructed again. For higher times, the above motion repeats.

2.6.8 Problem 4.2.14c

Sketch the solution of the wave equation u_{tt}=u_{xx} and describe its behavior when the initial displacement is the box function u\left ( x,0\right ) =\left \{ \begin{array} [c]{ccc}1 & & 1<x<2\\ 0 & & \text{otherwise}\end{array} \right . while the initial velocity is 0 in each of the following scenarios (c) on the half-line 0\leq x<\infty , with homogeneous Neumann boundary condition at the end.

Solution

pict
Figure 2.42:Initial conditions

Let f\left ( x\right ) =u\left ( x,0\right ) and let g\left ( x\right ) =u_{t}\left ( x,0\right ) =0. Since the boundary condition is homogeneous Neumann, then f\left ( x\right ) is even extended to make it periodic with period 4. This is done so we can use d’Alembert solution which is valid for unbounded domain. Let \tilde{f}\left ( x\right ) be the new periodic initial conditions as shown the in the following diagram.

pict
Figure 2.43:Initial conditions

With the new periodic initial conditions, we now can apply d’Alembert solution \tilde{u}\left ( x,t\right ) =\frac{1}{2}\left ( \tilde{f}\left ( x-ct\right ) +\tilde{f}\left ( x+ct\right ) \right ) Since c=1 then above becomes \tilde{u}\left ( x,t\right ) =\frac{1}{2}\left ( \tilde{f}\left ( x-t\right ) +\tilde{f}\left ( x+t\right ) \right ) We will use the solution from above only for x>0 since that is the physical domain.

The solution will starts by splitting each packet into 2 halves. One that move to the right and one that move to the left. When the half that moves to the left reach x=0, at that same time the half wave that was moving to the right from x<0 arrives. And they pass through each others. This appears as the wave half deflecting off x=0 turning around, remaining upright, and starts to move to the right behind the half that was moving to the right from the start. So we end up with 2 half waves moving to the right after that. This is sketch of what happens in time.

pict
Figure 2.44:sketch of solution over time

pict
Figure 2.45:Code used for the above

2.6.9 Problem 4.2.22

Under what conditions is the solution to the Neumann boundary value problem for the wave equation on a bounded interval [0,1] periodic in time? What is the period?

Solution

By even-extending the initial displacement and initial velocity to \left [ -1,1\right ] and then repeating this again for the whole line -\infty <x<\infty , and then using the d‘Alembert solution, then the resulting solution u\left ( x,t\right ) will always be periodic since initial conditions are periodic. The period of the solution will 2L in x, where L=1 here. Hence period is 2 in x.

2.6.10 Problem 4.2.25

Write down a formula for the solution u(x,t) to the initial-boundary value problem u_{tt}=4u_{xx} with boundary conditions\begin{align*} u_{x}\left ( 0,t\right ) & =0\\ u_{x}\left ( \pi ,t\right ) & =0 \end{align*}

And initial conditions\begin{align*} u\left ( x,0\right ) & =\sin x\\ u_{t}\left ( x,0\right ) & =0 \end{align*}

For 0<x<\pi ,t>0

Solution

Since boundary conditions are Neumann, then to use d‘Alembert solution, we start by even extending both initial position u\left ( x,0\right ) =\sin \left ( x\right ) and initial velocity (which is zero here) to be even over \left [ -\pi ,\pi \right ] . Next we duplicate this over the whole line -\infty <x<\infty . Now we are able to use d‘Alembert solution to solve the wave equation. The solution will be periodic with period 2\pi in x.    Let f\left ( x\right ) =\sin x and let \tilde{f}\left ( x\right ) be its even periodic extension such that \begin{align*} \tilde{f}\left ( -x\right ) & =f\left ( x\right ) \\ \tilde{f}\left ( x+2\pi \right ) & =f\left ( x\right ) \\ \tilde{f}\left ( x-2\pi \right ) & =f\left ( x\right ) \end{align*}

Hence the solution is \tilde{u}\left ( x,t\right ) =\frac{1}{2}\left ( \tilde{f}\left ( x-ct\right ) +\tilde{f}\left ( x+ct\right ) \right ) But c=2 therefore the above becomes \tilde{u}\left ( x,t\right ) =\frac{1}{2}\left ( \sin \left ( x-2t\right ) +\sin \left ( x+ct\right ) \right ) The actual solution we want is over \left [ 0,\pi \right ] from the above since that is the physical domain of the original problem.

2.6.11 Key solution for HW 6

PDF