BEEE — End Sem Rapid Revision

Theory · Diagrams · Formulas · Numericals

Unit 6 / Paper Unit 1
Basic Concepts of Electrical Engineering
Ohm's law, Kirchhoff's laws, Series/Parallel, Star-Delta, Mesh & Node analysis, Thevenin's, Superposition, Max Power Transfer

Foundational Concepts

Ohm's Law: V = IR. The current through a conductor between two points is directly proportional to the voltage across them, provided physical conditions (temperature) remain constant.

Kirchhoff's Current Law (KCL): The algebraic sum of currents entering a node equals the sum of currents leaving it. Based on conservation of charge.

Kirchhoff's Voltage Law (KVL): The algebraic sum of all voltages around any closed loop is zero. Based on conservation of energy.

Series: Req = R₁ + R₂ + R₃ + ...   Parallel: 1/Req = 1/R₁ + 1/R₂ + ...

Star → Delta: RAB = (RARB + RBRC + RCRA) / RC
Delta → Star: RA = (RAB × RCA) / (RAB + RBC + RCA)
⚡ Exam Tip: At least one numerical from Mesh/Node/Thevenin is guaranteed. Master the step-by-step procedure — marks are in the method, not just the final answer.
Q1 Explain Thevenin's theorem with an appropriate example.

Statement

Thevenin's theorem states: Any linear bilateral network containing energy sources and resistances can be replaced, when viewed from any two terminals, by an equivalent circuit consisting of a single voltage source VTh in series with a single resistance RTh.

This theorem hugely simplifies analysis when only one element's behavior is of interest, especially when the load value changes repeatedly.

Complex Linear Network (V, R, sources) A B VTh RTh A B Thevenin equivalent
Fig 1.1 — Replacing a complex network with its Thevenin equivalent

Steps to Solve

  1. Identify the load: Remove the load resistance RL from the original circuit; mark the load terminals as A and B.
  2. Find VTh: Calculate the open-circuit voltage across terminals A–B (use mesh, node, KVL/KCL, or voltage divider).
  3. Find RTh: Deactivate all independent sources (voltage source → short, current source → open). Find equivalent resistance looking into terminals A–B.
  4. Reconnect RL across the Thevenin equivalent.
  5. Find IL using Ohm's law on the simplified circuit.
IL = VTh / (RTh + RL)

Solved Example

Circuit: 20V source, R₁ = 4Ω in series, then R₂ = 6Ω parallel with load RL = 5Ω across terminals A–B.

Step 1 — Remove RL.
Step 2 — VTh = open-circuit voltage across A–B (voltage divider)
  VTh = 20 × 6/(4+6) = 12 V

Step 3 — Short the 20V source. RTh = R₁ ∥ R₂
  RTh = (4 × 6)/(4 + 6) = 2.4 Ω

Step 4 — Reconnect RL = 5 Ω
Step 5 — IL = 12 / (2.4 + 5) = 1.62 A
  VL = 1.62 × 5 = 8.1 V

Limitations

  • Applies only to linear, bilateral networks.
  • Cannot be applied to unilateral networks (e.g., circuits with diodes).
  • Cannot handle magnetically coupled or non-linear elements directly.
Q2 Demonstrate that under maximum power transfer, efficiency is limited to 50%.

Statement of Maximum Power Transfer Theorem

Maximum power is delivered to the load when the load resistance RL equals the Thevenin (internal) resistance RTh of the source network as seen from the load terminals.

RL PL RL = RTh Pmax peak power at η = 50%
Fig 1.2 — Power delivered to load vs load resistance; peak at RL = RTh

Proof of 50% Efficiency

Total current: I = VTh / (RTh + RL)

Power dissipated in load: PL = I²RL = VTh²RL / (RTh + RL

For maximum PL: dPL/dRL = 0
Solving gives: RL = RTh

At max power: PL,max = VTh² / (4RTh)
Power from source: Ptotal = VTh × I = VTh² / (2RTh)

Efficiency: η = PL / Ptotal = 1/2 = 50%
🎯 The other 50% is dissipated as heat inside the source (in RTh). This theorem is used in communication and signal-processing circuits where signal power matters most, NOT in power systems (where efficiency is critical and we keep RL >> RTh).

Applications

  • Audio amplifier-speaker impedance matching.
  • Antenna design (50Ω, 75Ω matching).
  • Transmission line termination.
Q3 Define the Superposition theorem and demonstrate its application.

Statement

In a linear bilateral network with multiple independent sources, the current through (or voltage across) any element equals the algebraic sum of the currents (or voltages) produced by each independent source acting alone, with all other independent sources deactivated.

Original Circuit V₁, V₂, Is all sources active = V₁ alone V₁ active V₂ → short Is → open → I₁ + V₂ alone V₂ active V₁ → short Is → open → I₂ + Is alone Is active V₁,V₂ off → I₃ Total I = I₁ + I₂ + I₃ (with proper signs)
Fig 1.3 — Decomposing a multi-source network using superposition

Deactivation Rules

  • Voltage source: Replace with a short circuit (wire).
  • Current source: Replace with an open circuit (break).
  • Dependent sources: Never deactivated — they remain in the circuit during all sub-calculations.

Procedure

  1. Identify all independent sources.
  2. Keep one source active; deactivate all others.
  3. Find the response at the desired element due to this single source.
  4. Repeat for each independent source.
  5. Algebraically add all individual responses (mind the signs and current directions).
⚠️ Superposition applies only to linear circuits. It cannot be used to find power directly because power is non-linear (P = I²R). Find total I first, then compute P from the total.

Advantages

  • Breaks complex multi-source problems into simpler single-source ones.
  • Useful when sources operate at different frequencies — analyze each separately, then combine in time domain.
Q4 Mesh Current Analysis — Detailed procedure for numericals.

Concept

Mesh analysis uses KVL to write equations in terms of mesh currents (loop currents) instead of branch currents. This reduces the number of unknowns from (number of branches) to (number of independent loops).

V₁ R₁ R₂ R₃ V₂ I₁ I₂ Two mesh currents, R₃ is shared
Fig 1.4 — Standard two-mesh circuit with shared resistor R₃

Steps

  1. Identify independent loops (meshes). A mesh is a loop containing no other loop inside it.
  2. Assign mesh currents (I₁, I₂, …), conventionally clockwise.
  3. Apply KVL to each mesh. Sum of voltage drops = sum of voltage rises around the loop.
  4. Handle shared elements: Current through a shared resistor = difference of the two mesh currents (if they flow oppositely) or sum (if same direction).
  5. Solve the simultaneous equations using Cramer's rule, matrix inversion, or substitution.

For the Above Circuit

Mesh 1 (KVL clockwise): V₁ − I₁R₁ − (I₁ − I₂)R₃ = 0
  ⇒ (R₁ + R₃)I₁ − R₃I₂ = V₁

Mesh 2 (KVL clockwise): −(I₂ − I₁)R₃ − I₂R₂ − V₂ = 0
  ⇒ −R₃I₁ + (R₂ + R₃)I₂ = −V₂

Matrix form: [Z][I] = [V]
🎯 The impedance matrix is always symmetric for resistive networks. Diagonal elements = sum of resistances in that mesh; off-diagonal elements = negative of the shared resistance.

Supermesh

If a current source exists between two meshes, form a supermesh by treating the two meshes as one (ignoring the current source for KVL), then add the constraint: Imesh2 − Imesh1 = Isource (with proper signs based on direction).

Q5 Node Voltage Analysis — Detailed procedure for numericals.

Concept

Node analysis uses KCL to write equations in terms of node voltages (potentials at nodes w.r.t. a reference). Useful when the circuit has many parallel branches and few nodes.

V₁ V₂ R₁ R₂ R₃ Is Two unknown node voltages; bottom rail = ground
Fig 1.5 — Two-node circuit with a current source feeding node V₁

Steps

  1. Identify all nodes (junctions of two or more elements).
  2. Select a reference (ground) node — usually the one with the most branches. Its potential is 0.
  3. Label remaining nodes with unknown voltages V₁, V₂, …
  4. Apply KCL at each non-reference node: Σ(currents leaving) = 0.
  5. Express branch currents using Ohm's law: current from A to B = (VA − VB) / R.
  6. Solve simultaneous equations for the node voltages, then compute branch currents.

For the Above Circuit

KCL at node V₁ (currents leaving = current entering):
V₁/R₁ + (V₁ − V₂)/R₂ = Is

KCL at node V₂:
(V₂ − V₁)/R₂ + V₂/R₃ = 0

Two equations, two unknowns → solve for V₁ and V₂.

Supernode

If a voltage source is connected directly between two non-reference nodes, form a supernode enclosing both nodes. Write a single KCL equation around the supernode, then add the constraint Va − Vb = Vsource.

🎯 Mesh vs Node — when to pick which? Mesh: when current sources dominate and there are many nodes. Node: when voltage sources dominate and there are few nodes. For most BEEE problems, either works — choose whichever gives fewer unknowns.
Unit 7 / Paper Unit 2
Alternating Quantities & Electrical Installations
RMS/Average values, RL/RC/RLC circuits, Power Factor, 3-phase systems, Safety

Fundamental AC Concepts

Alternating Current (AC): A current whose magnitude and direction reverse periodically. Most commonly sinusoidal: i(t) = Im sin(ωt + φ).

Key parameters of a sine wave:

  • Amplitude / Peak value (Im): Maximum value.
  • Frequency (f): Cycles per second, in Hz (India: 50 Hz, USA: 60 Hz).
  • Time period (T): T = 1/f.
  • Angular frequency (ω): ω = 2πf rad/s.
  • Phase (φ): Angular displacement w.r.t. reference.
v(t) = Vm sin(ωt + φ)
ω = 2πf,   T = 2π/ω = 1/f
⚡ Exam Tip: The RLC numerical asks for Z, I, p.f., real & reactive power, voltage drops. Memorize the impedance triangle and power triangle — they unlock 6-8 marks instantly.
Q1 Define: EMF, Active Power, Apparent Power, and Reactive Power.
TermDefinitionUnitFormula
EMF
(Electromotive Force)
The energy provided per unit charge by a source to move charge through a complete circuit. It is the open-circuit voltage of the source. Volts (V) ε = W/Q
Active Power (P)
(Real / True Power)
The actual power consumed/dissipated in the resistive part of an AC circuit; converted to heat/light/mechanical work. Watts (W) P = VI cos φ
Apparent Power (S) The product of RMS voltage and RMS current. Represents the total volt-amperes drawn from the supply. Volt-Ampere (VA) S = VI
Reactive Power (Q) Power that oscillates between source and reactive elements (L, C). Does no useful work but is needed to maintain magnetic/electric fields. VAR
(Volt-Ampere Reactive)
Q = VI sin φ
P = VI cos φ (Watts) Q = VI sin φ (VAR) S = VI (VA) φ Power Triangle
Fig 2.1 — Power triangle: S² = P² + Q²,  cos φ = P/S
S² = P² + Q²
Power Factor: cos φ = P / S = R / Z
Q2 Derive expressions for AC current through a pure R, pure L, and pure C.

Let the applied voltage be: v = Vm sin ωt

(i) Pure Resistor

Applying Ohm's law instantaneously:

i = v / R = (Vm / R) sin ωt = Im sin ωt
where Im = Vm / R

✅ Current is in phase with voltage. Phase difference φ = 0°.
✅ Power factor = cos 0° = 1 (unity)
✅ All power is dissipated as heat (no reactive power).

(ii) Pure Inductor

Voltage across an inductor: v = L (di/dt). Rearranging:

di/dt = v/L = (Vm/L) sin ωt
Integrating: i = −(Vm/ωL) cos ωt = (Vm/ωL) sin(ωt − π/2)
∴ i = Im sin(ωt − 90°), where Im = Vm/XL
XL = ωL = 2πfL (Inductive Reactance, in Ω)

✅ Current lags voltage by 90°.
✅ Power factor = cos 90° = 0 (no real power consumed by ideal L).

(iii) Pure Capacitor

Charge on capacitor: q = Cv. Current i = dq/dt = C(dv/dt):

i = C × d/dt (Vm sin ωt) = ωC Vm cos ωt = ωC Vm sin(ωt + π/2)
∴ i = Im sin(ωt + 90°), where Im = Vm/XC
XC = 1/(ωC) = 1/(2πfC) (Capacitive Reactance, in Ω)

✅ Current leads voltage by 90°.
✅ Power factor = cos 90° = 0 (no real power consumed by ideal C).
🎯 Memory aid: "ELI the ICE man" — In L, E leads I. In C, I leads E. (E = voltage, I = current.)
Q3 Why current lags in RL and leads in RC circuits (with phasor diagrams).

Series RL Circuit

Same current I flows through both R and L. So we take I as the reference phasor.

  • VR = IR is in phase with I.
  • VL = IXL leads I by 90°.
  • Applied voltage V is the phasor sum of VR and VL, which lies ahead of I by angle φ.

Therefore, current lags the applied voltage by angle φ.

RL Circuit R L ~ V, f Phasor Diagram I (ref) VL VR V φ
Fig 2.2 — Series RL circuit; V leads I by angle φ → current lags
Z = √(R² + XL²)
φ = tan⁻¹(XL / R) = tan⁻¹(ωL / R)
Power factor = cos φ (lagging)
I = V / Z

Series RC Circuit

  • VR is in phase with I.
  • VC lags I by 90°.
  • Applied voltage V is the phasor sum of VR and VC, which lies behind I by angle φ.

Therefore, current leads the applied voltage by angle φ.

RC Circuit R C ~ Phasor Diagram I (ref) VC VR V φ
Fig 2.3 — Series RC circuit; I leads V by angle φ
Z = √(R² + XC²)
φ = tan⁻¹(XC / R) = tan⁻¹(1 / ωCR)
Power factor = cos φ (leading)

Series RLC Circuit

Z = √(R² + (XL − XC)²)
φ = tan⁻¹((XL − XC) / R)

If XL > XC → inductive behavior (current lags, p.f. lagging)
If XC > XL → capacitive behavior (current leads, p.f. leading)
If XL = XCresonance, Z = R, p.f. = 1 (unity)

Resonant frequency: fr = 1 / (2π√LC)
Q4 RMS and Average values — Formulas and approach for waveform problems.

Definitions

  • RMS value: The DC value that would produce the same heating effect in a resistor as the AC waveform. Also called the effective value.
  • Average value: The arithmetic mean of all instantaneous values over one cycle (for a sine wave, mean over half a cycle, since the full cycle average = 0).
  • Form Factor: FF = Vrms / Vavg. Indicates waveform shape.
  • Peak (Crest) Factor: CF = Vm / Vrms. Indicates peakedness.
Vm Vrms Vavg +Vm −Vm
Fig 2.4 — Sine wave with peak, RMS, and average value markers

For a Sinusoidal Waveform v = Vm sin ωt

Vrms = Vm / √2 = 0.707 Vm
Vavg (half cycle) = 2Vm / π = 0.637 Vm
Form Factor = 1.11
Peak Factor = √2 = 1.414

For Any Arbitrary Waveform

Vrms = √[ (1/T) ∫₀ᵀ v²(t) dt ]

Vavg = (1/T) ∫₀ᵀ |v(t)| dt

Common Waveform Values

WaveformVrmsVavgFFCF
SineVm/√22Vm1.111.414
SquareVmVm1.01.0
Triangular / SawtoothVm/√3Vm/21.1551.732
Half-wave rectifiedVm/2Vm1.572.0
Full-wave rectifiedVm/√22Vm1.111.414
🎯 For an unusual waveform, split it into intervals where v(t) has a simple form, then integrate piecewise. The formula (1/T)∫v² dt always works.
Q5 Numerical approach for RL / RC / RLC series circuit problems.

What They Ask

Given R, L, C, V, f → find impedance Z, current I, phase angle φ, power factor, P, Q, S, and voltage drops across each element.

Step-by-Step Approach

  1. Compute reactances: XL = 2πfL,   XC = 1/(2πfC).
  2. Compute impedance: Z = √(R² + (XL − XC)²). Drop the missing term for RL or RC.
  3. Compute current: I = V / Z (all in RMS).
  4. Compute phase angle: φ = tan⁻¹((XL − XC)/R). State lagging or leading.
  5. Compute power factor: cos φ = R / Z.
  6. Compute powers: P = VI cos φ (W), Q = VI sin φ (VAR), S = VI (VA).
  7. Compute voltage drops: VR = IR, VL = IXL, VC = IXC.
  8. Verify: V = √(VR² + (VL − VC)²).

Example

R = 10Ω, L = 0.1H, C = 100μF connected to 230V, 50Hz.

XL = 2π × 50 × 0.1 = 31.4 Ω
XC = 1/(2π × 50 × 100×10⁻⁶) = 31.8 Ω
Z = √(10² + (31.4 − 31.8)²) ≈ 10.008 Ω (near resonance)
I = 230/10.008 ≈ 22.98 A
φ = tan⁻¹(−0.4/10) = −2.29° (leading, slightly capacitive)
cos φ ≈ 0.999
P ≈ 230 × 22.98 × 0.999 ≈ 5,279 W

3-Phase Star & Delta Connection (quick reference)

Star (Y): VL = √3 Vph, IL = Iph
Delta (Δ): VL = Vph, IL = √3 Iph
Total power (both): P = √3 VL IL cos φ

Electrical Safety, Fuses & Earthing (Brief)

  • Fuse: A thin wire that melts and breaks the circuit when current exceeds a rated value, protecting equipment from overload/short-circuit.
  • MCB (Miniature Circuit Breaker): An automatic switch that trips on overload/short-circuit. Resettable, unlike fuses.
  • Earthing: Connecting the metallic body of equipment to the earth (low-resistance path). If a live wire touches the body, the fault current flows to earth instead of through a person → fuse blows → circuit is isolated.
  • Types of Earthing: Plate earthing, pipe earthing, rod earthing. Earth resistance should be < 1 Ω for substations, < 5 Ω for domestic.
  • ELCB / RCCB: Detects leakage current to earth (typically > 30 mA) and trips the circuit — protects against electric shock.
Unit 8 / Paper Unit 3
Electrical Machines
DC Machines, Transformers, Induction Motors, Synchronous Generators, Special Machines

Classification of Electrical Machines

Static machines: Transformers (no rotating parts).

Rotating machines:

  • DC machines: DC generators, DC motors (series, shunt, compound).
  • AC machines:
    • Synchronous: Alternators, synchronous motors.
    • Asynchronous (Induction): 3-phase IM, 1-phase IM.
  • Special machines: Stepper, Universal, BLDC, Servo motors.

All electrical machines work on two fundamental laws:

  • Faraday's Law of Electromagnetic Induction — generator action: e = −N(dΦ/dt).
  • Lorentz Force Law — motor action: F = BIL.
⚡ Exam Tip: Most theory-heavy unit. They'll likely ask 2 machines. Always include a labeled diagram + 2-3 lines on each: construction, principle, applications. Reuse memorized framework.
Q1 Construction, working principle, and applications of DC Machines.
Yoke N S Armature Field winding Cross-section: 2-pole DC machine
Fig 3.1 — DC machine cross-section

Construction

  • Yoke (frame): Outer cylindrical structure made of cast steel; provides mechanical support and a low-reluctance path for magnetic flux.
  • Poles & pole shoes: Made of laminated silicon steel; carry field windings. Pole shoes spread the flux uniformly over the armature.
  • Field winding: Copper coils wound on poles; carry DC current to produce the main magnetic field.
  • Armature core: Cylindrical, laminated silicon steel (reduces eddy current losses), with slots for armature winding.
  • Armature winding: Insulated copper conductors placed in armature slots; the seat of induced EMF (in generator) or developed torque (in motor).
  • Commutator: Cylindrical assembly of insulated copper segments; rectifies AC induced in armature to DC (generator) and reverses armature current at the right instants (motor).
  • Brushes: Carbon blocks pressed against the commutator; carry current between the rotating armature and the external circuit.

Working Principle

As Generator (Faraday's Law): When the armature rotates in the magnetic field, the conductors cut magnetic flux and an EMF is induced (e = BLv). The commutator rectifies the alternating EMF into a unidirectional output across the brushes.

As Motor (Lorentz Force): Current-carrying conductors in a magnetic field experience a force F = BIL, producing torque. A back-EMF (Eb) is induced that opposes the supply voltage.

EMF equation: E = (PΦNZ) / (60A)
where P = poles, Φ = flux/pole, N = rpm, Z = total conductors, A = parallel paths

Motor: V = Eb + IaRa
Torque: T = (PΦZIa) / (2πA)

Types of DC Machines (based on field connection)

  • Series: Field in series with armature. High starting torque. Used in cranes, traction.
  • Shunt: Field in parallel with armature. Nearly constant speed. Used in lathes, fans.
  • Compound: Has both series and shunt fields. Combines benefits.

Applications

Motor: Electric vehicles (older models), cranes, hoists, elevators, lathes, rolling mills, traction.
Generator: Battery charging, welding sets, electroplating, excitation of alternators.

Q2 Construction, working principle, and applications of Transformers.
Laminated Iron Core Primary N₁ turns ~ V₁ Secondary N₂ turns RL Φ → ← Φ
Fig 3.2 — Two-winding transformer with laminated core

Construction

  • Core: Built from thin laminations (0.35-0.5 mm) of high-grade silicon steel, insulated by varnish. Laminations reduce eddy current losses. Two types:
    • Core-type: Windings surround the core. Used for high-voltage transformers.
    • Shell-type: Core surrounds the windings (more flux paths). Used for low-voltage applications.
  • Windings: Insulated copper conductors. Primary connects to supply, secondary to load. Both wound on the same core but electrically isolated.
  • Insulating oil: Mineral oil that provides electrical insulation and dissipates heat by convection.
  • Tank: Houses the core and windings immersed in oil. Has cooling fins or radiators.
  • Conservator tank: Allows oil expansion/contraction with temperature changes.
  • Buchholz relay: Gas-actuated protection relay; detects internal faults like winding short or arcing.
  • Bushings: Insulators for bringing HV/LV terminals out of the tank.

Working Principle — Mutual Induction

When AC voltage is applied to the primary, an alternating flux Φ is set up in the core. This flux links with the secondary winding and, by Faraday's law, induces an EMF in it. The magnitude of the secondary EMF depends on the turns ratio.

A transformer works only on AC. With DC, the flux would be constant and dΦ/dt = 0, so no EMF would be induced in the secondary.

EMF equation: E = 4.44 × f × N × Φm

Turns ratio: k = N₁/N₂ = V₁/V₂ = I₂/I₁
  k > 1 → step-down
  k < 1 → step-up

Efficiency: η = (Output / Input) × 100%

Losses in a Transformer

  • Core losses (constant): Hysteresis loss + Eddy current loss. Reduced by using silicon steel and lamination.
  • Copper losses (variable): I²R losses in primary and secondary windings. Vary with load.

Applications

Power transmission & distribution (step-up at generation, step-down at consumer), domestic appliances (chargers, doorbells), isolation transformers, impedance matching in audio, welding transformers, instrument transformers (CT for current measurement, PT for voltage measurement).

Q3 Construction, working principle, and applications of 3-Phase Induction Motor.
Stator (3-φ winding) Rotor (cage) R Y B Rotation direction 3-phase induction motor cross-section
Fig 3.3 — 3-phase induction motor with squirrel cage rotor

Construction

  • Stator: Stationary outer member. Laminated steel core with slots that house a 3-phase distributed winding. When connected to a 3-phase supply, it produces a Rotating Magnetic Field (RMF).
  • Rotor: Two types:
    • Squirrel cage rotor: Aluminium or copper bars short-circuited at both ends by end rings (looks like a squirrel cage). Simple, rugged, maintenance-free. Used in >95% of applications.
    • Wound (slip-ring) rotor: 3-phase winding on rotor, terminals brought out via slip rings. Allows insertion of external resistance for higher starting torque and speed control.
  • Air gap: Kept very small (0.5–2 mm) to minimize magnetizing current.
  • Bearings, shaft, end shields, cooling fan.

Working Principle

When 3-phase AC is applied to the stator winding, a Rotating Magnetic Field (RMF) of constant magnitude rotates at synchronous speed Ns = 120f/P.

This rotating flux cuts the stationary rotor conductors and induces an EMF in them (Faraday's law). Since the rotor circuit is closed (cage bars or slip rings), induced currents flow.

These rotor currents, in the presence of the stator field, experience a force (Lorentz law). By Lenz's law, the rotor accelerates in the same direction as the RMF, trying to reduce the relative motion.

Synchronous speed: Ns = 120f / P (rpm)
Slip: s = (Ns − Nr) / Ns
Rotor speed: Nr = Ns(1 − s)
At standstill: s = 1; at no load: s ≈ 0.02 to 0.05
🎯 The rotor can never attain synchronous speed. If it did, there'd be no relative motion between RMF and rotor → no EMF, no current, no torque. Hence the name "induction" motor and the existence of "slip."

Applications

The "workhorse of industry." Pumps, compressors, fans, blowers, conveyors, crushers, mills, hoists, machine tools, lathes, lifts. Used wherever rugged, low-maintenance, constant-speed drive is needed.

Q4 Construction, working, and applications of Single-Phase Induction Motor.

Construction

Similar to a 3-phase IM but with a single-phase winding on the stator (main winding) and an additional auxiliary (starting) winding displaced by 90° in space. The rotor is always squirrel cage.

The "Not Self-Starting" Problem

A single-phase supply on a single winding produces only a pulsating magnetic field (it changes magnitude with time but doesn't rotate). By the Double Revolving Field Theory, this pulsating field can be resolved into two equal-magnitude fields rotating in opposite directions. At standstill, the torques from these two fields cancel exactly → net torque = 0.

Hence the motor cannot start by itself. Once given an initial push, however, the forward-rotating field's torque becomes dominant and the motor accelerates.

Methods of Making It Self-Starting

TypeHow Phase Shift is CreatedCharacteristicsApplications
Split-Phase Auxiliary winding with higher R/X ratio than main → ~30° phase shift Moderate starting torque, simple, cheap Fans, blowers, small pumps
Capacitor-Start Capacitor in series with aux winding → ~90° phase shift High starting torque Compressors, large pumps, ACs
Cap-Start Cap-Run Two capacitors: large for starting (cuts off), small for running High starting torque + improved p.f. & efficiency in run Refrigerators, ACs, conveyors
Shaded Pole Copper "shading ring" on part of pole face creates lagging flux Very low torque, cheap, no aux winding Small fans, hair dryers, toys

Applications

Domestic and small commercial appliances where 3-phase supply is unavailable: ceiling fans, table fans, washing machines, refrigerators, mixer-grinders, air conditioners, small water pumps, hand drills, vacuum cleaners.

Q5 Construction, working, and applications of Synchronous Generator (Alternator).

Construction (note: stationary armature, rotating field)

  • Stator (armature): Houses the 3-phase armature winding in laminated core slots. Output is taken from the stator because:
    • HV output is easier to insulate on a stationary part.
    • Large currents need not pass through slip rings.
  • Rotor (field): Carries the DC field winding, energized via two slip rings from an external DC source (exciter). Two types:
    • Salient-pole rotor: Projecting poles. Used at low speeds (hydro turbines, < 1000 rpm). Many poles (up to 40+).
    • Non-salient (cylindrical) rotor: Smooth cylindrical surface, slots for distributed winding. Used at high speeds (steam/gas turbines, 1500–3000 rpm). 2 or 4 poles.
  • Slip rings & brushes: Supply DC excitation to rotor field winding.
  • Prime mover: Turbine (steam, hydro, gas) or diesel engine — provides mechanical rotation.

Working Principle

The DC-excited rotor produces a constant magnetic field. The prime mover rotates this magnet field. As the rotating field cuts the stationary stator conductors, a 3-phase alternating EMF is induced by Faraday's law.

Frequency: f = (P × N) / 120 (Hz)
EMF per phase: Eph = 4.44 × f × Nph × Φ × Kw
where Kw = winding factor = Kd × Kp
  Kd = distribution factor
  Kp = pitch factor

Why "Synchronous"?

The output frequency is rigidly tied to the rotor's speed. To maintain 50 Hz, a 2-pole alternator must rotate at exactly 3000 rpm; a 4-pole at 1500 rpm.

Applications

Almost all bulk electrical power generation: thermal power plants, hydro plants, nuclear plants, gas turbines, wind farms, and standby diesel generator (DG) sets.

Q6 Construction, working, and applications of Stepper Motor.

What It Is

A stepper motor is a brushless, synchronous DC motor that converts a train of input digital pulses into precise mechanical rotation in discrete steps. Each pulse moves the rotor by a fixed angle (the step angle).

A B C D N S Energize A→B→C→D in sequence → rotor steps 90° each pulse
Fig 3.4 — Simplified stepper motor; rotor aligns with energized pole

Types

  • Variable Reluctance (VR): Soft iron rotor with teeth; no permanent magnet. Rotor positions itself to minimize reluctance of the magnetic path. Light, high speed, no detent torque.
  • Permanent Magnet (PM): Permanent magnet rotor. Better torque, has detent torque (holds position with no current).
  • Hybrid: Combines VR and PM principles. Best performance — high torque, fine step angle (typically 1.8° = 200 steps/rev). Most widely used today.

Step Angle

Step angle = 360° / (Steps per revolution)
= 360° / (Ns × Nr × m)
where Ns = stator phases, Nr = rotor teeth, m = modes

Modes of Operation

  • Full step: One phase energized at a time. Lower torque but easy to drive.
  • Half step: Alternating one and two phases. Doubles resolution.
  • Microstepping: PWM-controlled current in phases for fractional steps; very smooth motion.

Applications

3D printers, CNC machines, robotic arms, camera lens focusing, hard disk drive head positioning, dot-matrix printers, medical pumps, ATM cash dispensers — anywhere precise, repeatable angular positioning is required without feedback.

Q7 Construction, working, and applications of Universal Motor.

What It Is

A universal motor is essentially a DC series motor modified to operate on both AC and DC supplies. Hence the name "universal."

Construction (modifications for AC)

  • Stator (field poles) and rotor (armature) are both laminated to reduce eddy current losses when AC supply is used.
  • Field winding has fewer turns compared to a pure DC series motor to reduce inductive reactance on AC.
  • Otherwise, construction is similar to a small DC series motor with commutator and brushes.

Why It Works on AC

In a series motor, the field current and armature current are the same. When the supply polarity reverses (during the AC cycle), both the armature current and the field current reverse simultaneously. Since torque T ∝ Φ × Ia, and both Φ and Ia have reversed, the torque direction remains unchanged → unidirectional rotation.

Characteristics

  • Very high speed (up to 20,000+ rpm) at no load — danger of run-away if uncoupled.
  • High starting torque (typical of series characteristic).
  • Speed drops sharply with load.
  • Higher efficiency on DC than on AC.
  • Compact and lightweight for given power output.

Applications

Domestic appliances and power tools that need high speed and compact size: mixer-grinders, food processors, vacuum cleaners, hand drills, electric saws, hair dryers, sewing machines, blenders.

Q8 Construction, working, and applications of BLDC Motor.

What It Is

A Brushless DC (BLDC) motor is a synchronous motor powered by DC and electronically commutated, eliminating the mechanical commutator and brushes of a conventional DC motor.

Construction

  • Stator: Carries the 3-phase concentrated winding (like a conventional 3-phase motor). Laminated steel core.
  • Rotor: Contains permanent magnets (typically Neodymium-Iron-Boron — NdFeB, or Samarium-Cobalt — SmCo). No windings, no commutator, no brushes on the rotor.
  • Position sensors: Hall-effect sensors mounted on the stator detect rotor magnet positions and feed signals to the controller.
  • Electronic controller: An inverter with 6 power switches (MOSFETs or IGBTs) that energizes stator phases in the correct sequence based on Hall sensor feedback. This is the "electronic commutator."

Working Principle

The controller, using Hall sensor inputs, switches DC supply to different stator phases in sequence, producing a rotating stator magnetic field. The rotor's permanent magnets follow this field, producing continuous rotation.

Speed is precisely controlled by varying the switching frequency. Torque is controlled by varying the DC bus current (typically via PWM).

Advantages over Brushed DC

  • No brushes → no wear, no sparking, no carbon dust → far longer life.
  • Higher efficiency (85–95% vs 75–80% for brushed).
  • Quieter operation.
  • Better heat dissipation (windings are on the stator, easier to cool).
  • Higher power density (more torque per kg).
  • Precise speed and position control.

Disadvantages

  • Higher initial cost (controller + magnets).
  • Requires electronic commutation circuitry.

Applications

Electric vehicles (traction motors, EV pumps & fans), drones, quadcopters, hard disk drives, CD/DVD drives, cooling fans (CPU, server), ceiling fans (BLDC fans use ~50% less energy than conventional), robotics, medical devices, HVAC systems, washing machines (front-loaders).

Unit 9 / Paper Unit 4
Basic Electronics
PN Junction, Rectifiers, Zener Diode, BJT/MOSFET basics, Boolean Algebra, Number Systems

Semiconductor Basics

Semiconductor: A material whose conductivity lies between conductors and insulators (e.g., Silicon, Germanium). Has 4 valence electrons.

Intrinsic semiconductor: Pure semiconductor; equal number of electrons and holes.

Extrinsic semiconductor: Doped with impurities to increase conductivity:

  • N-type: Doped with pentavalent impurity (P, As, Sb). Majority carriers = electrons.
  • P-type: Doped with trivalent impurity (B, Al, Ga). Majority carriers = holes.

PN Junction: Formed when P-type and N-type semiconductors are joined. A depletion region forms at the junction due to diffusion of carriers, creating a built-in potential barrier (~0.7V for Si, ~0.3V for Ge).

⚡ Exam Tip: Q5 (number systems) is the easiest 5 marks — always practice conversions. Boolean simplification problems often use only De Morgan's + distributive law.
Q1 PN Junction Diode — Forward Bias vs Reverse Bias.
Unbiased PN Junction P depletion region N + + Forward Bias P N + I → high (narrow depletion) Reverse Bias P N I ≈ 0 (wide depletion)
Fig 4.1 — PN junction states: unbiased, forward bias, and reverse bias

Forward Bias

  • Connection: P side connected to positive terminal, N side to negative terminal of supply.
  • The external field opposes the built-in barrier potential. Once applied voltage exceeds the barrier voltage (~0.7 V for Si), the barrier collapses.
  • Depletion region narrows.
  • Holes from P-side and electrons from N-side cross the junction → large forward current flows.
  • Diode acts almost like a closed switch (very low resistance).

Reverse Bias

  • Connection: P side to negative terminal, N side to positive terminal.
  • External field aids the barrier potential, pulling majority carriers away from the junction.
  • Depletion region widens.
  • Only a tiny reverse saturation current (due to minority carriers) flows — typically nA to μA.
  • Diode acts almost like an open switch (very high resistance).
  • If reverse voltage exceeds the breakdown voltage → Zener breakdown or Avalanche breakdown occurs and large current flows.

V-I Characteristic Equation (Shockley Diode Equation)

I = Is [ e(V/ηVT) − 1 ]
where Is = reverse saturation current, η = ideality factor (1 for Ge, 2 for Si),
VT = thermal voltage = kT/q ≈ 26 mV at room temperature.
Q2 Full-Wave Rectifier — Construction, working, and types.

What is a Rectifier?

A rectifier is a circuit that converts AC (bidirectional) into DC (unidirectional) using the unilateral conduction property of diodes.

(i) Center-Tapped Full-Wave Rectifier

Construction: Uses a center-tapped transformer and 2 diodes (D₁ and D₂) connected to a common load.

Working:

  • During the positive half cycle: D₁ is forward biased, D₂ is reverse biased → current flows through load via D₁.
  • During the negative half cycle: D₂ is forward biased, D₁ is reverse biased → current flows through load via D₂.
  • In both halves, current through the load flows in the same direction → DC output.

(ii) Bridge Rectifier

Construction: Uses 4 diodes arranged in a bridge; no center-tap needed.

~ AC D₁ D₂ D₃ D₄ RL + DC Bridge: D₁,D₃ conduct on +ve half; D₂,D₄ on −ve half
Fig 4.2 — Full-wave bridge rectifier circuit

Working:

  • During the positive half cycle: D₁ and D₃ conduct; D₂ and D₄ are off. Current flows: AC+ → D₁ → RL → D₃ → AC−.
  • During the negative half cycle: D₂ and D₄ conduct; D₁ and D₃ are off. Current still flows through RL in the same direction.

Key Formulas

For Full-Wave (both types):
  Im = Vm / (Rf + RL)
  Idc = 2Im / π
  Vdc = 2Vm / π
  Irms = Im / √2
  Ripple factor γ = 0.482
  Rectifier efficiency ηmax = 81.2%
  Output frequency = 2finput

Comparison: HWR vs FWR (Center-Tapped) vs Bridge

ParameterHWRFWR (CT)Bridge
Diodes124
TransformerSimpleCenter-tapped (costly)Simple
VdcVm2Vm2Vm
Ripple factor1.210.4820.482
Efficiency40.6%81.2%81.2%
Output freqf2f2f
PIV per diodeVm2VmVm
TUF0.2870.6930.812
🎯 Bridge rectifier is most widely used because: lower PIV per diode, no center-tap transformer needed, higher TUF (transformer utilization factor), better output filtering.
Q3 Logic Gates, Boolean Algebra Laws & Hexadecimal Number System.

Basic Logic Gates

GateSymbol ExpressionTruth Table (A,B → Y)
ANDY = A · B00→0, 01→0, 10→0, 11→1
ORY = A + B00→0, 01→1, 10→1, 11→1
NOTY = Ā0→1, 1→0
NAND (universal)Y = A · B (complement)00→1, 01→1, 10→1, 11→0
NOR (universal)Y = A + B (complement)00→1, 01→0, 10→0, 11→0
XORY = A ⊕ B00→0, 01→1, 10→1, 11→0
XNORY = A ⊙ B00→1, 01→0, 10→0, 11→1

Boolean Algebra Laws

Commutative: A+B = B+A, A·B = B·A
Associative: (A+B)+C = A+(B+C), (A·B)·C = A·(B·C)
Distributive: A(B+C) = AB + AC
Identity: A+0 = A, A·1 = A
Null: A+1 = 1, A·0 = 0
Idempotent: A+A = A, A·A = A
Complement: A+Ā = 1, A·Ā = 0
Involution: (Ā)' = A
Absorption: A + AB = A, A(A+B) = A
De Morgan's:
  (A+B)' = Ā · B̄
  (A·B)' = Ā + B̄

Hexadecimal Number System

Base-16 system. Uses digits 0-9 and letters A-F (where A=10, B=11, C=12, D=13, E=14, F=15). Each hex digit = 4 bits, making it the compact representation for binary.

Conversion Examples

Hex → Decimal (F2A)16:
  F × 16² + 2 × 16¹ + A × 16⁰
  = 15 × 256 + 2 × 16 + 10
  = 3840 + 32 + 10 = (3882)10

Decimal → Hex (255)10:
  255 ÷ 16 = 15, rem 15 (F)
  15 ÷ 16 = 0, rem 15 (F)
  Read remainders upward: (FF)16

Binary → Hex (11010110)2:
  Group of 4 from right: 1101 | 0110
  = D | 6 = (D6)16

Hex → Binary (3F)16:
  3 = 0011, F = 1111
  = (00111111)2

Where Hex Is Used

Memory addresses, MAC addresses, color codes (#FF5733), error codes, debugging. It compresses long binary strings — 32 bits become just 8 hex digits.

Q4 Zener Diode — V-I characteristics and use as a voltage regulator.

What is a Zener Diode?

A special heavily-doped PN junction diode designed to operate in the reverse breakdown region without damage. The breakdown voltage (VZ) is precisely set during manufacturing (commonly 3.3V, 5.1V, 9.1V, 12V, etc.).

V I Forward conduction −VZ breakdown 0.7V Zener region VZ remains nearly constant in the breakdown region
Fig 4.3 — V-I characteristic of a Zener diode

V-I Characteristics

  • Forward region: Behaves like an ordinary diode (knee ~0.7 V for Si).
  • Reverse region (V < VZ): Negligible current (a few μA).
  • Breakdown region (V = VZ): Voltage stays nearly constant at VZ even as the reverse current changes over a wide range. This is the property exploited for voltage regulation.

Breakdown Mechanisms

  • Zener breakdown (low VZ, < 5V): Strong electric field directly pulls electrons out of covalent bonds.
  • Avalanche breakdown (high VZ, > 6V): Carriers gain enough energy to ionize atoms by collision, causing a chain reaction.

Zener Diode as a Voltage Regulator

The Zener is connected in reverse bias parallel with the load, with a series resistor Rs to limit current.

Voltage Equation: Vin = I × Rs + VZ
where I = IZ + IL

For regulation: IZmin < IZ < IZmax

Series resistor: Rs = (Vin − VZ) / (IZ + IL)

How Regulation Works

  • If Vin increases: More current flows through Rs; the extra current is shunted through the Zener (IZ rises). Load current and load voltage stay constant.
  • If Vin decreases: Less current; Zener current drops, but Zener still conducts enough to maintain VZ across load.
  • If RL changes: Zener absorbs the difference. As long as IZ stays in [IZmin, IZmax], Vout = VZ.

Applications

Voltage reference, low-power voltage regulators, surge/overvoltage protection, waveform clipping, voltage shifting in transistor circuits.

Q5 Number Systems — Conversions between Binary, Decimal, Octal, Hexadecimal.

The Four Systems

SystemBaseDigitsExample
Binary20, 1(1011)2 = 11
Octal80–7(17)8 = 15
Decimal100–9(99)10
Hexadecimal160–9, A–F(2F)16 = 47

Decimal → Other Bases (Divide-by-base method)

Divide by the target base repeatedly, collect remainders, read upward.

(125)10 → Binary:
125÷2 = 62 rem 1
62÷2 = 31 rem 0
31÷2 = 15 rem 1
15÷2 = 7 rem 1
7÷2 = 3 rem 1
3÷2 = 1 rem 1
1÷2 = 0 rem 1
Read upward: (1111101)2

(125)10 → Octal:
125÷8 = 15 rem 5
15÷8 = 1 rem 7
1÷8 = 0 rem 1
(175)8

(125)10 → Hex:
125÷16 = 7 rem 13 = D
7÷16 = 0 rem 7
(7D)16

Other Bases → Decimal (Positional weighting)

Multiply each digit by base raised to its position power (rightmost = 0).

(1101)2 → Decimal:
1×8 + 1×4 + 0×2 + 1×1 = (13)10

(347)8 → Decimal:
3×64 + 4×8 + 7×1 = 192+32+7 = (231)10

(1A3)16 → Decimal:
1×256 + 10×16 + 3×1 = 256+160+3 = (419)10

Binary ↔ Octal (group of 3)

(110101)2 → Octal:
Group from right in 3s: 110 | 101
= (65)8

(257)8 → Binary:
2=010, 5=101, 7=111
= (010101111)2

Binary ↔ Hex (group of 4)

(11010110)2 → Hex:
Group from right in 4s: 1101 | 0110
= D | 6 = (D6)16

(A5)16 → Binary:
A=1010, 5=0101
= (10100101)2

Fractional Conversion (Decimal Point)

(0.625)10 → Binary:
Multiply fractional part by 2; record integer part:
0.625 × 2 = 1.25 → 1
0.25 × 2 = 0.5 → 0
0.5 × 2 = 1.0 → 1
Read downward: (0.101)2
🎯 Quick check: (FF)16 = 255 (one byte max). (FFFF)16 = 65535 (two bytes max). Remember these as anchors.
Unit 10 / Paper Unit 5
Communication Systems & Transducers
Modulation (AM/FM), Transducers, RTD/Thermocouple, IoT fundamentals

What is a Communication System?

A system that transfers information (voice, video, data) from a source to a destination through a channel (a physical medium like air, copper wire, optical fiber).

Info Source Transmitter (modulator) Channel (medium) Noise Receiver (demodulator) Dest. (user) Block diagram of a basic communication system
Fig 5.1 — Generalized communication system block diagram

Functions of each block:

  • Information source: Generates the original message (microphone, sensor, camera, computer file).
  • Transmitter: Processes the signal (amplification, encoding, modulation) so it can travel through the channel efficiently. Includes the antenna for wireless systems.
  • Channel: The physical medium — atmosphere (radio waves), copper wire, optical fiber, twisted pair, coaxial cable.
  • Noise: Unwanted random signals that corrupt the message. Sources: thermal noise, atmospheric noise, EMI from other devices.
  • Receiver: Amplifies the weakened signal, removes noise (filtering), demodulates to recover the original message.
  • Destination: End-user device (speaker, display, computer).
⚡ Exam Tip: The "AM vs FM" question is asked almost every year — write the comparison table. For transducers, focus on RTD and thermocouple (most asked).
Q1 Why is modulation necessary? Compare AM and FM in detail.

What is Modulation?

Modulation is the process of varying a parameter (amplitude, frequency, or phase) of a high-frequency carrier signal in proportion to the instantaneous value of the low-frequency message (modulating) signal.

Why Modulation is Necessary

  1. Practical antenna size: Antenna length must be at least λ/4. For 1 kHz audio, λ = 300,000 m → antenna ≥ 75 km. Impossible. Modulating onto a 1 MHz carrier shrinks the antenna to ~75 m (manageable).
  2. Range (transmission distance): Higher frequencies travel farther through the atmosphere; the message itself (e.g., audio at a few kHz) cannot propagate as a radio wave.
  3. Multiplexing: Multiple signals share the same channel by assigning each a different carrier frequency (FDM — frequency-division multiplexing). Without modulation, only one signal could use the channel at a time.
  4. Reduced noise interference: Many modulation schemes are inherently more noise-tolerant than baseband (FM in particular).
  5. Avoiding equipment interference: Without modulation, all signals would occupy the same audio band and clash.

Types of Modulation

  • Amplitude Modulation (AM): Amplitude of carrier varies with message; frequency stays constant.
  • Frequency Modulation (FM): Frequency of carrier varies with message; amplitude stays constant.
  • Phase Modulation (PM): Phase of carrier varies with message; amplitude and frequency stay constant.
Message AM (amplitude varies) FM (frequency varies) Message, AM, and FM waveforms
Fig 5.2 — Comparing AM and FM modulation

AM vs FM — Detailed Comparison

ParameterAMFM
What variesCarrier amplitudeCarrier frequency
What stays constantFrequency, phaseAmplitude, phase
Frequency band535 kHz – 1605 kHz (MW)
3–30 MHz (SW)
88 – 108 MHz (VHF)
Bandwidth~10 kHz (narrow)~200 kHz (wide)
Sound qualityPoor to fairExcellent (Hi-Fi)
Noise immunityPoor (noise affects amplitude directly)Excellent (limiter removes amplitude noise)
Transmission rangeLong (Ground/Sky wave)Short, line-of-sight
Power efficiencyLow (~33% in DSB-FC)High (constant amplitude)
Circuit complexitySimpleComplex
Modulation index range0 to 1Can exceed 1
Typical useAM broadcast, aircraft, CBFM broadcast, TV audio, mobile

Modulation Index

For AM: m = Vm / Vc (must be ≤ 1 to avoid overmodulation/distortion)

For FM: mf = Δf / fm (Δf = max freq deviation, fm = modulating freq)
  Can be > 1 (called wideband FM)
Q2 Communication System — Block diagram and classifications.

(See block diagram in the intro section above for the basic structure.)

Classifications of Communication Systems

1. By Direction of Information Flow

  • Simplex: One-way only (TV broadcast, FM radio, pager).
  • Half-duplex: Both directions, but one at a time (walkie-talkie, CB radio).
  • Full-duplex: Both directions simultaneously (telephone, mobile phone, internet).

2. By Nature of Signal

  • Analog: Continuous-valued signal (AM/FM radio, analog TV, old telephone). Susceptible to noise; quality degrades over distance.
  • Digital: Signal takes only discrete values, typically 0 and 1 (mobile networks, internet, digital TV). Better noise immunity, easier processing and storage, supports error correction.

3. By Channel / Medium

  • Wired (line/guided): Twisted-pair, coaxial cable, optical fiber.
  • Wireless (radio/free-space): RF radio, microwave, satellite, Wi-Fi, Bluetooth, mobile networks.

4. By Mode of Transmission

  • Baseband: Message signal transmitted directly without modulation (Ethernet LAN).
  • Passband: Message modulated onto a carrier (almost all wireless systems).

5. By Frequency Band Used

BandFrequencyUse
VLF3-30 kHzSubmarine communication
LF30-300 kHzNavigation
MF300 kHz – 3 MHzAM broadcast
HF3 – 30 MHzShortwave radio
VHF30 – 300 MHzFM, TV, mobile
UHF300 MHz – 3 GHzMobile, GPS, Wi-Fi (2.4 GHz)
SHF3 – 30 GHzSatellite, radar
EHF30 – 300 GHzMillimeter wave, 5G
Q3 Types of Amplitude Modulation — DSB-FC, DSB-SC, SSB, VSB.

AM has a carrier component and two symmetric sidebands (upper and lower). Different AM variants transmit different combinations of these to save power and bandwidth.

(i) DSB-FC (Double SideBand — Full Carrier)

Conventional AM. Transmits both sidebands and the carrier.

  • Bandwidth: 2 × fm,max (twice the highest modulating frequency)
  • Power efficiency: Poor — carrier takes ⅔ of total power but carries no information.
  • Used in: AM broadcast radio (because receivers are simple).

(ii) DSB-SC (Double SideBand — Suppressed Carrier)

Both sidebands transmitted; carrier suppressed at the transmitter to save power.

  • Bandwidth: Same as DSB-FC (2fm).
  • Power efficiency: 100% (all power carries information).
  • Demodulation: Requires a coherent (synchronous) detector — receiver is more complex.
  • Used in: Stereo TV broadcasting, point-to-point communication.

(iii) SSB-SC (Single SideBand — Suppressed Carrier)

Only one sideband (USB or LSB) is transmitted; carrier and the other sideband are suppressed.

  • Bandwidth: fm (half of DSB)
  • Power saved: ~83% compared to DSB-FC.
  • Spectrum efficient. Better for crowded frequency bands.
  • Used in: Amateur (ham) radio, two-way military/marine radio, point-to-point HF communication.

(iv) VSB (Vestigial SideBand)

One full sideband + a vestige (small part) of the other sideband. Compromise between DSB and SSB.

  • Bandwidth: Slightly more than fm, less than 2fm.
  • Easier to filter than SSB (which needs very sharp filters).
  • Used in: Analog TV broadcasting (video signal).

Quick Comparison

TypeCarrierSidebandsBWUse
DSB-FCPresentBoth2fmAM radio
DSB-SCSuppressedBoth2fmStereo
SSB-SCSuppressedOne onlyfmHam, marine
VSBPartialOne + vestige~1.25fmAnalog TV
Q4 Resistance Temperature Detector (RTD) — Construction and working.

What is an RTD?

An RTD is a temperature transducer (sensor) whose electrical resistance changes with temperature in a predictable, nearly linear way. The most common material is platinum, giving rise to the "PT-100" sensor (100 Ω at 0 °C).

Sheath Ceramic / Mica insulator Platinum element (~100 Ω at 0°C) Lead Lead RTD construction (PT-100 / PT-1000)
Fig 5.3 — RTD construction with platinum element in protective sheath

Construction

  • Sensing element: A thin pure platinum wire (or thin film of platinum on a ceramic substrate). Platinum is preferred because of: linear response, wide temperature range (−200 °C to +850 °C), chemical stability, resistance to oxidation, and excellent reproducibility.
  • Mandrel / insulator: Platinum wire is wound on a ceramic or mica core, providing structural support and electrical insulation.
  • Lead wires: Copper wires connecting the element to the external circuit. RTDs come in 2-wire, 3-wire (most common), or 4-wire configurations — more wires compensate for lead resistance.
  • Sheath: Stainless steel or other metal protective tube that isolates the sensor from the process environment.

Working Principle

Metals have positive temperature coefficient of resistance — resistance increases linearly with temperature. By measuring resistance, temperature can be calculated:

RT = R₀ (1 + αΔT)
where R₀ = resistance at 0 °C (100 Ω for PT-100)
α = temperature coefficient of resistance (0.00385 /°C for platinum)
ΔT = T − T₀

For higher accuracy (Callendar–Van Dusen equation):
RT = R₀ [1 + AT + BT² − 100CT³] (for T < 0)
RT = R₀ [1 + AT + BT²] (for T ≥ 0)

The RTD is typically placed in a Wheatstone bridge; the bridge imbalance voltage gives a reading proportional to temperature.

Advantages

  • High accuracy (typically ±0.1 °C).
  • Excellent linearity and repeatability.
  • Wide measurement range (−200 to +850 °C).
  • Long-term stability.

Disadvantages

  • Slower response than thermocouples.
  • Higher cost (platinum).
  • Self-heating error due to measurement current.
  • Requires external excitation current.

Applications

Industrial temperature measurement, HVAC, food processing, pharmaceutical, laboratory instruments, automotive engine monitoring, power plants.

Q5 Transducers — Classification with examples (Thermocouple, Strain Gauge, etc.)

Definition

A transducer is a device that converts one form of energy/signal into another. In electronics/instrumentation, the term usually refers to devices that convert a physical quantity (temperature, pressure, force, displacement, light, sound) into an electrical signal (voltage, current, resistance, capacitance).

Classification

  • Active (self-generating) transducers: Generate their own output voltage/current without needing an external power source. Examples: thermocouple, photovoltaic cell, piezoelectric crystal.
  • Passive transducers: Need an external excitation source. Their parameter (R, L, or C) changes with the input. Examples: RTD, strain gauge, LDR, thermistor.

Also classified by output: analog (RTD, thermocouple) vs digital (encoder, hall switch); and by principle: resistive, capacitive, inductive, piezoelectric, photoelectric, thermoelectric, magnetic.

(i) Thermocouple

Principle — Seebeck effect: When two dissimilar metal wires are joined at two junctions, kept at different temperatures, a small EMF is generated (mV range) proportional to the temperature difference between the junctions.

  • Hot junction = measuring point; cold junction = reference (often at 0 °C using ice bath, or compensated electronically).
  • Common types: Type K (Chromel-Alumel), J (Iron-Constantan), T (Copper-Constantan), R/S (Pt-PtRh).
  • Advantages: Wide range (up to 2300 °C), fast response, rugged, cheap, no external power.
  • Disadvantages: Lower accuracy than RTD, non-linear output, needs cold-junction compensation, low EMF (mV).
  • Applications: Industrial furnaces, gas turbines, kilns, engine exhaust temperature.

(ii) Strain Gauge

Principle: When a conducting wire is stretched, its length increases and cross-section decreases → resistance increases. Conversely, compression decreases resistance.

Gauge Factor: GF = (ΔR/R) / (ΔL/L) = (ΔR/R) / ε
where ε = strain = ΔL/L
Typical GF for metallic gauges ≈ 2; for semiconductor gauges, 50–200.
  • Connected in a Wheatstone bridge to detect the tiny resistance change.
  • Applications: Force measurement, load cells (electronic weighing scales), pressure transducers, structural stress monitoring (bridges, dams, aircraft).

(iii) LVDT (Linear Variable Differential Transformer)

Principle: An inductive transducer with one primary and two identical secondaries; a movable iron core (mounted on the object to be measured) changes mutual inductance.

  • Output = ES1 − ES2; magnitude indicates displacement, phase indicates direction.
  • Used in: displacement measurement, gauging, automation.

(iv) Thermistor

A resistor whose resistance changes non-linearly with temperature. Made from semiconductor materials.

  • NTC thermistor: Resistance decreases as temperature increases (most common).
  • PTC thermistor: Resistance increases as temperature increases.
  • Higher sensitivity than RTD but smaller range and non-linear.
  • Used in: Temperature compensation, inrush current limiting, battery thermal monitoring.

(v) Piezoelectric Transducer

Principle — Piezoelectric effect: Certain crystals (quartz, PZT) generate a voltage when mechanical stress is applied; conversely, applying voltage causes mechanical deformation.

  • Active transducer (self-generating).
  • Used in: Accelerometers, microphones, ultrasonic transducers, gas lighters, sonar, vibration sensors.

(vi) Photoelectric Transducers

  • LDR (Light Dependent Resistor): Resistance decreases with increased light intensity. Used in street lights, camera light meters.
  • Photodiode: Reverse-biased PN junction; reverse current proportional to light intensity. Used in optical communication, smoke detectors.
  • Phototransistor: Similar to photodiode but with built-in amplification.
  • Solar cell (Photovoltaic): Generates voltage from light; active transducer.

(vii) Bimetallic Strip

Two metals with different thermal expansion coefficients bonded together. As temperature rises, the strip bends due to differential expansion, opening/closing a contact.

Used in: Thermostats (irons, ovens), circuit breakers, fire alarms.


Bonus: IoT (Internet of Things) — 4-Layer Architecture

4. Application Layer Smart home apps, analytics dashboards, AI/ML 3. Processing Layer Cloud / edge computing, databases, data storage 2. Network / Transport Layer Wi-Fi, BLE, Zigbee, LoRa, 4G/5G, MQTT, CoAP 1. Perception Layer — Sensors, Actuators, RFID
Fig 5.4 — IoT 4-layer architecture
  • Layer 1 — Perception: Physical sensors (temperature, motion, GPS, camera) and actuators (motors, relays) that gather data and execute actions.
  • Layer 2 — Network: Communication protocols and infrastructure that transport data (Wi-Fi, BLE, Zigbee, LoRaWAN, cellular, MQTT, CoAP).
  • Layer 3 — Processing: Cloud or edge servers, databases, and processing logic that store, filter, and analyze data.
  • Layer 4 — Application: End-user interfaces and services — smart home apps, healthcare dashboards, industrial monitoring, smart cities, agriculture.

IoT Examples: Smart home (Alexa, smart bulbs, thermostats), wearables (Fitbit), smart agriculture (soil moisture sensors), industrial IoT (predictive maintenance), connected vehicles, smart cities (traffic management), healthcare (remote patient monitoring).