Laplace transforms and applications notes — Unit 3
Free unit-wise study notes on laplace transforms and applications for Engineering Mathematics II, Semester 2 of B.Tech — Computer Science & Engineering — key concepts, examples, important questions and a revision checklist for semester exams.
Comprehensive 20-page hand-written notes covering Laplace Transforms. Master First and Second Shifting Theorems, Inverse Laplace via Convolution, and solving Initial Value Problems without calculating arbitrary constants.
Notebook — 20 pages
Page 1
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
1. Intro to Laplace Transforms
The Laplace Transform is an integral transform that converts a function of time f(t) into a function of a complex variable s.
It is an incredibly powerful tool in engineering because it transforms difficult differential equations into simple algebraic equations.
Page 2
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
2. Transforms of Elementary Functions
You must memorize these standard formulas:
Standard Laplace Transforms
Function f(t)
Transform F(s)
1
s1(s>0)
tn
sn+1n!(if n is integer)
eat
s−a1(s>a)
sin(at)
s2+a2a
cos(at)
s2+a2s
sinh(at)
s2−a2a
cosh(at)
s2−a2s
Page 3
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
3. Linearity Property
The Laplace transform is a linear operator. This means you can break apart sums and pull out constants, exactly like standard integration.
Laf(t)+bg(t)=aLf(t)+bLg(t)
Example: Find L4e3t−2sin(5t)+3
=4Le3t−2Lsin(5t)+3L1 =4(s−31)−2(s2+255)+3(s1)
Page 4
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
4. First Shifting Theorem
If a function is multiplied by an exponential eat, the transform F(s) simply shifts to F(s−a).
Example: Find Le−2tcos(4t).
Here, f(t)=cos(4t).
We know Lcos(4t)=s2+16s.
By First Shifting Theorem, replace every s with (s−(−2))=(s+2).
Answer: (s+2)2+16s+2
Page 5
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
5. Heaviside Unit Step Function
The Unit Step Function u(t−a) (or H(t−a)) acts like a switch that turns 'ON' at time t=a.
u(t−a)={01for t<afor t≥a
The Laplace transform of the basic unit step function is: Lu(t−a)=se−as
It is heavily used in electrical engineering to model circuits being switched on at a specific time.
Page 6
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
6. Second Shifting Theorem
This theorem handles functions that are delayed in time.
This means if a function is delayed by a seconds, its Laplace transform is simply multiplied by e−as.
Alternative Form: If you just have Lf(t)⋅u(t−a) (where the function itself is not shifted), the formula is: =e−asLf(t+a)
Page 7
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
7. Multiplication by $t^n$
If a function is multiplied by t, you differentiate its transform with respect to s.
Example: Find Ltsin(at)
We know Lsin(at)=s2+a2a.
By the rule (for n=1): (−1)1dsd(s2+a2a).
Using chain rule: −a(−1(s2+a2)−2(2s))
Answer: (s2+a2)22as
Page 8
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
8. Division by $t$
If a function is divided by t, you integrate its transform with respect to s from s to ∞.
Provided the limit limt→0tf(t) exists (is finite). If the limit does not exist, the transform cannot be found this way.
Page 9
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
9. Transform of Derivatives
This property is the entire reason Laplace Transforms are useful for solving Differential Equations. It converts derivatives in the time domain (t) into simple algebraic multiplication by s in the frequency domain (s).
This leaves L^{-1}\left\\{ \frac{1}{s^2 + 16} \right\\}.
Multiply and divide by 4 to get standard sine form: \frac{1}{4} L^{-1}\left\\{ \frac{4}{s^2 + 4^2} \right\\}.
Answer: 41e3tsin(4t).
Page 13
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
13. Using Partial Fractions
Most F(s) expressions are complicated rational functions. You must break them down using Partial Fractions before applying inverse rules.
Linear Factors: (s−a)(s−b)1=s−aA+s−bB
Repeated Factors: (s−a)21=s−aA+(s−a)2B
Quadratic Factors: (s−a)(s2+b)1=s−aA+s2+bBs+C
Page 14
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
14. Convolution Theorem
Convolution is a mathematical way of combining two functions to form a third. It allows us to find the inverse transform of the product of two functions.
It is very useful when partial fractions are too difficult (e.g., finding L^{-1}\left\\{ \frac{1}{(s^2+a^2)^2} \right\\}).
Page 15
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
15. Convolution Example
Solve: L^{-1}\left\\{ \frac{1}{(s-1)(s-2)} \right\\} using Convolution.
Let F(s)=s−11⇒f(t)=et
Let G(s)=s−21⇒g(t)=e2t
By Convolution: ∫0tf(u)g(t−u),du=∫0teu⋅e2(t−u),du
=∫0teu⋅e2t⋅e−2u,du=e2t∫0te−u,du
=e2t[−e−u]0t=e2t[−e−t−(−1)]
=e2t(1−e−t)=e2t−et
(You would get the exact same answer using partial fractions: s−21−s−11).
Page 16
Wink Notes
B.Tech CSE — 2nd Semester
Engineering Mathematics II
— Unit - 3 —
16. Solving ODEs with Laplace
This is the ultimate application of the Laplace transform.
1.Take the Laplace Transform of both sides of the differential equation.
2.Use the derivative formulas: replace y′′ with s2Y(s)−sy(0)−y′(0) and y′ with sY(s)−y(0).
3.Substitute the given Initial Conditions (e.g., y(0)=1,y′(0)=0).
4.Solve algebraically for Y(s).
5.Take the Inverse Laplace Transform of Y(s) using partial fractions to find y(t).