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 is defined as:

With this convention, the Fourier transform of a product results in a convolution, with the following pre-factor:

The repeated application of the transform gives

The conjugate of a Fourier transform is equal to the transform of the conjugate, with a change of sign in the argument:

Furthermore, we can exchange the Fourier transform under the integral sign:

The last property implies the result which gives directly the Plancherel theorem (see lecture notes, page 45).

Example: damped harmonic oscillator in one dimension

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

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: We look for a solution of the form:

Q1: Show that

where

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

Response to a generic perturbation

We consider a generic perturbation represented by , whose Fourier transform is given by .

Q2: Write as a function of and .

Q3: Show that it follows that

where is the function having as Fourier transform. The above equation is nothing but the convolution of with : .

Holomorphism of the response and consequences

Q4: Show that is the response of the system to an impulsive perturbation . What is the effect of a perturbation applied at time on the solution at time ?

Q5: We have defined 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 derived above, compute explicitly . 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:

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)

with a linear operator (of differentiation, multiplication, integration, etc.), and with an inhomogeneity (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: is a function or a linear functional of , which reads
  • Causality: in the sense that the effect cannot precede the cause: for .
  • The total response to a finite perturbation must be finite.
  • The response to a real perturbation, , must be real as well, (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 is an odd function, then is also an odd function;
  • if is an odd function, then is also an odd function;
  • if is an even function, then is also an even function;
  • if is an even function, then is also an even function.

Q8: Conclude that, if is real, its Fourier transform is written as , with even, and odd.

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

Preliminaries

We define the sign function as

and we want to show that its Fourier transform is

Since is not summable, we have to use an auxiliary function .

Q10: Show that .

Q11: Discuss the possibility of using instead of 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 , then .

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

Q13: Show that Kramers-Kronig relations express the fact that the extension to on the complex upper-half plane is holomorphic, without any poles, and that it decreases sufficiently fast as .

We will start from a weaker result:

Show that the Kramers-Kronig relation is valid for all functions 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 along this path. Compute the contribution of the small half-circle in the limit using its Taylor expansion in the vicinity of and performing the change of variable .

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