👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Electrical Circuits
Study mode

Steady State AC Analysis

Introduction to Steady State AC Analysis

Alternating Current (AC) circuits are fundamental in electrical engineering, especially for power systems and electronics. Unlike Direct Current (DC), where voltage and current are constant, AC signals vary sinusoidally with time. Understanding the behavior of circuits under AC excitation requires special techniques.

When an AC circuit is energized, its response has two parts: the transient response and the steady state response. The transient response occurs immediately after the circuit is switched on and involves changing voltages and currents that eventually die out. The steady state response is the long-term behavior after these transients have settled, where voltages and currents vary sinusoidally at the same frequency as the source.

Steady state AC analysis focuses on this long-term sinusoidal behavior. It simplifies circuit analysis by using phasor representation and complex impedances, turning differential equations into algebraic ones. This approach is essential for solving practical problems efficiently, especially in competitive exams where time and accuracy are critical.

In this chapter, we will build from the basics of sinusoidal sources and phasors to advanced techniques like mesh and nodal analysis in AC circuits. We will also explore power calculations, resonance, and three-phase systems, all with clear examples and problem-solving strategies.

Phasor Representation

Consider a sinusoidal voltage source given by

\( v(t) = V_m \sin(\omega t + \phi) \)

where:

  • \( V_m \) is the peak voltage (maximum amplitude)
  • \( \omega = 2 \pi f \) is the angular frequency in radians per second, with \( f \) in hertz (Hz)
  • \( \phi \) is the phase angle in radians, indicating the initial phase at \( t=0 \)

Analyzing circuits directly in the time domain with sinusoidal functions is cumbersome because of the trigonometric functions and derivatives involved. To simplify this, we use phasor representation.

A phasor is a complex number representing the magnitude and phase of a sinusoidal quantity, rotating in the complex plane at angular frequency \( \omega \). The sinusoidal function can be viewed as the projection of this rotating vector onto the real axis.

Thus, the voltage \( v(t) \) corresponds to a phasor \( \underline{V} \) defined as

\( \underline{V} = V_m \angle \phi \)

where \( V_m \) is the magnitude and \( \phi \) is the phase angle.

Phasor \( \underline{V} \) Projection \( v(t) \) 0 Real Axis Imag Axis

Why use phasors? Because they convert differential equations into algebraic equations by representing sinusoidal signals as complex numbers. This makes circuit analysis much simpler and faster.

Impedance and Admittance

In DC circuits, resistors oppose current flow by a fixed amount called resistance \( R \). In AC circuits, inductors and capacitors also oppose current, but their opposition depends on frequency and is called reactance.

To analyze AC circuits easily, we combine resistance and reactance into a single complex quantity called impedance, denoted by \( Z \). Impedance relates the phasor voltage \( \underline{V} \) and phasor current \( \underline{I} \) as

\( \underline{V} = Z \underline{I} \)

Similarly, admittance \( Y \) is the reciprocal of impedance, representing how easily current flows:

\( Y = \frac{1}{Z} \)

Let's summarize the impedance and admittance of basic circuit elements:

Element Impedance \( Z \) Admittance \( Y = \frac{1}{Z} \) Notes
Resistor (R) \( Z_R = R \) \( Y_R = \frac{1}{R} \) Purely real, frequency independent
Inductor (L) \( Z_L = j \omega L \) \( Y_L = \frac{1}{j \omega L} = -j \frac{1}{\omega L} \) Inductive reactance increases with frequency
Capacitor (C) \( Z_C = \frac{1}{j \omega C} = -j \frac{1}{\omega C} \) \( Y_C = j \omega C \) Capacitive reactance decreases with frequency

Important: The symbol \( j \) represents the imaginary unit, where \( j^2 = -1 \). In electrical engineering, \( j \) is used instead of \( i \) to avoid confusion with current.

Mesh and Nodal Analysis in AC Circuits

Mesh and nodal analysis are systematic methods to solve circuits by writing equations based on Kirchhoff's laws. In AC steady state, these methods use phasors and complex impedances instead of time-domain voltages and currents.

The general procedure is:

graph TD    A[Start: Identify AC circuit] --> B[Convert all sources to phasors]    B --> C[Replace circuit elements with their impedances]    C --> D[Choose mesh currents or node voltages]    D --> E[Write Kirchhoff's Voltage or Current Equations using complex numbers]    E --> F[Solve simultaneous equations for unknown phasors]    F --> G[Convert phasors back to time domain if needed]    G --> H[Analyze results: magnitude, phase, power]

Using this approach, even complex AC circuits become manageable algebraic problems. Remember to keep track of magnitudes and angles carefully.

Power in AC Circuits

Power in AC circuits is more complex than in DC circuits because voltage and current are sinusoidal and may not be in phase. Three types of power are important:

  • Real Power (P): The average power actually consumed or delivered, measured in watts (W).
  • Reactive Power (Q): Power that oscillates between source and reactive elements (inductors and capacitors), measured in volt-amperes reactive (VAR).
  • Apparent Power (S): The product of RMS voltage and current, combining both real and reactive power, measured in volt-amperes (VA).

These are related by the power triangle, where real power is the adjacent side, reactive power the opposite side, and apparent power the hypotenuse.

P (Real Power) Q (Reactive Power) S (Apparent Power) φ

The power factor (PF) is defined as

\( \text{PF} = \cos \phi = \frac{P}{|S|} \)

where \( \phi \) is the phase angle between voltage and current phasors. A power factor close to 1 means efficient power usage, while lower values indicate more reactive power.

Key Concept

Phasor Representation

Transforms sinusoidal time domain signals into complex vectors for easy AC circuit analysis.

Formula Bank

Formula Bank

Phasor Representation
\[ V(t) = V_m \sin(\omega t + \phi) \leftrightarrow \underline{V} = V_m \angle \phi \]
where: \( V_m \) = peak voltage, \( \omega \) = angular frequency, \( \phi \) = phase angle
Impedance of Resistor
\[ Z_R = R \]
where: \( R \) = resistance (Ω)
Impedance of Inductor
\[ Z_L = j \omega L \]
where: \( L \) = inductance (H), \( \omega \) = angular frequency (rad/s)
Impedance of Capacitor
\[ Z_C = \frac{1}{j \omega C} = -j \frac{1}{\omega C} \]
where: \( C \) = capacitance (F), \( \omega \) = angular frequency (rad/s)
Total Impedance in Series
\[ Z_{total} = Z_1 + Z_2 + \cdots + Z_n \]
where: \( Z_i \) = individual impedances
Total Admittance in Parallel
\[ Y_{total} = Y_1 + Y_2 + \cdots + Y_n \]
where: \( Y_i \) = individual admittances
Apparent Power
\[ S = V_{rms} I_{rms}^* = P + jQ \]
where: \( V_{rms} \) = RMS voltage, \( I_{rms}^* \) = complex conjugate of RMS current, \( P \) = real power (W), \( Q \) = reactive power (VAR)
Power Factor
\[ \text{PF} = \cos \phi = \frac{P}{|S|} \]
where: \( \phi \) = phase angle between voltage and current
Resonant Frequency (Series RLC)
\[ \omega_0 = \frac{1}{\sqrt{LC}} \]
where: \( L \) = inductance (H), \( C \) = capacitance (F)
Power in Balanced Three Phase System
\[ P = \sqrt{3} V_L I_L \cos \phi \]
where: \( V_L \) = line voltage (V), \( I_L \) = line current (A), \( \phi \) = power factor angle

Worked Examples

Example 1: Calculate Current in a Series RL Circuit Easy
A series RL circuit consists of a resistor \( R = 50\,\Omega \) and an inductor \( L = 0.2\,H \). It is connected to an AC voltage source \( v(t) = 100 \sin(314 t) \) V. Calculate the magnitude and phase angle of the current flowing through the circuit.

Step 1: Identify the angular frequency \( \omega = 314 \, \text{rad/s} \) (since \( v(t) = 100 \sin(314 t) \)).

Step 2: Calculate the inductive reactance \( X_L = \omega L = 314 \times 0.2 = 62.8\,\Omega \).

Step 3: Find the total impedance \( Z = R + j X_L = 50 + j 62.8 \, \Omega \).

Step 4: Calculate the magnitude of impedance:

\( |Z| = \sqrt{50^2 + 62.8^2} = \sqrt{2500 + 3943.84} = \sqrt{6443.84} \approx 80.3\,\Omega \)

Step 5: Calculate the phase angle of impedance:

\( \theta = \tan^{-1} \left( \frac{62.8}{50} \right) = \tan^{-1}(1.256) \approx 51.6^\circ \)

Step 6: Convert source voltage to phasor form: \( \underline{V} = 100 \angle 0^\circ \) V (peak value).

Step 7: Calculate current phasor magnitude:

\( I_m = \frac{V_m}{|Z|} = \frac{100}{80.3} = 1.245\,A \)

Step 8: Current phase angle lags voltage by \( \theta \), so

\( \underline{I} = 1.245 \angle -51.6^\circ \, A \)

Answer: The current magnitude is approximately \( 1.25\,A \) and lags the voltage by \( 51.6^\circ \).

Example 2: Nodal Analysis of an AC Circuit with R, L, and C Medium
Consider the circuit with a sinusoidal voltage source \( V_s = 120 \angle 0^\circ \, V \) connected to three elements in parallel: \( R = 40\,\Omega \), \( L = 0.1\,H \), and \( C = 50\,\mu F \). The frequency is \( f = 50\,Hz \). Find the voltage at the node connecting these elements and the source.

Step 1: Calculate angular frequency \( \omega = 2 \pi f = 2 \pi \times 50 = 314 \, \text{rad/s} \).

Step 2: Calculate impedances:

  • \( Z_R = 40\,\Omega \)
  • \( Z_L = j \omega L = j \times 314 \times 0.1 = j31.4\,\Omega \)
  • \( Z_C = \frac{1}{j \omega C} = \frac{1}{j \times 314 \times 50 \times 10^{-6}} = -j63.7\,\Omega \)

Step 3: Calculate admittances \( Y = \frac{1}{Z} \):

  • \( Y_R = \frac{1}{40} = 0.025\,S \)
  • \( Y_L = \frac{1}{j31.4} = -j0.03185\,S \)
  • \( Y_C = \frac{1}{-j63.7} = j0.0157\,S \)

Step 4: Calculate total admittance:

\( Y_{total} = Y_R + Y_L + Y_C = 0.025 - j0.03185 + j0.0157 = 0.025 - j0.01615\,S \)

Step 5: Calculate magnitude and phase of \( Y_{total} \):

\( |Y_{total}| = \sqrt{0.025^2 + (-0.01615)^2} = \sqrt{0.000625 + 0.000261} = \sqrt{0.000886} = 0.0298\,S \)

\( \theta_Y = \tan^{-1} \left( \frac{-0.01615}{0.025} \right) = -32.9^\circ \)

Step 6: Calculate node voltage \( \underline{V} \) using source voltage \( \underline{V_s} = 120 \angle 0^\circ \, V \) and total admittance:

\( \underline{I} = Y_{total} \underline{V} \Rightarrow \underline{V} = \frac{\underline{I}}{Y_{total}} \)

Since source voltage is applied directly, node voltage is \( \underline{V} = 120 \angle 0^\circ \, V \).

Answer: The node voltage is \( 120 \angle 0^\circ \, V \). The total admittance magnitude is \( 0.0298\,S \) with phase angle \( -32.9^\circ \).

Example 3: Power Factor Correction Using Capacitors Medium
A factory has an inductive load consuming 50 kW at a power factor of 0.6 lagging on a 400 V, 50 Hz supply. Calculate the capacitance required to improve the power factor to 0.9 lagging.

Step 1: Calculate the initial reactive power \( Q_1 \):

Given real power \( P = 50\,kW \), initial power factor \( \text{PF}_1 = 0.6 \),

\( \cos \phi_1 = 0.6 \Rightarrow \phi_1 = \cos^{-1}(0.6) = 53.13^\circ \)

Reactive power:

\( Q_1 = P \tan \phi_1 = 50 \times \tan 53.13^\circ = 50 \times 1.333 = 66.65\,kVAR \)

Step 2: Calculate reactive power after correction \( Q_2 \):

Desired power factor \( \text{PF}_2 = 0.9 \),

\( \phi_2 = \cos^{-1}(0.9) = 25.84^\circ \)

Reactive power:

\( Q_2 = P \tan \phi_2 = 50 \times \tan 25.84^\circ = 50 \times 0.484 = 24.2\,kVAR \)

Step 3: Capacitive reactive power needed:

\( Q_c = Q_1 - Q_2 = 66.65 - 24.2 = 42.45\,kVAR \)

Step 4: Calculate required capacitance \( C \):

Supply voltage \( V = 400\,V \) (line-to-line RMS), convert to phase voltage for star connection:

\( V_{ph} = \frac{400}{\sqrt{3}} = 230.94\,V \)

Capacitive reactive power formula:

\( Q_c = 3 V_{ph}^2 \omega C \Rightarrow C = \frac{Q_c}{3 V_{ph}^2 \omega} \)

Angular frequency \( \omega = 2 \pi f = 2 \pi \times 50 = 314\,rad/s \)

Calculate \( C \):

\( C = \frac{42,450}{3 \times (230.94)^2 \times 314} = \frac{42,450}{3 \times 53334 \times 314} \approx \frac{42,450}{50,250,000} = 8.45 \times 10^{-4} F = 845 \mu F \)

Answer: A capacitor of approximately \( 845 \mu F \) is required for power factor correction.

Example 4: Resonance Frequency Calculation in Series RLC Circuit Hard
A series RLC circuit has \( R = 10\,\Omega \), \( L = 0.05\,H \), and \( C = 100\,\mu F \). Calculate the resonant frequency and the impedance at resonance.

Step 1: Calculate resonant angular frequency \( \omega_0 \):

\( \omega_0 = \frac{1}{\sqrt{LC}} = \frac{1}{\sqrt{0.05 \times 100 \times 10^{-6}}} = \frac{1}{\sqrt{5 \times 10^{-6}}} = \frac{1}{2.236 \times 10^{-3}} = 447.2\,rad/s \)

Step 2: Convert to frequency \( f_0 \):

\( f_0 = \frac{\omega_0}{2 \pi} = \frac{447.2}{6.283} = 71.2\,Hz \)

Step 3: Calculate impedance at resonance:

At resonance, inductive reactance equals capacitive reactance, so they cancel out:

\( X_L = X_C \Rightarrow Z = R = 10\,\Omega \)

Answer: The resonant frequency is approximately \( 71.2\,Hz \), and the impedance at resonance is purely resistive \( 10\,\Omega \).

Example 5: Three Phase Balanced Load Power Calculation Hard
A balanced three-phase star-connected load draws a line current of \( 20\,A \) from a \( 415\,V \) line-to-line supply with a power factor of 0.8 lagging. Calculate the total real power consumed.

Step 1: Identify given values:

  • Line current \( I_L = 20\,A \)
  • Line voltage \( V_L = 415\,V \)
  • Power factor \( \text{PF} = 0.8 \)

Step 2: Use the formula for total real power in balanced three-phase system:

\( P = \sqrt{3} V_L I_L \cos \phi \)

Calculate \( P \):

\( P = 1.732 \times 415 \times 20 \times 0.8 = 1.732 \times 415 \times 16 = 1.732 \times 6640 = 11,492\,W \approx 11.5\,kW \)

Answer: The total real power consumed is approximately \( 11.5\,kW \).

Tips & Tricks

Tip: Always convert time domain sinusoidal signals to phasors before analysis.

When to use: To simplify calculations in steady state AC circuit problems.

Tip: Use \( j \)-operator algebra carefully when adding impedances.

When to use: When combining inductive and capacitive reactances to avoid sign errors.

Tip: Remember that capacitive reactance decreases with frequency, inductive reactance increases.

When to use: To quickly estimate circuit behavior at different frequencies.

Tip: For power factor correction, add capacitors in parallel to inductive loads.

When to use: When improving power factor in industrial or residential circuits.

Tip: Use the power triangle to visualize relationships between real, reactive, and apparent power.

When to use: To understand power factor and reactive power concepts intuitively.

Common Mistakes to Avoid

❌ Confusing impedance magnitude with resistance
✓ Calculate magnitude of complex impedance as \( |Z| = \sqrt{R^2 + X^2} \)
Why: Students often ignore the reactive component and treat impedance as purely resistive, leading to incorrect current and phase calculations.
❌ Forgetting to use RMS values for power calculations
✓ Always use RMS voltage and current values when calculating power.
Why: Using peak values leads to overestimation of power by a factor of \(\sqrt{2}\).
❌ Incorrect sign of capacitive reactance
✓ Remember that capacitive reactance is negative imaginary: \( Z_C = -j \frac{1}{\omega C} \).
Why: Misunderstanding leads to wrong phasor addition and phase angle errors.
❌ Mixing time domain and phasor domain quantities
✓ Convert all sinusoidal signals to phasors before performing circuit analysis.
Why: Directly adding time domain signals with different phases causes errors and invalid results.
❌ Ignoring phase angles in power factor calculations
✓ Include phase difference between voltage and current to find true power factor.
Why: Neglecting phase angle results in wrong power factor and power values, affecting system efficiency analysis.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Steady State AC Analysis · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.