๐Ÿ”ฆElectrical Circuits and Systems II

Essential Laplace Transform Properties

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

The Laplace transform converts differential equations into algebraic problems you can solve with straightforward algebra. In Electrical Circuits and Systems II, most of your analysis happens in the s-domain, so you need to know which property to reach for when you encounter time delays, derivatives, initial conditions, or system responses.

Every property corresponds to a specific circuit situation. Time-shifting handles delayed signals, differentiation connects to capacitor and inductor relationships, and convolution lets you combine system responses. Don't just memorize formulas. Know when each property applies and what circuit behavior it represents.


Fundamental Algebraic Properties

These properties form the backbone of s-domain manipulation. They let you break apart complex expressions and handle basic transformations you'll use in virtually every circuit problem.

Linearity Property

The Laplace transform obeys superposition. If aa and bb are constants:

L{af(t)+bg(t)}=aF(s)+bG(s)\mathcal{L}\{af(t) + bg(t)\} = aF(s) + bG(s)

In circuits, this means you can analyze complex inputs by decomposing them into simpler components and summing the individual responses. On exams, always check whether you can break a complicated signal into known transform pairs before attempting anything more involved.

Common Transform Pairs

These are the building blocks for partial fraction expansion and inverse transforms. Memorize them:

  • Unit step: L{u(t)}=1s\mathcal{L}\{u(t)\} = \frac{1}{s}
  • Exponential: L{eat}=1sโˆ’a\mathcal{L}\{e^{at}\} = \frac{1}{s-a}
  • Power function: L{tn}=n!sn+1\mathcal{L}\{t^n\} = \frac{n!}{s^{n+1}}
  • Sine: L{sinโก(ฯ‰t)}=ฯ‰s2+ฯ‰2\mathcal{L}\{\sin(\omega t)\} = \frac{\omega}{s^2 + \omega^2}
  • Cosine: L{cosโก(ฯ‰t)}=ss2+ฯ‰2\mathcal{L}\{\cos(\omega t)\} = \frac{s}{s^2 + \omega^2}

The sinusoidal pairs show up constantly in AC analysis. If you know these cold, partial fraction decomposition becomes much faster.

Compare: Linearity vs. Convolution. Both involve combining functions, but linearity handles addition of signals while convolution handles multiplication of system responses. If a problem gives you multiple inputs to a single system, think linearity. If it asks about cascaded systems, think convolution.


Time-Domain Manipulation Properties

These properties handle what happens when signals are shifted, stretched, or compressed in time. They're critical for analyzing delayed responses and systems operating at different speeds.

Time-Shifting Property

L{f(tโˆ’t0)โ€‰u(tโˆ’t0)}=eโˆ’st0F(s)\mathcal{L}\{f(t-t_0)\,u(t-t_0)\} = e^{-st_0}F(s)

The exponential eโˆ’st0e^{-st_0} encodes the delay. Notice the unit step u(tโˆ’t0)u(t-t_0) that must multiply the shifted function. It ensures the signal is zero before the delay. Forgetting this unit step is one of the most common exam mistakes.

Circuit application: switching events, pulsed inputs, and any signal that turns on after t=0t = 0.

Time-Scaling Property

L{f(at)}=1aF(sa),a>0\mathcal{L}\{f(at)\} = \frac{1}{a}F\left(\frac{s}{a}\right), \quad a > 0

There's an inverse relationship here: compressing a signal in time (larger aa) expands its frequency content and reduces the amplitude by 1a\frac{1}{a}. You'll see this when comparing systems operating at different clock speeds or analyzing scaled prototype circuits.

Compare: Time-Shifting vs. Frequency-Shifting. Time-shifting multiplies by eโˆ’st0e^{-st_0} in the s-domain, while frequency-shifting replaces ss with sโˆ’as-a. Both involve exponentials, but time-shifting modifies the transform, while frequency-shifting modifies the variable.


Frequency-Domain Shifting

This property handles exponentially growing or decaying signals, which makes it essential for analyzing damped oscillations and unstable systems.

Frequency-Shifting Property

L{eatf(t)}=F(sโˆ’a)\mathcal{L}\{e^{at}f(t)\} = F(s-a)

Multiplying by eate^{at} in the time domain shifts the entire transform by aa along the s-axis. Damped sinusoids like eโˆ’ฮฑtcosโก(ฯ‰t)e^{-\alpha t}\cos(\omega t) become straightforward: take the cosine transform and replace ss with s+ฮฑs+\alpha.

From a pole perspective, this property explains why multiplying by eate^{at} shifts poles in the complex plane, directly affecting system stability.


Calculus Operations in the S-Domain

These are the workhorses of circuit analysis. They convert differential equations into algebraic ones by translating derivatives and integrals into operations on ss.

Differentiation Property

First derivative:

L{fโ€ฒ(t)}=sF(s)โˆ’f(0โˆ’)\mathcal{L}\{f'(t)\} = sF(s) - f(0^-)

Here f(0โˆ’)f(0^-) is the initial condition evaluated just before t=0t = 0. Each additional derivative adds a power of ss and brings in another initial condition term:

L{fโ€ฒโ€ฒ(t)}=s2F(s)โˆ’sf(0โˆ’)โˆ’fโ€ฒ(0โˆ’)\mathcal{L}\{f''(t)\} = s^2F(s) - sf(0^-) - f'(0^-)

Circuit connection: This is exactly why the inductor voltage relationship vL=Ldidtv_L = L\frac{di}{dt} transforms to VL(s)=sLI(s)โˆ’Li(0โˆ’)V_L(s) = sLI(s) - Li(0^-). The โˆ’Li(0โˆ’)-Li(0^-) term represents the energy already stored in the inductor.

Integration Property

L{โˆซ0tf(ฯ„)โ€‰dฯ„}=F(s)s\mathcal{L}\left\{\int_0^t f(\tau)\,d\tau\right\} = \frac{F(s)}{s}

Division by ss in the frequency domain corresponds to integration in time. This is the inverse of the differentiation relationship.

Circuit connection: The capacitor voltage vC=1Cโˆซiโ€‰dtv_C = \frac{1}{C}\int i\,dt transforms cleanly using this property, giving you VC(s)=I(s)sCV_C(s) = \frac{I(s)}{sC} (plus any initial voltage term).

Compare: Differentiation multiplies by ss (and subtracts initial conditions), while integration divides by ss. On exams, watch for problems that give you F(s)s\frac{F(s)}{s} and expect you to recognize it as an integrated signal.


System Analysis Properties

These properties let you extract system behavior without solving for the complete response. They're perfect for quick checks and understanding limiting behavior.

Initial and Final Value Theorems

Initial value:

f(0+)=limโกsโ†’โˆžsF(s)f(0^+) = \lim_{s \to \infty} sF(s)

This gives you the starting point of a response directly from the transform.

Final value:

f(โˆž)=limโกsโ†’0sF(s)f(\infty) = \lim_{s \to 0} sF(s)

This gives you the steady-state value, but only if all poles of sF(s)sF(s) have negative real parts (i.e., the system is stable and the response actually settles). Applying the final value theorem to an oscillatory or unstable system gives a meaningless result. Always check pole locations first.

Convolution Property

L{f(t)โˆ—g(t)}=F(s)G(s)\mathcal{L}\{f(t) * g(t)\} = F(s)G(s)

The โˆ—* here denotes convolution, not multiplication. Physically, the output of a system with impulse response h(t)h(t) driven by input x(t)x(t) is y(t)=h(t)โˆ—x(t)y(t) = h(t) * x(t), so in the s-domain: Y(s)=H(s)X(s)Y(s) = H(s)X(s).

This is why cascaded systems have transfer functions that simply multiply together. A difficult time-domain convolution integral becomes straightforward multiplication in ss.

Compare: Both the initial and final value theorems use sF(s)sF(s), but the initial value theorem takes sโ†’โˆžs \to \infty while the final value theorem takes sโ†’0s \to 0. The final value theorem has restrictions (stable systems only); the initial value theorem works for any proper transform.


Periodic Signal Analysis

This property handles signals that repeat, which is essential for AC steady-state analysis and any cyclical input.

Laplace Transform of Periodic Functions

For a signal with period TT:

L{f(t)}=11โˆ’eโˆ’sTโˆซ0Teโˆ’stf(t)โ€‰dt\mathcal{L}\{f(t)\} = \frac{1}{1-e^{-sT}}\int_0^T e^{-st}f(t)\,dt

You only need to integrate over one period. The factor 11โˆ’eโˆ’sT\frac{1}{1-e^{-sT}} accounts for the infinite repetition of the signal.

While phasor analysis is often simpler for sinusoidal steady-state problems, this property handles any periodic waveform, including square waves and sawtooth signals that phasors can't easily address.


Quick Reference Table

ConceptBest Properties to Use
Breaking apart complex signalsLinearity, Common Transform Pairs
Delayed or switched inputsTime-Shifting Property
Damped oscillationsFrequency-Shifting Property
Converting differential equationsDifferentiation Property, Integration Property
Finding steady-state without full solutionFinal Value Theorem
Finding initial responseInitial Value Theorem
Cascaded systems / transfer functionsConvolution Property
AC and repetitive signalsPeriodic Functions Property

Self-Check Questions

  1. A signal x(t)x(t) is delayed by 3 seconds. What factor appears in its Laplace transform, and what additional function must multiply x(tโˆ’3)x(t-3) in the time domain?

  2. You're given F(s)=5(s+2)(s+3)F(s) = \frac{5}{(s+2)(s+3)}. Which theorem would you use to find the steady-state value of f(t)f(t) without computing the inverse transform? What condition must you verify first?

  3. Compare the differentiation and integration properties: if differentiation multiplies by ss, what operation does integration perform? How do initial conditions appear differently in each?

  4. A problem asks you to find the output of two cascaded systems with transfer functions H1(s)H_1(s) and H2(s)H_2(s). Which property justifies writing Y(s)=H1(s)H2(s)X(s)Y(s) = H_1(s)H_2(s)X(s), and what time-domain operation does this multiplication replace?

  5. You need to transform eโˆ’3tcosโก(4t)โ€‰u(t)e^{-3t}\cos(4t)\,u(t). Which two properties would you combine, and what is the resulting transform? Hint: start with the transform of cosโก(4t)\cos(4t) and apply frequency-shifting.