Laplace transforms and applications — Unit 3 Notes (Engineering Mathematics II)

BAS201 · Unit 3

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)f(t) into a function of a complex variable ss.

It is an incredibly powerful tool in engineering because it transforms difficult differential equations into simple algebraic equations.

Next — Page 2 — Transforms of Elementary Functions

1 of 20

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)f(t)Transform F(s)F(s)
111s(s>0)\frac{1}{s} \quad (s > 0)
tnt^nn!sn+1(if n is integer)\frac{n!}{s^{n+1}} \quad \text{(if } n \text{ is integer)}
eate^{at}1sa(s>a)\frac{1}{s-a} \quad (s > a)
sin(at)\sin(at)as2+a2\frac{a}{s^2 + a^2}
cos(at)\cos(at)ss2+a2\frac{s}{s^2 + a^2}
sinh(at)\sinh(at)as2a2\frac{a}{s^2 - a^2}
cosh(at)\cosh(at)ss2a2\frac{s}{s^2 - a^2}

Next — Page 3 — Linearity Property

2 of 20

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)L\\{a f(t) + b g(t)\\} = a L\\{f(t)\\} + b L\\{g(t)\\}

Example: Find L4e3t2sin(5t)+3L\\{4e^{3t} - 2\sin(5t) + 3\\}

=4Le3t2Lsin(5t)+3L1= 4L\\{e^{3t}\\} - 2L\\{\sin(5t)\\} + 3L\\{1\\}
=4(1s3)2(5s2+25)+3(1s)= 4\left(\frac{1}{s-3}\right) - 2\left(\frac{5}{s^2 + 25}\right) + 3\left(\frac{1}{s}\right)

Next — Page 4 — First Shifting Theorem

3 of 20

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 eate^{at}, the transform F(s)F(s) simply shifts to F(sa)F(s-a).

Example: Find Le2tcos(4t).L\\{e^{-2t} \cos(4t)\\}.

  • Here, f(t)=cos(4t)f(t) = \cos(4t).
  • We know Lcos(4t)=ss2+16L\\{\cos(4t)\\} = \frac{s}{s^2 + 16}.
  • By First Shifting Theorem, replace every ss with (s(2))=(s+2)(s - (-2)) = (s+2).
  • Answer: s+2(s+2)2+16\frac{s+2}{(s+2)^2 + 16}

Next — Page 5 — Unit Step Function

4 of 20

Page 5

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

5. Heaviside Unit Step Function

The Unit Step Function u(ta)u(t-a) (or H(ta)H(t-a)) acts like a switch that turns 'ON' at time t=at=a.

u(ta)={0for t<a 1for tau(t-a) = \begin{cases} 0 & \text{for } t < a \\\ 1 & \text{for } t \geq a \end{cases}

The Laplace transform of the basic unit step function is:
Lu(ta)=eassL\\{u(t-a)\\} = \frac{e^{-as}}{s}

It is heavily used in electrical engineering to model circuits being switched on at a specific time.

Next — Page 6 — Second Shifting Theorem

5 of 20

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 aa seconds, its Laplace transform is simply multiplied by ease^{-as}.

Alternative Form: If you just have Lf(t)u(ta)L\\{f(t) \cdot u(t-a)\\} (where the function itself is not shifted), the formula is:
=easLf(t+a)= e^{-as} L\\{f(t+a)\\}

Next — Page 7 — Multiplication by t^n

6 of 20

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 tt, you differentiate its transform with respect to ss.

Example: Find Ltsin(at)L\\{t \sin(at)\\}

  • We know Lsin(at)=as2+a2L\\{\sin(at)\\} = \frac{a}{s^2 + a^2}.
  • By the rule (for n=1n=1): (1)1dds(as2+a2)(-1)^1 \frac{d}{ds} \left(\frac{a}{s^2 + a^2}\right).
  • Using chain rule: a(1(s2+a2)2(2s))-a \left( -1(s^2 + a^2)^{-2} (2s) \right)
  • Answer: 2as(s2+a2)2\frac{2as}{(s^2 + a^2)^2}

Next — Page 8 — Division by t

7 of 20

Page 8

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

8. Division by $t$

If a function is divided by tt, you integrate its transform with respect to ss from ss to \infty.

Provided the limit limt0f(t)t\lim_{t \to 0} \frac{f(t)}{t} exists (is finite). If the limit does not exist, the transform cannot be found this way.

Next — Page 9 — Transform of Derivatives

8 of 20

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 (tt) into simple algebraic multiplication by ss in the frequency domain (ss).

  • First Derivative: Lf(t)=sF(s)f(0)L\\{f'(t)\\} = sF(s) - f(0)
  • Second Derivative: Lf(t)=s2F(s)sf(0)f(0)L\\{f''(t)\\} = s^2F(s) - sf(0) - f'(0)
  • n-th Derivative: Lfn(t)=snF(s)sn1f(0)sn2f(0)...fn1(0)L\\{f^n(t)\\} = s^nF(s) - s^{n-1}f(0) - s^{n-2}f'(0) - ... - f^{n-1}(0)

Notice how the initial conditions (f(0),f(0)f(0), f'(0)) are built directly into the formula! No need to find arbitrary constants C1,C2C_1, C_2 later.

Next — Page 10 — Transform of Integrals

9 of 20

Page 10

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

10. Transform of Integrals

If taking a derivative means multiplying by ss, it makes sense that taking an integral means dividing by ss.

Example: Find L0tsin(2x),dxL\\{\int_0^t \sin(2x) \\, dx\\}

  • Lsin(2t)=2s2+4L\\{\sin(2t)\\} = \frac{2}{s^2 + 4}
  • Therefore, Lintegral=1s(2s2+4)L\\{\text{integral}\\} = \frac{1}{s} \left( \frac{2}{s^2 + 4} \right)

Next — Page 11 — Inverse Laplace Transform

10 of 20

Page 11

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

11. Inverse Laplace Transform

The inverse Laplace transform operator L1L^{-1} takes a function from the ss-domain back to the time domain tt.

If Lf(t)=F(s)L\\{f(t)\\} = F(s), then L1F(s)=f(t)L^{-1}\\{F(s)\\} = f(t).

Standard Inverse Formulas:

  • L11s=1L^{-1}\\{\frac{1}{s}\\} = 1
  • L11sn=tn1(n1)!L^{-1}\\{\frac{1}{s^n}\\} = \frac{t^{n-1}}{(n-1)!}
  • L11sa=eatL^{-1}\\{\frac{1}{s-a}\\} = e^{at}
  • L1ss2+a2=cos(at)L^{-1}\\{\frac{s}{s^2+a^2}\\} = \cos(at)

Next — Page 12 — Inverse Shifting

11 of 20

Page 12

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

12. Inverse First Shifting Theorem

Just like the forward theorem, if you see an (sa)(s-a) shift in the denominator, you can pull it out as an exponential eate^{at} in the time domain.

L1F(sa)=eatL1F(s)L^{-1}\\{F(s-a)\\} = e^{at} L^{-1}\\{F(s)\\}

Example: Find L^{-1}\left\\{ \frac{1}{(s-3)^2 + 16} \right\\}

  • We see a shift of (s3)(s-3), so pull out e3te^{3t}.
  • 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: 14e3tsin(4t)\frac{1}{4} e^{3t} \sin(4t).

Next — Page 13 — Partial Fractions

12 of 20

Page 13

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

13. Using Partial Fractions

Most F(s)F(s) expressions are complicated rational functions. You must break them down using Partial Fractions before applying inverse rules.

  • Linear Factors: 1(sa)(sb)=Asa+Bsb\frac{1}{(s-a)(s-b)} = \frac{A}{s-a} + \frac{B}{s-b}
  • Repeated Factors: 1(sa)2=Asa+B(sa)2\frac{1}{(s-a)^2} = \frac{A}{s-a} + \frac{B}{(s-a)^2}
  • Quadratic Factors: 1(sa)(s2+b)=Asa+Bs+Cs2+b\frac{1}{(s-a)(s^2+b)} = \frac{A}{s-a} + \frac{Bs+C}{s^2+b}

Next — Page 14 — Convolution Theorem

13 of 20

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\\}).

Next — Page 15 — Convolution Example

14 of 20

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)=1s1f(t)=etF(s) = \frac{1}{s-1} \Rightarrow f(t) = e^t
  • Let G(s)=1s2g(t)=e2tG(s) = \frac{1}{s-2} \Rightarrow g(t) = e^{2t}
  • By Convolution: 0tf(u)g(tu),du=0teue2(tu),du\int_0^t f(u) g(t-u) \\, du = \int_0^t e^u \cdot e^{2(t-u)} \\, du
  • =0teue2te2u,du=e2t0teu,du= \int_0^t e^u \cdot e^{2t} \cdot e^{-2u} \\, du = e^{2t} \int_0^t e^{-u} \\, du
  • =e2t[eu]0t=e2t[et(1)]= e^{2t} [-e^{-u}]_0^t = e^{2t} [-e^{-t} - (-1)]
  • =e2t(1et)=e2tet= e^{2t}(1 - e^{-t}) = e^{2t} - e^t

(You would get the exact same answer using partial fractions: 1s21s1\frac{1}{s-2} - \frac{1}{s-1}).

Next — Page 16 — Solving ODEs (Initial Value Problems)

15 of 20

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. 1.Take the Laplace Transform of both sides of the differential equation.
  2. 2.Use the derivative formulas: replace yy'' with s2Y(s)sy(0)y(0)s^2Y(s) - sy(0) - y'(0) and yy' with sY(s)y(0)sY(s) - y(0).
  3. 3.Substitute the given Initial Conditions (e.g., y(0)=1,y(0)=0y(0)=1, y'(0)=0).
  4. 4.Solve algebraically for Y(s)Y(s).
  5. 5.Take the Inverse Laplace Transform of Y(s)Y(s) using partial fractions to find y(t)y(t).

Next — Page 17 — ODE Example

16 of 20

Page 17

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

17. ODE Example

Solve: y+y=ty'' + y = t, given y(0)=1,y(0)=2y(0)=1, y'(0)=-2

  • Step 1 (Transform): Ly+Ly=LtL\\{y''\\} + L\\{y\\} = L\\{t\\}
  • Step 2 (Formulas): [s2Y(s)sy(0)y(0)]+Y(s)=1s2[s^2Y(s) - sy(0) - y'(0)] + Y(s) = \frac{1}{s^2}
  • Step 3 (Substitute ICs): s2Y(s)s(1)(2)+Y(s)=1s2s^2Y(s) - s(1) - (-2) + Y(s) = \frac{1}{s^2}
  • Step 4 (Solve for Y): Y(s)(s2+1)=1s2+s2Y(s)(s^2 + 1) = \frac{1}{s^2} + s - 2
    Y(s)=1s2(s2+1)+ss2+12s2+1Y(s) = \frac{1}{s^2(s^2+1)} + \frac{s}{s^2+1} - \frac{2}{s^2+1}
  • Step 5 (Inverse): Use partial fractions on the first term: 1s21s2+1\frac{1}{s^2} - \frac{1}{s^2+1}.
    Y(s)=1s23s2+1+ss2+1Y(s) = \frac{1}{s^2} - \frac{3}{s^2+1} + \frac{s}{s^2+1}
  • Final Answer: y(t)=t3sin(t)+cos(t)y(t) = t - 3\sin(t) + \cos(t)

Next — Page 18 — Periodic Functions

17 of 20

Page 18

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

18. Periodic Functions

A function is periodic if f(t)=f(t+T)f(t) = f(t+T) for all tt. The constant TT is the period.

This formula is crucial for analyzing square waves and sawtooth waves in AC circuits.

Next — Page 19 — Dirac Delta Function

18 of 20

Page 19

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

19. Dirac Delta (Unit Impulse)

The Dirac Delta function δ(ta)\delta(t-a) represents an infinitely large force acting for an infinitely short time (like a hammer strike).

  • δ(ta)=\delta(t-a) = \infty at t=at=a, and 00 everywhere else.
  • The area under the curve is exactly 1: 0δ(ta),dt=1\int_0^\infty \delta(t-a) \\, dt = 1.

Laplace Transform of Dirac Delta:

Lδ(ta)=easL\\{\delta(t-a)\\} = e^{-as}

If the impulse is at t=0t=0, then Lδ(t)=e0=1L\\{\delta(t)\\} = e^0 = 1.

Next — Page 20 — Unit 3 Revision Checklist

19 of 20

Page 20

Wink Notes

B.Tech CSE — 2nd Semester

Engineering Mathematics II

Unit - 3

20. Unit 3 Revision Checklist

Before the exam, ensure you can:

  • Write the Laplace transform for sin(at)\sin(at) and cosh(at)\cosh(at).
  • Apply the First Shifting theorem to eatt2e^{at}t^2.
  • State the formula for Convolution theorem.
  • Perform partial fraction decomposition for repeated and quadratic roots.
  • Write the Lf(t)L\\{f''(t)\\} formula including initial conditions.
  • Apply the periodic function formula to a basic square wave.

20 of 20

Continue in this subject