Laplace Transform Methods

Martha L. Abell , James P. Braselton , in Differential Equations with Mathematica (Fourth Edition), 2016

8.1.2 Exponential Order, Jump Discontinuities and Piecewise-Continuous Functions

In our first calculus course, we learn that some improper integrals diverge, which indicates that the Laplace transform may not exist for some functions. Therefore, we present the following definitions and theorems so that we can better understand the types of functions for which the Laplace transform exists.

Definition 31 Exponential Order

A function y = f(t) is of exponential order b if there are numbers b, M > 0, and T > 0 such that

f ( t ) M e b t

for t > T.

In the following sections, we will see that the Laplace transform is particularly useful in solving equations involving piecewise or recursively defined functions.

Definition 32 Jump Discontinuity

A function y = f(t) has a jump discontinuity at t = c on the closed interval [a, b] if the one-sided limits lim t c + f ( t ) and lim t c f ( t ) are finite, but unequal, values. The function y = f(t) has a jump discontinuity at t = a if lim t a + f ( t ) is a finite value different from f(a). The function y = f(t) has a jump discontinuity at t = b if lim t b f ( t ) is a finite value different from f(b).

Definition 33 Piecewise Continuous

A function y = f(t) is piecewise continuous on the finite interval [a, b] if y = f(t) is continuous at every point in [a, b] except at finitely many points at which y = f(t ) has a jump discontinuity.

A function y = f(t) is piecewise continuous on [ 0 , ) if y = f(t) is piecewise continuous on [0, N] for all N.

Theorem 19

Sufficient Condition for Existence of L f ( t )

Suppose that y = f(t) is a piecewise continuous function on the interval [ 0 , ) and that it is of exponential order b for t > T. Then, L f ( t ) exists for s > b.

Example 8.1.6

Find the Laplace transform of f ( t ) = 1 , 0 t < 4 1 , t 4 .

Solution

Because y = f(t) is a piecewise continuous function on [ 0 , ) and of exponential order, L f ( t ) exists. We use the definition and evaluate the integral using the sum of two integrals.

L f ( t ) = 0 f ( t ) e s t d t = 0 4 1 e s t d t + 4 e s t d t = 1 s e s t t = 0 t = 4 + lim M 1 s e s t t = 4 t = M = 1 s e 4 s 1 1 s lim M e M s e 4 s = 1 s 2 e 4 s 1 .

Using Cases (\;), we define and graph this piecewise-defined function in Figure 8-1. Because Mathematica uses a "connect the dots" scheme when graphing functions, Mathematica does not automatically detect the discontinuity at t = 4. However, when we use the Exclusions option, we instruct Mathematica to avoid t = 4.

Figure 8-1. Plot of a piecewise-defined function

Clear[f]f [t_]:=−1/;0≤t≤4 f[t_]:=1/;t>4

p1=Plot[f[t], {t, 0, 8}, PlotLabel→"(a)"]

p2=Plot[f[t], {t, 0, 8}, Exclusions→{t==4}, PlotLabel→"(b)"]

Show[GraphicsRow[{p1, p2}]]

However, the LaplaceTransform command is unable to compute the Laplace transform of y = f(t) when f is defined in this manner. To compute the Laplace transform using Mathematica, we take advantage of the UnitStep function, which is defined by

UnitStep [ t ] = 0 , t < 0 1 , t 0 .

Thus, y = f(t) is given by UnitStep[t-4]-UnitStep[4-t]. After defining y = f(t) in this manner, we see that LaplaceTransform is then able to compute L f ( t ) .

Note that the commands UnitStep and Heaviside have nearly identical functionality.

Clear[f] f[t_]=UnitStep[t−4]−UnitStep[4−t]; LaplaceTransform[f[t], t, s]

e 4 s s 1 e 4 s s

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9780128047767000085

Laplace transform methods

Martha L. Abell , James P. Braselton , in Differential Equations with Mathematica (Fifth Edition), 2023

8.1.2 Exponential order, jump discontinuities, and piecewise continuous functions

In the introductory calculus courses, we learn that some improper integrals diverge, which indicates that the Laplace transform may not exist for some functions. Therefore, we present the following definitions and theorems so that we can better understand the types of functions for which the Laplace transform exists.

Definition 8.2 Exponential order

A function y = f ( t ) is of exponential order b if there are numbers b, M > 0 , and T > 0 such that

| f ( t ) | M e b t

for t > T .

In the following sections, we will see that the Laplace transform is particularly useful in solving equations involving piecewise or recursively defined functions.

Definition 8.3 Jump discontinuity

A function y = f ( t ) has a jump discontinuity at t = c on the closed interval [ a , b ] if the one-sided limits lim t c + f ( t ) and lim t c f ( t ) are finite, but unequal, values. The function y = f ( t ) has a jump discontinuity at t = a if lim t a + f ( t ) is a finite value different from f ( a ) . The function y = f ( t ) has a jump discontinuity at t = b if lim t b f ( t ) is a finite value different from f ( b ) .

Definition 8.4 Piecewise continuous

A function y = f ( t ) is piecewise continuous on the finite interval [ a , b ] if y = f ( t ) is continuous at every point in [ a , b ] except at finitely many points at which y = f ( t ) has a jump discontinuity.

A function y = f ( t ) is piecewise continuous on [ 0 , ) if y = f ( t ) is piecewise continuous on [ 0 , N ] for all N.

Theorem 8.2

Sufficient condition for existence of L { f ( t ) }

Suppose that y = f ( t ) is a piecewise continuous function on the interval [ 0 , ) and that it is of exponential order b for t > T . Then, L { f ( t ) } exists for s > b .

Example 8.1.6

Find the Laplace transform of f ( t ) = { 1 , 0 t < 4 , 1 , t 4 .

Solution

Because y = f ( t ) is a piecewise continuous function on [ 0 , ) and of exponential order, L { f ( t ) } exists. We use the definition and evaluate the integral using the sum of two integrals:

L { f ( t ) } = 0 f ( t ) e s t d t = 0 4 1 e s t d t + 4 e s t d t = [ 1 s e s t ] t = 0 t = 4 + lim M [ 1 s e s t ] t = 4 t = M = 1 s ( e 4 s 1 ) 1 s lim M ( e M s e 4 s ) = 1 s ( 2 e 4 s 1 ) .

Using Cases (\;), we define and graph this piecewise defined function in Fig. 8.1. Because Mathematica uses a "connect the dots" scheme when graphing functions, Mathematica does not automatically detect the discontinuity at t = 4 . However, when we use the Exclusions option, we instruct Mathematica to avoid t = 4 .

Figure 8.1

Figure 8.1. Plot of a piecewise defined function.

Clear [ f ]

f [ t _ ] := 1 /; 0 t 4

f [ t _ ] := 1 /; t > 4

p1 = Plot [ f [ t ] , { t , 0 , 8 } ,

PlotLabel "(a)" ]

p2 = Plot [ f [ t ] , { t , 0 , 8 } , Exclusions { t = = 4 } ,

PlotLabel "(b)" ]

Show [ GraphicsRow [ { p1 , p2 } ] ]

However, the LaplaceTransform command is unable to compute the Laplace transform of y = f ( t ) when f is defined in this manner. To compute the Laplace transform using Mathematica, we take advantage of the UnitStep function, which is defined by

UnitStep [ t ] = { 0 , t < 0 , 1 , t 0 .

Thus, y = f ( t ) is given by UnitStep[t-4]-UnitStep[4-t]. After defining y = f ( t ) in this manner, we see that LaplaceTransform is then able to compute L { f ( t ) } .

Note that the commands UnitStep and Heaviside have nearly identical functionality.

Clear [ f ]

f [ t _ ] = UnitStep [ t 4 ] UnitStep [ 4 t ] ;

LaplaceTransform [ f [ t ] , t , s ]

e 4 s s 1 e 4 s s  

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9780128241608000139

Introduction to the Laplace Transform

Martha L. Abell , James P. Braselton , in Introductory Differential Equations (Fifth Edition), 2018

Exponential Order, Jump Discontinuities and Piecewise-Continuous Functions

In calculus, we learn that some improper integrals diverge, which indicates that the Laplace transform may not exist for some functions. For example, f ( t ) = t 1 grows too rapidly near t = 0 for the improper integral 0 e s t f ( t ) d t to exist and f ( t ) = e t 2 grows too rapidly as t for the improper integral 0 e s t f ( t ) d t to exist. Therefore, we present the following definitions and theorems so that we can better understand the types of functions for which the Laplace transform exists.

Definition 8.2 Exponential Order

A function y = f ( t ) is of exponential order b if there are numbers b, C > 0 , and T > 0 such that

| f ( t ) | C e b t

for t > T .

In the following sections, we will see that the Laplace transform is particularly useful in solving equations involving piecewise or recursively defined functions.

Definition 8.3 Jump Discontinuity

A function y = f ( t ) has a jump discontinuity at t = c on the closed interval [ a , b ] if the one-sided limits lim t c + f ( t ) and lim t c f ( t ) are finite, but unequal, values. y = f ( t ) has a jump discontinuity at t = a if lim t a + f ( t ) is a finite value different from f ( a ) . y = f ( t ) has a jump discontinuity at t = b if lim t b f ( t ) is a finite value different from f ( b ) .

Definition 8.4 Piecewise Continuous

A function y = f ( t ) is piecewise continuous on the finite interval [ a , b ] if y = f ( t ) is continuous at every point in [ a , b ] except at finitely many points at which y = f ( t ) has a jump discontinuity.

A function y = f ( t ) is piecewise continuous on [ 0 , ) if y = f ( t ) is piecewise continuous on [ 0 , N ] for all N.

Theorem 8.2

Sufficient Condition for Existence of L { f ( t ) }

Suppose that y = f ( t ) is a piecewise continuous function on the interval [ 0 , ) and that it is of exponential order b for t > T . Then, L { f ( t ) } exists for s > b .

Proof

We need to show that the integral 0 e s t f ( t ) d t converges for s > b , assuming that f ( t ) is a piecewise continuous function on the interval [ 0 , ) and that it is of exponential order b for t > T . First, we write the integral as

0 e s t f ( t ) d t = 0 T e s t f ( t ) d t + T e s t f ( t ) d t ,

where T is selected so that | f ( t ) | C e b t for the constants b and C, C > 0 .

In this textbook, typically we work with functions that are piecewise continuous and of exponential order. However, in the exercises we explore functions that may or may not have these properties.

Notice that because f ( t ) is a piecewise continuous function, so is e s t f ( t ) . The first of these integrals, 0 T e s t f ( t ) d t , exists because it can be written as the sum of integrals over which e s t f ( t ) is continuous. The fact that e s t f ( t ) is piecewise continuous on [ T , ) is also used to show that the second integral, T e s t f ( t ) d t , converges. Because there are constants C and b such that | f ( t ) | C e b t , we have

| T e s t f ( t ) d t | T | e s t f ( t ) | d t C T e s t e b t d t = C T e ( s b ) t d t = C lim M T M e ( s b ) t d t = C lim M [ 1 s b e ( s b ) t ] t = T t = M = C s b lim M ( e ( s b ) M e ( s b ) T ) .

Then, if s b > 0 , lim M e ( s b ) M = 0 , so

| T e s t f ( t ) d t | C s b e ( s b ) T , s > b .

Because both of the integrals 0 T e s t f ( t ) d t and T e s t f ( t ) d t exist, 0 e s t f ( t ) d t also exists for s > b . □

Example 8.7

Find the Laplace transform of f ( t ) = { 1 , 0 t < 4 1 , t 4 .

Solution: Because y = f ( t ) is a piecewise continuous function on [ 0 , ) and of exponential order, L { f ( t ) } exists. We use the definition and evaluate the integral using the sum of two integrals. We assume that s > 0 :

L { f ( t ) } = 0 f ( t ) e s t d t = 0 4 1 e s t d t + 4 e s t d t = [ 1 s e s t ] t = 0 t = 4 + lim M [ 1 s e s t ] t = 4 t = M = 1 s ( e 4 s 1 ) 1 s lim M ( e M s e 4 s ) = 1 s ( 2 e 4 s 1 ) .  □

Theorem 8.2 gives a sufficient condition and not a necessary condition for the existence of the Laplace transform. In other words, there are functions such as f ( t ) = t 1 / 2 that do not satisfy the hypotheses of the theorem for which the Laplace transform exists. (See Exercises 62 and 63.)

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9780128149485000082

Handbook of Numerical Methods for Hyperbolic Problems

P. Bochev , M. Gunzburger , in Handbook of Numerical Analysis, 2016

8.2 A Feedback LSFEM

The feedback least-squares method of Choi (2000) for the model advection–reaction problem (13) is our second example of a least-squares formulation that aims to combine the best properties of Banach and Hilbert space settings. The method itself had been prompted by the adaptively reweighted LSFEM in the last section and so, the two methods are close relatives. The key differences between the methods include (i) the use of a statistical approach by the feedback method, adopted from Carmo and Galeao (1991), to locate the discontinuity, and (ii) a weight function based on the solution gradient rather than on its residual.

Assume that g has a jump discontinuity at x ∈ Γ that is propagated by the solution ϕ along the characteristic χ Ω . Similarly to the iteratively reweighted method from Section 8.1, the feedback LSFEM relies on the residual of the finite element solution ϕ h to locate χ. However, in the feedback method, the unweighting of the LSF is confined to a discontinuity set M χ containing the elements that are near χ. To define this set, each element κ T h is ranked using the following quantities.

1.

The mean residual for the element κ:

R κ = κ | R κ ( ϕ h ) | / μ ( κ ) d Ω κ T h ,

where μ(κ) is the element measure and R κ ( ϕ ) = ( b ϕ h ) + c ϕ h f | κ is the element residual.
2.

The mean residual for the finite element partition T h :

R h = 1 N e κ T h R κ ,

where N e is the number of elements in T h .
3.

The mean deviation for T h :

δ h = 1 N e κ T h R h R κ 2 1 / 2 .

An initial set M 0 is defined by including all elements κ whose mean element residual exceeds the mean residual for T h , plus a term proportional to the mean deviation:

(51) M 0 = { κ T h | R κ R h + ϵ δ h } .

The positive parameter ϵ may be used to adjust the sensitivity of this detection criterion. For triangular partitions T h , the set M χ is constructed from M 0 using the following recursive process (see Fig. 1).

Fig. 1. The shaded triangles in the leftmost plot are in the set M 0. The centre plot shows an intermediate set obtained at step 2. The rightmost plot shows the set M χ .

1.

Tag all elements in M 0 by 1 and all elements in T h M 0 by 0.

2.

Update element tags according to the following rules: initialize m Ω = 3;

if κ has tag 0 and m Ω adjacent elements have tags 1, set the tag of κ to 1;

if κ has tag 1 and all adjacent elements have tag 0, set the tag of κ to 0;

set m Ω = 2 and repeat until no tags change.

3.

M χ is the set of all elements whose tag equals 1.

This procedure is used to define the feedback LSFEM as follows.

1.

Set ω κ = 1 for all κ T h and compute a minimizer ϕ 0 h of (50).

2.

Use ϕ 0 h to construct the set M χ .

3.

Set

ω κ = 1 for κ M χ 1 1 + α ϕ 0 h κ for κ M χ ,

where α is an amplifying constant (see Jiang, 1993) and solve (50).

If necessary, step 3 or steps 2–3 can be repeated until the relative error between two consecutive solutions becomes smaller than some prescribed tolerance.

Usually, the construction of M χ from M 0 takes just few steps which are cheaper than solving the LSFEM problem itself. As a result, the feedback method tends to be more efficient than the iteratively reweighted approach for which the first couple of iterations are essentially used to determine the same information as provided by the discontinuity set M χ .

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/S1570865916300047

COMPUTATION FOR TRANSIENT AND IMPACT DYNAMICS

D.J. Benson , J. Hallquist , in Encyclopedia of Vibration, 2001

Shock viscosity

Shocks propagate via a thermodynamically irreversible process and appear as jump discontinuities in the solution variables. Their accurate resolution and propagation are critical for solving high-speed impact problems. Oscillations will occur behind the jump in the stress unless some form of damping, which is called the shock viscosity, is included in the calculation. The physical thickness of a shock is typically on the order of microns, but in computational practice, they are smeared over three to six elements regardless of the element size. Although this introduces a large error in the shock width itself, the critical aspects of the shock, namely its speed and the stress states on either side of it, are accurately calculated.

The standard form of shock viscosity, q, a function of the volume strain rate, ɛ . υ , is:

(14) q = ρ l ɛ . υ ( c 1 C + c 2 | l ɛ . υ | )

and it differs little from the one originally introduced by von Neumann and Richtmeyer to solve shock problems in the design of the atom bomb (they did not include the linear term). The shock viscosity is treated like a contribution to the pressure for the calculation of the nodal forces.

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B0122270851000060

Handbook of Numerical Methods for Hyperbolic Problems

U.S. Fjordholm , in Handbook of Numerical Analysis, 2016

4.5.1 Uniform kth-Order Accuracy up to Discontinuities

If v is a piecewise C function with finitely many jump discontinuities ("shocks"), then for sufficiently small Δx, the ENO reconstruction is a kth-order approximation of v in all cells not containing a shock (Harten et al., 1986). Indeed, if Δx is sufficiently small, then there are at least k cells in-between the shocked cells. Moreover, the th divided difference [ v ¯ s , , v ¯ s + ] over any stencil containing a shocked cell behaves as Ox ). Thus, if Δx is small enough then in every nonshocked cell, the ENO stencil selection procedure can, and will, select an ENO stencil {s i ,…, s i + k − 1}not containing a shock. The property of uniform kth-order accuracy then follows as in Section 4.1.3.

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/S1570865916300138

Inference for nonsmooth regression curves and surfaces using kernel-based methods

I. Gijbels , in Recent Advances and Trends in Nonparametric Statistics, 2003

4.1 Indirect methods

As explained in the introduction, once estimates for the locations of the jump discontinuity point are obtained, say τ ^ 1 , , τ ^ k , the interval of estimation is divided into k +   1 intervals [ 0 , τ ^ 1 [ , [ τ ^ 1 , τ ^ 2 [ , , τ ^ k 1 and on each segment the regression function is continuous and estimated using standard smoothing techniques (such as for example a local linear smoother with cross-validation bandwidth).

An alternative indirect method has been proposed by Kang, Koo and Park (2000) in the fixed design regression case. They suggest to estimate the location τ and γ via (3) and (4) respectively, to obtain suitably adjusted data

Z i = Y i γ ^ 1 τ ^ 1 x i , i = 1 , , n

and then to use standard kernel regression methods to estimate the function g 0 in (2).

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9780444513786500132

Symmetric Hyperbolic Systems and Shock Waves

S. Kichenassamy , in Encyclopedia of Mathematical Physics, 2006

Jump Discontinuities: Shock Waves

A "shock wave" is a weak solution of a system of conservation laws admitting a jump discontinuity. By definition, weak solutions satisfy, for any smooth function ϕ A ( x ) with compact support,

{ f A α α ϕ A + N A ϕ A } d t d x = 0

The theory of shock waves is an attempt to understand solutions of conservation laws which are limits of solutions of diffusion equations; the hope is that the influence of second-derivative terms is appreciable only near shocks, and that, for given initial data, there is a unique weak solution of the conservation law which may be obtained as such a limit, if modeling has been done correctly. This problem may be difficult already for a single shock ("shock structure").

The theory of shock waves follows the one-dimensional theory closely. We therefore describe the main facts for a conservation law in one space dimension u = u t , x :

t u + x f u = 0

If a shock travels at speed c, the weak formulation of the equations gives the Rankine–Hugoniot relation c u = f u , where square brackets denote jumps. There may be several weak solutions having the same initial condition. One restricts solutions by making two further requirements: (1) the system admits an entropy pair U , F with a convex entropy and (2) to be admissible, weak solutions must be limits of "viscous approximations"

t u + x f u = ε x 2 u

as ε 0 . One then finds easily that the entropy equality t U + x F = 0 must be replaced, for such weak solutions, by the entropy condition: t U + x F 0 in the weak sense. This condition admits a concrete interpretation if the gradient of each characteristic speed is never orthogonal to the corresponding right eigenvector ("genuine nonlinearity"); in that case, characteristics must impinge on the shock ("shock inequalities").

For the equations of gas dynamics with polytropic law ( p υ γ = const . ) , there is a unique solution with initial condition u = u l for x < 0 , u = u r for x > 0 , where u l and u r are constant ("Riemann problem") which satisfies the entropy condition, provided | u l u r | is small. More generally, if the equation of state p = p v , s > 0 satisfies p / v < 0 and 2 p / v 2 > 0 , the shock inequalities are equivalent to the fact that the entropy increases after the passage of a shock with | u l u r | small.

On the numerical side, one should mention: (1) the widely used idea of upstream differencing; (2) the Lax–Wendroff scheme, the complete analysis of which requires tools from soliton theory; and (3) the availability of general results for dissipative schemes for SH systems.

Recent trends include: (1) admissibility conditions when genuine nonlinearity does not hold and (2) other approximations of shock wave problems, most notably kinetic formulations.

Some of the ideas of shock wave theory have been applied to Hamilton–Jacobi equations and to motion by mean curvature, with applications to front propagation problems and "computer vision."

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B0125126662002236

The Dirac Delta Function

R.F. Hoskins Research Professor , in Delta Functions (Second Edition), 2011

2.2.1 Naive definition of delta function

Suppose that we try to extend the definition of differentiation in such a way that it applies to functions with jump discontinuities. In particular we would need to define a 'derivative' for the unit step function, u. For all t ≠ 0 this is of course well-defined in the classical sense as:

u t = 0 for all t 0 ,

corresponding to the obvious fact that the graph of y = u(t) has zero slope for all non-zero values of t. At t = 0, however, there is a jump discontinuity, and the definition of derivative accordingly fails. A glance at the graph suggests that it would not be unreasonable to describe the slope as 'infinite' at this point. Moreover, if we take any specific representation, uc, of the unit step, then the ratio u c h u c 0 h becomes arbitrarily large as h approaches 0, or using the familiar convention,

lim h 0 u c h u c 0 h = + .

Thus, from a descriptive point of view at least, the derivative of u would appear to be a function which (for the moment) we shall denote by δ(t) and which has the following pointwise specification:

(2.7a) δ t u t = 0 , for all t 0 ,

and, once again adopting the conventional use of the ∞ sign,

(2.7b) δ 0 = + .

However, as will shortly become clear, we shall need eventually to consider more carefully the significance of the symbol δ(t). Does it really denote a function, in the proper sense of the word, and in what sense does it represent the derivative of the function u(t)?

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9781904275398500029

Properties of the Delta Function

R.F. Hoskins Research Professor , in Delta Functions (Second Edition), 2011

3.3.1 Differentiation at jump discontinuities

We can now attach meaning to the term 'derivative' in the case of a function which has one or more jump discontinuities. Let ϕ 1 and ϕ 2 be continuously differentiable functions and let f be defined as the function which is equal to ϕ 1 for all t  < a and equal to ϕ 2 for all t  > a:

f t = ϕ 1 t u a t + ϕ 2 t u t a .

The function f(t) may not be defined at the point t  = a itself, but we surely have f(a−)   = ϕ 1(a) and f(a+)   = ϕ 2(a).

Then.

d dt f t = u a t d dt ϕ 1 t + ϕ 1 t d dt u a t + u t a d dt ϕ 2 t + ϕ 2 t d dt u t a .

Now,

d dt u t a = du t a d t a d t a dt = δ t a δ a t

and

d dt u a t = du a t d a t d a t dt = δ a t δ a t .

Hence,

(3.16) d dt f t = ϕ 1 t u a t + ϕ 2 t u t a ϕ 1 t δ a t + ϕ 2 t δ a t = ϕ 1 t u a t + ϕ 2 t u t a + ϕ 2 a = ϕ 1 a δ a t .

The discontinuity at t  = a thus gives rise to a delta function at t  = a multiplied by the saltus of the function f at that point, that is to say, by the number k  = f(a+)   f(a−). In other words we have a delta function of strength k at t  = a. This means that integration of (3.16) will reintroduce the jump discontinuity in the primitive, f.

In particular, suppose that ϕ 1(t)   = ϕ(t) and ϕ 2(t)   = ϕ(t)   + k. Then (3.16) becomes

d dt f t = ϕ t u a t ϕ t u t a + ϕ a + k ϕ a δ a t = ϕ t + k δ a t .

Further, if x and t are any two numbers such that x  < a  < t then we get

x t d f τ = x a ϕ τ + a t ϕ τ + k x t δ τ a = ϕ a ϕ x + ϕ t ϕ a + k = f t f x ,

the integral involving the delta function at t  = a being well-defined precisely because we have x  < a  < t. (See Sec.3.6.2 below.)

Read full chapter

URL:

https://www.sciencedirect.com/science/article/pii/B9781904275398500030