SlideShare une entreprise Scribd logo
1  sur  22
Laplace TransformLaplace Transform
Melissa MeagherMelissa Meagher
Meagan PitluckMeagan Pitluck
Nathan CutlerNathan Cutler
Matt AbernethyMatt Abernethy
Thomas NoelThomas Noel
Scott DrotarScott Drotar
The French Newton
Pierre-Simon Laplace
Developed mathematics in
astronomy, physics, and statistics
Began work in calculus which led
to the Laplace Transform
Focused later on celestial
mechanics
One of the first scientists to
suggest the existence of black
holes
History of the Transform
Euler began looking at integrals as solutions to differential equations
in the mid 1700’s:
Lagrange took this a step further while working on probability
density functions and looked at forms of the following equation:
Finally, in 1785, Laplace began using a transformation to solve
equations of finite differences which eventually lead to the current
transform
Definition
The Laplace transform is a linear operator
that switched a function f(t) to F(s).
Specifically:
where:
Go from time argument with real input to a
complex angular frequency input which is
complex.
RestrictionsRestrictions
There are two governing factors thatThere are two governing factors that
determine whether Laplace transformsdetermine whether Laplace transforms
can be used:can be used:

f(t) must be at least piecewise continuous forf(t) must be at least piecewise continuous for
t ≥ 0t ≥ 0

|f(t)| ≤ Me|f(t)| ≤ Meγγtt
where M andwhere M and γγ are constantsare constants
Since the general form of the LaplaceSince the general form of the Laplace
transform is:transform is:
it makes sense that f(t) must be at leastit makes sense that f(t) must be at least
piecewise continuous for t ≥ 0.piecewise continuous for t ≥ 0.
If f(t) were very nasty, the integral wouldIf f(t) were very nasty, the integral would
not be computable.not be computable.
ContinuityContinuity
BoundednessBoundedness
This criterion also follows directly from theThis criterion also follows directly from the
general definition:general definition:
If f(t) is not bounded by MeIf f(t) is not bounded by Meγγtt
then thethen the
integral will not converge.integral will not converge.
Laplace Transform TheoryLaplace Transform Theory
•General Theory
•Example
•Convergence
Laplace TransformsLaplace Transforms
•Some Laplace Transforms
•Wide variety of function can be transformed
•Inverse Transform
•Often requires partial fractions or other
manipulation to find a form that is easy to
apply the inverse
Laplace Transform for ODEsLaplace Transform for ODEs
•Equation with initial conditions
•Laplace transform is linear
•Apply derivative formula
•Rearrange
•Take the inverse
Laplace Transform in PDEs
Laplace transform in two variables (always taken
with respect to time variable, t):
Inverse laplace of a 2 dimensional PDE:
Can be used for any dimension PDE:
•ODEs reduce to algebraic equations
•PDEs reduce to either an ODE (if original equation dimension 2) or
another PDE (if original equation dimension >2)
The Transform reduces dimension by “1”:
Consider the case where:
ux+ut=t with u(x,0)=0 and u(0,t)=t2
and
Taking the Laplace of the initial equation leaves Ux+ U=1/s2
(note that the
partials with respect to “x” do not disappear) with boundary condition
U(0,s)=2/s3
Solving this as an ODE of variable x, U(x,s)=c(s)e-x
+ 1/s2
Plugging in B.C., 2/s3
=c(s) + 1/s2
so c(s)=2/s3
- 1/s2
U(x,s)=(2/s3
- 1/s2
) e-x
+ 1/s2
Now, we can use the inverse Laplace Transform with respect to s to find
u(x,t)=t2
e-x
- te-x
+ t
Example SolutionsExample Solutions
Diffusion EquationDiffusion Equation
uutt = ku= kuxxxx in (0,l)in (0,l)
Initial Conditions:Initial Conditions:
u(0,t) = u(l,t) = 1, u(x,0) = 1 + sin(πx/l)u(0,t) = u(l,t) = 1, u(x,0) = 1 + sin(πx/l)
UsingUsing af(t) + bg(t)af(t) + bg(t)  aF(s) + bG(s)aF(s) + bG(s)
andand df/dtdf/dt  sF(s) – f(0)sF(s) – f(0)
and noting that the partials with respect to x commute with the transforms withand noting that the partials with respect to x commute with the transforms with
respect to t, the Laplace transform U(x,s) satisfiesrespect to t, the Laplace transform U(x,s) satisfies
sU(x,s) – u(x,0) = kUsU(x,s) – u(x,0) = kUxxxx(x,s)(x,s)
WithWith eeatat
 1/(s-a)1/(s-a) and a=0,and a=0,
the boundary conditions become U(0,s) = U(l,s) = 1/s.the boundary conditions become U(0,s) = U(l,s) = 1/s.
So we have an ODE in the variable x together with some boundary conditions.So we have an ODE in the variable x together with some boundary conditions.
The solution is then:The solution is then:
U(x,s) = 1/s + (1/(s+kπU(x,s) = 1/s + (1/(s+kπ22
/l/l22
))sin(πx/l)))sin(πx/l)
Therefore, when we invert the transform, using the Laplace table:Therefore, when we invert the transform, using the Laplace table:
u(x,t) = 1 + eu(x,t) = 1 + e-kπ-kπ22
t/lt/l22
sin(πx/l)sin(πx/l)
Wave EquationWave Equation
uutttt = c= c22
uuxxxx in 0 < x < ∞in 0 < x < ∞
Initial Conditions:Initial Conditions:
u(0,t) = f(t), u(x,0) = uu(0,t) = f(t), u(x,0) = utt(x,0) = 0(x,0) = 0
For xFor x  ∞, we assume that u(x,t)∞, we assume that u(x,t)  0. Because the initial conditions0. Because the initial conditions
vanish, the Laplace transform satisfiesvanish, the Laplace transform satisfies
ss22
U = cU = c22
UUxxxx
U(0,s) = F(s)U(0,s) = F(s)
Solving this ODE, we getSolving this ODE, we get
U(x,s) = a(s)eU(x,s) = a(s)e-sx/c-sx/c
+ b(s)e+ b(s)esx/csx/c
Where a(s) and b(s) are to be determined.Where a(s) and b(s) are to be determined.
From the assumed property of u, we expect that U(x,s)From the assumed property of u, we expect that U(x,s)  0 as x0 as x  ∞.∞.
Therefore, b(s) = 0. Hence,Therefore, b(s) = 0. Hence, U(x,s) = F(s) eU(x,s) = F(s) e-sx/c-sx/c
. Now we use. Now we use
H(t-b)f(t-b)H(t-b)f(t-b)  ee-bs-bs
F(s)F(s)
To getTo get
u(x,t) = H(t – x/c)f(t – x/c).u(x,t) = H(t – x/c)f(t – x/c).
Real-Life ApplicationsReal-Life Applications
SemiconductorSemiconductor
mobilitymobility
Call completion inCall completion in
wireless networkswireless networks
Vehicle vibrations onVehicle vibrations on
compressed railscompressed rails
Behavior of magneticBehavior of magnetic
and electric fieldsand electric fields
above theabove the
atmosphereatmosphere
Ex. Semiconductor MobilityEx. Semiconductor Mobility
MotivationMotivation

semiconductors are commonlysemiconductors are commonly
made with superlattices havingmade with superlattices having
layers of differing compositionslayers of differing compositions

need to determine properties ofneed to determine properties of
carriers in each layercarriers in each layer
concentration of electrons andconcentration of electrons and
holesholes
mobility of electrons and holesmobility of electrons and holes

conductivity tensor can be relatedconductivity tensor can be related
to Laplace transform of electronto Laplace transform of electron
and hole densitiesand hole densities
NotationNotation
R = ratio of induced electric field to the product ofR = ratio of induced electric field to the product of
the current density and the applied magnetic fieldthe current density and the applied magnetic field
ρ = electrical resistanceρ = electrical resistance
H = magnetic fieldH = magnetic field
J = current densityJ = current density
E = applied electric fieldE = applied electric field
n = concentration of electronsn = concentration of electrons
uu = mobility= mobility
Equation ManipulationEquation Manipulation
andand
Assuming a continuous mobilityAssuming a continuous mobility
distribution and that ,distribution and that ,
, it follows:, it follows:
Applying the Laplace TransformApplying the Laplace Transform
Johnson, William B. Transform method forJohnson, William B. Transform method for
semiconductor mobility, Journal of Appliedsemiconductor mobility, Journal of Applied
Physics 99 (2006).Physics 99 (2006).
Source

Contenu connexe

Tendances

Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...saahil kshatriya
 
Over view of Laplace Transform and its Properties
Over view of Laplace Transform and its Properties Over view of Laplace Transform and its Properties
Over view of Laplace Transform and its Properties Neel Shah
 
Laplace Transform And Its Applications
Laplace Transform And Its ApplicationsLaplace Transform And Its Applications
Laplace Transform And Its ApplicationsSmit Shah
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace TransformVishnu V
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformNimithaSoman
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transformsRahul Narang
 
Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)anil7nayak
 
Application of-differential-equation-in-real-life
Application of-differential-equation-in-real-lifeApplication of-differential-equation-in-real-life
Application of-differential-equation-in-real-lifeRazwanul Ghani
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
Laplace Transform of Periodic Function
Laplace Transform of Periodic FunctionLaplace Transform of Periodic Function
Laplace Transform of Periodic FunctionDhaval Shukla
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsGeorge Stevens
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace TransformAditi523129
 
improper integrals
improper integralsimproper integrals
improper integrals2461998
 

Tendances (20)

Importance & Application of Laplace Transform
Importance & Application of Laplace TransformImportance & Application of Laplace Transform
Importance & Application of Laplace Transform
 
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
Laplace transform: UNIT STEP FUNCTION, SECOND SHIFTING THEOREM, DIRAC DELTA F...
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Over view of Laplace Transform and its Properties
Over view of Laplace Transform and its Properties Over view of Laplace Transform and its Properties
Over view of Laplace Transform and its Properties
 
Laplace Transform And Its Applications
Laplace Transform And Its ApplicationsLaplace Transform And Its Applications
Laplace Transform And Its Applications
 
Inverse Laplace Transform
Inverse Laplace TransformInverse Laplace Transform
Inverse Laplace Transform
 
EC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transformEC8352-Signals and Systems - Laplace transform
EC8352-Signals and Systems - Laplace transform
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)
 
Application of-differential-equation-in-real-life
Application of-differential-equation-in-real-lifeApplication of-differential-equation-in-real-life
Application of-differential-equation-in-real-life
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Fourier integral
Fourier integralFourier integral
Fourier integral
 
Laplace Transform of Periodic Function
Laplace Transform of Periodic FunctionLaplace Transform of Periodic Function
Laplace Transform of Periodic Function
 
Laplace Transforms
Laplace TransformsLaplace Transforms
Laplace Transforms
 
Using Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential EquationsUsing Laplace Transforms to Solve Differential Equations
Using Laplace Transforms to Solve Differential Equations
 
EM3 mini project Laplace Transform
EM3 mini project Laplace TransformEM3 mini project Laplace Transform
EM3 mini project Laplace Transform
 
improper integrals
improper integralsimproper integrals
improper integrals
 

En vedette

Searching in metric spaces
Searching in metric spacesSearching in metric spaces
Searching in metric spacesunyil96
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its applicationmayur1347
 
Indeterminate Forms and L' Hospital Rule
Indeterminate Forms and L' Hospital RuleIndeterminate Forms and L' Hospital Rule
Indeterminate Forms and L' Hospital RuleAakash Singh
 
6ta clase cs. int. i origen de la tierra y sistema solar para blog
6ta clase   cs. int. i origen de la tierra y sistema solar para blog6ta clase   cs. int. i origen de la tierra y sistema solar para blog
6ta clase cs. int. i origen de la tierra y sistema solar para blogRafael Caballero
 
Revolutions Compared (18th and 19th century)
Revolutions Compared (18th and 19th century)Revolutions Compared (18th and 19th century)
Revolutions Compared (18th and 19th century)Nathan Roher
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equationJUGAL BORAH
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equationsAhmed Haider
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equationNofal Umair
 
Historia de la estadística
Historia de la estadísticaHistoria de la estadística
Historia de la estadísticalagavilanes
 

En vedette (19)

Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Mathematicians
MathematiciansMathematicians
Mathematicians
 
Searching in metric spaces
Searching in metric spacesSearching in metric spaces
Searching in metric spaces
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its application
 
Indeterminate Forms and L' Hospital Rule
Indeterminate Forms and L' Hospital RuleIndeterminate Forms and L' Hospital Rule
Indeterminate Forms and L' Hospital Rule
 
6ta clase cs. int. i origen de la tierra y sistema solar para blog
6ta clase   cs. int. i origen de la tierra y sistema solar para blog6ta clase   cs. int. i origen de la tierra y sistema solar para blog
6ta clase cs. int. i origen de la tierra y sistema solar para blog
 
Laplace transformation
Laplace transformationLaplace transformation
Laplace transformation
 
Laplace
LaplaceLaplace
Laplace
 
Revolutions Compared (18th and 19th century)
Revolutions Compared (18th and 19th century)Revolutions Compared (18th and 19th century)
Revolutions Compared (18th and 19th century)
 
APPLICATION MATHS FOR EEE
APPLICATION MATHS FOR EEEAPPLICATION MATHS FOR EEE
APPLICATION MATHS FOR EEE
 
Ordinary differential equation
Ordinary differential equationOrdinary differential equation
Ordinary differential equation
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Ordinary differential equations
Ordinary differential equationsOrdinary differential equations
Ordinary differential equations
 
First order linear differential equation
First order linear differential equationFirst order linear differential equation
First order linear differential equation
 
Historia de la estadística
Historia de la estadísticaHistoria de la estadística
Historia de la estadística
 
Notes
NotesNotes
Notes
 
Vector spaces
Vector spaces Vector spaces
Vector spaces
 
Differential equations
Differential equationsDifferential equations
Differential equations
 
Metric System
Metric SystemMetric System
Metric System
 

Similaire à Laplace transform

presentation_laplace_transform_1553598871_41306.pptx
presentation_laplace_transform_1553598871_41306.pptxpresentation_laplace_transform_1553598871_41306.pptx
presentation_laplace_transform_1553598871_41306.pptxAmmarShr1
 
Laplace Transformation.ppt
Laplace Transformation.pptLaplace Transformation.ppt
Laplace Transformation.pptkhan_yu
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! EdholeEdhole.com
 
uses of leflace transformation in the field of civil engineering by Engr mesb...
uses of leflace transformation in the field of civil engineering by Engr mesb...uses of leflace transformation in the field of civil engineering by Engr mesb...
uses of leflace transformation in the field of civil engineering by Engr mesb...MIsbahUllahEngr
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsAlexander Decker
 
What are free particles in quantum mechanics
What are free particles in quantum mechanicsWhat are free particles in quantum mechanics
What are free particles in quantum mechanicsbhaskar chatterjee
 
The_variational_iteration_method_for_solving_linea.pdf
The_variational_iteration_method_for_solving_linea.pdfThe_variational_iteration_method_for_solving_linea.pdf
The_variational_iteration_method_for_solving_linea.pdfP Ramana
 
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONSAPPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONSAYESHA JAVED
 

Similaire à Laplace transform (20)

presentation_laplace_transform_1553598871_41306.pptx
presentation_laplace_transform_1553598871_41306.pptxpresentation_laplace_transform_1553598871_41306.pptx
presentation_laplace_transform_1553598871_41306.pptx
 
Laplace Transformation.ppt
Laplace Transformation.pptLaplace Transformation.ppt
Laplace Transformation.ppt
 
Laplace_Transform.ppt
Laplace_Transform.pptLaplace_Transform.ppt
Laplace_Transform.ppt
 
Laplace_Transform.ppt
Laplace_Transform.pptLaplace_Transform.ppt
Laplace_Transform.ppt
 
14210111030
1421011103014210111030
14210111030
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
TLT
TLTTLT
TLT
 
Multiple scales
Multiple scalesMultiple scales
Multiple scales
 
Gauge theory field
Gauge theory fieldGauge theory field
Gauge theory field
 
The wave equation
The wave equationThe wave equation
The wave equation
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
 
uses of leflace transformation in the field of civil engineering by Engr mesb...
uses of leflace transformation in the field of civil engineering by Engr mesb...uses of leflace transformation in the field of civil engineering by Engr mesb...
uses of leflace transformation in the field of civil engineering by Engr mesb...
 
A current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systemsA current perspectives of corrected operator splitting (os) for systems
A current perspectives of corrected operator splitting (os) for systems
 
Engwavefunction
EngwavefunctionEngwavefunction
Engwavefunction
 
What are free particles in quantum mechanics
What are free particles in quantum mechanicsWhat are free particles in quantum mechanics
What are free particles in quantum mechanics
 
Fourier series
Fourier seriesFourier series
Fourier series
 
The_variational_iteration_method_for_solving_linea.pdf
The_variational_iteration_method_for_solving_linea.pdfThe_variational_iteration_method_for_solving_linea.pdf
The_variational_iteration_method_for_solving_linea.pdf
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Ft3 new
Ft3 newFt3 new
Ft3 new
 
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONSAPPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
APPLICATION OF HIGHER ORDER DIFFERENTIAL EQUATIONS
 

Dernier

Elective Course on Forensic Science in Law
Elective Course on Forensic Science  in LawElective Course on Forensic Science  in Law
Elective Course on Forensic Science in LawNilendra Kumar
 
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptx
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptxAnalysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptx
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptxadvabhayjha2627
 
一比一原版曼彻斯特城市大学毕业证如何办理
一比一原版曼彻斯特城市大学毕业证如何办理一比一原版曼彻斯特城市大学毕业证如何办理
一比一原版曼彻斯特城市大学毕业证如何办理Airst S
 
The doctrine of harmonious construction under Interpretation of statute
The doctrine of harmonious construction under Interpretation of statuteThe doctrine of harmonious construction under Interpretation of statute
The doctrine of harmonious construction under Interpretation of statuteDeepikaK245113
 
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation Strategy
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation StrategySmarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation Strategy
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation StrategyJong Hyuk Choi
 
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理bd2c5966a56d
 
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)Delhi Call girls
 
一比一原版伦敦南岸大学毕业证如何办理
一比一原版伦敦南岸大学毕业证如何办理一比一原版伦敦南岸大学毕业证如何办理
一比一原版伦敦南岸大学毕业证如何办理Airst S
 
一比一原版悉尼科技大学毕业证如何办理
一比一原版悉尼科技大学毕业证如何办理一比一原版悉尼科技大学毕业证如何办理
一比一原版悉尼科技大学毕业证如何办理e9733fc35af6
 
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理ss
 
589308994-interpretation-of-statutes-notes-law-college.pdf
589308994-interpretation-of-statutes-notes-law-college.pdf589308994-interpretation-of-statutes-notes-law-college.pdf
589308994-interpretation-of-statutes-notes-law-college.pdfSUSHMITAPOTHAL
 
Shubh_Burden of proof_Indian Evidence Act.pptx
Shubh_Burden of proof_Indian Evidence Act.pptxShubh_Burden of proof_Indian Evidence Act.pptx
Shubh_Burden of proof_Indian Evidence Act.pptxShubham Wadhonkar
 
Human Rights_FilippoLuciani diritti umani.pptx
Human Rights_FilippoLuciani diritti umani.pptxHuman Rights_FilippoLuciani diritti umani.pptx
Human Rights_FilippoLuciani diritti umani.pptxfilippoluciani9
 
ARTICLE 370 PDF about the indian constitution.
ARTICLE 370 PDF about the  indian constitution.ARTICLE 370 PDF about the  indian constitution.
ARTICLE 370 PDF about the indian constitution.tanughoshal0
 
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理A AA
 
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSS
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSSASMA JILANI EXPLAINED CASE PLD 1972 FOR CSS
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSSCssSpamx
 
Philippine FIRE CODE REVIEWER for Architecture Board Exam Takers
Philippine FIRE CODE REVIEWER for Architecture Board Exam TakersPhilippine FIRE CODE REVIEWER for Architecture Board Exam Takers
Philippine FIRE CODE REVIEWER for Architecture Board Exam TakersJillianAsdala
 
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理Airst S
 
Cyber Laws : National and International Perspective.
Cyber Laws : National and International Perspective.Cyber Laws : National and International Perspective.
Cyber Laws : National and International Perspective.Nilendra Kumar
 
Contract law. Indemnity
Contract law.                     IndemnityContract law.                     Indemnity
Contract law. Indemnitymahikaanand16
 

Dernier (20)

Elective Course on Forensic Science in Law
Elective Course on Forensic Science  in LawElective Course on Forensic Science  in Law
Elective Course on Forensic Science in Law
 
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptx
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptxAnalysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptx
Analysis of R V Kelkar's Criminal Procedure Code ppt- chapter 1 .pptx
 
一比一原版曼彻斯特城市大学毕业证如何办理
一比一原版曼彻斯特城市大学毕业证如何办理一比一原版曼彻斯特城市大学毕业证如何办理
一比一原版曼彻斯特城市大学毕业证如何办理
 
The doctrine of harmonious construction under Interpretation of statute
The doctrine of harmonious construction under Interpretation of statuteThe doctrine of harmonious construction under Interpretation of statute
The doctrine of harmonious construction under Interpretation of statute
 
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation Strategy
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation StrategySmarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation Strategy
Smarp Snapshot 210 -- Google's Social Media Ad Fraud & Disinformation Strategy
 
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
一比一原版(UC毕业证书)堪培拉大学毕业证如何办理
 
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Nangli Wazidpur Sector 135 ( Noida)
 
一比一原版伦敦南岸大学毕业证如何办理
一比一原版伦敦南岸大学毕业证如何办理一比一原版伦敦南岸大学毕业证如何办理
一比一原版伦敦南岸大学毕业证如何办理
 
一比一原版悉尼科技大学毕业证如何办理
一比一原版悉尼科技大学毕业证如何办理一比一原版悉尼科技大学毕业证如何办理
一比一原版悉尼科技大学毕业证如何办理
 
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理
一比一原版(RMIT毕业证书)皇家墨尔本理工大学毕业证如何办理
 
589308994-interpretation-of-statutes-notes-law-college.pdf
589308994-interpretation-of-statutes-notes-law-college.pdf589308994-interpretation-of-statutes-notes-law-college.pdf
589308994-interpretation-of-statutes-notes-law-college.pdf
 
Shubh_Burden of proof_Indian Evidence Act.pptx
Shubh_Burden of proof_Indian Evidence Act.pptxShubh_Burden of proof_Indian Evidence Act.pptx
Shubh_Burden of proof_Indian Evidence Act.pptx
 
Human Rights_FilippoLuciani diritti umani.pptx
Human Rights_FilippoLuciani diritti umani.pptxHuman Rights_FilippoLuciani diritti umani.pptx
Human Rights_FilippoLuciani diritti umani.pptx
 
ARTICLE 370 PDF about the indian constitution.
ARTICLE 370 PDF about the  indian constitution.ARTICLE 370 PDF about the  indian constitution.
ARTICLE 370 PDF about the indian constitution.
 
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理
一比一原版(UM毕业证书)美国密歇根大学安娜堡分校毕业证如何办理
 
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSS
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSSASMA JILANI EXPLAINED CASE PLD 1972 FOR CSS
ASMA JILANI EXPLAINED CASE PLD 1972 FOR CSS
 
Philippine FIRE CODE REVIEWER for Architecture Board Exam Takers
Philippine FIRE CODE REVIEWER for Architecture Board Exam TakersPhilippine FIRE CODE REVIEWER for Architecture Board Exam Takers
Philippine FIRE CODE REVIEWER for Architecture Board Exam Takers
 
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理
一比一原版(JCU毕业证书)詹姆斯库克大学毕业证如何办理
 
Cyber Laws : National and International Perspective.
Cyber Laws : National and International Perspective.Cyber Laws : National and International Perspective.
Cyber Laws : National and International Perspective.
 
Contract law. Indemnity
Contract law.                     IndemnityContract law.                     Indemnity
Contract law. Indemnity
 

Laplace transform

  • 1. Laplace TransformLaplace Transform Melissa MeagherMelissa Meagher Meagan PitluckMeagan Pitluck Nathan CutlerNathan Cutler Matt AbernethyMatt Abernethy Thomas NoelThomas Noel Scott DrotarScott Drotar
  • 2. The French Newton Pierre-Simon Laplace Developed mathematics in astronomy, physics, and statistics Began work in calculus which led to the Laplace Transform Focused later on celestial mechanics One of the first scientists to suggest the existence of black holes
  • 3. History of the Transform Euler began looking at integrals as solutions to differential equations in the mid 1700’s: Lagrange took this a step further while working on probability density functions and looked at forms of the following equation: Finally, in 1785, Laplace began using a transformation to solve equations of finite differences which eventually lead to the current transform
  • 4. Definition The Laplace transform is a linear operator that switched a function f(t) to F(s). Specifically: where: Go from time argument with real input to a complex angular frequency input which is complex.
  • 5. RestrictionsRestrictions There are two governing factors thatThere are two governing factors that determine whether Laplace transformsdetermine whether Laplace transforms can be used:can be used:  f(t) must be at least piecewise continuous forf(t) must be at least piecewise continuous for t ≥ 0t ≥ 0  |f(t)| ≤ Me|f(t)| ≤ Meγγtt where M andwhere M and γγ are constantsare constants
  • 6. Since the general form of the LaplaceSince the general form of the Laplace transform is:transform is: it makes sense that f(t) must be at leastit makes sense that f(t) must be at least piecewise continuous for t ≥ 0.piecewise continuous for t ≥ 0. If f(t) were very nasty, the integral wouldIf f(t) were very nasty, the integral would not be computable.not be computable. ContinuityContinuity
  • 7. BoundednessBoundedness This criterion also follows directly from theThis criterion also follows directly from the general definition:general definition: If f(t) is not bounded by MeIf f(t) is not bounded by Meγγtt then thethen the integral will not converge.integral will not converge.
  • 8. Laplace Transform TheoryLaplace Transform Theory •General Theory •Example •Convergence
  • 9. Laplace TransformsLaplace Transforms •Some Laplace Transforms •Wide variety of function can be transformed •Inverse Transform •Often requires partial fractions or other manipulation to find a form that is easy to apply the inverse
  • 10. Laplace Transform for ODEsLaplace Transform for ODEs •Equation with initial conditions •Laplace transform is linear •Apply derivative formula •Rearrange •Take the inverse
  • 11. Laplace Transform in PDEs Laplace transform in two variables (always taken with respect to time variable, t): Inverse laplace of a 2 dimensional PDE: Can be used for any dimension PDE: •ODEs reduce to algebraic equations •PDEs reduce to either an ODE (if original equation dimension 2) or another PDE (if original equation dimension >2) The Transform reduces dimension by “1”:
  • 12. Consider the case where: ux+ut=t with u(x,0)=0 and u(0,t)=t2 and Taking the Laplace of the initial equation leaves Ux+ U=1/s2 (note that the partials with respect to “x” do not disappear) with boundary condition U(0,s)=2/s3 Solving this as an ODE of variable x, U(x,s)=c(s)e-x + 1/s2 Plugging in B.C., 2/s3 =c(s) + 1/s2 so c(s)=2/s3 - 1/s2 U(x,s)=(2/s3 - 1/s2 ) e-x + 1/s2 Now, we can use the inverse Laplace Transform with respect to s to find u(x,t)=t2 e-x - te-x + t
  • 14. Diffusion EquationDiffusion Equation uutt = ku= kuxxxx in (0,l)in (0,l) Initial Conditions:Initial Conditions: u(0,t) = u(l,t) = 1, u(x,0) = 1 + sin(πx/l)u(0,t) = u(l,t) = 1, u(x,0) = 1 + sin(πx/l) UsingUsing af(t) + bg(t)af(t) + bg(t)  aF(s) + bG(s)aF(s) + bG(s) andand df/dtdf/dt  sF(s) – f(0)sF(s) – f(0) and noting that the partials with respect to x commute with the transforms withand noting that the partials with respect to x commute with the transforms with respect to t, the Laplace transform U(x,s) satisfiesrespect to t, the Laplace transform U(x,s) satisfies sU(x,s) – u(x,0) = kUsU(x,s) – u(x,0) = kUxxxx(x,s)(x,s) WithWith eeatat  1/(s-a)1/(s-a) and a=0,and a=0, the boundary conditions become U(0,s) = U(l,s) = 1/s.the boundary conditions become U(0,s) = U(l,s) = 1/s. So we have an ODE in the variable x together with some boundary conditions.So we have an ODE in the variable x together with some boundary conditions. The solution is then:The solution is then: U(x,s) = 1/s + (1/(s+kπU(x,s) = 1/s + (1/(s+kπ22 /l/l22 ))sin(πx/l)))sin(πx/l) Therefore, when we invert the transform, using the Laplace table:Therefore, when we invert the transform, using the Laplace table: u(x,t) = 1 + eu(x,t) = 1 + e-kπ-kπ22 t/lt/l22 sin(πx/l)sin(πx/l)
  • 15. Wave EquationWave Equation uutttt = c= c22 uuxxxx in 0 < x < ∞in 0 < x < ∞ Initial Conditions:Initial Conditions: u(0,t) = f(t), u(x,0) = uu(0,t) = f(t), u(x,0) = utt(x,0) = 0(x,0) = 0 For xFor x  ∞, we assume that u(x,t)∞, we assume that u(x,t)  0. Because the initial conditions0. Because the initial conditions vanish, the Laplace transform satisfiesvanish, the Laplace transform satisfies ss22 U = cU = c22 UUxxxx U(0,s) = F(s)U(0,s) = F(s) Solving this ODE, we getSolving this ODE, we get U(x,s) = a(s)eU(x,s) = a(s)e-sx/c-sx/c + b(s)e+ b(s)esx/csx/c Where a(s) and b(s) are to be determined.Where a(s) and b(s) are to be determined. From the assumed property of u, we expect that U(x,s)From the assumed property of u, we expect that U(x,s)  0 as x0 as x  ∞.∞. Therefore, b(s) = 0. Hence,Therefore, b(s) = 0. Hence, U(x,s) = F(s) eU(x,s) = F(s) e-sx/c-sx/c . Now we use. Now we use H(t-b)f(t-b)H(t-b)f(t-b)  ee-bs-bs F(s)F(s) To getTo get u(x,t) = H(t – x/c)f(t – x/c).u(x,t) = H(t – x/c)f(t – x/c).
  • 16. Real-Life ApplicationsReal-Life Applications SemiconductorSemiconductor mobilitymobility Call completion inCall completion in wireless networkswireless networks Vehicle vibrations onVehicle vibrations on compressed railscompressed rails Behavior of magneticBehavior of magnetic and electric fieldsand electric fields above theabove the atmosphereatmosphere
  • 17. Ex. Semiconductor MobilityEx. Semiconductor Mobility MotivationMotivation  semiconductors are commonlysemiconductors are commonly made with superlattices havingmade with superlattices having layers of differing compositionslayers of differing compositions  need to determine properties ofneed to determine properties of carriers in each layercarriers in each layer concentration of electrons andconcentration of electrons and holesholes mobility of electrons and holesmobility of electrons and holes  conductivity tensor can be relatedconductivity tensor can be related to Laplace transform of electronto Laplace transform of electron and hole densitiesand hole densities
  • 18. NotationNotation R = ratio of induced electric field to the product ofR = ratio of induced electric field to the product of the current density and the applied magnetic fieldthe current density and the applied magnetic field ρ = electrical resistanceρ = electrical resistance H = magnetic fieldH = magnetic field J = current densityJ = current density E = applied electric fieldE = applied electric field n = concentration of electronsn = concentration of electrons uu = mobility= mobility
  • 20. Assuming a continuous mobilityAssuming a continuous mobility distribution and that ,distribution and that , , it follows:, it follows:
  • 21. Applying the Laplace TransformApplying the Laplace Transform
  • 22. Johnson, William B. Transform method forJohnson, William B. Transform method for semiconductor mobility, Journal of Appliedsemiconductor mobility, Journal of Applied Physics 99 (2006).Physics 99 (2006). Source

Notes de l'éditeur

  1. A French mathematician and astronomer from the late 1700’s. His early published work started with calculus and differential equations. He spent many of his later years developing ideas about the movements of planets and stability of the solar system in addition to working on probability theory and Bayesian inference. Some of the math he worked on included: the general theory of determinants, proof that every equation of an even degree must have at least one real quadratic factor, provided a solution to the linear partial differential equation of the second order, and solved many definite integrals. He is one of only 72 people to have his name engraved on the Eiffel tower.
  2. Laplace also recognized that Joseph Fourier&amp;apos;s method of Fourier series for solving the diffusion equation could only apply to a limited region of space as the solutions were periodic. In 1809, Laplace applied his transform to find solutions that diffused indefinitely in space