Samiksha Jaiswal (Editor)

Change of variables (PDE)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Often a partial differential equation can be reduced to a simpler form with a known solution by a suitable change of variables.

Contents

The article discusses change of variable for PDEs below in two ways:

  1. by example;
  2. by giving the theory of the method.

Explanation by example

For example the following simplified form of the Black–Scholes PDE

V t + 1 2 S 2 2 V S 2 + S V S V = 0.

is reducible to the heat equation

u τ = 2 u x 2

by the change of variables:

V ( S , t ) = v ( x ( S ) , τ ( t ) ) x ( S ) = ln ( S ) τ ( t ) = 1 2 ( T t ) v ( x , τ ) = exp ( ( 1 / 2 ) x ( 9 / 4 ) τ ) u ( x , τ )

in these steps:

  • Replace V ( S , t ) by v ( x ( S ) , τ ( t ) ) and apply the chain rule to get
  • Replace x ( S ) and τ ( t ) by ln ( S ) and 1 2 ( T t ) to get
  • Replace ln ( S ) and 1 2 ( T t ) by x ( S ) and τ ( t ) and divide both sides by 1 2 to get
  • Replace v ( x , τ ) by exp ( ( 1 / 2 ) x ( 9 / 4 ) τ ) u ( x , τ ) and divide through by exp ( ( 1 / 2 ) x ( 9 / 4 ) τ ) u ( x , τ ) to yield the heat equation.
  • Advice on the application of change of variable to PDEs is given by mathematician J. Michael Steele:

    "There is nothing particularly difficult about changing variables and transforming one equation to another, but there is an element of tedium and complexity that slows us down. There is no universal remedy for this molasses effect, but the calculations do seem to go more quickly if one follows a well-defined plan. If we know that V ( S , t ) satisfies an equation (like the Black–Scholes equation) we are guaranteed that we can make good use of the equation in the derivation of the equation for a new function v ( x , t ) defined in terms of the old if we write the old V as a function of the new v and write the new τ and x as functions of the old t and S. This order of things puts everything in the direct line of fire of the chain rule; the partial derivatives V t , V S and 2 V S 2 are easy to compute and at the end, the original equation stands ready for immediate use."

    Technique in general

    Suppose that we have a function u ( x , t ) and a change of variables x 1 , x 2 such that there exist functions a ( x , t ) , b ( x , t ) such that

    x 1 = a ( x , t ) x 2 = b ( x , t )

    and functions e ( x 1 , x 2 ) , f ( x 1 , x 2 ) such that

    x = e ( x 1 , x 2 ) t = f ( x 1 , x 2 )

    and furthermore such that

    x 1 = a ( e ( x 1 , x 2 ) , f ( x 1 , x 2 ) ) x 2 = b ( e ( x 1 , x 2 ) , f ( x 1 , x 2 ) )

    and

    x = e ( a ( x , t ) , b ( x , t ) ) t = f ( a ( x , t ) , b ( x , t ) )

    In other words, it is helpful for there to be a bijection between the old set of variables and the new one, or else one has to

  • Restrict the domain of applicability of the correspondence to a subject of the real plane which is sufficient for a solution of the practical problem at hand (where again it needs to be a bijection), and
  • Enumerate the (zero or more finite list) of exceptions (poles) where the otherwise-bijection fails (and say why these exceptions don't restrict the applicability of the solution of the reduced equation to the original equation)
  • If a bijection does not exist then the solution to the reduced-form equation will not in general be a solution of the original equation.

    We are discussing change of variable for PDEs. A PDE can be expressed as a differential operator applied to a function. Suppose L is a differential operator such that

    L u ( x , t ) = 0

    Then it is also the case that

    L v ( x 1 , x 2 ) = 0

    where

    v ( x 1 , x 2 ) = u ( e ( x 1 , x 2 ) , f ( x 1 , x 2 ) )

    and we operate as follows to go from L u ( x , t ) = 0 to L v ( x 1 , x 2 ) = 0 :

  • Apply the chain rule to L v ( x 1 ( x , t ) , x 2 ( x , t ) ) = 0 and expand out giving equation e 1 .
  • Substitute a ( x , t ) for x 1 ( x , t ) and b ( x , t ) for x 2 ( x , t ) in e 1 and expand out giving equation e 2 .
  • Replace occurrences of x by e ( x 1 , x 2 ) and t by f ( x 1 , x 2 ) to yield L v ( x 1 , x 2 ) = 0 , which will be free of x and t .
  • Action-angle coordinates

    Often, theory can establish the existence of a change of variables, although the formula itself cannot be explicitly stated. For an integrable Hamiltonian system of dimension n , with x ˙ i = H / p j and p ˙ j = H / x j , there exist n integrals I i . There exists a change of variables from the coordinates { x 1 , , x n , p 1 , , p n } to a set of variables { I 1 , I n , φ 1 , , φ n } , in which the equations of motion become I ˙ i = 0 , φ ˙ i = ω i ( I 1 , , I n ) , where the functions ω 1 , , ω n are unknown, but depend only on I 1 , , I n . The variables I 1 , , I n are the action coordinates, the variables φ 1 , , φ n are the angle coordinates. The motion of the system can thus be visualized as rotation on torii. As a particular example, consider the simple harmonic oscillator, with x ˙ = 2 p and p ˙ = 2 x , with Hamiltonian H ( x , p ) = x 2 + p 2 . This system can be rewritten as I ˙ = 0 , φ ˙ = 1 , where I and φ are the canonical polar coordinates: I = p 2 + q 2 and tan ( φ ) = p / x . See V. I. Arnold, `Mathematical Methods of Classical Mechanics', for more details.

    References

    Change of variables (PDE) Wikipedia