MATH529: Mathematical methods for the physical sciences IIMarch 6, 2024

Mid-term Practice Examination

Answer the following problems (2 course points each). Present brief motivation of your solutions.

Motivation: Why do power lines hum?

A rod at rest and initial temperature u(x,0)=0 (K), of length L=π (m), specific heat capacity c=1 (J/kg/K), and thermal diffusivity k=1 (m2/s) has thermally insulated ends held at fixed spatial positions. An electric current of intensity j(t)=sin(ωt) is switched on at time t=0 (s) and dissipates heat throughout the rod according to Joule's law q(t)=rj2(t) (K/s). The rod experiences linear thermal dilatation leading to longitudinal displacements dw=γdu (m). In accordance with Hooke's law, thermal dilatation produces a local acceleration f(x,t)=γ(utt)x, where utt is the second time derivative of the temperature.

Fundamental physical units: m - meter, s - second, kg - kilogram, K - Kelvin

Derived physical units: J = kg m2/s - Joule, W=J/s - Watt

Unforced heat equation ut=k2u, Unforced wave equation wtt=c22w

Alternating current frequency ν=60Hz, ω=2πν.

In Octave 1, B-flat frequency: 117 Hz, B frequency: 123 Hz. 1 Hz = 1/s.

Figure 1. Rod thermal transfer and wave motion

  1. Write the initial, boundary value problem (IBVP) describing temperature evolution in the rod. Classify the resulting problem.

    Solution. This is a forced heat conduction problem. Thermally insulated implies no heat flux at ends, hence homogeneous Neumann conditions.

    ut=kuxx+q,t>0,0<x<L(forcedheatPDE) ux(0,t)=0,ux(L,t)=0(Boundaryconditions) u(x,0)=0(Initialcondition).

    The above is a linear, second-order, inhomogeneous PDE with homogeneous boundary and initial conditions.

  2. Write the IBVP describing longitudinal elastic wave propagation in the rod. Classify the resulting problem.

    Solution. This is a forced wave propagation problem. Fixed ends implies homogeneous Dirichlet conditions.

    wt=c2wxx+f,t>0,0<x<L(forcedheatPDE) w(0,t)=0,w(L,t)=0(Boundaryconditions) w(x,0)=0,wt(x,0)=0(Initialcondition).

    The above is a linear, second-order, inhomogeneous PDE with homogeneous boundary and initial conditions.

  3. Solve the heat IBVP.

    Solution. Express u(x,t), q(t) as series in the eigenfunctions yn(x)=cos(nx) of the homogeneous Neumann condition Sturm-Liouville problem

    u(x,t)=n=0an(t)cos(nx),q(t)=rsin2(ωt)=rsin2(ωt)cos(0x).

    Obtain the ODEs for an(t)

    a˙0(t)=rsin2(ωt)=r2[1-cos(2ωt)]a0(t)=r2[t-12ωsin(2ωt)]
    a˙n(t)=-kn2an(t)an(t)=Ae-kn2t,an(0)=0A=0

    Solution is

    u(x,t)=r2[t-12ωsin(2ωt)]+n=1(e-kn2t-1)cos(nx).

  4. Solve the elastic wave IBVP.

    Solution. Use the above heat equation solution to obtain the forcing term

    f(x,t)=γ(utt)x=γn(1-k2n4e-kn2t)sin(nx).

    Express w(x,t) and f(x,t) as series in the eigenfunctions zn(x)=sin(nx) of the homogeneous Dirichlet condition Sturm-Liouville problem

    w(x,t)=n=1cn(t)sin(nx),f(x,t)=n=1dn(t)sin(nx).

    Obtain the forcing coefficients

    dn(t)=γn(1-k2n4e-kn2t).

    Obtain coefficient ODEs

    c¨n=-(nc)2cn+dn.

    The homogeneous ODE solutions are

    cn(h)(t)=Ancos(nct)+Bnsin(nct).

    The inhomogeneous particular ODE solution suggested by the dn forcing term is

    cn(t)=cn(h)(t)+Cn+Dne-kn2t.

    Replacing,

    k2n4Dne-kn2t=-(nc)2(Cn+Dne-kn2t)+γn(1-k2n4e-kn2t).

    Identify coefficients of independent functions 1, e-kn2t

    0=-(nc)2Cn+γn,k2n4Dn=-(nc)2Dn-γnk2n4
    Cn=γnc2,Dn=-γnk2n4k2n4+(nc)2=γk2n3k2n2+c2.

    Obtain solution

    w(x,t)=n=1cn(t)sin(nx),cn(t)=Ancos(nct)+Bnsin(nct)+nc2γ+γk2n3k2n2-c2e-kn2t.

    Initial conditions specify An,Bn

    cn(0)=0=An+nc2γ+γk2n3k2n2-c2An=-nc2γ-γk2n3k2n2-c2,

    c˙n(0)=0=ncBn-γk3n5k2n2-c2Bn=γk3n4c(k2n2-c2)

  5. It has been observed that power lines hum at a pitch between B-flat and B. Propose an explanation.

    Solution. The thermal forcing term sin2(ωt) leads excitation at the double frequency 2ω in accordance with the trigonometric identity

    sin2(ωt)=1-cos(2ωt).

    Since the AC frequency is ν=60Hz, a sound at 2ν120Hz is heard.