Lecture 3 the Laplace Transform

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 3 the Laplace Transform S. Boyd EE102 Lecture 3 The Laplace transform de¯nition & examples ² properties & formulas ² { linearity { the inverse Laplace transform { time scaling { exponential scaling { time delay { derivative { integral { multiplication by t { convolution 3{1 Idea the Laplace transform converts integral and di®erential equations into algebraic equations this is like phasors, but applies to general signals, not just sinusoids ² handles non-steady-state conditions ² allows us to analyze LCCODEs ² complicated circuits with sources, Ls, Rs, and Cs ² complicated systems with integrators, di®erentiators, gains ² The Laplace transform 3{2 Complex numbers complex number in Cartesian form: z = x + jy x = z, the real part of z ² < y = z, the imaginary part of z ² = j = p 1 (engineering notation); i = p 1 is polite term in mixed ² company¡ ¡ complex number in polar form: z = rejÁ r is the modulus or magnitude of z ² Á is the angle or phase of z ² exp(jÁ) = cos Á + j sin Á ² complex exponential of z = x + jy: ez = ex+jy = exejy = ex(cos y + j sin y) The Laplace transform 3{3 The Laplace transform we'll be interested in signals de¯ned for t 0 ¸ the Laplace transform of a signal (function) f is the function F = (f) de¯ned by L 1 F (s) = f(t)e¡st dt Z0 for those s C for which the integral makes sense 2 F is a complex-valued function of complex numbers ² s is called the (complex) frequency variable, with units sec¡1; t is called ² the time variable (in sec); st is unitless for now, we assume f contains no impulses at t = 0 ² common notation convention: lower case letter denotes signal; capital letter denotes its Laplace transform, e.g., U denotes (u), Vin denotes (v ), etc. L L in The Laplace transform 3{4 Example let's ¯nd Laplace transform of f(t) = et: 1 1 1 1 1 F (s) = et e¡st dt = e(1¡s)t dt = e(1¡s)t = Z Z 1 s ¯ s 1 0 0 ¯0 ¡ ¯ ¡ ¯ provided we can say e(1¡s)t 0 as t , which is true for s > 1: ! ! 1 < e(1¡s)t = e¡j(=s)t e(1¡<s)t = e(1¡<s)t ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ =1 ¯ ¯ ¯ the integral de¯ning F mak| es{zsense} for all s C with s > 1 (the ² `region of convergence' of F ) 2 < but the resulting formula for F makes sense for all s C except s = 1 ² 2 we'll ignore these (sometimes important) details and just say that 1 (et) = L s 1 ¡ The Laplace transform 3{5 More examples constant: (or unit step) f(t) = 1 (for t 0) ¸ 1 1 1 1 F (s) = e¡st dt = e¡st = Z ¡s ¯ s 0 ¯0 ¯ ¯ provided we can say e¡st 0 as t , which is true for s > 0 since ! ! 1 < e¡st = e¡j(=s)t e¡(<s)t = e¡(<s)t ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯ =1 ¯ ¯ ¯ | {z } the integral de¯ning F makes sense for all s with s > 0 ² < but the resulting formula for F makes sense for all s except s = 0 ² The Laplace transform 3{6 sinusoid: ¯rst express f(t) = cos !t as f(t) = (1=2)ej!t + (1=2)e¡j!t now we can ¯nd F as 1 F (s) = e¡st (1=2)ej!t + (1=2)e¡j!t dt Z0 1¡ 1¢ = (1=2) e(¡s+j!)t dt + (1=2) e(¡s¡j!)t dt Z0 Z0 1 1 = (1=2) + (1=2) s j! s + j! s ¡ = s2 + !2 (valid for s > 0; ¯nal formula OK for s = j!) < 6 § The Laplace transform 3{7 powers of t: f(t) = tn (n 1) ¸ we'll integrate by parts, i.e., use b b b u(t)v0(t) dt = u(t)v(t) v(t)u0(t) dt Z ¯ ¡ Z a ¯a a ¯ with u(t) = tn, v0(t) = e¡st, a = 0, b = ¯ 1 1 1 e¡st n 1 F (s) = tne¡st dt = tn ¡ + tn¡1e¡st dt Z µ s ¶¯ s Z 0 ¯0 0 n ¯ = (tn¡1) ¯ s L provided tne¡st 0 if t , which is true for s > 0 ! ! 1 < applying the formula recusively, we obtain n! F (s) = sn+1 valid for s > 0; ¯nal formula OK for all s = 0 < 6 The Laplace transform 3{8 Impulses at t = 0 if f contains impulses at t = 0 we choose to include them in the integral de¯ning F : 1 F (s) = f(t)e¡st dt Z0¡ (you can also choose to not include them, but this changes some formulas we'll see & use) example: impulse function, f = ± 1 ¡st ¡st F (s) = ±(t)e dt = e t=0 = 1 Z ¡ 0 ¯ ¯ similarly for f = ±(k) we have 1 k (k) ¡st k d ¡st k ¡st k F (s) = ± (t)e dt = ( 1) k e = s e t=0 = s Z ¡ ¡ dt ¯ 0 ¯t=0 ¯ ¯ ¯ ¯ The Laplace transform 3{9 Linearity the Laplace transform is linear: if f and g are any signals, and a is any scalar, we have (af) = aF; (f + g) = F + G L L i.e., homogeneity & superposition hold example: 3±(t) 2et = 3 (±(t)) 2 (et) L ¡ L ¡ L ¡ ¢ 2 = 3 ¡ s 1 ¡ 3s 5 = ¡ s 1 ¡ The Laplace transform 3{10 One-to-one property the Laplace transform is one-to-one: if (f) = (g) then f = g L L (well, almost; see below) F determines f ² inverse Laplace transform ¡1 is well de¯ned ² L (not easy to show) example (previous page): 3s 5 ¡1 ¡ = 3±(t) 2et L µ s 1 ¶ ¡ ¡ in other words, the only function f such that 3s 5 F (s) = ¡ s 1 ¡ is f(t) = 3±(t) 2et ¡ The Laplace transform 3{11 what `almost' means: if f and g di®er only at a ¯nite number of points (where there aren't impulses) then F = G examples: f de¯ned as ² 1 t = 2 f(t) = ½ 0 t = 2 6 has F = 0 f de¯ned as ² 1=2 t = 0 f(t) = ½ 1 t > 0 has F = 1=s (same as unit step) The Laplace transform 3{12 Inverse Laplace transform in principle we can recover f from F via 1 σ+j1 f(t) = F (s)est ds 2¼j Zσ¡j1 where σ is large enough that F (s) is de¯ned for s σ < ¸ surprisingly, this formula isn't really useful! The Laplace transform 3{13 Time scaling de¯ne signal g by g(t) = f(at), where a > 0; then G(s) = (1=a)F (s=a) makes sense: times are scaled by a, frequencies by 1=a let's check: 1 1 G(s) = f(at)e¡st dt = (1=a) f(¿)e¡(s=a)¿ d¿ = (1=a)F (s=a) Z0 Z0 where ¿ = at example: (et) = 1=(s 1) so L ¡ 1 1 (eat) = (1=a) = L (s=a) 1 s a ¡ ¡ The Laplace transform 3{14 Exponential scaling let f be a signal and a a scalar, and de¯ne g(t) = eatf(t); then G(s) = F (s a) ¡ let's check: 1 1 G(s) = e¡steatf(t) dt = e¡(s¡a)tf(t) dt = F (s a) Z0 Z0 ¡ example: (cos t) = s=(s2 + 1), and hence L s + 1 s + 1 (e¡t cos t) = = L (s + 1)2 + 1 s2 + 2s + 2 The Laplace transform 3{15 Time delay let f be a signal and T > 0; de¯ne the signal g as 0 0 t < T g(t) = · ½ f(t T ) t T ¡ ¸ (g is f, delayed by T seconds & `zero-padded' up to T ) f(t) g(t) PSfrag replacements t t t = T The Laplace transform 3{16 then we have G(s) = e¡sT F (s) derivation: 1 1 G(s) = e¡stg(t) dt = e¡stf(t T ) dt Z0 ZT ¡ 1 = e¡s(¿+T )f(¿) d¿ Z0 = e¡sT F (s) The Laplace transform 3{17 example: let's ¯nd the Laplace transform of a rectangular pulse signal 1 if a t b f(t) = · · ½ 0 otherwise where 0 < a < b we can write f as f = f f where 1 ¡ 2 1 t a 1 t b f1(t) = ¸ f2(t) = ¸ ½ 0 t < a ½ 0 t < b i.e., f is a unit step delayed a seconds, minus a unit step delayed b seconds hence F (s) = (f ) (f ) L 1 ¡ L 2 e¡as e¡bs = ¡ s (can check by direct integration) The Laplace transform 3{18 Derivative if signal f is continuous at t = 0, then (f 0) = sF (s) f(0) L ¡ time-domain di®erentiation becomes multiplication by frequency ² variable s (as with phasors) plus a term that includes initial condition (i.e., f(0)) ² ¡ higher-order derivatives: applying derivative formula twice yields (f 00) = s (f 0) f 0(0) L L ¡ = s(sF (s) f(0)) f 0(0) ¡ ¡ = s2F (s) sf(0) f 0(0) ¡ ¡ similar formulas hold for (f (k)) L The Laplace transform 3{19 examples f(t) = et, so f 0(t) = et and ² 1 (f) = (f 0) = L L s 1 ¡ 1 using the formula, (f 0) = s( ) 1, which is the same L s 1 ¡ ¡ sin !t = 1 d cos !t, so ² ¡! dt 1 s ! (sin !t) = s 1 = L ¡! µ s2 + !2 ¡ ¶ s2 + !2 f is unit ramp, so f 0 is unit step ² 1 (f 0) = s 0 = 1=s L µs2¶ ¡ The Laplace transform 3{20 derivation of derivative formula: start from the de¯ning integral 1 G(s) = f 0(t)e¡stdt Z0 integration by parts yields 1 1 G(s) = e¡stf(t) f(t)( se¡st) dt 0 ¡ Z ¡ ¯ 0 = lim f(t)¯e¡st f(0) + sF (s) t!1 ¡ for s large enough the limit is zero, and we recover the formula < G(s) = sF (s) f(0) ¡ The Laplace transform 3{21 derivative formula for discontinuous functions if signal f is discontinuous at t = 0, then (f 0) = sF (s) f(0 ) L ¡ ¡ example: f is unit step, so f 0(t) = ±(t) 1 (f 0) = s 0 = 1 L µs¶ ¡ The Laplace transform 3{22 Example: RC circuit 1­ PSfrag replacements u 1F y capacitor is uncharged at t = 0, i.e., y(0) = 0 ² u(t) is a unit step ² from last lecture, y0(t) + y(t) = u(t) take Laplace transform, term by term: sY (s) + Y (s) = 1=s (using y(0) = 0 and U(s) = 1=s) The Laplace transform 3{23 solve for Y (s) (just algebra!) to get 1=s 1 Y (s) = = s + 1 s(s + 1) to ¯nd y, we ¯rst express Y as 1 1 Y (s) = s ¡ s + 1 (check!) therefore we have y(t) = ¡1(1=s) ¡1(1=(s + 1)) = 1 e¡t L ¡ L ¡ Laplace transform turned a di®erential equation into an algebraic equation (more on this later) The Laplace transform 3{24 Integral let g be the running integral of a signal f, i.e., t g(t) = f(¿) d¿ Z0 then 1 G(s) = F (s) s i.e., time-domain integral becomes division by frequency variable s example: f = ±, so F (s) = 1; g is the unit step function G(s) = 1=s example: f is unit step function, so F (s) = 1=s; g is the unit ramp function (g(t) = t for t 0), ¸ G(s) = 1=s2 The Laplace transform 3{25 derivation of integral formula: 1 t 1 t G(s) = f(¿) d¿ e¡st dt = f(¿)e¡st d¿ dt Zt=0 µZ¿=0 ¶ Zt=0 Z¿=0 here we integrate horizontally ¯rst over the triangle 0 ¿ t t · · PSfrag replacements ¿ let's switch the order, i.e., integrate vertically ¯rst: 1 1 1 1 G(s) = f(¿)e¡st dt d¿ = f(¿) e¡st dt d¿ Z¿=0 Zt=¿ Z¿=0 µZt=¿ ¶ 1 = f(¿)(1=s)e¡s¿ d¿ Z¿=0 = F (s)=s The Laplace transform 3{26 Multiplication by t let f be a signal and de¯ne g(t) = tf(t) then we have G(s) = F 0(s) ¡ to verify formula, just di®erentiate both sides of 1 F (s) = e¡stf(t) dt Z0 with respect to s to get 1 F 0(s) = ( t)e¡stf(t) dt Z0 ¡ The Laplace transform 3{27 examples f(t) = e¡t, g(t) = te¡t ² d 1 1 (te¡t) = = L ¡ds s + 1 (s + 1)2 f(t) = te¡t, g(t) = t2e¡t ² d 1 2 (t2e¡t) = = L ¡ds (s + 1)2 (s + 1)3 in general, ² (k 1)! (tke¡t) = ¡ L (s + 1)k+1 The Laplace transform 3{28 Convolution
Recommended publications
  • Research Brief March 2017 Publication #2017-16
    Research Brief March 2017 Publication #2017-16 Flourishing From the Start: What Is It and How Can It Be Measured? Kristin Anderson Moore, PhD, Child Trends Christina D. Bethell, PhD, The Child and Adolescent Health Measurement Introduction Initiative, Johns Hopkins Bloomberg School of Every parent wants their child to flourish, and every community wants its Public Health children to thrive. It is not sufficient for children to avoid negative outcomes. Rather, from their earliest years, we should foster positive outcomes for David Murphey, PhD, children. Substantial evidence indicates that early investments to foster positive child development can reap large and lasting gains.1 But in order to Child Trends implement and sustain policies and programs that help children flourish, we need to accurately define, measure, and then monitor, “flourishing.”a Miranda Carver Martin, BA, Child Trends By comparing the available child development research literature with the data currently being collected by health researchers and other practitioners, Martha Beltz, BA, we have identified important gaps in our definition of flourishing.2 In formerly of Child Trends particular, the field lacks a set of brief, robust, and culturally sensitive measures of “thriving” constructs critical for young children.3 This is also true for measures of the promotive and protective factors that contribute to thriving. Even when measures do exist, there are serious concerns regarding their validity and utility. We instead recommend these high-priority measures of flourishing
    [Show full text]
  • The Laplace Transform of the Psi Function
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 138, Number 2, February 2010, Pages 593–603 S 0002-9939(09)10157-0 Article electronically published on September 25, 2009 THE LAPLACE TRANSFORM OF THE PSI FUNCTION ATUL DIXIT (Communicated by Peter A. Clarkson) Abstract. An expression for the Laplace transform of the psi function ∞ L(a):= e−atψ(t +1)dt 0 is derived using two different methods. It is then applied to evaluate the definite integral 4 ∞ x2 dx M(a)= , 2 2 −a π 0 x +ln (2e cos x) for a>ln 2 and to resolve a conjecture posed by Olivier Oloa. 1. Introduction Let ψ(x) denote the logarithmic derivative of the gamma function Γ(x), i.e., Γ (x) (1.1) ψ(x)= . Γ(x) The psi function has been studied extensively and still continues to receive attention from many mathematicians. Many of its properties are listed in [6, pp. 952–955]. Surprisingly, an explicit formula for the Laplace transform of the psi function, i.e., ∞ (1.2) L(a):= e−atψ(t +1)dt, 0 is absent from the literature. Recently in [5], the nature of the Laplace trans- form was studied by demonstrating the relationship between L(a) and the Glasser- Manna-Oloa integral 4 ∞ x2 dx (1.3) M(a):= , 2 2 −a π 0 x +ln (2e cos x) namely, that, for a>ln 2, γ (1.4) M(a)=L(a)+ , a where γ is the Euler’s constant. In [1], T. Amdeberhan, O. Espinosa and V. H. Moll obtained certain analytic expressions for M(a) in the complementary range 0 <a≤ ln 2.
    [Show full text]
  • 7 Laplace Transform
    7 Laplace transform The Laplace transform is a generalised Fourier transform that can handle a larger class of signals. Instead of a real-valued frequency variable ω indexing the exponential component ejωt it uses a complex-valued variable s and the generalised exponential est. If all signals of interest are right-sided (zero for negative t) then a unilateral variant can be defined that is simple to use in practice. 7.1 Development The Fourier transform of a signal x(t) exists if it is absolutely integrable: ∞ x(t) dt < . | | ∞ Z−∞ While it’s possible that the transform might exist even if this condition isn’t satisfied, there are a whole class of signals of interest that do not have a Fourier transform. We still need to be able to work with them. Consider the signal x(t)= e2tu(t). For positive values of t this signal grows exponentially without bound, and the Fourier integral does not converge. However, we observe that the modified signal σt φ(t)= x(t)e− does have a Fourier transform if we choose σ > 2. Thus φ(t) can be expressed in terms of frequency components ejωt for <ω< . −∞ ∞ The bilateral Laplace transform of a signal x(t) is defined to be ∞ st X(s)= x(t)e− dt, Z−∞ where s is a complex variable. The set of values of s for which this transform exists is called the region of convergence, or ROC. Suppose the imaginary axis s = jω lies in the ROC. The values of the Laplace transform along this line are ∞ jωt X(jω)= x(t)e− dt, Z−∞ which are precisely the values of the Fourier transform.
    [Show full text]
  • The Utility of Genetic Risk Scores in Predicting the Onset of Stroke March 2021 6
    DOT/FAA/AM-21/24 Office of Aerospace Medicine Washington, DC 20591 The Utility of Genetic Risk Scores in Predicting the Onset of Stroke Diana Judith Monroy Rios, M.D1 and Scott J. Nicholson, Ph.D.2 1. KR 30 # 45-03 University Campus, Building 471, 5th Floor, Office 510 Bogotá D.C. Colombia 2. FAA Civil Aerospace Medical Institute, 6500 S. MacArthur Blvd Rm. 354, Oklahoma City, OK 73125 March 2021 NOTICE This document is disseminated under the sponsorship of the U.S. Department of Transportation in the interest of information exchange. The United States Government assumes no liability for the contents thereof. _________________ This publication and all Office of Aerospace Medicine technical reports are available in full-text from the Civil Aerospace Medical Institute’s publications Web site: (www.faa.gov/go/oamtechreports) Technical Report Documentation Page 1. Report No. 2. Government Accession No. 3. Recipient's Catalog No. DOT/FAA/AM-21/24 4. Title and Subtitle 5. Report Date March 2021 The Utility of Genetic Risk Scores in Predicting the Onset of Stroke 6. Performing Organization Code 7. Author(s) 8. Performing Organization Report No. Diana Judith Monroy Rios M.D1, and Scott J. Nicholson, Ph.D.2 9. Performing Organization Name and Address 10. Work Unit No. (TRAIS) 1 KR 30 # 45-03 University Campus, Building 471, 5th Floor, Office 510, Bogotá D.C. Colombia 11. Contract or Grant No. 2 FAA Civil Aerospace Medical Institute, 6500 S. MacArthur Blvd Rm. 354, Oklahoma City, OK 73125 12. Sponsoring Agency name and Address 13. Type of Report and Period Covered Office of Aerospace Medicine Federal Aviation Administration 800 Independence Ave., S.W.
    [Show full text]
  • Subtleties of the Laplace Transform
    Troubles at the Origin: Consistent Usage and Properties of the Unilateral Laplace Transform Kent H. Lundberg, Haynes R. Miller, and David L. Trumper Massachusetts Institute of Technology The Laplace transform is a standard tool associated with the analysis of signals, models, and control systems, and is consequently taught in some form to almost all engineering students. The bilateral and unilateral forms of the Laplace transform are closely related, but have somewhat different domains of application. The bilateral transform is most frequently seen in the context of signal processing, whereas the unilateral transform is most often associated with the study of dynamic system response where the role of initial conditions takes on greater significance. In our teaching we have found some significant pitfalls associated with teaching our students to understand and apply the Laplace transform. These confusions extend to the presentation of this material in many of the available mathematics and engineering textbooks as well. The most significant confusion in much of the textbook literature is how to deal with the origin in the application of the unilateral Laplace transform. That is, many texts present the transform of a time function f(t) as Z ∞ L{f(t)} = f(t)e−st dt (1) 0 without properly specifiying the meaning of the lower limit of integration. Said informally, does the integral include the origin fully, partially, or not at all? This issue becomes significant as soon as singularity functions such as the unit impulse are introduced. While it is not possible to devote full attention to this issue within the context of a typical undergraduate course, this “skeleton in the closet” as Kailath [8] called it needs to be brought out fully into the light.
    [Show full text]
  • A Note on Laplace Transforms of Some Particular Function Types
    A Note on Laplace Transforms of Some Particular Function Types Henrik Stenlund∗ Visilab Signal Technologies Oy, Finland 9th February, 2014 Abstract This article handles in a short manner a few Laplace transform pairs and some extensions to the basic equations are developed. They can be applied to a wide variety of functions in order to find the Laplace transform or its inverse when there is a specific type of an implicit function involved.1 0.1 Keywords Laplace transform, inverse Laplace transform 0.2 Mathematical Classification MSC: 44A10 1 Introduction 1.1 General The following two Laplace transforms have appeared in numerous editions and prints of handbooks and textbooks, for decades. arXiv:1402.2876v1 [math.GM] 9 Feb 2014 1 ∞ 3 s2 2 2 4u Lt[F (t )],s = u− e− f(u)du (F ALSE) (1) 2√π Z0 u 1 f(ln(s)) ∞ t f(u)du L− [ ],t = (F ALSE) (2) s s ln(s) Z Γ(u + 1) · 0 They have mostly been removed from the latest editions and omitted from other new handbooks. However, one fresh edition still carries them [1]. Obviously, many people have tried to apply them. No wonder that they are not accepted ∗The author is obliged to Visilab Signal Technologies for supporting this work. 1Visilab Report #2014-02 1 anymore since they are false. The actual reasons for the errors are not known to the author; possibly it is a misprint inherited from one print to another and then transported to other books, believed to be true. The author tried to apply these transforms, stumbling to a serious conflict.
    [Show full text]
  • CM4L9 Assessment 1) the Specific Heat of Aluminum Is 0.900 J/G Oc
    CM4L9 Assessment 1) The specific heat of aluminum is 0.900 J/g oC. How much heat is required to raise the temperature of a 30.0g block of aluminum from 25.0oC to 75.0oC? a. 0.540 J (Incorrect) b. 1.50 J (Incorrect) Show work regardless if student got answer c. 1350 J (Correct) correct or incorrect d. 1670 J (Incorrect) q = mC∆T q = (30.0g)(0.900J/goC)(50oC) q = 1350 J 2) Given the balanced equation representing a reaction at 101.3 kPa and 298K: N2(g) + 3H2(g) 2NH3(g) + 91.8kJ a. It is exothermic and ∆H equals -91.8 kJ (Correct; exothermic reactions have energy as a product and a negative ∆H) b. It is exothermic and ∆H equals +91.8 kJ (Incorrect; exothermic reactions have a negative ∆H) c. It is endothermic and ∆H equals -91.8 kJ (Incorrect; endothermic reactions have a positive ∆H and have energy as a reactant) d. It is endothermic and ∆H equals +91.8 kJ (Incorrect; endothermic reactions have energy as a reactant) 3) The table below shows the specific heat capacity of four substances. Substance Specific Heat J / g oC Water 4.18 Copper 0.39 Gold 0.13 Silver 0.24 For an equal mass of each substance, which one will require the least amount of heat to raise its temperature from 40oC to 50oC? a. water (Incorrect; water would require the most amount of heat (energy) to raise it’s temperature) b. copper (Incorrect; it would take 0.39 J for each degree change in copper.
    [Show full text]
  • Laplace Transform
    Chapter 7 Laplace Transform The Laplace transform can be used to solve differential equations. Be- sides being a different and efficient alternative to variation of parame- ters and undetermined coefficients, the Laplace method is particularly advantageous for input terms that are piecewise-defined, periodic or im- pulsive. The direct Laplace transform or the Laplace integral of a function f(t) defined for 0 ≤ t< 1 is the ordinary calculus integration problem 1 f(t)e−stdt; Z0 succinctly denoted L(f(t)) in science and engineering literature. The L{notation recognizes that integration always proceeds over t = 0 to t = 1 and that the integral involves an integrator e−stdt instead of the usual dt. These minor differences distinguish Laplace integrals from the ordinary integrals found on the inside covers of calculus texts. 7.1 Introduction to the Laplace Method The foundation of Laplace theory is Lerch's cancellation law 1 −st 1 −st 0 y(t)e dt = 0 f(t)e dt implies y(t)= f(t); (1) R R or L(y(t)= L(f(t)) implies y(t)= f(t): In differential equation applications, y(t) is the sought-after unknown while f(t) is an explicit expression taken from integral tables. Below, we illustrate Laplace's method by solving the initial value prob- lem y0 = −1; y(0) = 0: The method obtains a relation L(y(t)) = L(−t), whence Lerch's cancel- lation law implies the solution is y(t)= −t. The Laplace method is advertised as a table lookup method, in which the solution y(t) to a differential equation is found by looking up the answer in a special integral table.
    [Show full text]
  • Laplace Transforms: Theory, Problems, and Solutions
    Laplace Transforms: Theory, Problems, and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 Contents 43 The Laplace Transform: Basic Definitions and Results 3 44 Further Studies of Laplace Transform 15 45 The Laplace Transform and the Method of Partial Fractions 28 46 Laplace Transforms of Periodic Functions 35 47 Convolution Integrals 45 48 The Dirac Delta Function and Impulse Response 53 49 Solving Systems of Differential Equations Using Laplace Trans- form 61 50 Solutions to Problems 68 2 43 The Laplace Transform: Basic Definitions and Results Laplace transform is yet another operational tool for solving constant coeffi- cients linear differential equations. The process of solution consists of three main steps: • The given \hard" problem is transformed into a \simple" equation. • This simple equation is solved by purely algebraic manipulations. • The solution of the simple equation is transformed back to obtain the so- lution of the given problem. In this way the Laplace transformation reduces the problem of solving a dif- ferential equation to an algebraic problem. The third step is made easier by tables, whose role is similar to that of integral tables in integration. The above procedure can be summarized by Figure 43.1 Figure 43.1 In this section we introduce the concept of Laplace transform and discuss some of its properties. The Laplace transform is defined in the following way. Let f(t) be defined for t ≥ 0: Then the Laplace transform of f; which is denoted by L[f(t)] or by F (s), is defined by the following equation Z T Z 1 L[f(t)] = F (s) = lim f(t)e−stdt = f(t)e−stdt T !1 0 0 The integral which defined a Laplace transform is an improper integral.
    [Show full text]
  • The Dot Product
    The Dot Product In this section, we will now concentrate on the vector operation called the dot product. The dot product of two vectors will produce a scalar instead of a vector as in the other operations that we examined in the previous section. The dot product is equal to the sum of the product of the horizontal components and the product of the vertical components. If v = a1 i + b1 j and w = a2 i + b2 j are vectors then their dot product is given by: v · w = a1 a2 + b1 b2 Properties of the Dot Product If u, v, and w are vectors and c is a scalar then: u · v = v · u u · (v + w) = u · v + u · w 0 · v = 0 v · v = || v || 2 (cu) · v = c(u · v) = u · (cv) Example 1: If v = 5i + 2j and w = 3i – 7j then find v · w. Solution: v · w = a1 a2 + b1 b2 v · w = (5)(3) + (2)(-7) v · w = 15 – 14 v · w = 1 Example 2: If u = –i + 3j, v = 7i – 4j and w = 2i + j then find (3u) · (v + w). Solution: Find 3u 3u = 3(–i + 3j) 3u = –3i + 9j Find v + w v + w = (7i – 4j) + (2i + j) v + w = (7 + 2) i + (–4 + 1) j v + w = 9i – 3j Example 2 (Continued): Find the dot product between (3u) and (v + w) (3u) · (v + w) = (–3i + 9j) · (9i – 3j) (3u) · (v + w) = (–3)(9) + (9)(-3) (3u) · (v + w) = –27 – 27 (3u) · (v + w) = –54 An alternate formula for the dot product is available by using the angle between the two vectors.
    [Show full text]
  • M. A. Pathan, O. A. Daman LAPLACE TRANSFORMS of the LOGARITHMIC FUNCTIONS and THEIR APPLICATIONS 1. Introduction the Aim of This
    DEMONSTRATIO MATHEMATICA Vol. XLVI No 3 2013 M. A. Pathan, O. A. Daman LAPLACE TRANSFORMS OF THE LOGARITHMIC FUNCTIONS AND THEIR APPLICATIONS Abstract. This paper deals with theorems and formulas using the technique of Laplace and Steiltjes transforms expressed in terms of interesting alternative logarith- mic and related integral representations. The advantage of the proposed technique is illustrated by logarithms of integrals of importance in certain physical and statistical problems. 1. Introduction The aim of this paper is to obtain some theorems and formulas for the evaluation of finite and infinite integrals for logarithmic and related func- tions using technique of Laplace transform. Basic properties of Laplace and Steiltjes transforms and Parseval type relations are explicitly used in combi- nation with rules and theorems of operational calculus. Some of the integrals obtained here are related to stochastic calculus [6] and common mathemati- cal objects, such as the logarithmic potential [3], logarithmic growth [2] and Whittaker functions [2, 3, 4, 6, 7] which are of importance in certain physical and statistical applications, in particular in energies, entropies [3, 5, 7 (22)], intermediate moment problem [2] and quantum electrodynamics. The ad- vantage of the proposed technique is illustrated by the explicit computation of a number of different types of logarithmic integrals. We recall here the definition of the Laplace transform 1 −st (1) L ff (t)g = L[f(t); s] = \ e f (t) dt: 0 Closely related to the Laplace transform is the generalized Stieltjes trans- form 2010 Mathematics Subject Classification: 33C05, 33C90, 44A10. Key words and phrases: Laplace and Steiltjes transforms, logarithmic functions and integrals, stochastic calculus and Whittaker functions.
    [Show full text]
  • Canoe J-Stroke
    Canoe J-Stroke The canoe J-Stroke is probably the most important canoe stroke to learn yet most recreational canoeists don't even know it exists. Every person who has ever sat in a canoe knows how difficult it is to keep it going straight. The reason for this is that with every stroke of the paddle, the canoe wants to turn to the opposite side. The canoe j-stroke along, with the draw stroke, is the remedy to this problem and actually allows the canoeist to correct the direction of the canoe while paddling forward. 1. Canoe J-Stroke: Maintaining Proper Form Be sure that you are holding the canoe paddle properly and that you are sitting up straight throughout the j-stroke. 2. Canoe J-Stroke: The Beginning Similar to the forward stroke, the j-stroke begins the same way. Raise the paddle up, bringing the top hand up to about head level while keeping the shaft of the paddle vertical and out to the side and not angled across the body. 3. Canoe J-Stroke: Reach Forward Push the lower hand forward, reaching the paddle blade as far toward the front of the canoe as you can while still maintaining a good upright posture. 4. Canoe J-Stroke: The Catch Phase Place the paddle blade into the water ahead of your body. Keep the face of the blade perpendicular to the direction of the stroke. 5. Canoe J-Stroke: The Power Phase Pull the paddle along the side of the canoe in a straight line. Allow the top hand to push forward and down while the bottom hand pulls back.
    [Show full text]