What is a Laplace Transform?
It's obviously given in the equation book as the following F(s)=∫e−stf(t)dt but what does this mean and where does it come from
Let's look at a simple function f(t) where f(t) is analytic so then the Taylor series can be represented by f(t)=∑n=0∞n!f(n)(0)tn then we can let a(n)=n!f(n)(0) so that now f(t)=∑n=0∞a(n)tn
1. apply laplace transform to this f(t)={36-t0<= t <= 22<t
We need to use the unit step function to represent f(t)=3+u(t−2)(3−t) then we appy the laplace transform L{f(t)}=L{3}+L{u(t−2)(3−t)}=∫0∞3e−stdt+∫2∞(3−t)e−stdt=3/s+∫2∞(3−t)e−stdt
Now this integral is tricky, so we can do it by substitution:
let w=t−2 then logically t=w+2 since if t=2 then w=0 logically the integral becomes ∫0∞(1−w)e−s(w+2)dw=e−2s∫0∞(1−w)e−ws)dw
Now we can do some splitting e−2s∫0∞(1)e−wsdw−e−2s∫0∞(w)e−ws)dw=e−2s∗(1/s−1/s2)=F(s)
F(s)=e−2s(1/s−1/s2)
Physical Interpretation Problem
suppose there's an equation y′′−7y′+10y=0;y(0)=0;y′(0)=−3 solve it using laplace transforms
Let's just transform both sides L{y′′}+L{−7y′}+L{10y}=L{0}=0
s2Y(s)−sy(0)−y′(0)−7sY(s)+7y(0)+Y(0)=0 using our initial conditions and rearranging Y(s)(s2−7s+10)+3=0
Y(s)=(s−5)(s−2)−3 Now we want to decompose fraction −3=A(s−2)+B(s−5)A=−1;B=1 Now you just table to get y(t)=e2t−e5t
Physical Interpretation Problem
Suppose there's a water tank where the inflow increases gradually after t = 1. The height of water \(y(t)\) is modeled by
y′′+2(t−1)y′−2y=0;y(0)=0;y′(0)=0
Solve it using Laplace transforms
Let's just transform both sides
L{y′′}+2L{(t−1)y′}−2L{y}=L{0}=0
s2Y(s)−sy(0)−y′(0)+2(−dsd[sY(s)−y(0)]−Y(s))−2Y(s)=0
s2Y(s)−0−0−2dsd[sY(s)]−2Y(s)−2Y(s)=0
Combine terms: −2dsd[sY(s)]+s2Y(s)−4Y(s)=0
Solve this first-order ODE for Y(s) (separation of variables): Y(s)=s2(s+2)C
Now decompose fraction: s2(s+2)C=sA+s2B+s+2D, solve for constants
Using Laplace table, invert to get y(t)=Bt+A+De−2t=(linear term + exponential)
use laplace to solve this system
x′+y=0;x(0)=0,x+y′=1−u(t−2);y(0)=0
So..., we do laplace both sides
L{x′+y}=0 ∫0∞x′(t)e−stdt+∫0∞y(t)e−stdt=0 ∫0∞x′(t)e−stdt Use integration by parts:
u=e−st,dv=x′(t)dt du=−se−stdt,v=x(t) Apply \(\int u\,dv = uv - \int v\,du\):
∫0∞x′(t)e−stdt=[x(t)e−st]0∞+s∫0∞x(t)e−stdt Evaluate the boundary term:
[x(t)e−st]0∞=0−x(0)=−x(0) Final result:
∫0∞x′(t)e−stdt=s∫0∞x(t)e−stdt−x(0) sL{x}−x(0)+L{y}=0 Since x(0)=0,
L{x′+y}=0=sL{x}+L{y}
Now take Laplace of the second equation:
L{x+y′}=L{1−u(t−2)} L{x}+L{y′}=s1−se−2s Use the derivative rule:
L{y′}=sL{y}−y(0) Since \(y(0)=0\):
L{x}+sL{y}=s1−e−2s So the system becomes:
sX+YX+sY=0=s1−e−2s Solve the system:
Y=−sX X+s(−sX)=s1−e−2s X(1−s2)=s1−e−2s X(s)=s(1−s2)1−e−2s Y(s)=−sX(s)=1−s2−(1−e−2s) Prepare for inverse Laplace:
X(s)=s(1−s2)1−s(1−s2)e−2s Y(s)=1−s2−1+1−s2e−2s
Find the taylor series for f(t)=e−t2 about t= 0 then assuming that the laplace transform of f(t) can be computed term by term find an expansion for L{f(x)} in powers of 1/s e−t2=1−t2+t4/2!−t6/3!+t8/4!.... And so on .... L{e−t2}=L{1}+L{−t2}...I’m not writing the rest... L{f(t)}=L{e−t2}=s1−s32+s512−s7120 No need for the rest you get the gist ....