On Which of the Following Intervals is F Continuous the Function F Has a Jump Discontinuity at
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
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 and are finite, but unequal, values. The function y = f(t) has a jump discontinuity at t = a if is a finite value different from f(a). The function y = f(t) has a jump discontinuity at t = b if 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 if y = f(t) is piecewise continuous on [0, N] for all N.
Theorem 19
Sufficient Condition for Existence of
Suppose that y = f(t) is a piecewise continuous function on the interval and that it is of exponential order b for t > T. Then, exists for s > b.
Example 8.1.6
Find the Laplace transform of .
Solution
Because y = f(t) is a piecewise continuous function on and of exponential order, exists. We use the definition and evaluate the integral using the sum of two integrals.
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.
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
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 .
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]
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 is of exponential order b if there are numbers b, , and such that
for .
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 has a jump discontinuity at on the closed interval if the one-sided limits and are finite, but unequal, values. The function has a jump discontinuity at if is a finite value different from . The function has a jump discontinuity at if is a finite value different from .
Definition 8.4 Piecewise continuous
A function is piecewise continuous on the finite interval if is continuous at every point in except at finitely many points at which has a jump discontinuity.
A function is piecewise continuous on if is piecewise continuous on for all N.
Theorem 8.2
Sufficient condition for existence of
Suppose that is a piecewise continuous function on the interval and that it is of exponential order b for . Then, exists for .
Example 8.1.6
Find the Laplace transform of
Solution
Because is a piecewise continuous function on and of exponential order, exists. We use the definition and evaluate the integral using the sum of two integrals:
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 . However, when we use the Exclusions option, we instruct Mathematica to avoid .
However, the LaplaceTransform command is unable to compute the Laplace transform of 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
Thus, is given by UnitStep[t-4]-UnitStep[4-t]. After defining in this manner, we see that LaplaceTransform is then able to compute .
Note that the commands UnitStep and Heaviside have nearly identical functionality.
□
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, grows too rapidly near for the improper integral to exist and grows too rapidly as for the improper integral 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 is of exponential order b if there are numbers b, , and such that
for .
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 has a jump discontinuity at on the closed interval if the one-sided limits and are finite, but unequal, values. has a jump discontinuity at if is a finite value different from . has a jump discontinuity at if is a finite value different from .
Definition 8.4 Piecewise Continuous
A function is piecewise continuous on the finite interval if is continuous at every point in except at finitely many points at which has a jump discontinuity.
A function is piecewise continuous on if is piecewise continuous on for all N.
Theorem 8.2
Sufficient Condition for Existence of
Suppose that is a piecewise continuous function on the interval and that it is of exponential order b for . Then, exists for .
Proof
We need to show that the integral converges for , assuming that is a piecewise continuous function on the interval and that it is of exponential order b for . First, we write the integral as
where T is selected so that for the constants b and C, .
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 is a piecewise continuous function, so is . The first of these integrals, , exists because it can be written as the sum of integrals over which is continuous. The fact that is piecewise continuous on is also used to show that the second integral, , converges. Because there are constants C and b such that , we have
Then, if , , so
Because both of the integrals and exist, also exists for . □
Example 8.7
Find the Laplace transform of .
Solution: Because is a piecewise continuous function on and of exponential order, exists. We use the definition and evaluate the integral using the sum of two integrals. We assume that :
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 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 is ranked using the following quantities.
- 1.
-
The mean residual for the element κ:
- 2.
-
The mean residual for the finite element partition :
- 3.
-
The mean deviation for :
An initial set M 0 is defined by including all elements κ whose mean element residual exceeds the mean residual for , plus a term proportional to the mean deviation:
(51)
The positive parameter ϵ may be used to adjust the sensitivity of this detection criterion. For triangular partitions , the set M χ is constructed from M 0 using the following recursive process (see Fig. 1).
- 1.
-
Tag all elements in M 0 by 1 and all elements in 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 and compute a minimizer of (50).
- 2.
-
Use to construct the set M χ .
- 3.
-
Set
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)
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 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 over any stencil containing a shocked cell behaves as O(Δx −ℓ ). 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 , the interval of estimation is divided into k + 1 intervals 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
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 with compact support,
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 :
If a shock travels at speed c, the weak formulation of the equations gives the Rankine–Hugoniot relation , 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 with a convex entropy and (2) to be admissible, weak solutions must be limits of "viscous approximations"
as . One then finds easily that the entropy equality must be replaced, for such weak solutions, by the entropy condition: 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 , there is a unique solution with initial condition for for , where and are constant ("Riemann problem") which satisfies the entropy condition, provided is small. More generally, if the equation of state satisfies and , the shock inequalities are equivalent to the fact that the entropy increases after the passage of a shock with 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:
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 becomes arbitrarily large as h approaches 0, or using the familiar convention,
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)
and, once again adopting the conventional use of the ∞ sign,
(2.7b)
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:
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.
Now,
and
Hence,
(3.16)
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
Further, if x and t are any two numbers such that x < a < t then we get
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
Source: https://www.sciencedirect.com/topics/mathematics/jump-discontinuity
0 Response to "On Which of the Following Intervals is F Continuous the Function F Has a Jump Discontinuity at"
Postar um comentário