Skip to main content
  1. Resources/
  2. Study Materials/
  3. Electronics & Communication Engineering/
  4. ECE Semester 3/

Electronic Circuits & Networks (4331101) - Winter 2024 Solution

18 mins· ·
Study-Material Solutions Electronic-Circuits 4331101 2024 Winter
Milav Dabgar
Author
Milav Dabgar
Experienced lecturer in the electrical and electronic manufacturing industry. Skilled in Embedded Systems, Image Processing, Data Science, MATLAB, Python, STM32. Strong education professional with a Master’s degree in Communication Systems Engineering from L.D. College of Engineering - Ahmedabad.
Table of Contents

Question 1(a) [3 marks]
#

Define (i) Node (ii) Branch and (iii) Loop for electronic network.

Answer:

Node:

  • Junction point where two or more branches meet in a network
  • Points where elements are connected together
  • Current sum of all branches at a node equals zero

Branch:

  • Single element (R, L, or C) or path connecting two nodes
  • Each branch has a specific current flowing through it
  • Active branches contain sources; passive branches contain R, L, C

Loop:

  • Closed path in a network formed by connected branches
  • No node is encountered more than once
  • Used in loop analysis for solving networks

Mnemonic: “NBL: Nodes join, Branches connect, Loops circle”

Question 1(b) [4 marks]
#

Three resistors of 200 Ω, 300 Ω and 500 Ω are connected in parallel across 100 V supply. Find (i) Current flowing through each resistor and Total current (ii) Equivalent Resistance

Answer:

Table of Calculations:

ParameterFormulaCalculationResult
I₁ (200Ω)I = V/R100V/200Ω0.5A
I₂ (300Ω)I = V/R100V/300Ω0.333A
I₃ (500Ω)I = V/R100V/500Ω0.2A
I₍ₜₒₜₐₗ₎I₁+I₂+I₃0.5+0.333+0.21.033A
R₍ₑq₎1/R₍ₑq₎ = 1/R₁+1/R₂+1/R₃1/200+1/300+1/50096.77Ω

Mnemonic: “Parallel paths divide current inversely with resistance”

Question 1(c) [7 marks]
#

Explain Series and Parallel connection for Capacitors

Answer:

Capacitors in Series:

graph LR
    A[+] --- B[C₁] --- C[C₂] --- D[C₃] --- E[-]

Table: Series Capacitors Properties

PropertyFormulaDescription
Equivalent Capacitance1/C₍ₑq₎ = 1/C₁ + 1/C₂ + 1/C₃Always smaller than smallest capacitor
ChargeQ = Q₁ = Q₂ = Q₃Same on all capacitors
VoltageV = V₁ + V₂ + V₃Divides according to 1/C ratio
EnergyE = CV²/2Distributed across capacitors

Capacitors in Parallel:

graph LR
    A[+] --- B[+]
    B --- C[C₁] --- D[-]
    B --- E[C₂] --- D
    B --- F[C₃] --- D
    A --- D

Table: Parallel Capacitors Properties

PropertyFormulaDescription
Equivalent CapacitanceC₍ₑq₎ = C₁ + C₂ + C₃Sum of individual capacitances
ChargeQ = Q₁ + Q₂ + Q₃Distributes according to C value
VoltageV = V₁ = V₂ = V₃Same across all capacitors
EnergyE = CV²/2Sum of individual energies

Mnemonic: “Series caps add reciprocally, parallel caps add directly”

Question 1(c) OR [7 marks]
#

Explain Series and Parallel connection for Inductors.

Answer:

Inductors in Series:

graph LR
    A[+] --- B[L₁] --- C[L₂] --- D[L₃] --- E[-]

Table: Series Inductors Properties

PropertyFormulaDescription
Equivalent InductanceL₍ₑq₎ = L₁ + L₂ + L₃Sum of individual inductances
CurrentI = I₁ = I₂ = I₃Same through all inductors
VoltageV = V₁ + V₂ + V₃Divides according to L ratio
EnergyE = LI²/2Sum of individual energies

Inductors in Parallel:

graph LR
    A[+] --- B[+]
    B --- C[L₁] --- D[-]
    B --- E[L₂] --- D
    B --- F[L₃] --- D
    A --- D

Table: Parallel Inductors Properties

PropertyFormulaDescription
Equivalent Inductance1/L₍ₑq₎ = 1/L₁ + 1/L₂ + 1/L₃Always smaller than smallest inductor
CurrentI = I₁ + I₂ + I₃Divides according to 1/L ratio
VoltageV = V₁ = V₂ = V₃Same across all inductors
EnergyE = LI²/2Distributed across inductors

Mnemonic: “Series inductors add directly, parallel inductors add reciprocally”

Question 2(a) [3 marks]
#

Classify network elements.

Answer:

Table: Classification of Network Elements

CategoryTypesExamples
Active vs PassiveActiveVoltage/current sources, transistors
PassiveResistors, capacitors, inductors
Linear vs Non-linearLinearResistors, ideal sources
Non-linearDiodes, transistors
Bilateral vs UnilateralBilateralResistors, capacitors, inductors
UnilateralDiodes, transistors
Lumped vs DistributedLumpedDiscrete R, L, C components
DistributedTransmission lines

Mnemonic: “ALBU: Active/passive, Linear/non-linear, Bilateral/unilateral, lumped/distributed”

Question 2(b) [4 marks]
#

Three resistances of 10, 30 and 70 ohms are connected in star. Find equivalent resistances in delta connection.

Answer:

Diagram: Star to Delta Conversion

graph TB
    subgraph Star Connection
        A((1)) --- R1[10Ω]
        B((2)) --- R2[30Ω]
        C((3)) --- R3[70Ω]
        R1 --- D((0))
        R2 --- D
        R3 --- D
    end

    subgraph Delta Connection
        A1((1)) --- R12[R₁₂]
        A1 --- R31[R₃₁]
        B1((2)) --- R12
        B1 --- R23[R₂₃]
        C1((3)) --- R23
        C1 --- R31
    end

Table: Star-Delta Conversion Formulas and Calculations

Delta ResistanceFormulaCalculationResult
R₁₂(R₁×R₂+R₂×R₃+R₃×R₁)/R₃(10×30+30×70+70×10)/7047.14Ω
R₂₃(R₁×R₂+R₂×R₃+R₃×R₁)/R₁(10×30+30×70+70×10)/10330Ω
R₃₁(R₁×R₂+R₂×R₃+R₃×R₁)/R₂(10×30+30×70+70×10)/30110Ω

Mnemonic: “Star-Delta: Product sum over opposite resistor”

Question 2(c) [7 marks]
#

Explain π network.

Answer:

Diagram: π (Pi) Network

graph LR
    A[Input] --- B((Node 1))
    B --- C[Z₁] --- D((Node 2))
    D --- E[Output]
    B --- F[Z₃] --- G((Ground))
    D --- H[Z₂] --- G

Table: π Network Characteristics

ParameterDescription
StructureTwo shunt impedances (Z₃, Z₂) and one series impedance (Z₁)
Transmission ParametersA = 1 + Z₁/Z₂, B = Z₁, C = 1/Z₂ + 1/Z₃ + Z₁/(Z₂×Z₃), D = 1 + Z₁/Z₃
Impedance ParametersZ₁₁ = Z₁ + Z₃, Z₁₂ = Z₁, Z₂₁ = Z₁, Z₂₂ = Z₁ + Z₂
Image ImpedanceZ₀π = √(Z₁Z₂Z₃/(Z₂+Z₃))
ApplicationsMatching networks, filters, attenuators
ConversionCan be converted to T-network

Mnemonic: “π has two legs down, one branch across”

Question 2(a) OR [3 marks]
#

List the types of network.

Answer:

Table: Types of Networks

CategoryTypes
Based on LinearityLinear Networks, Non-linear Networks
Based on ElementsPassive Networks, Active Networks
Based on ParametersTime-variant, Time-invariant Networks
Based on ConfigurationT-Network, π-Network, Lattice Network
Based on PortsOne-port, Two-port, Multi-port Networks
Based on SymmetrySymmetrical, Asymmetrical Networks
Based on ReciprocityReciprocal, Non-reciprocal Networks

Mnemonic: “LEPCPS: Linearity, Elements, Parameters, Configuration, Ports, Symmetry”

Question 2(b) OR [4 marks]
#

Three resistances of 20, 50 and 100 ohms are connected in delta. Find equivalent resistances in star connection.

Answer:

Diagram: Delta to Star Conversion

graph TB
    subgraph Delta Connection
        A((1)) --- R12[20Ω]
        A --- R31[100Ω]
        B((2)) --- R12
        B --- R23[50Ω]
        C((3)) --- R23
        C --- R31
    end

    subgraph Star Connection
        A1((1)) --- R1[R₁]
        B1((2)) --- R2[R₂]
        C1((3)) --- R3[R₃]
        R1 --- D((0))
        R2 --- D
        R3 --- D
    end

Table: Delta-Star Conversion Formulas and Calculations

Star ResistanceFormulaCalculationResult
R₁(R₁₂×R₃₁)/(R₁₂+R₂₃+R₃₁)(20×100)/(20+50+100)11.76Ω
R₂(R₁₂×R₂₃)/(R₁₂+R₂₃+R₃₁)(20×50)/(20+50+100)5.88Ω
R₃(R₂₃×R₃₁)/(R₁₂+R₂₃+R₃₁)(50×100)/(20+50+100)29.41Ω

Mnemonic: “Delta-Star: Product of adjacent pairs over sum of all”

Question 2(c) OR [7 marks]
#

Explain T network.

Answer:

Diagram: T Network

graph LR
    A[Input] --- B[Z₁] --- C((Node))
    C --- D[Z₂] --- E[Output]
    C --- F[Z₃] --- G((Ground))

Table: T Network Characteristics

ParameterDescription
StructureTwo series impedances (Z₁, Z₂) and one shunt impedance (Z₃)
Transmission ParametersA = 1 + Z₁/Z₃, B = Z₁ + Z₂ + Z₁Z₂/Z₃, C = 1/Z₃, D = 1 + Z₂/Z₃
Impedance ParametersZ₁₁ = Z₁ + Z₃, Z₁₂ = Z₃, Z₂₁ = Z₃, Z₂₂ = Z₂ + Z₃
Image ImpedanceZ₀T = √(Z₁Z₂ + Z₁Z₃ + Z₂Z₃)
ApplicationsMatching networks, filters, attenuators
ConversionCan be converted to π-network

Mnemonic: “T has two arms across, one leg down”

Question 3(a) [3 marks]
#

Explain Kirchhoff’s law.

Answer:

Kirchhoff’s Current Law (KCL):

  • Sum of currents entering a node equals sum of currents leaving it
  • Algebraic sum of currents at any node is zero
  • ∑I = 0 (currents entering positive, leaving negative)

Kirchhoff’s Voltage Law (KVL):

  • Sum of voltage drops around any closed loop equals zero
  • ∑V = 0 (voltage rises positive, drops negative)
  • Based on conservation of energy

Diagram of Kirchhoff’s Laws:

graph LR
    subgraph KCL
        A((Node)) --- B[I₁]
        A --- C[I₂]
        A --- D[I₃]
        A --- E[I₄]
    end

    subgraph KVL
        F[V₁] --- G[V₂] --- H[V₃] --- I[V₄] --- F
    end

Mnemonic: “Current converges, Voltage voyages in a loop”

Question 3(b) [4 marks]
#

Explain Nodal analysis.

Answer:

Diagram: Nodal Analysis Concept

graph TB
    A[Step 1: Identify nodes] --> B[Step 2: Select reference node]
    B --> C[Step 3: Assign node voltages]
    C --> D[Step 4: Apply KCL at each node]
    D --> E[Step 5: Solve equations]

Table: Nodal Analysis Method

StepDescription
1. Select reference nodeUsually ground (0V)
2. Assign voltagesLabel remaining node voltages (V₁, V₂, etc.)
3. Apply KCLWrite KCL equation at each non-reference node
4. Express currentsUse Ohm’s Law to express branch currents
5. Solve equationsFind node voltages using simultaneous equations

Example: For nodes with voltages V₁ and V₂:

  • KCL at node 1: (V₁-0)/R₁ + (V₁-V₂)/R₂ + I₁ = 0
  • KCL at node 2: (V₂-V₁)/R₂ + (V₂-0)/R₃ + I₂ = 0

Mnemonic: “Nodal needs KCL to analyze voltage”

Question 3(c) [7 marks]
#

Use Thevenin’s theorem to find current through the 5 Ω resistor for given circuit.

Answer:

Diagram: Original Circuit and Thevenin Equivalent

12V20Ω5Ω8V10Ω

Steps to Find Thevenin Equivalent:

Table: Thevenin’s Theorem Process and Calculations

StepProcessCalculationResult
1. Remove load (5Ω)Calculate open-circuit voltage (Voc)Voc = Voltage divider formulaVth = 9.33V
2. Replace voltage sources with shortsCalculate equivalent resistance (Req)Req = 20Ω
3. Draw Thevenin equivalentConnect Vth and Rth in series with load
4. Calculate load currentI = Vth/(Rth+RL)I = 9.33/(6.67+5)I = 0.8A

Mnemonic: “Thevenin transforms: Find Voc and Req, then calculate I”

Question 3(a) OR [3 marks]
#

State and explain Maximum Power Transfer Theorem.

Answer:

Maximum Power Transfer Theorem:

  • Maximum power is transferred from source to load when load resistance equals source internal resistance (RL = Rth)
  • Only 50% efficiency is achieved at maximum power transfer
  • Applies to DC and AC circuits (with complex impedances)

Diagram: Maximum Power Transfer

graph LR
    A[Source Circuit] --- B[Rth]
    B --- C[RL]
    A --- D[Vth]
    D --- C
    E[Power Transfer Curve] --- F[Peak at RL = Rth]

Formula: P = (Vth²×RL)/(Rth+RL)²

Mnemonic: “Match the load to the source for maximum power transfer”

Question 3(b) OR [4 marks]
#

Explain method of drawing dual network using any circuit.

Answer:

Diagram: Original and Dual Network Example

ORCr11ig-iwLnw1awl-:--R2DCLu11al-:wwRw1--L2

Table: Dual Network Conversion Rules

Original ElementDual ElementExample
Series connectionParallel connectionSeries R → Parallel C
Parallel connectionSeries connectionParallel C → Series L
Voltage sourceCurrent sourceV source → I source
Current sourceVoltage sourceI source → V source
Resistor (R)Conductance (1/R)R → G (1/R)
Inductor (L)Capacitor (1/L)L → C (1/L)
Capacitor (C)Inductor (1/C)C → L (1/C)

Duality Process:

  1. Redraw network with meshes as nodes and nodes as meshes
  2. Replace elements with their duals
  3. Interchange series and parallel connections

Mnemonic: “Duality swaps: Series↔Parallel, V↔I, R↔G, L↔C”

Question 3(c) OR [7 marks]
#

Find out Norton’s equivalent circuit for the given network. Find out load current if (i) R₍L₎ = 3 KΩ (ii) R₍L₎ = 1.5 Ω

Answer:

Diagram: Original Circuit and Norton Equivalent

3KΩ6VR9LKΩ6KΩ

Table: Norton’s Theorem Process and Calculations

StepProcessCalculationResult
1. Calculate short-circuit current (Isc)Short load terminals and find currentIsc = Source current through shortIn = 0.5mA
2. Calculate Norton resistance (Rn)Replace sources with internal resistanceRn = 9KΩ
3. Draw Norton equivalentConnect In and Rn in parallel
4. Calculate load current (RL = 3KΩ)I = In × Rn/(Rn + RL)I = 0.5mA × 3KΩ/(3KΩ + 3KΩ)I = 0.25mA
5. Calculate load current (RL = 1.5Ω)I = In × Rn/(Rn + RL)I = 0.5mA × 3KΩ/(3KΩ + 1.5Ω)I = 0.33mA

Mnemonic: “Norton needs Isc and Req to make a current source”

Question 4(a) [3 marks]
#

Derive the equation of Quality factor Q for a coil.

Answer:

Diagram: Coil Equivalent Circuit

-wRww---OOOLOOO---o

Derivation of Q factor for a coil:

Table: Q Factor Derivation for Coil

StepExpressionExplanation
1. ImpedanceZ = R + jωLComplex impedance of coil
2. Reactive powerPX = (ωL)I²Power stored in inductor
3. Real powerPR = RI²Power dissipated in resistance
4. Quality factorQ = PX/PRRatio of stored to dissipated power
5. SubstitutionQ = (ωL)I²/RI²Substitute expressions
6. Final equationQ = ωL/RSimplify to get Q factor

Mnemonic: “Quality coils: ωL/R shows energy saving ability”

Question 4(b) [4 marks]
#

A series RLC circuit has R = 50 Ω, L = 0.2 H and C = 10 μF. Calculate (i) Q factor, (ii) BW, (iii) Upper cut off and lower cut off frequencies.

Answer:

Diagram: Series RLC Circuit

-Rw=w5w0-Ω----OOOLO=O0O.-2-H--+C=10μF

Table: Calculations for Series RLC Circuit

ParameterFormulaCalculationResult
Resonant frequency (fr)fr = 1/(2π√LC)1/(2π√(0.2×10×10⁻⁶))112.5 Hz
Quality factor (Q)Q = (1/R)√(L/C)(1/50)√(0.2/10×10⁻⁶)28.28
Bandwidth (BW)BW = fr/Q112.5/28.283.98 Hz
Lower cutoff (f₁)f₁ = fr - BW/2112.5 - 3.98/2110.51 Hz
Upper cutoff (f₂)f₂ = fr + BW/2112.5 + 3.98/2114.49 Hz

Mnemonic: “Q defines BW, which sets cutoff frequencies”

Question 4(c) [7 marks]
#

Explain Mutual Inductance along with Co-efficient of mutual inductance. Also derive the equation of K.

Answer:

Diagram: Mutual Inductance Between Two Coils

graph LR
    A[Input] --- B[L₁]
    B --- C[Output 1]
    D[Input] --- E[L₂]
    E --- F[Output 2]
    B -.- E
    linkStyle 4 stroke-width:2px,stroke-dasharray: 5 5

Mutual Inductance (M):

  • When current in one coil induces voltage in nearby coil
  • Coupling between coils depends on position, orientation, and medium
  • Mutual inductance M in henries (H)

Table: Mutual Inductance Equations

ParameterFormulaDescription
Induced voltagev₂ = M(di₁/dt)Voltage induced in coil 2 due to current in coil 1
Mutual inductanceM = k√(L₁L₂)Mutual inductance related to self-inductances
Coupling coefficient (k)k = M/√(L₁L₂)Measure of coupling between coils (0 ≤ k ≤ 1)
Total inductanceLt = L₁ + L₂ ± 2MTotal inductance depends on direction of coupling

Derivation of Coupling Coefficient (k):

  • From M = k√(L₁L₂)
  • Rearranging: k = M/√(L₁L₂)
  • k = 1 for perfect coupling
  • k = 0 for no coupling
  • Typically 0.1 to 0.9 for real circuits

Mnemonic: “M measures magnetic linkage, k shows coupling quality”

Question 4(a) OR [3 marks]
#

Explain the types of coupling for coupled circuit.

Answer:

Diagram: Types of Coupling

graph TB
    A[Types of Coupling] --> B[Tight Coupling]
    A --> C[Loose Coupling]
    A --> D[Critical Coupling]
    A --> E[Direct Coupling]
    A --> F[Inductive Coupling]
    A --> G[Capacitive Coupling]

Table: Types of Coupling

Coupling TypeCharacteristicsApplications
Tight Couplingk > 0.5, high energy transferTransformers
Loose Couplingk < 0.5, selective frequency responseRF tuning circuits
Critical Couplingk adjusted for optimal bandwidthRF filters
Direct CouplingComponents directly connectedAudio amplifiers
Inductive CouplingMagnetic field transfers energyTransformers, wireless charging
Capacitive CouplingElectric field transfers energySignal coupling between stages

Mnemonic: “TLCLIC: Tight, Loose, Critical, Direct, Inductive, Capacitive”

Question 4(b) OR [4 marks]
#

A parallel resonant circuit having inductance of 10 mH with quality factor Q = 100, resonant frequency Fr = 50 KHz. Find out (i) Required capacitance C, (ii) Resistance R of the coil, (iii) BW.

Answer:

Diagram: Parallel Resonant Circuit

-LOw=ORw1Ow0OmOHO-------+C=?

Table: Calculations for Parallel Resonant Circuit

ParameterFormulaCalculationResult
Resonant frequencyfr = 1/(2π√LC)50 kHz = 1/(2π√(10×10⁻³×C))
Capacitance (C)C = 1/(4π²fr²L)C = 1/(4π²×(50×10³)²×10×10⁻³)C = 1.01 nF
Resistance (R)Q = ωL/R100 = 2π×50×10³×10×10⁻³/RR = 31.4 Ω
Bandwidth (BW)BW = fr/QBW = 50×10³/100BW = 500 Hz

Mnemonic: “Parallel resonance parameters: C from fr, R from Q, BW from fr/Q”

Question 4(c) OR [7 marks]
#

Explain Band width and Selectivity of a series RLC circuit. Also establish the relation between Q factor and BW for series resonance circuit.

Answer:

Diagram: Frequency Response of Series RLC Circuit

graph LR
    A[Frequency f] --> B[Impedance Z]
    B --> C[Resonance at fr]
    B --> D[f1: Lower cutoff]
    B --> E[f2: Upper cutoff]
    F[BW = f2 - f1] --> G[Q = fr/BW]

Bandwidth (BW):

  • Frequency range between half-power points
  • At half-power points, impedance is √2 times minimum value
  • BW = f₂ - f₁, where f₁ and f₂ are lower and upper cutoff frequencies

Selectivity:

  • Ability to reject frequencies outside the bandwidth
  • Higher Q means higher selectivity and narrower bandwidth
  • Measured by steepness of response curve

Table: Series RLC Bandwidth Parameters

ParameterFormulaDescription
Bandwidth (BW)BW = f₂ - f₁Difference between upper and lower cutoff points
Half-power pointsZ = √2 × ZₘᵢₙPoints where power drops to half of maximum
Resonant frequencyfr = 1/(2π√LC)Center frequency
Quality factorQ = ωₒL/REnergy storage vs. dissipation ratio

Derivation of Q-BW Relationship:

  • At resonance, impedance Z = R
  • At cutoff frequencies, Z = √2R
  • This occurs when reactance XL - XC = ±R
  • At f₁: ωL - 1/ωC = -R
  • At f₂: ωL - 1/ωC = +R
  • Solving these equations: BW = R/2πL = fr/Q
  • Therefore, Q = fr/BW

Mnemonic: “Quality inversely proportional to bandwidth”

Question 5(a) [3 marks]
#

Design a symmetrical T type attenuator to give attenuation of 60 dB and work in to the load of 500 Ω resistance.

Answer:

Diagram: Symmetrical T-type Attenuator

IN-Rw1w/w2----oR-2---wwRw1-/-2--oOUT

Table: Attenuator Design

ParameterFormulaCalculationResult
Attenuation (N)N = 10^(dB/20)10^(60/20)N = 1000
Z₀Given500 Ω500 Ω
R₁R₁ = 2Z₀(N-1)/(N+1)2×500×(1000-1)/(1000+1)R₁ = 998 Ω
R₂R₂ = Z₀(N+1)/(N-1)500×(1000+1)/(1000-1)R₂ = 0.5 Ω

Mnemonic: “T attenuator: R₁ series divides, R₂ shunts”

Question 5(b) [4 marks]
#

Compare Band pass and Band stop filters.

Answer:

Diagram: Band Pass vs Band Stop Response

graph LR
    A[Frequency] --> B[Gain]
    B -->|Band Pass| C[Pass in middle band]
    B -->|Band Stop| D[Reject in middle band]

Table: Comparison of Band Pass and Band Stop Filters

ParameterBand Pass FilterBand Stop Filter
Frequency ResponsePasses frequencies within specific bandRejects frequencies within specific band
Circuit StructureSeries & parallel resonant circuitsSeries & parallel resonant circuits
Cut-off FrequenciesHas lower (f₁) and upper (f₂) cut-offsHas lower (f₁) and upper (f₂) cut-offs
BandwidthBW = f₂ - f₁BW = f₂ - f₁
ApplicationsRadio tuning, audio equalizationNoise elimination, harmonic suppression
ImplementationSeries/parallel combination of HPF & LPFParallel/series combination of HPF & LPF
Phase Response0° at resonance180° at resonance

Mnemonic: “Pass the middle or Stop the middle”

Question 5(c) [7 marks]
#

Explain constant K Low Pass Filter.

Answer:

Diagram: Constant K Low Pass Filter T and π Sections

T-se-cLOt/Oi2OoOn-:--o-C-L-/O2OOO---oπ-se-CcLO/tO2iOoOn-:--C/2

Constant K Low Pass Filter:

  • Passes frequencies below cutoff frequency (fc)
  • Attenuates frequencies above fc
  • “Constant K” means product of series and shunt impedances is constant at all frequencies (Z₁Z₂ = K²)

Table: T and π Section Parameters

ParameterT-sectionπ-section
Series armL/2 at each endL in center
Shunt armC in centerC/2 at each end
Cutoff frequencyfc = 1/(π√LC)fc = 1/(π√LC)
Characteristic impedanceZ₀ = √(L/C)Z₀ = √(L/C)
Design equation for LL = Z₀/πfcL = Z₀/πfc
Design equation for CC = 1/(πfcZ₀)C = 1/(πfcZ₀)

Frequency Response:

  • Passes DC and low frequencies with minimal attenuation
  • Attenuation increases rapidly above cutoff frequency
  • Phase shift increases with frequency

Mnemonic: “Constant K LPF: L series blocks high, C shunt shorts high”

Question 5(a) OR [3 marks]
#

Design a high pass filter with T section having a cut-off frequency of 2 KHz with a load resistance of 500 Ω.

Answer:

Diagram: High Pass T-section Filter

INC/2OLOOC/2OUT

Table: High Pass Filter Design

ParameterFormulaCalculationResult
Cutoff frequency (fc)Given2 kHz2 kHz
Load resistance (R₀)Given500 Ω500 Ω
Series capacitance (C/2)C = 1/(πfcR₀)C = 1/(π×2×10³×500)C = 0.318 μF
Total capacitance (C)2 × (C/2)2 × 0.159 μFC = 0.318 μF
Shunt inductance (L)L = R₀/(πfc)L = 500/(π×2×10³)L = 79.6 mH

Mnemonic: “High pass T: C blocks DC in series, L passes high in shunt”

Question 5(b) OR [4 marks]
#

Give classification of filters.

Answer:

Diagram: Filter Classification

graph TD
    A[Filters] --> B[By Function]
    A --> C[By Design]
    A --> D[By Implementation]
    B --> B1[Low Pass]
    B --> B2[High Pass]
    B --> B3[Band Pass]
    B --> B4[Band Stop]
    B --> B5[All Pass]
    C --> C1[Passive]
    C --> C2[Active]
    C1 --> C11[Constant-k]
    C1 --> C12[m-derived]
    C1 --> C13[Composite]
    D --> D1[Analog]
    D --> D2[Digital]

Table: Classification of Filters

Classification ByTypesCharacteristics
FunctionLow PassPasses frequencies below cutoff
High PassPasses frequencies above cutoff
Band PassPasses frequencies within a band
Band StopRejects frequencies within a band
All PassPasses all frequencies but modifies phase
DesignPassiveUses passive elements (R, L, C)
ActiveUses active components (op-amps)
ResponseButterworthMaximally flat response
ChebyshevRipple in passband, steeper rolloff
BesselLinear phase response
EllipticRipple in both passband and stopband
ImplementationPassive Filter TypesConstant-k, m-derived, composite

Mnemonic: “FLHBA: Function (Low/High/Band/All-pass), Design, Response, Implementation”

Question 5(c) OR [7 marks]
#

Explain constant K High Pass Filter.

Answer:

Diagram: Constant K High Pass Filter T and π Sections

T-sectCi2n:LC/2π-secCLt/i2on:L/2

Constant K High Pass Filter:

  • Passes frequencies above cutoff frequency (fc)
  • Attenuates frequencies below fc
  • “Constant K” means product of series and shunt impedances is constant at all frequencies (Z₁Z₂ = K²)

Table: T and π Section Parameters

ParameterT-sectionπ-section
Series armC/2 at each endC in center
Shunt armL in centerL/2 at each end
Cutoff frequencyfc = 1/(π√LC)fc = 1/(π√LC)
Characteristic impedanceZ₀ = √(L/C)Z₀ = √(L/C)
Design equation for LL = Z₀/(πfc)L = Z₀/(πfc)
Design equation for CC = 1/(πfcZ₀)C = 1/(πfcZ₀)

Frequency Response:

  • Blocks DC and low frequencies
  • Passes high frequencies with minimal attenuation
  • Attenuation increases as frequency decreases below cutoff
  • Phase shift approaches 0° at very high frequencies

Mnemonic: “Constant K HPF: C series blocks low, L shunt passes high”

Related

Electronic Circuits & Applications (4321103) - Winter 2024 Solution
18 mins
Study-Material Solutions Electronic-Circuits 4321103 2024 Winter
Electronic Circuits & Networks (4331101) - Winter 2022 Solution
18 mins
Study-Material Solutions Electronic-Circuits Networks 4331101 2022 Winter
Electronic Circuits & Networks (4331101) - Winter 2023 Solution
15 mins
Study-Material Solutions Electronic-Circuits Networks 4331101 2023 Winter
Communication Engineering (1333201) - Winter 2024 Solution
23 mins
Study-Material Solutions Communication-Engineering 1333201 2024 Winter
Linear Integrated Circuit (4341105) - Winter 2024 Solution
28 mins
Study-Material Solutions Linear-Integrated-Circuit 4341105 2024 Winter
Antenna & Wave Propagation (4341106) - Winter 2024 Solution
21 mins
Study-Material Solutions Antenna Wave-Propagation 4341106 2024 Winter