Skip to main content
  1. Resources/
  2. Study Materials/
  3. Information & Communication Technology Engineering/
  4. ICT Semester 1/

Elements of Electrical & Electronics Engineering (1313202) - Summer 2023 Solution

20 mins· ·
Study-Material Solutions Electronics 1313202 2023 Summer
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]
#

Find mesh currents in following circuit.

Answer:

Diagram/Table:

    2kΩ      2kΩ
    ┌───┐    ┌───┐
    │   │    │   │
    │   │    │   │
┌───┴───┴────┴───┴───┐
│   │              │ │
│  ┌┴┐             ┌┴┐
│  │ │   1kΩ       │ │
5V ┤ ├─────────────┤ ├ 2V
│  │ │   │         │ │
│  └┬┘   │         └┬┘
│   │    │          │ │
└───┴────┴──────────┴─┘

Applying Mesh Analysis:

  • Write KVL equations for two meshes
  • I₁ flows clockwise in left loop
  • I₂ flows clockwise in right loop

Steps to solve:

  • Mesh 1 equation: 5V - 2kΩ×I₁ - 1kΩ×(I₁-I₂) = 0
  • Mesh 2 equation: -2V + 2kΩ×I₂ + 1kΩ×(I₂-I₁) = 0

Simplifying:

  • 5 - 2000I₁ - 1000I₁ + 1000I₂ = 0

  • -2 + 2000I₂ + 1000I₂ - 1000I₁ = 0

  • 3000I₁ - 1000I₂ = 5

  • -1000I₁ + 3000I₂ = 2

Solving: I₁ = 2 mA I₂ = 1 mA

Mnemonic: “Mesh Matters: Write KVL, Solve Simultaneous”

Question 1(b) [4 marks]
#

State and explain Kirchhoff’s Voltage Law (KVL) with the help of diagram.

Answer:

Kirchhoff’s Voltage Law (KVL) states that the algebraic sum of all voltages around any closed loop in a circuit is zero.

Diagram:

graph LR
    A((A)) --> B((B))
    B --> C((C))
    C --> D((D))
    D --> A
    A --V1--> B
    B --V2--> C
    C --V3--> D
    D --V4--> A

Key points:

  • Loop rule: V₁ + V₂ + V₃ + V₄ = 0
  • Sign convention: Voltage rise (battery positive terminal) is positive, voltage drop (across resistor) is negative
  • Conservation principle: Total energy gained equals total energy lost in any closed loop
  • Application: Used to analyze and solve complex circuits with multiple voltage sources

Mnemonic: “Voltages Around a Loop Sum to Zero” (VALSZ)

Question 1(c) [7 marks]
#

State and explain Superposition theorem.

Answer:

Superposition theorem states that in a linear circuit with multiple sources, the response in any element is the sum of responses caused by each source acting alone, with all other sources replaced by their internal impedances.

Diagram:

graph TD
    subgraph "Original Circuit"
    V1[V1] --> R1[R1] --> R2[R2]
    V2[V2] --> R3[R3] --> R2
    end
    
    subgraph "Circuit with V2=0"
    V1a[V1] --> R1a[R1] --> R2a[R2]
    r2[Internal resistance] --> R3a[R3] --> R2a
    end
    
    subgraph "Circuit with V1=0"
    r1[Internal resistance] --> R1b[R1] --> R2b[R2]
    V2b[V2] --> R3b[R3] --> R2b
    end
    
    subgraph "Final Solution"
    I[I = I1 + I2]
    end

Steps to apply:

  • Step 1: Consider one source at a time
  • Step 2: Replace voltage sources with short circuits (0Ω)
  • Step 3: Replace current sources with open circuits (∞Ω)
  • Step 4: Calculate the response (voltage/current) due to each source
  • Step 5: Add all responses algebraically to get total response

Applications:

  • Circuit analysis: Simplifies complex circuits with multiple sources
  • Network theory: Foundation for more advanced analysis methods
  • Practical circuits: Analyzing superimposed signals in communication systems

Mnemonic: “Sources Separately, Sum Successfully” (SSSS)

Question 1(c) OR [7 marks]
#

State and explain Thevenin’s theorem.

Answer:

Thevenin’s theorem states that any linear circuit with voltage and current sources can be replaced by an equivalent circuit consisting of a voltage source (VTH) in series with a resistance (RTH).

Diagram:

graph LR
    subgraph "Original Complex Circuit"
    A[Complex circuit with multiple sources and components]
    end
    
    subgraph "Thevenin Equivalent"
    V_TH[VTH] --- R_TH[RTH] --- Load[LOAD]
    end

Steps to find Thevenin equivalent:

  • Step 1: Remove load resistor from original circuit
  • Step 2: Calculate open-circuit voltage (VOC) across load terminals (= VTH)
  • Step 3: Calculate equivalent resistance (RTH) by:
    • Deactivating all sources (replacing voltage sources with short circuits and current sources with open circuits)
    • Finding resistance between load terminals

Applications:

  • Circuit simplification: Reduces complex networks to simple equivalent
  • Load analysis: Easily calculate effects of changing loads
  • Maximum power transfer: Determine conditions for maximum power

Mnemonic: “Two Handy Elements: Voltage and Resistance” (THEVR)

Question 2(a) [3 marks]
#

Give comparison of trivalent, tetravalent and pentavalent materials.

Answer:

PropertyTrivalent MaterialsTetravalent MaterialsPentavalent Materials
Valence electrons345
ExamplesBoron, Aluminum, GalliumSilicon, Germanium, CarbonPhosphorus, Arsenic, Antimony
Doping typeUsed as P-type dopantsBase semiconductor materialsUsed as N-type dopants
Bond formationMakes 3 covalent bondsMakes 4 covalent bondsMakes 5 covalent bonds
Charge carriersCreates holes (positive)Creates balanced structureCreates free electrons (negative)

Mnemonic: “Three-Four-Five: Holes-Balance-Electrons” (TFF:HBE)

Question 2(b) [4 marks]
#

State and explain Kirchhoff’s Current Law (KCL) with the help of diagram.

Answer:

Kirchhoff’s Current Law (KCL) states that the algebraic sum of all currents entering and leaving any node in an electrical circuit is zero.

Diagram:

graph TD
    I1[I1] --> N((Node))
    I2[I2] --> N
    N --> I3[I3]
    N --> I4[I4]
    N --> I5[I5]

Key points:

  • Node equation: I₁ + I₂ - I₃ - I₄ - I₅ = 0 (or I₁ + I₂ = I₃ + I₄ + I₅)
  • Sign convention: Currents entering node are positive, leaving are negative
  • Conservation principle: Based on conservation of electric charge
  • Application: Essential for solving circuits with parallel components

Mnemonic: “Currents In Equals Currents Out” (CIECO)

Question 2(c) [7 marks]
#

Define: Extrinsic Semiconductor. Explain formation of N-type Semiconductor with the help of diagram.

Answer:

Extrinsic Semiconductor: A semiconductor whose electrical properties are modified by adding impurity atoms (doping) to change its conductivity.

N-type Semiconductor Formation:

Diagram:

graph TD
    subgraph "Silicon Crystal with Phosphorus Doping"
    Si1((Si)) --- Si2((Si))
    Si2 --- P((P))
    P --- Si3((Si))
    Si3 --- Si4((Si))
    Si4 --- Si1
    P -.- e["Free electron"]
    end

Process:

  • Doping process: Pentavalent impurity (P, As, Sb) added to tetravalent semiconductor (Si, Ge)
  • Bond formation: Impurity atom forms 4 covalent bonds with neighboring Si atoms
  • Free electron: 5th electron has no bond to form and becomes free to move
  • Charge carriers: Majority carriers are electrons, minority carriers are holes
  • Conductivity: Higher than intrinsic semiconductor due to more free electrons

Properties of N-type semiconductor:

  • Fermi level: Closer to conduction band
  • Donor level: Energy level created near conduction band
  • Room temperature: Most donor atoms are ionized

Mnemonic: “Phosphorus Provides Plus-one electron” (PPP)

Question 2(a) OR [3 marks]
#

Draw energy band diagrams for Conductor, Semiconductor and Insulator.

Answer:

Diagram:

graph TD
    subgraph "Conductor"
    C_CB[Conduction Band]
    C_VB[Valence Band]
    C_CB --- C_VB
    end
    
    subgraph "Semiconductor"
    S_CB[Conduction Band]
    S_G[Small Energy Gap
~1 eV] S_VB[Valence Band] S_CB --- S_G --- S_VB end subgraph "Insulator" I_CB[Conduction Band] I_G[Large Energy Gap
>5 eV] I_VB[Valence Band] I_CB --- I_G --- I_VB end

Key characteristics:

  • Conductor: Overlapping bands or partially filled band
  • Semiconductor: Small energy gap (~1 eV)
  • Insulator: Large energy gap (>5 eV)

Mnemonic: “Gaps Determine Flow: None, Small, Huge” (GDF:NSH)

Question 2(b) OR [4 marks]
#

Give the difference between EMF and Potential difference.

Answer:

ParameterEMF (Electromotive Force)Potential Difference
DefinitionEnergy supplied per unit charge by a sourceEnergy consumed per unit charge in a component
Symbol & Unitξ or E, measured in VoltsV, measured in Volts
CauseChemical, mechanical, thermal or light energy conversionResult of current flowing through a resistance
MeasurementMeasured across source terminals with no current flowingMeasured across components when current flows
DirectionFrom negative to positive inside sourceFrom positive to negative outside source
Device exampleBattery, generator, solar cellResistor, lamp, motor
ConservationNot conserved in a circuitConserved in a closed circuit (KVL)

Mnemonic: “EMF Creates, PD Consumes” (ECPC)

Question 2(c) OR [7 marks]
#

Explain the formation of depletion region or space-charge region in P-N junction.

Answer:

Diagram:

graph LR
    subgraph "P-type"
    P1((+)) --- P2((+)) --- P3((+))
    P4((+)) --- P5((+)) --- P6((+))
    end
    
    subgraph "Depletion Region"
    N1((- +)) --- P7((+ -))
    N2((- +)) --- P8((+ -))
    end
    
    subgraph "N-type"
    N3((-)) --- N4((-)) --- N5((-))
    N6((-)) --- N7((-)) --- N8((-))
    end
    
    E[Electric Field] -.- Depletion

Formation process:

  • Junction creation: When P-type and N-type semiconductors are joined
  • Diffusion: Free electrons from N-side diffuse to P-side; holes from P-side diffuse to N-side
  • Recombination: Electrons recombine with holes near junction
  • Ion formation: Immobile positive ions left in N-region; negative ions in P-region
  • Electric field: Created across the junction pointing from N to P
  • Equilibrium: Diffusion current balanced by drift current due to electric field
  • Barrier potential: Typically 0.7V for silicon, 0.3V for germanium

Characteristics:

  • Width: Typically 0.5 μm, depends on doping concentration
  • Capacitance: Acts as variable capacitor
  • Barrier: Prevents further diffusion of majority carriers

Mnemonic: “Diffusion Creates, Field Balances” (DCFB)

Question 3(a) [3 marks]
#

Define forbidden energy gap. How does it occur? What is its magnitude for Ge and Si?

Answer:

Forbidden energy gap is the energy range between valence band and conduction band where no electron energy states exist in a semiconductor.

Occurrence:

  • Results from quantum mechanical interaction of atoms in crystal lattice
  • Forms due to splitting of energy levels when atoms are brought close together
  • Creates band structure with allowed and forbidden regions

Magnitude:

  • Germanium (Ge): 0.67 eV at 300K
  • Silicon (Si): 1.1 eV at 300K

Mnemonic: “Greater Silicon, Lower Germanium” (GSLG)

Question 3(b) [4 marks]
#

Define the following terms: (i) Knee voltage (ii) Reverse saturation current (iii) Reverse breakdown voltage (iv) Peak Inverse Voltage (PIV)

Answer:

Table of Definitions:

TermDefinition
Knee voltageThe forward voltage at which current through diode starts increasing rapidly (0.3V for Ge, 0.7V for Si)
Reverse saturation currentThe small current that flows when diode is reverse biased, due to minority carriers (typically nA or μA)
Reverse breakdown voltageThe reverse voltage at which the diode conducts heavily in reverse direction due to breakdown mechanisms
Peak Inverse Voltage (PIV)Maximum reverse voltage a diode can withstand without breakdown in a rectifier circuit

Mnemonic: “Knee Rises, Saturation Trickles, Breakdown Bursts, PIV Protects” (KRSBBP)

Question 3(c) [7 marks]
#

Explain construction, working and characteristics of LASER diode and write its applications.

Answer:

Diagram:

paln-ca-ttytyieypvrpeee~~~~~~~~~~~~~~~~~~~~~R~~~eflectiveSurfacLeasserBeam

Construction:

  • P-N junction: Made of direct bandgap semiconductor (GaAs, InGaAsP)
  • Active region: Thin layer between P and N regions where recombination occurs
  • Cavity design: Parallel reflective surfaces (cleaved facets) form optical resonator
  • Packaging: Includes heat sink, optical window, monitoring photodiode

Working principle:

  • Injection: Forward biasing injects electrons and holes into active region
  • Population inversion: More electrons in excited state than ground state
  • Stimulated emission: Photon triggers release of identical photons (same wavelength, phase)
  • Optical feedback: Photons reflect between mirrors, amplifying light
  • Threshold current: Minimum current for lasing action

Characteristics:

  • Coherent light: Single wavelength, in-phase light emission
  • Directionality: Highly directional, narrow beam
  • High intensity: Concentrated energy output
  • Threshold behavior: Laser action only above threshold current

Applications:

  • Optical fiber communications
  • DVD/Blu-ray players
  • Laser printers
  • Barcode scanners
  • Medical surgery instruments

Mnemonic: “Population Inversion Creates Coherent Light” (PICL)

Question 3(a) OR [3 marks]
#

Draw V-I characteristics of P-N junction diode and Zener diode.

Answer:

Diagram:

FRFRoeoervrvIweIweararrsrsdede||||ZReengeironPZ-VZBReVNerennegeJeairurkondnDcoitwoindoenDiode

Key differences:

  • P-N Junction diode: Conducts in forward bias, blocks in reverse until breakdown
  • Zener diode: Specially designed to operate in reverse breakdown region at precise voltage

Mnemonic: “Forward Same, Reverse Different” (FSRD)

Question 3(b) OR [4 marks]
#

Explain working of P-N junction diode in forward bias with circuit diagram.

Answer:

Diagram:

VD1R

Working in forward bias:

  • Connection: P-side connected to positive terminal, N-side to negative terminal
  • Depletion region: Width decreases as applied voltage increases
  • Barrier potential: Must overcome threshold (0.7V for Si, 0.3V for Ge)
  • Current flow: Above threshold, current increases exponentially with voltage
  • Majority carriers: Electrons from N-side and holes from P-side are pushed toward junction
  • Recombination: Electrons and holes recombine, creating continuous current flow

Current equation: I = I₀(e^(qV/kT) - 1), where I₀ is reverse saturation current

Mnemonic: “Positive to P, Reduces Barrier, Current Flows” (PPRBCF)

Question 3(c) OR [7 marks]
#

Explain working of Light Emitting diode (LED) and Photodiode with diagram.

Answer:

LED Diagram:

ECPmuPNhirf--osrltttseoyyoinwppnoteen

LED Working:

  • Direct bandgap: Made of GaAs, GaP compounds with direct bandgap
  • Forward bias: Applied to inject carriers across junction
  • Recombination: Electrons from N-side recombine with holes from P-side
  • Photon emission: Energy released during recombination emitted as photons
  • Wavelength control: Different materials produce different colors
  • Efficiency: Modern LEDs achieve 80-90% efficiency

Photodiode Diagram:

APbPNhs--ootttryyopppnteeion

Photodiode Working:

  • Reverse bias: Operated in reverse bias typically
  • Light absorption: Photons absorbed in depletion region
  • Electron-hole pairs: Created by photon energy
  • Carrier separation: Electric field separates electrons and holes
  • Current generation: Photocurrent proportional to light intensity
  • Response time: Faster in reverse bias due to wider depletion region

Comparison table:

ParameterLEDPhotodiode
FunctionConverts electrical energy to lightConverts light to electrical energy
Bias modeForward biasReverse bias (typically)
DirectionEnergy output (emitter)Energy input (detector)
ApplicationDisplays, indicators, lightingLight sensors, optical communications

Mnemonic: “LEDs Emit, Photodiodes Detect” (LEPD)

Question 4(a) [3 marks]
#

Define the following terms: (i) Rectifier efficiency (η) (ii) Ripple factor (γ) (iii) Voltage regulation

Answer:

Table of Definitions:

TermDefinition
Rectifier efficiency (η)Ratio of DC power output to AC power input in a rectifier circuit (η = P_DC/P_AC × 100%)
Ripple factor (γ)Ratio of RMS value of AC component to DC component in rectifier output (γ = V_rms(ac)/V_dc)
Voltage regulationMeasure of how well a power supply maintains constant output voltage despite changes in load (VR = [(V_NL - V_FL)/V_FL] × 100%)

Mnemonic: “Efficiency Powers, Ripple Varies, Regulation Stabilizes” (EPRVS)

Question 4(b) [4 marks]
#

Explain zener diode as a voltage regulator.

Answer:

Diagram:

ViR[Z]RVLout

Working principle:

  • Zener breakdown: Operates in reverse breakdown region at specific voltage
  • Series resistor: Limits current and drops excess voltage
  • Parallel connection: Zener connected in parallel with load
  • Regulation mechanism:
    • When input voltage increases: More current through Zener, voltage across load remains constant
    • When load current increases: Less current through Zener, voltage remains constant

Characteristics:

  • Load regulation: Maintains constant voltage despite load changes
  • Line regulation: Maintains constant voltage despite input voltage changes
  • Power rating: Zener must handle maximum power dissipation (P = V_Z × I_Z)
  • Design equation: R = (V_in - V_Z)/I_L + I_Z)

Mnemonic: “Zener Shunts Excess Current” (ZSEC)

Question 4(c) [7 marks]
#

Explain full wave bridge rectifier with circuit diagram and input-output waveform.

Answer:

Circuit Diagram:

VinDD12RLDD34Vout

Working principle:

  • First half cycle (positive): D1 and D4 conduct, D2 and D3 block
  • Second half cycle (negative): D2 and D3 conduct, D1 and D4 block
  • Both half cycles: Current flows through load in same direction

Waveforms:

Input:Output:

Characteristics:

  • Ripple frequency: Twice the input frequency
  • Output voltage: V_dc = 2V_m/π ≈ 0.636V_m
  • PIV: Each diode must withstand V_m
  • Efficiency: η = 81.2%
  • Ripple factor: γ = 0.48
  • Uses: Higher current applications, no center-tapped transformer needed

Advantages over center-tapped:

  • No center-tapped transformer required
  • Lower PIV requirement for diodes
  • Better transformer utilization

Mnemonic: “Bridge Brings Both Halves” (BBBH)

Question 4(a) OR [3 marks]
#

Give the applications of rectifier.

Answer:

Applications of Rectifiers:

Application AreaSpecific Uses
Power suppliesDC power supplies for electronic devices, battery chargers, adaptors
Industrial applicationsElectroplating, welding machines, motor drives, induction heating
Transport systemsElectric locomotives, metro trains, electric vehicles
Renewable energySolar inverters, wind power generation
Consumer electronicsMobile phone chargers, laptop adapters, TV power supplies
TelecommunicationsBase stations, transmission equipment, signal processing devices

Mnemonic: “Power Perfectly Transformed in Consumer Devices” (PPTICD)

Question 4(b) OR [4 marks]
#

Compare half wave, full wave center tapped and full wave bridge rectifier with four parameters.

Answer:

ParameterHalf WaveFull Wave Center TappedFull Wave Bridge
Number of diodes124
DC output voltageV_m/π (0.318V_m)2V_m/π (0.636V_m)2V_m/π (0.636V_m)
Ripple frequencySame as inputTwice the inputTwice the input
Efficiency40.6%81.2%81.2%
Transformer utilizationPoorMedium (center tap needed)Good (no center tap)
PIV of diodesV_m2V_mV_m
Ripple factor1.210.480.48
Form factor1.571.111.11

Mnemonic: “Half Wastes, Center Tapped Improves, Bridge Optimizes” (HWCTIBO)

Question 4(c) OR [7 marks]
#

Explain Shunt capacitor filter and π-filter with circuit diagram.

Answer:

Shunt Capacitor Filter:

Diagram:

VinRec|tMi|f-i-e-r----CRLVout

Working principle:

  • Charging: Capacitor charges rapidly during voltage rise in rectifier output
  • Discharging: Capacitor discharges slowly through load during voltage fall
  • Smoothing effect: Reduces ripple by storing energy when voltage is high
  • Time constant: RC should be much larger than ripple period
  • Performance: Ripple factor γ = 1/(4√3·f·R·C)

π-Filter:

Diagram:

VinRec|tMi|f-i-e-Cr-1---LC2VRoLut

Working principle:

  • First capacitor (C1): Provides initial filtering like shunt capacitor
  • Choke (L): Blocks AC components, allows DC to pass
  • Second capacitor (C2): Further reduces remaining ripple
  • Combined effect: Acts as cascade of low-pass filters

Comparison:

ParameterShunt Capacitor Filterπ-Filter
ComponentsSingle capacitorTwo capacitors and inductor
Ripple reductionModerateExcellent
CostLowHigh
SizeSmallLarge
Voltage regulationPoorGood
Suitable forLow current applicationsHigh current applications

Mnemonic: “Capacitor Smooths, Pi-Filter Perfects” (CSPFP)

Question 5(a) [3 marks]
#

Draw the symbols of following components: (i) PNP transistor (ii) N channel JFET (iii) N channel enhancement mode MOSFET

Answer:

Diagram:

PNPEETrCan-sBistor:G-N--SchanDne-lSJFET:N-cGh-a-n-nelDen-hSancementMOSFET:

Characteristics:

  • PNP Transistor: Arrow points inward at emitter
  • N-channel JFET: Gate controls channel between source and drain
  • N-channel enhancement MOSFET: Gap in channel, requires positive gate voltage

Mnemonic: “PNP Points IN, JFET Joins Gates, MOSFET Makes Gaps” (PPIJJGMMG)

Question 5(b) [4 marks]
#

Explain working of NPN transistor with diagram.

Answer:

Diagram:

B--(-R/B\)CE/om\li/lNPNt\e---t-cttte-tyyyrVoppp_reee(B-EE[E()NCP)N(]RV-C_-)C-E--C

Working principle:

  • Structure: Two N-type regions separated by thin P-type region
  • Biasing: E-B junction forward biased, C-B junction reverse biased
  • Current flow:
    • Electrons from emitter cross into base
    • ~98% electrons continue to collector due to thin base region
    • ~2% electrons recombine in base region
  • Amplification: Small base current controls larger collector current
  • Current relationship: I_C = β × I_B (where β is current gain)

Junction behavior:

  • Emitter-Base junction: Forward biased, low resistance path
  • Collector-Base junction: Reverse biased, high resistance path

Mnemonic: “Electrons Enter, Barely Pause, Collect Above” (EEBPCA)

Question 5(c) [7 marks]
#

Draw and explain common emitter (CE) transistor with its input output characteristic.

Answer:

Circuit Diagram:

V_GBRiN-_nD-B+-VRC_CC-G[ENNDPN]V_out

Input Characteristics (I_B vs V_BE with V_CE constant):

I_B0.7VVV__CCEE=V=_5B1VE0V

Output Characteristics (I_C vs V_CE with I_B constant):

I_CSatRuergaitoinn|I|R_AeIBcg_tiIB=io_vnIB=0e_IB=1I_0_B=2μB0AV=3μ_=0AC4μE50A0μμAA

Operating regions:

  • Cut-off: I_B ≈ 0, I_C ≈ 0, transistor OFF
  • Active: E-B junction forward biased, C-B junction reverse biased, linear amplification
  • Saturation: Both junctions forward biased, transistor fully ON

Parameters:

  • Current gain (β): Ratio of collector current to base current (β = I_C/I_B)
  • Input resistance: Ratio of change in V_BE to change in I_B
  • Output resistance: Ratio of change in V_CE to change in I_C

Applications:

  • Amplification: Voltage, current, and power amplification
  • Switching: Digital circuits, logic gates
  • Signal processing: Oscillators, filters, modulators

Mnemonic: “Cut-Active-Saturate: Off-Amplify-On” (CASOAO)

Question 5(a) OR [3 marks]
#

Derive relationship between current gain alpha (α) and beta (β).

Answer:

Key definitions:

  • Alpha (α): Common-base current gain = I_C/I_E
  • Beta (β): Common-emitter current gain = I_C/I_B

Diagram:

I_E>IT_C>I_B

Current relationship in transistor:

  • I_E = I_B + I_C (Kirchhoff’s Current Law)

Derivation steps:

  1. α = I_C/I_E
  2. I_E = I_B + I_C
  3. α = I_C/(I_B + I_C)
  4. β = I_C/I_B
  5. I_C = β × I_B
  6. Substituting in equation 3: α = (β × I_B)/(I_B + β × I_B) α = β/(1 + β)
  7. Solving for β: α(1 + β) = β α + αβ = β α = β - αβ α = β(1 - α) β = α/(1 - α)

Final relationships:

  • β = α/(1 - α)
  • α = β/(1 + β)

Typical values:

  • α is always less than 1 (typically 0.95 to 0.99)
  • β typically ranges from 20 to 200

Mnemonic: “Alpha Approaches One, Beta Becomes Infinite” (AAOBBI)

Question 5(b) OR [4 marks]
#

Explain different operating regions for transistor.

Answer:

Diagram:

I_CSRaetgCuiurotan-t|oifofARnceRtgeiigvoienonV_CE

Operating regions:

RegionJunction BiasCharacteristicsApplications
Cut-offE-B: OFF
C-B: OFF
• I_B ≈ 0, I_C ≈ 0
• Transistor is OFF
• V_CE ≈ V_CC
Digital circuits (OFF state)
Switching applications
ActiveE-B: ON
C-B: OFF
• Linear relationship between I_C and I_B
• I_C = β × I_B
• Used for amplification
Analog amplifiers
Signal processing
SaturationE-B: ON
C-B: ON
• Both junctions forward biased
• Transistor fully ON
• V_CE ≈ 0.2V
Digital circuits (ON state)
Switching applications
BreakdownE-B: OFF
C-B: Breakdown
• Exceeds breakdown voltage
• Can damage transistor
• Should be avoided
Avoid this region in normal operation

Mnemonic: “Cut Active Saturate: Off Amplify Switch” (CASOAS)

Question 5(c) OR [7 marks]
#

Write a short note on MOSFET.

Answer:

MOSFET (Metal Oxide Semiconductor Field Effect Transistor)

Structure Diagram:

GSaotueMOSrc(eG)(SP)DraNiSnub(sDt)rate

Types of MOSFETs:

  • Enhancement mode: Channel does not exist without gate voltage
    • N-channel: Positive gate voltage creates channel
    • P-channel: Negative gate voltage creates channel
  • Depletion mode: Channel exists without gate voltage
    • N-channel: Negative gate voltage depletes channel
    • P-channel: Positive gate voltage depletes channel

Working principle:

  • Insulated gate: Gate isolated from channel by oxide layer
  • Field effect: Electric field controls channel conductivity
  • Voltage controlled: Gate voltage controls drain current
  • No gate current: Extremely high input impedance

Characteristics:

  • Transfer characteristic: I_D vs V_GS
  • Output characteristic: I_D vs V_DS
  • Threshold voltage: Minimum V_GS required to create channel
  • Transconductance: Change in I_D per unit change in V_GS

Advantages over BJT:

  • High input impedance: Virtually no input current
  • Faster switching: Lower capacitance, no minority carrier storage
  • Higher packing density: Smaller size for same function
  • Lower power consumption: Less heat generation
  • Simpler biasing: Single polarity supply often sufficient

Applications:

  • Digital circuits: CMOS logic, memory devices
  • Analog circuits: Amplifiers, current sources
  • Power electronics: High-power switching
  • RF applications: Low-noise amplifiers
  • Integrated circuits: Processors, ASICs

Mnemonic: “Metal Oxide Separate Gate Enables Field Control” (MOSGFC)

Related

Electronics Devices & Circuits (1323202) - Summer 2023 Solution
13 mins
Study-Material Solutions Electronics 1323202 2023 Summer
Fundamentals of Electronics (4311102) - Summer 2023 Solution
21 mins
Study-Material Solutions Electronics 4311102 2023 Summer
Principles of Electronic Communication (4331104) - Summer 2023 Solution
22 mins
Study-Material Solutions Electronic-Communication 4331104 2023 Summer
Consumer Electronics and Maintenance (4341107) - Summer 2023 Solution
18 mins
Study-Material Solutions Consumer-Electronics 4341107 2023 Summer
Antenna and Wave Propagation (4341106) - Summer 2023 Solution
20 mins
Study-Material Solutions Antenna Wave-Propagation 4341106 2023 Summer
Linear Integrated Circuit (4341105) - Summer 2023 Solution
18 mins
Study-Material Solutions Linear-Integrated-Circuit 4341105 2023 Summer