Network Analysis

Frequency Domain Analysis - Complete Step-by-Step Guide

Frequency domain analysis studies how a circuit responds when frequency changes. Instead of watching voltage and current only in time, we study magnitude, phase, impedance, resonance, and filter behavior across frequency.

1. What is Frequency Domain Analysis?

Frequency domain analysis examines a circuit using sinusoidal excitation and asks how the circuit behaves at each frequency. The response is described with magnitude, phase, and impedance instead of only raw time variation.

Key idea: any time-varying signal can be built from sinusoids, and a circuit reacts differently to each sinusoidal frequency.

2. Why Frequency Domain?

Time domain

  • Differential equations become lengthy.
  • Phase relationships are harder to see directly.
  • Frequency-selective behavior is not obvious.

Frequency domain

  • Differential equations become algebraic.
  • Phase and magnitude are visible immediately.
  • Filters and resonance are much easier to understand.

Used in:

  • AC circuit analysis
  • Filters
  • Communication systems
  • Signal processing

3. Sinusoidal Signals and Phasors

v(t) = Vm sin(omega t + theta)

  • Vm is the amplitude.
  • omega = 2 pi f is the angular frequency.
  • theta is the phase angle.
Time signalfrequency domainWhat changes?magnitudephaseimpedanceresonancefilter response

Animated explanation

How the viewpoint changes

In time domain we follow waveform shape directly. In frequency domain we ask how strongly the circuit responds at each frequency and how much phase shift appears.

  • Sinusoids are the foundation of the method.
  • Phasors replace calculus with algebra.
  • Impedance tells how each element reacts to frequency.

4. Impedance: The Core Concept

Resistor

ZR = R

Inductor

ZL = j omega L

Capacitor

ZC = 1 / j omega C

Insight: inductive impedance grows with frequency, while capacitive impedance falls with frequency.

5. Circuit in Frequency Domain

In frequency domain, reactive elements are replaced by their impedances. That lets us solve the circuit using the same familiar laws, but with complex quantities.

  • Replace L by j omega L.
  • Replace C by 1 / j omega C.
  • Keep R unchanged.

6. Ohm's Law and Kirchhoff's Laws

V = IZ

  • Ohm's law keeps the same form.
  • KCL still applies at every node.
  • KVL still applies around every loop.
  • The difference is that the quantities are complex numbers or phasors.

7. RLC Series Circuit Analysis

Series RLC in frequency domain

Z = R + j omega L + 1 / j omega C

I = V / Z

|Z| = sqrt(R^2 + (XL - XC)^2)

  • XL = omega L increases with frequency.
  • XC = 1 / omega C decreases with frequency.
  • Resonance happens when XL and XC become equal.
frequencycurrentresonance peakomega0

8. Resonance

XL = XC

omega0 = 1 / sqrt(LC)

  • At resonance, impedance becomes purely resistive.
  • The current reaches its maximum value in a series RLC circuit.
  • The power factor becomes 1.

9. Power in AC Circuits

Instantaneous power

p(t) = v(t)i(t)

Average power

P = VI cos theta

Power factor

cos theta = R / Z

10. Frequency Response

Frequency response tells how output changes as frequency changes. This is the language of filters, bandwidth, resonance, and many signal-processing systems.

frequencygainLow-pass

Frequency response

Frequency response tells us how the output magnitude changes as input frequency changes.

Low-pass filter

Passes low frequencies and attenuates high frequencies.

High-pass filter

Blocks low frequencies and passes high frequencies.

Band-pass filter

Passes a band around a chosen center frequency.

11. Physical Interpretation

  • At low frequency, a capacitor behaves closer to an open circuit.
  • At low frequency, an inductor behaves closer to a short circuit.
  • At high frequency, a capacitor behaves closer to a short circuit.
  • At high frequency, an inductor behaves closer to an open circuit.

12. Example Problem

  • R = 10 ohm
  • L = 0.1 H
  • f = 50 Hz

omega = 2 pi f = 314 rad/s approximately

XL = omega L = 31.4 ohm

Z = 10 + j31.4

|Z| = sqrt(10^2 + 31.4^2)

Once impedance magnitude is known, the current can be found directly from I = V / Z.

13. Common Mistakes

  • Ignoring phase while comparing voltage and current.
  • Using the wrong sign for inductive or capacitive impedance.
  • Mixing time-domain equations with frequency-domain equations in the same step.

14. Final Summary

Frequency domain analysis converts time-varying circuit behavior into an algebraic form using phasors and impedance, making AC analysis, resonance, and filter behavior far easier to study.