MATH761Oct 15, 2018

Midterm Examination

Instructions:

  • This is a take-home examination due on Wednesday, Oct. 17, 2018 at 5:00PM. You are free to use library, software, and online resources, but all work is individual with no discussion of examination topics with other students or faculty. Submission of an answer is an implicit honor pledge to have respected the above rules.

  • Provide your answer by completing the present TeXmacs file, and submitting through Sakai. Only one submission is allowed, with the above deadline, hence be ready ahead of time.

  • An answer should require about 3 hours to read and summarize the background material and 3 hours of work to answer the subsequent questions if course topics and previous graduate study material has been well understood. Questions are meant to be answered by analytical computations, not numerical simulation. Feel free to use Mathematica and illustrate your answers by plots.

  1. Read sections 1-3 of the paper “Group velocity in finite difference schemes”, published in SIAM Review, Vol. 24, No. 2, April 1982, authored by Lloyd N. Trefethen, available at https://people.maths.ox.ac.uk/trefethen/publication/PDF/1982_6.pdf. Present a three-paragraph summary of the main points of these paper sections.

    Solution.

    1. Dispersion relation and group velocity. A monochromatic wave u(t,x)=exp[i(ωt-ξx)] propagates at phase speed c(ξ)=ω(ξ)/ξ, but a superposition of multiple monochromatic waves, i.e., a wave packet with components F(ξ),

      f(t,x)=-F(ξ)exp[it(ω(ξ)-ξxt)]dξ,

      has asymptotic behavior dominated by the stationary phase condition

      ddξ(ω(ξ)-ξxt)=0dωdξ=xt=C(ξ),

      and travels at the group speed C(ξ). The relationship ω(ξ) obtained by substituting a monochromatic into an equation is the dispersion relationship, and the exact dispersion relationship ω(ξ)=ξ for the wave equation ut+ux=0 is approximated by the finite difference dispersion relationships in Table 1.

      Scheme Dispersion relation
      Leapfrog sinωk=νsinξh
      Crank-Nicolson 2tan(12ωk)=νsinξh
      Leapfrog fourth order sinωk=43νsinξh-13νsin2ξh

      Table 1. Finite difference dispersion relationships, ν=1k/h is the CFL number

    2. Pulses, wave packets and wave fronts. The finite difference approximation of wave packet propagation exhibits errors in both phase speed and group speed. Dispersion occurs if there is a significant spread in the wavenuber of the packet.

    3. Parasites, interfaces and mesh refinement. The errors in finite difference approximations of group velocity leads to non-physical (parasitic) waves, especially at boundaries where the physical wave speed changes, e.g., between two boundaries.

  2. Consider the longitudinal plane wave 𝒖i(t,x)=𝒆xexp[i(ωt-ξx)], and a Hookean elastic medium in which conservation of momentum is stated as

    ρ2𝒖/t2=(λ+2μ)(𝒖)-μ×(×𝒖) (1)

    where:

    1. Is the longitudinal plane wave a solution of the equation of motion (1)?

      Solution. Compute

      2𝒖/t2=-ω2𝒖i(t,x),𝒖i=-iξexp[i(ωt-ξx)],(𝒖)=-ξ2𝒖i(t,x),×𝒖=0,

      and obtain a condition for the longitudinal wave to be a solution

      -ρω2=-(λ+2μ)ξ2. (2)
    2. At what speed does the wave propagate?

      Solution. From (2) obtain the phase speed

      c=ωξ=±λ+2μρ. (3)
    3. At an interface with another elastic medium (λ',μ') the incident wave 𝒖i produces a reflected 𝒖r and transmitted wave 𝒖t. Derive formulas for the reflection and transmission coefficients

      R=||𝒖r||||𝒖i||,T=||𝒖t||||𝒖i||

      Solution. The reflected, transmitted waves are ur=Rexp[i(ωt+ξx)], ut=Texp[i(ωt-ξ'x)]. At the interface x=0 impose the conditions:

      Kinematic condition

      Same displacement on the two sides of the boundary:

      ui(t,x)+ur(t,x)=ut(t,x)1+R=T

      Dynamic condition

      In this one-dimensional case ρutt=x[(λ+2μ)ux]=x[σ], with σ the normal stress, that has to be the same on the two sides of the boundary

      (λ+2μ)x[ui(t,x)+ur(t,x)]=(λ'+2μ')xut(t,x)
      (λ+2μ)ξ(-1+R)=-(λ'+2μ')ξ'T.

      Since c=(λ+2μ)/ρ=ω/ξ, c'=(λ'+2μ')/ρ'=ω/ξ', the system is stated in terms of the impedance Z=ρc, as

      1+R = T Z(-1+R) = -Z'T

      leading to

      R=Z-Z'Z+Z',T=2ZZ+Z'.
  3. Consider a computational domain for (1) discretized by the second-order leap-frog scheme (LF), extending to distance L of each side of x=0. The subdomain x<0 is discretized with step size h, the subdomain x>0 is discretized with step size 2h. At the left edge x=-L an incoming plane wave ui(t,x) is entering the domain. The physics of the problem predicts unattenuated, non-dispersive passage of the wave, but the analysis within the Trefethen paper shows that the discrete scheme will induce both attenuation and dispersion.

    1. Compute the waveform at the interface ui(t,0-) obtained after ui(t,-L) has propagated through the grid with step size h. Pay attention to the ξ/L ratio.

      Solution. The dispersion relation for LF is sinωk=νsinξh. A monochromatic wave will propagate with phase velocity

      cLF=ωξ1-δcLF,δcLF=1-ν26(ξh)2,

      arriving δcLF/L time units later than the physical wave, and no change in shape, i.e., dissipation is 𝒪(h3), and the only effect of dispersion is a time delay.

    2. Compute the reflection and transmission coefficients at the interface between the two grids

      R=|ur(t,0-)||ui(t,0-)|,T=|ut(t,0+)||ui(t,0-)|.

      Solution. The same physical principles apply, so the only change is that the impedance is now Z=ρ(c+δcLF).

    3. Determine the ratio of change in material properties that would produce the same reflection and transmission coefficients for the exact wave equation as that produced by the grid spacing jump from h to 2h for the discretized wave equation.

      Solution.