**Definition**: An **alternating voltage (AC)** is a potential difference that varies sinusoidally with time, represented as:
$$v = v_m \sin(\omega t)$$
where $v_m$ is the **peak/amplitude voltage** and $\omega$ is the **angular frequency** (rad/s).
**Current in a Pure Resistor**:
When AC voltage is applied across a resistor, applying Kirchhoff's loop rule:
$$v = iR$$
$$v_m \sin(\omega t) = iR$$
$$i = i_m \sin(\omega t)$$
where $i_m = \frac{v_m}{R}$ (Ohm's law holds for AC as well).
**Key Point**: In a **pure resistor, voltage and current are in phase** — they reach maximum, minimum, and zero values simultaneously. Phase angle = 0°.
**Instantaneous Power**:
$$p = i^2 R = i_m^2 R \sin^2(\omega t)$$
**Average Power over One Cycle**:
$$\bar{P} = i_m^2 R \langle \sin^2(\omega t) \rangle$$
Using the trigonometric identity $\sin^2(\omega t) = \frac{1}{2}(1 - \cos 2\omega t)$ and noting that $\langle \cos 2\omega t \rangle = 0$:
$$\langle \sin^2(\omega t) \rangle = \frac{1}{2}$$
$$\bar{P} = \frac{1}{2} i_m^2 R$$
The **RMS current** is defined as:
$$I = \frac{i_m}{\sqrt{2}} = 0.707 \, i_m$$
The **RMS voltage** is defined as:
$$V = \frac{v_m}{\sqrt{2}} = 0.707 \, v_m$$
**Physical Meaning**: The RMS value is the **equivalent DC current/voltage that produces the same average power** as the AC current/voltage.
**Average Power in terms of RMS values**:
$$\bar{P} = I^2 R = \frac{V^2}{R} = VI$$
This is identical to DC power formulas, showing why RMS values are preferred.
**Real-life Example**: Household mains supply rated at 220 V is an RMS value. The peak voltage is:
$$v_m = \sqrt{2} \times 220 = 311 \text{ V}$$
**Example 7.1 Working**:
---
**Definition**: A **phasor** is a rotating vector that rotates about the origin with angular speed $\omega$. The vertical component of a phasor at any instant represents the instantaneous value of the sinusoidally varying quantity.
**Key Properties**:
**Advantages of Phasor Representation**:
**For a Pure Resistor**: Voltage and current phasors are aligned in the **same direction** (phase angle = 0°), confirming they are in phase.
---
**Definition**: A **pure inductor** is an ideal coil with inductance L but negligible resistance.
Applying Kirchhoff's loop rule to a circuit with inductor and AC source:
$$v - L\frac{di}{dt} = 0$$
$$L\frac{di}{dt} = v_m \sin(\omega t)$$
$$\frac{di}{dt} = \frac{v_m}{L} \sin(\omega t)$$
**Integrating to find current**:
$$i = \int \frac{v_m}{L} \sin(\omega t) \, dt = -\frac{v_m}{\omega L} \cos(\omega t)$$
Using the identity $-\cos(\omega t) = \sin(\omega t - \frac{\pi}{2})$:
$$i = i_m \sin(\omega t - \frac{\pi}{2})$$
where $i_m = \frac{v_m}{\omega L}$
**Key Observation**: **In an inductor, current lags voltage by $\pi/2$ or 90°** — current reaches its peak one-quarter period after voltage.
**Definition**: **Inductive reactance** ($X_L$) is the effective "resistance" offered by an inductor to AC current:
$$X_L = \omega L$$
**Formula for Current Amplitude**:
$$i_m = \frac{v_m}{X_L}$$
**Properties**:
**Instantaneous Power**:
$$p = iv = i_m \sin(\omega t - \frac{\pi}{2}) \times v_m \sin(\omega t)$$
$$p = -i_m v_m \cos(\omega t) \sin(\omega t) = -\frac{i_m v_m}{2} \sin(2\omega t)$$
**Average Power**:
$$\bar{P}_L = \left\langle -\frac{i_m v_m}{2} \sin(2\omega t) \right\rangle = 0$$
**Important Conclusion**: **An ideal inductor consumes ZERO average power**. It stores energy during one quarter-cycle and returns it during the next quarter-cycle.
**Example 7.2 Working**:
---
**Definition**: A **pure capacitor** is an ideal capacitor with capacitance C but no resistance or inductance.
For a capacitor: $v = \frac{q}{C}$
Applying Kirchhoff's loop rule:
$$v_m \sin(\omega t) = \frac{q}{C}$$
$$q = Cv_m \sin(\omega t)$$
**Current** is the rate of charge flow:
$$i = \frac{dq}{dt} = Cv_m \omega \cos(\omega t)$$
Using the identity $\cos(\omega t) = \sin(\omega t + \frac{\pi}{2})$:
$$i = i_m \sin(\omega t + \frac{\pi}{2})$$
where $i_m = \omega C v_m$
**Key Observation**: **In a capacitor, current leads voltage by $\pi/2$ or 90°** — current reaches its peak one-quarter period before voltage.
**Definition**: **Capacitive reactance** ($X_C$) is the effective "resistance" offered by a capacitor to AC current:
$$X_C = \frac{1}{\omega C}$$
**Formula for Current Amplitude**:
$$i_m = \frac{v_m}{X_C}$$
**Properties**:
**Instantaneous Power**:
$$p = iv = i_m \sin(\omega t + \frac{\pi}{2}) \times v_m \sin(\omega t)$$
$$p = i_m v_m \cos(\omega t) \sin(\omega t) = \frac{i_m v_m}{2} \sin(2\omega t)$$
**Average Power**:
$$\bar{P}_C = \left\langle \frac{i_m v_m}{2} \sin(2\omega t) \right\rangle = 0$$
**Important Conclusion**: **A capacitor consumes ZERO average power**, similar to an inductor.
**Example 7.4 Working**:
**Example 7.3 Insight**: A capacitor in series with a lamp and connected to DC source: lamp does **not glow** (capacitor blocks DC). With AC source: lamp **glows** (capacitor allows AC current). Reducing capacitance increases $X_C$, decreasing current and brightness.
---
**Circuit Description**: Resistor (R), Inductor (L), and Capacitor (C) connected in series with an AC source.
Applying Kirchhoff's loop rule to a series LCR circuit:
$$v = L\frac{di}{dt} + iR + \frac{q}{C}$$
Since $i = \frac{dq}{dt}$:
$$v_m \sin(\omega t) = L\frac{d^2q}{dt^2} + R\frac{dq}{dt} + \frac{q}{C}$$
Or in terms of current:
$$v_m \sin(\omega t) = L\frac{di}{dt} + iR + \frac{q}{C}$$
**Solution Form**: The steady-state current is:
$$i = i_m \sin(\omega t + \phi)$$
where $\phi$ is the **phase angle** between voltage and current.
Since current is the same throughout the series circuit, we take **current as reference** and plot phasors for:
1. **Voltage across Resistor** ($V_R$):
2. **Voltage across Inductor** ($V_L$):
3. **Voltage across Capacitor** ($V_C$):
**Net Reactance**:
$$X = X_L - X_C = \omega L - \frac{1}{\omega C}$$
**Impedance** (Z):
Total opposition to AC current, combining resistance and reactance:
$$Z = \sqrt{R^2 + (X_L - X_C)^2} = \sqrt{R^2 + X^2}$$
**RMS Current Amplitude**:
$$I = \frac{V}{Z}$$
$$I = \frac{V}{\sqrt{R^2 + (\omega L - \frac{1}{\omega C})^2}}$$
**Phase Angle** (between voltage and current):
$$\tan(\phi) = \frac{X_L - X_C}{R} = \frac{\omega L - \frac{1}{\omega C}}{R}$$
**Interpretation of Phase Angle**:
From phasor diagram, the total applied voltage is:
$$V_m = \sqrt{V_R^2 + (V_L - V_C)^2}$$
$$V_m = i_m \sqrt{R^2 + (X_L - X_C)^2}$$
$$V_m = i_m Z$$
$$v_m = \sqrt{(iR)^2 + (X_L - X_C)^2}$$
---
**Definition**: **Resonance** occurs when the impedance is minimum and current is maximum.
At resonance, the net reactance is zero:
$$X_L - X_C = 0$$
$$\omega_r L = \frac{1}{\omega_r C}$$
$$\omega_r^2 = \frac{1}{LC}$$
**Resonant Angular Frequency**:
$$\omega_r = \frac{1}{\sqrt{LC}}$$
**Resonant Frequency** (in Hz):
$$f_r = \frac{1}{2\pi\sqrt{LC}}$$
1. **Impedance is minimum**:
$$Z_{min} = R$$
2. **Current is maximum**:
$$I_{max} = \frac{V}{R}$$
3. **Voltage and current are in phase**: $\phi = 0°$
4. **Voltages across L and C are equal**: $V_L = V_C$, but they cancel out
5. **Power factor** = $\cos(0°) = 1$ (maximum)
6. **Power dissipation is maximum**: $P = I^2 R = \frac{V^2}{R}$
The **quality factor** measures the sharpness of resonance peak:
$$Q = \frac{\omega_r L}{R} = \frac{1}{\omega_r RC} = \frac{1}{R}\sqrt{\frac{L}{C}}$$
**High Q-factor**: Sharp resonance peak, narrow bandwidth
**Low Q-factor**: Broad resonance peak, wide bandwidth
**Bandwidth**:
$$\Delta f = \frac{f_r}{Q}$$
**Real-life Example**: In a **radio receiver**, tuning to different stations uses the resonance property of LC circuits. Varying capacitance C changes $f_r$, allowing different frequencies to resonate and be amplified.
**Average Power Dissipated** (only in resistor):
$$P = VI \cos(\phi) = I^2 R$$
where $\cos(\phi)$ is the **power factor**.
**Power Factor**:
$$\cos(\phi) = \frac{R}{Z} = \frac{R}{\sqrt{R^2 + (X_L - X_C)^2}}$$
**Reactive Power** (stored and returned, no net dissipation):
$$Q = VI \sin(\phi) = I^2 (X_L - X_C)$$
**Apparent Power**:
$$S = VI = I^2 Z$$
---
When a circuit has reactance but no resistance (or negligible), the **power factor** $\cos(\phi)
eq 0$ but current exists with $\phi = ±90°$.
**Definition**: A **wattless current** (or **reactive current**) is one that produces **zero average power** while still flowing through the circuit.
**Examples**:
**Real-life Impact**: In industrial AC power systems, inductive loads create wattless current, which:
**Power Factor Correction**: Capacitors are added in parallel with inductive loads to increase power factor toward 1.
---
**Definition**: An **AC generator** converts mechanical energy into electrical energy by rotating a coil in a magnetic field.
**Faraday's Law of Electromagnetic Induction**:
When a rectangular coil of area A rotates with constant angular velocity $\omega$ in a uniform magnetic field B, the magnetic flux through it varies as:
$$\Phi = NBA \cos(\omega t)$$
**Induced EMF** (by Faraday's law):
$$\mathcal{E} = -\frac{d\Phi}{dt} = NBA\omega \sin(\omega t) = \mathcal{E}_m \sin(\omega t)$$
where $\mathcal{E}_m = NBA\omega$ is the **peak EMF**.
The RMS value of the generated EMF:
$$\mathcal{E}_{rms} = \frac{\mathcal{E}_m}{\sqrt{2}}$$
**Important Components**:
**Frequency of Generated AC**:
$$f = \frac{\omega}{2\pi} = \frac{N \times \omega}{2\pi}$$
where N is the number of poles.
**Real-life Example**: Household electricity is generated by rotating coils in the stator of power generators at power plants, producing 50 Hz in India.
---
**Definition**: A **transformer** is a device that changes the voltage and current of an AC signal while keeping power nearly constant, using electromagnetic induction.
A transformer consists of:
1. **Primary coil** (input): N₁ turns, carries input voltage V₁ and current I₁
2. **Secondary coil** (output): N₂ turns, carries output voltage V₂ and current I₂
3. **Soft iron core**: Provides magnetic coupling between coils
When AC voltage V₁ is applied to the primary coil:
$$\Phi = \Phi_m \sin(\omega t)$$
**Induced EMF in Primary**:
$$\mathcal{E}_1 = -N_1 \frac{d\Phi}{dt} = -N_1 \Phi_m \omega \cos(\omega t)$$
**Induced EMF in Secondary**:
$$\mathcal{E}_2 = -N_2 \frac{d\Phi}{dt} = -N_2 \Phi_m \omega \cos(\omega t)$$
For an **ideal transformer** (no losses):
$$\frac{V_2}{V_1} = \frac{N_2}{N_1}$$
**Transformation Ratio**:
$$k = \frac{N_2}{N_1}$$
For an ideal transformer, **power is conserved**:
$$V_1 I_1 = V_2 I_2$$
$$\frac{I_2}{I_1} = \frac{V_1}{V_2} = \frac{N_1}{N_2} = \frac{1}{k}$$
A transformer changes the **apparent resistance/impedance** seen by the primary:
$$Z_{eq} = \left(\frac{N_1}{N_2}\right)^2 Z_{load}$$
This is the **impedance matching** property, useful in audio and RF systems.
Real transformers have losses:
1. **Copper Loss** (I²R loss): Due to resistance of coil windings
$$P_{Cu} = I_1^2 R_1 + I_2^2 R_2$$
2. **Core Loss** (Iron Loss): Due to hysteresis and eddy currents in iron core
$$P_{core} = P_{hysteresis} + P_{eddy}$$
3. **Dielectric Loss**: Negligible
**Definition**:
$$\eta = \frac{\text{Output Power}}{\text{Input Power}} = \frac{V_2 I_2 \cos(\phi_2)}{V_1 I_1 \cos(\phi_1)}$$
For an ideal transformer: **η = 100%**
For a real transformer: **η = 95-98%** (typically)
**Efficiency formula**:
$$\eta = \frac{P_{out}}{P_{in}} = \frac{P_{in} - P_{losses}}{P_{in}} = 1 - \frac{P_{losses}}{P_{in}}$$
**Practical Example**: A 220 V/110 V step-down transformer supplying a 10 Ω load.
$$V_1 = N_1 \frac{d\Phi}{dt} \quad \text{and} \quad V_2 = N_2 \frac{d\Phi}{dt}$$
This directly gives the turns ratio relationship.
---
**Why AC is Preferred for Transmission**:
1. **Voltage step-up at generating station** using step-up transformer: High voltage, low current
2. **Transmission at high voltage**: Reduces I²R losses in transmission lines
3. **Voltage step-down at distribution** using step-down transformer: Safe voltage for consumers
**Transmission Loss Calculation**:
Power loss in transmission lines:
$$P_{loss} = I^2 R = \left(\frac{P}{V}\right)^2 R = \frac{P^2 R}{V^2}$$
where P is power transmitted, V is transmission voltage, R is line resistance.
**Key Insight**: To minimize losses, voltage should be as **high as possible** (reduces current for same power).
**Example**:
This is why power grids use stepping up/down transformers.
---
Both devices are based on **electromagnetic induction** and **Faraday's law**.
**AC Generator**: Converts mechanical rotation → AC voltage
**Transformer**: Converts one AC voltage level → another AC voltage level
Both require:
---
| Quantity | Formula | Remarks |
|----------|---------|----------|
| Inductive Reactance | $X_L = \omega L$ | Increases with frequency |
| Capacitive Reactance | $X_C = \frac{1}{\omega C}$ | Decreases with frequency |
| Impedance (LCR) | $Z = \sqrt{R^2 + (X_L - X_C)^2}$ | Vector combination |
| RMS Current | $I = \frac{V}{Z}$ | For LCR circuit |
| Phase Angle | $\tan(\phi) = \frac{X_L - X_C}{R}$ | Relative to voltage |
| Power Factor | $\cos(\phi) = \frac{R}{Z}$ | Always ≤ 1 |
| Average Power | $P = VI\cos(\phi) = I^2 R$ | Only in resistor |
| Resonant Frequency | $f_r = \frac{1}{2\pi\sqrt{LC}}$ | Minimum impedance |
| Maximum Current | $I_{max} = \frac{V}{R}$ | At resonance |
| Transformer Ratio | $\frac{V_2}{V_1} = \frac{N_2}{N_1}$ | Voltage transformation |
| Transformer Current | $\frac{I_2}{I_1} = \frac{N_1}{N_2}$ | Inverse ratio |
| Transformer Efficiency | $\eta = \frac{P_{out}}{P_{in}}$ | Real: 95-98% |
| RMS Value | $V = \frac{V_m}{\sqrt{2}} = 0.707 V_m$ | From peak value |
---
1. **Voltage-Current Phase Relationships**:
2. **Average Power Dissipation**:
3. **Impedance Concept**:
4. **Resonance**:
5. **Transformer Principles**:
6. **RMS vs Peak Values**:
7. **Power Factor Importance**:
---
**Problem 1**: An inductor of 100 mH, resistor of 100 Ω, and capacitor of 10 µF are connected in series with a 220 V, 50 Hz source. Find: (a) impedance; (b) current; (c) power dissipated; (d) power factor; (e) whether circuit is inductive or capacitive.
**Solution**:
(a) **Inductive Reactance**:
$$X_L = \omega L = 314.16 × 0.1 = 31.42 \, \Omega$$
**Capacitive Reactance**:
$$X_C = \frac{1}{\omega C} = \frac{1}{314.16 × 10 × 10^{-6}} = \frac{1}{0.003142} = 318.3 \, \Omega$$
**Impedance**:
$$Z = \sqrt{R^2 + (X_L - X_C)^2} = \sqrt{(100)^2 + (31.42 - 318.3)^2}$$
$$Z = \sqrt{10,000 + (-286.88)^2} = \sqrt{10,000 + 82,300} = \sqrt{92,300} = 303.8 \, \Omega$$
(b) **Current**:
$$I = \frac{V}{Z} = \frac{220}{303.8} = 0.724 \text{ A}$$
(c) **Power Dissipated**:
$$P = I^2 R = (0.724)^2 × 100 = 0.525 × 100 = 52.5 \text{ W}$$
(d) **Power Factor**:
$$\cos(\phi) = \frac{R}{Z} = \frac{100}{303.8} = 0.329$$
(e) Since $X_C > X_L$: Circuit is **capacitive** (current leads voltage)
---
**Problem 2**: At resonance in a series LCR circuit with L = 1 H and C = 100 µF, the impedance is 10 Ω. Find: (a) resonant frequency; (b) resistance; (c) quality factor.
**Solution**:
(a) **Resonant Frequency**:
$$f_r = \frac{1}{2\pi\sqrt{LC}} = \frac{1}{2\pi\sqrt{1 × 100 × 10^{-6}}}$$
$$f_r = \frac{1}{2\pi\sqrt{10^{-4}}} = \frac{1}{2\pi × 0.01} = \frac{1}{0.0628} = 15.92 \text{ Hz}$$
(b) **Resistance = 10 Ω** (given as impedance at resonance)
(c) **Quality Factor**:
$$\omega_r = 2\pi f_r = 2\pi(15.92) = 100 \text{ rad/s}$$
$$Q = \frac{\omega_r L}{R} = \frac{100 × 1}{10} = 10$$
---
**Problem 3**: A transformer has 500 turns in the primary and 10 turns in the secondary. If primary is connected to 220 V supply, find: (a) secondary voltage; (b) if secondary supplies 10 A current to a load, what is primary current (ideal transformer)?
**Solution**:
(a) **Secondary Voltage**:
$$\frac{V_2}{V_1} = \
Q1. The instantaneous voltage in an AC circuit is v = 100 sin(50πt) V. What is the RMS voltage?
Answer: B — RMS voltage = peak voltage / √2 = 100 / √2 ≈ 70.7 V.
Q2. A resistor of 10 Ω is connected to an AC source with RMS voltage 220 V. Calculate the average power dissipated.
Answer: B — Average power P = V²/R = (220)²/10 = 48400/10 = 4840 W.
Q3. In a pure resistor connected to an AC source, the voltage and current are:
Answer: A — For a pure resistor, v = vm sin(ωt) and i = im sin(ωt) are identical in phase, both reaching extrema simultaneously.
Q4. The instantaneous current through a resistor is i = 5 sin(100πt) A. What is the RMS current and peak power dissipated in a 20 Ω resistor?
Answer: C — RMS current = 5/√2 ≈ 3.54 A; average power = I²R = (3.54)² × 20 ≈ 250 W.
Q5. Which statement about average current and average power in an AC resistor is INCORRECT?
Answer: C
Q6. A light bulb rated 100 W at 220 V is connected to the mains. If the actual supply voltage drops to 200 V, the power consumed becomes:
Answer: A — R = V²/P = 220²/100 = 484 Ω. At 200V: P = 200²/484 = 40000/484 ≈ 82.6 W ≈ 81.8 W (option A).
Q7. The peak voltage of an AC source is 311 V. What is the RMS voltage? (Take √2 ≈ 1.414)
Answer: A — RMS voltage = peak voltage / √2 = 311 / 1.414 ≈ 220 V, confirming household supply standard.
Q8. Assertion (A): In an AC resistor, the average current over one full cycle equals zero. Reason (R): Positive and negative instantaneous current values occur equally in each cycle and cancel out. Both A and R are true and R is the correct explanation of A.
Answer: A — Both assertion and reason are correct: average current = 0 because sinusoidal current has equal positive and negative half-cycles that algebraically cancel.
Q9. In an AC circuit with a pure resistor, if the RMS voltage is V and resistance is R, derive and state which expression correctly represents the instantaneous power at time t.
Answer: B — Since v = vm sin(ωt) = √2 V sin(ωt), current i = (√2 V/R) sin(ωt), so p = i²R = 2(V²/R) sin²(ωt).
Q10. A resistor carrying AC current i = im sin(ωt) dissipates average power P. If the current amplitude im is doubled and frequency ω is halved, the new average power becomes:
Answer: C — Average power P ∝ (im)²; doubling im makes new power (2im)²/im² = 4 times original, independent of frequency ω.
What is alternating current (AC)?
An electric current that changes direction periodically with time, typically following a sinusoidal waveform like v = vm sin(ωt).
State Ohm's law for a pure resistor in an AC circuit.
V = IR holds for rms values: if voltage is vm sin(ωt), then current is im sin(ωt) where im = vm/R, with voltage and current in phase.
Why is average current over one AC cycle zero but average power is not?
Average current is zero because positive and negative instantaneous values cancel, but instantaneous power p = i²R depends on i² which is always positive, giving non-zero average power.
Define RMS current and its relation to peak current.
RMS or effective current I = im/√2 = 0.707 im, representing the equivalent DC current that produces the same average power dissipation as the AC current.
Why are rms values preferred for AC measurements?
Rms values allow ac equations P = I²R and V = IR to take the same form as DC equations, making analysis straightforward and matching typical voltmeter/ammeter readings.
What is the peak voltage if household supply is rated at 220V?
Since 220V is the rms value, peak voltage vm = √2 × 220V ≈ 1.414 × 220V = 311V.
Derive the average power formula for an AC resistor: P = (1/2)im²R.
Since p = im² sin²(ωt), the average over one cycle is <sin²(ωt)> = 1/2, so P_avg = (1/2)im²R = I²R where I = im/√2.
What trigonometric identity simplifies <sin²(ωt)>?
Using sin²(ωt) = (1 − cos 2ωt)/2 and noting <cos 2ωt> = 0 over a cycle, we get <sin²(ωt)> = 1/2.
In a pure resistor, what is the phase relationship between voltage and current?
Voltage and current are in phase (φ = 0°), reaching their maximum, minimum, and zero values at the same instants.
Why do power companies prefer AC over DC for energy transmission?
AC voltages can be easily stepped up or down using transformers, enabling efficient long-distance transmission at high voltages with minimal power loss.
Define RMS current (or effective current) and state why it is preferred for measuring AC quantities in practical applications. [2 marks]
State that RMS current is I = im/√2 (peak current divided by √2). Explain that rms values allow P = I²R and V = IR to retain dc form, matching voltmeter/ammeter readings and simplifying analysis.
A 60 W bulb is connected to a 220 V AC supply. Calculate (a) the resistance of the bulb, (b) the peak voltage of the source, and (c) the rms current through the bulb. Show all working steps. [5 marks]
Use R = V²/P to find resistance. Then use vm = √2 V for peak voltage. Finally, apply I = P/V or I = V/R to find rms current; verify consistency.
For a pure resistor in an AC circuit with voltage v = vm sin(ωt), derive the expression for average power dissipated over one complete cycle and show that it equals (1/2)im²R = I²R, where I is the RMS current. [6 marks]
Start with instantaneous power p = i²R = (im sin ωt)²R. Use the trigonometric identity sin²(ωt) = (1 − cos 2ωt)/2 and integrate or average over period T = 2π/ω. Show <sin²(ωt)> = 1/2, then relate im to I via I = im/√2 to arrive at P = I²R.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →