T-I-2draft

From Wiki Cours
Jump to navigation Jump to search

Linear response theory and Kramers-Kronig relations

The goal of this homework is to introduce the theory of linear response and, among the related properties, such as causality, the so-called Kramers-Kronig relations. We will consider the damped harmonic oscillator as a prototypical example to discuss this topic.

Reminder on the Fourier transform

Throughout this assignment, we will use the symmetric convention of Fourier transform. The Fourier transform of a function f(t)L1() is defined as:

f^(ω):=12πdtf(t)eiωt.

With this convention, the Fourier transform of a product results in a convolution, with the following pre-factor: 2π(fg)^=f^g^.

The repeated application of the transform gives f^^(t)=f(t).

The conjugate of a Fourier transform is equal to the transform of the conjugate, with a change of sign in the argument: f^(ω)=f^(ω).

Furthermore, we can exchange the Fourier transform under the integral sign: dtf^(t)g(t)=dtf(t)g^(t).

The last property implies the result dωf^(ω)g^(ω)=dtf(t)g^(t), which gives directly the Plancherel theorem (see lecture notes, page 45).

Example: damped harmonic oscillator in one dimension

We consider a damped harmonic oscillator x(t), which is described by the following equation of motion:

x¨+2γx˙+ω02x=f(t).

First, we will compute its response to an harmonic perturbation, and then its response to a generic perturbation by introducing its Green function.

Response to an harmonic perturbation

We assume that the oscillator is excited by an harmonic perturbation of the form: f(t)=Fωeiωt. We look for a solution of the form: x(t)=Xωeiωt.

Q1: Show that

Xω=g^(ω)Fω,

where

g^(ω)=1(ωω1)(ωω2).

Write the explicit form of the poles that we have indicated as ω1 and ω2.

Response to a generic perturbation

We consider a generic perturbation represented by f(t), whose Fourier transform is given by f^(ω).

Q2: Write x(t) as a function of g^(ω) and f^(ω).

Q3: Show that it follows that

x(t)=12π+dtg(tt)f(t),

where g(t) is the function having g^(ω) as Fourier transform. The above equation is nothing but the convolution of f with g: 2πx(t)=(fg)(t).

Holomorphism of the response and consequences

Q4: Show that g(t) is the response of the system to an impulsive perturbation f(t)=2πδ(t). What is the effect of a perturbation applied at time s on the solution at time t<s?

Q5: We have defined g^(ω) for ω, i.e. on the real axis. Show that its extension to the complex plane is holomorphic everywhere (except at the poles). Using the explicit expression for g^(ω) derived above, compute explicitly g(t). You will have to treat separately the case of positive time and the case of negative time. Use the residue theorem.

Q6: Deduce the expression of the response:

x(t)=tdteγ(tt)sin[(ω02γ2)1/2(tt)](ω02γ2)1/2f(t).

The above expression indicates the Green function of the system. Notice that the response of the system is causal.

It is worth highlighting the importance of the holomorphism in this proof. Indeed, we have seen that we had to apply Jordan's lemma. Therefore, we need a relatively fast decay of the response function at infinity, i.e. a system that does not diverge.

We also point out that, if γ was negative, we would have lost causality: we can guess a relation between causality and the dissipation of energy in a passive system.

General properties of linear response

We look for a generalization of the properties that we have seen in the previous example. We discuss an equation of motion (or possibly another physical equation)

x(t)=f(t),

with a linear operator (of differentiation, multiplication, integration, etc.), and with an inhomogeneity f(t) (external stimulation, perturbation, etc.). The generic solution is unknown since the explicit form of the operator is not specified. However, we know that this solution must have some physical properties:

  • Linearity: x is a function or a linear functional of f, which reads x(t)=dsg(ts)f(s).
  • Causality: in the sense that the effect cannot precede the cause: g(t)=0 for t<0.
  • The total response to a finite perturbation must be finite.
  • The response to a real perturbation, f(t), must be real as well, x(t) (at least in the case we are not considering quantum mechanics effects).

Link between odd/even and real/imaginary

Q7: Show the following properties of the Fourier transform:

  • if g is an odd function, then g^i is also an odd function;
  • if gi is an odd function, then g^ is also an odd function;
  • if g is an even function, then g^ is also an even function;
  • if gi is an even function, then g^i is also an even function.

Q8: Conclude that, if g is real, its Fourier transform is written as g^=g^+ig^, with g^ even, and g^ odd.

Q9: Derive the same properties for the case of the oscillator.

Preliminaries

We define the sign function as

S(t)={1t<0+1t0,

and we want to show that its Fourier transform is

S^(ω)=2πiω.

Since S is not summable, we have to use an auxiliary function Sϵ(t):=eϵ|t|S(t).

Q10: Show that limε0S^ϵ(ω)=2πiω.

Q11: Discuss the possibility of using S^ instead of S^ϵ in a computation (e.g., in the example below).

Causality and Kramers-Kronig relations

Q12: Using the expression of the Fourier transform of a convolution and the sign function defined above, show the following property of Fourier transform:

If g(t)=0 t<0, then g^(ω)=1iπPVdξImg^(ξ)ξω.

By separating the real and imaginary part of this equation, we obtain Kramers-Kronig relations:

Reg^(ω)=1πPVdξImg^(ω)ξω,
Img^(ω)=1πPVdξReg^(ω)ξω.

Q13: Show that Kramers-Kronig relations express the fact that the extension g^(ω+iν) to g^(ω) on the complex upper-half plane (ν>0) is holomorphic, without any poles, and that it decreases sufficiently fast as |ω+iν|.

We will start from a weaker result:

Show that the Kramers-Kronig relation is valid for all functions g^(ω+iν) with the aforementioned properties. Apply the residue theorem integrating along the path γ displayed in the figure below, that can be reproduced via the following code:

gamma = ParametricPlot[{{R Cos[t], R Sin[t]}, {-R*(1 - t/Pi) + (x - r)*t/Pi, 0}, {r Cos[t + Pi] + x, r Sin[t + Pi]}, {(x + r)*(1 - t/Pi) + R*t/Pi, 0}} /. {R -> 2,  r -> 0.5, x -> 1}, {t, 0, Pi}, Ticks -> {{{-R, "-R"}, {x - r, "x-r"}, {x, "x"}, {x + r, "x+r"}, {R, "R"}} /. {R -> 2, r -> 0.5, x -> 1}, None}, TicksStyle -> Directive[Red, 20], AxesLabel -> {None}] /. Line[u_] :> Sequence[Arrowheads[Table[.05, {1}]], Arrow@Line[u]]
Sketch of the integration path γ.


Integrate the function g^(z)/(zω) along this path. Compute the contribution of the small half-circle Cr in the limit r0 using its Taylor expansion in the vicinity of ω and performing the change of variable z=ω+reiθ.

The last result suggests the existence of a relation with the causality at g(t)=0 t<0 and the fact that g is holomorphic without poles in the upper-half plane. This was detailed in the Titchmarsch theorem.