Laplace Transform Lecture 1 — Introduction

100% of possible MCQs covered • Study + Practice + Understand

Everything That Can Be an MCQ

Why Laplace Transform?

In circuit analysis, circuits are modeled by differential equations. Their solutions describe the circuit's total response behavior. Solving differential equations directly is hard. The Laplace transformation turns differential equations into algebraic equations, making the solution much easier.

Differential Equations Algebraic Equations

The Transformation Idea (Analogy with Phasors)

You already know phasor analysis: transform circuit from time domain → frequency (phasor) domain, solve, then transform back. The Laplace transform does the same thing: time domain → s-domain (frequency domain) → solve → inverse Laplace transform back to time domain.

Time Domain Laplace Transform s-Domain (Frequency Domain) Solve Inverse Laplace Time Domain

3 Key Advantages of Laplace Transform HIGH-YIELD MCQs

  1. Wider variety of inputs than phasor analysis (not just sinusoids)
  2. Handles initial conditions easily — works with algebraic equations instead of differential equations
  3. Total response in one operation: gives natural response (homogeneous) AND forced response (particular) simultaneously

Definition of the Laplace Transform Eq. (15.1)

Laplace Transform (one-sided) F(s) = ℒ{f(t)} = ∫0 f(t) e-st dt

Key facts:

  • s = σ + jω is a complex frequency
  • Integration is from 0 to ∞ (one-sided), which lets it handle initial conditions
  • f(t) must be piecewise continuous and of exponential order for the transform to exist
  • The integral converges for Re(s) > σ0 — this is the Region of Convergence (ROC)

Standard Laplace Transform Pairs ALWAYS ASKED

#f(t)F(s) = ℒ{f(t)}Notes
1δ(t) (unit impulse)1Most fundamental
21 (unit step) = u(t)1/ss > 0
3t (unit ramp)1/s²n=1 case of tⁿ
4tⁿ (n = 0,1,2,...)n! / sⁿ⁺¹n! = factorial
5eat1/(s - a)s > a
6tⁿ eatn! / (s - a)ⁿ⁺¹Combination
7sin(ωt)ω / (s² + ω²)Numerator = ω
8cos(ωt)s / (s² + ω²)Numerator = s
9sinh(ωt)ω / (s² - ω²)Hyperbolic
10cosh(ωt)s / (s² - ω²)Hyperbolic
11eat sin(ωt)ω / ((s - a)² + ω²)Frequency shift on sin
12eat cos(ωt)(s - a) / ((s - a)² + ω²)Frequency shift on cos
Memory trick for sin/cos: sin's transform has ω on top, cos's transform has s on top. Both have (s²+ω²) on bottom. Then for eat versions, replace every s with (s-a).

Properties of the Laplace Transform BIG in EXAMS

Properties let you find transforms without directly using Eq. (15.1) — this is their whole purpose.

PropertyTime Domains-DomainMCQ Focus
Linearitya f(t) + b g(t)a F(s) + b G(s)Superposition works
Time Shiftf(t - t₀) u(t - t₀)e-st₀ F(s)Delay = multiply by e-st₀
Frequency Shifteat f(t)F(s - a)Multiply by eat = shift s
1st Derivativef'(t)sF(s) - f(0)Most used property!
2nd Derivativef''(t)s²F(s) - sf(0) - f'(0)Pattern continues
n-th Derivativef(n)(t)sⁿF(s) - sⁿ⁻¹f(0) - ... - f(n-1)(0)All initial conditions
Integration0t f(τ) dτF(s) / sDivision by s
Multiplication by tt f(t)-dF(s)/dsDifferentiate in s
Division by tf(t) / ts F(u) duIntegrate in s
Time Scalingf(at)(1/a) F(s/a)a > 0
Convolutionf(t) * g(t)F(s) G(s)Time convolution = s-multiply
Initial Valuef(0+)lims→∞ s F(s)Start value
Final Valuef(∞)lims→0 s F(s)Steady-state value

Initial & Final Value Theorems COMMON MISTAKE

Initial Value Theorem: f(0+) = lims→∞ s F(s)

Final Value Theorem: f(∞) = lims→0 s F(s)

⚠ WARNING: Final Value Theorem only works if ALL poles of sF(s) are in the left half-plane. If any pole is on the imaginary axis or in the right half-plane, the theorem gives WRONG results (system is unstable or oscillatory).
How to remember: Initial = s→∞ (far away = beginning of time). Final = s→0 (at origin = end of time / steady state).

Gate Function (Rectangular Pulse)

A gate function can be written as the difference of two step functions:

f(t) = u(t - a) - u(t - b)    where    b > a
F(s) = (e-as - e-bs) / s

This uses the time-shift property of the step function.

Inverse Laplace Transform EXAMPLES 6-8

To go from F(s) back to f(t), the standard method is:

  1. Partial Fraction Expansion (PFE): Decompose F(s) into simpler fractions
  2. Match to known pairs: Each fraction maps to a standard transform pair
  3. Result: f(t) is the sum of the inverse transforms

PFE Cases:

  • Simple real roots: F(s) = A/(s-p₁) + B/(s-p₂) + ...
  • Repeated roots: F(s) = A₁/(s-p) + A₂/(s-p)² + ...
  • Complex conjugate roots: F(s) = (As+B)/((s+α)²+β²) — matches damped sine/cosine
Key insight: The denominator tells you what kind of time-domain signal to expect. Poles on real axis → exponentials. Complex conjugate poles → sinusoids.

Examples Covered in Lecture

ExampleTopicWhat You'd Be Asked
1 & 2Basic transforms using definitionApply ∫ f(t)e-st dt directly
3 & 4Gate function (Fig. 15.5)Express as steps, use time-shift property
5Initial & final valuesApply lims→∞ and lims→0
6, 7, 8Inverse Laplace transformPartial fractions + match pairs
💡 THE BIG PICTURE: Laplace transform converts differential equations (hard) into algebraic equations (easy). That's the whole point. Everything else is details.

Practice MCQs

0 / 0
Correct