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

Fundamentals of Electronics (4311102) - Summer 2024 Solution

14 mins· ·
Study-Material Solutions Electronics 4311102 2024 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 [14 marks]
#

Answer any seven out of ten.

Question 1(1) [2 marks]
#

Define resistor and give its unit.

Answer: A resistor is an electronic component that opposes the flow of electric current. Its unit is Ohm (Ω).

Table: Resistor Properties

PropertyDescription
Symbol
UnitOhm (Ω)
FunctionLimits current flow

Mnemonic: “Resistors Oppose Current” (ROC)

Question 1(2) [2 marks]
#

Give two examples of active and passive components each.

Answer:

Table: Electronic Components Classification

Active ComponentsPassive Components
1. Transistors1. Resistors
2. Diodes2. Capacitors

Mnemonic: “TARD” - Transistors And Resistors Differ

Question 1(3) [2 marks]
#

Draw symbols of any two semiconductor devices.

Answer:

Diagram:

graph TD
    subgraph "Diode"
    A[+] --- B["|<]----- C[-]
    end
    subgraph "NPN Transistor"
    D[C] --- E --- F[E]
    G[B] --- E
    end

Mnemonic: “Diodes Direct, Transistors Transfer”

Question 1(4) [2 marks]
#

Differentiate between intrinsic and extrinsic semiconductor.

Answer:

Table: Intrinsic vs Extrinsic Semiconductors

IntrinsicExtrinsic
Pure semiconductor without impuritiesSemiconductor with added impurities
Equal number of holes and electronsUnequal holes and electrons
Examples: Pure Silicon, GermaniumExamples: Silicon doped with Phosphorus

Mnemonic: “Pure In, Doped Ex”

Question 1(5) [2 marks]
#

LED stands for _________________.

Answer: LED stands for Light Emitting Diode.

Diagram:

graph LR
    A[Light] --> B[Emitting] --> C[Diode]
    style A fill:#f96,stroke:#333
    style B fill:#9cf,stroke:#333
    style C fill:#f9f,stroke:#333

Mnemonic: “Light Emitters Dazzle”

Question 1(6) [2 marks]
#

State any two applications of Photo-diode.

Answer:

Table: Photo-diode Applications

ApplicationHow it works
Light sensorsConverts light to electrical current
Optical communicationDetects optical signals in fiber optics

Mnemonic: “Light Sensing Communication” (LSC)

Question 1(7) [2 marks]
#

List the types of transistor and draw their symbols.

Answer:

Types of Transistors:

  1. NPN Transistor
  2. PNP Transistor

Diagram:

graph TD
    subgraph "NPN"
    A[C] --- B --- C[E]
    D[B] --- B
    end
    subgraph "PNP"
    E[E] --- F --- G[C]
    H[B] --- F
    end

Mnemonic: “Not Pointing iN, Pointing outP”

Question 1(8) [2 marks]
#

Give the value of forward voltage drop of Germanium and Silicon diode.

Answer:

Table: Forward Voltage Drop Values

Diode TypeForward Voltage Drop
Germanium0.3V
Silicon0.7V

Mnemonic: “Germanium’s Three, Silicon’s Seven” (0.3V, 0.7V)

Question 1(9) [2 marks]
#

The _________________ diode can be used as a light detector.

Answer: The Photodiode can be used as a light detector.

Diagram:

graph LR
    A[Light] -->|detected by| B[Photodiode]
    B -->|generates| C[Current]
    style A fill:#ff9,stroke:#333
    style B fill:#9cf,stroke:#333
    style C fill:#f96,stroke:#333

Mnemonic: “Photo Detects Light” (PDL)

Question 1(10) [2 marks]
#

Define Q-factor of a coil.

Answer: Q-factor (Quality factor) of a coil is the ratio of its inductive reactance to its resistance, indicating how efficiently it stores energy.

Table: Q-Factor

ParameterDescription
FormulaQ = XL/R
Higher QBetter quality, less energy loss
Lower QPoor quality, more energy loss

Mnemonic: “Quality equals Reactance over Resistance” (QRR)

Question 2(a) [3 marks]
#

Explain colour coding method of resistor.

Answer:

Resistor color coding uses colored bands to indicate resistance value and tolerance.

Table: Resistor Color Code

ColorDigitMultiplier
Black010⁰
Brown110¹
Red210²
Orange310³
Yellow410⁴

For a 4-band resistor:

  • First band: First digit
  • Second band: Second digit
  • Third band: Multiplier
  • Fourth band: Tolerance

Mnemonic: “Bad Boys Race Our Young Girls But Violet Generally Wins” (Colors in order: Black, Brown, Red, Orange, Yellow, Green, Blue, Violet, Grey, White)

Question 2(a) OR [3 marks]
#

Explain Light Dependent Resistor with its characteristics.

Answer:

LDR is a resistor whose resistance decreases when light intensity increases.

Characteristics of LDR:

Table: LDR Properties

ParameterBehavior
Dark conditionHigh resistance (MΩ)
Bright conditionLow resistance (kΩ)
Response timeFew milliseconds

Diagram:

graph TD
    A[Increase Light] -->|Causes| B[Decrease Resistance]
    C[Decrease Light] -->|Causes| D[Increase Resistance]
    style A fill:#ff9,stroke:#333
    style B fill:#9cf,stroke:#333
    style C fill:#999,stroke:#333
    style D fill:#f96,stroke:#333

Mnemonic: “Light Up, Resistance Down” (LURD)

Question 2(b) [3 marks]
#

Explain classification of capacitors in detail.

Answer:

Capacitors are classified based on dielectric material and construction.

Table: Capacitor Classifications

TypeDielectricApplications
CeramicCeramicHigh frequency
ElectrolyticAluminum oxidePower supplies
PolyesterPlastic filmGeneral purpose
TantalumTantalum oxideSmall, high capacity

Diagram:

graph TD
    A[Capacitors] --> B[Fixed]
    A --> C[Variable]
    B --> D[Ceramic]
    B --> E[Electrolytic]
    B --> F[Polyester/Film]
    C --> G[Air Gang]
    C --> H[Trimmer]
    style A fill:#f96,stroke:#333

Mnemonic: “CEPT” (Ceramic, Electrolytic, Polyester, Tantalum)

Question 2(b) OR [3 marks]
#

Explain classification of inductor in detail.

Answer:

Inductors are classified based on core material and construction.

Table: Inductor Classifications

TypeCoreCharacteristics
Air coreAirLow inductance, low losses
Iron coreIronHigh inductance, high losses
Ferrite coreFerriteMedium inductance, low losses
ToroidalRing shapedHigh efficiency, low EMI

Diagram:

graph TD
    A[Inductors] --> B[Air Core]
    A --> C[Iron Core]
    A --> D[Ferrite Core]
    A --> E[Toroidal]
    style A fill:#9cf,stroke:#333

Mnemonic: “Air Iron Ferrite Toroid” (AIFT)

Question 2(c) [4 marks]
#

State and explain Faraday’s laws of Electromagnetic Induction.

Answer:

Faraday’s laws explain how electromagnetic induction works.

Faraday’s First Law: When a magnetic field linked with a conductor changes, an EMF is induced in the conductor.

Faraday’s Second Law: The magnitude of induced EMF is proportional to the rate of change of magnetic flux.

Table: Faraday’s Laws Summary

LawStatementFormula
First LawChange in magnetic field induces EMF-
Second LawEMF ∝ rate of change of fluxE = -N(dΦ/dt)

Diagram:

graph LR
    A[Moving Magnet] -->|Creates| B[Changing Magnetic Field]
    B -->|Induces| C[EMF in Conductor]
    style A fill:#f96,stroke:#333
    style B fill:#9cf,stroke:#333
    style C fill:#ff9,stroke:#333

Mnemonic: “Change Magnetic Field, Create Electric Current” (CMFCEC)

Question 2(c) OR [4 marks]
#

Enlist specifications of capacitors and explain two in detail.

Answer:

Specifications of Capacitors:

  1. Capacitance value
  2. Voltage rating
  3. Tolerance
  4. Leakage current
  5. Temperature coefficient

Detailed Explanation:

Capacitance Value: The amount of charge a capacitor can store per volt, measured in Farads (F).

Voltage Rating: The maximum voltage that can be applied without damaging the capacitor.

Table: Capacitor Specifications

SpecificationDescriptionTypical Values
CapacitanceCharge storage capacitypF to mF
Voltage RatingMaximum safe voltage16V, 25V, 50V, etc.

Diagram:

graph TD
    A[Capacitor Specifications] --> B[Capacitance Value]
    A --> C[Voltage Rating]
    A --> D[Tolerance]
    A --> E[Leakage Current]
    A --> F[Temperature Coefficient]
    style A fill:#9cf,stroke:#333

Mnemonic: “Capacitors Very Tolerant of Low Temperatures” (CVTLT)

Question 2(d) [4 marks]
#

Write colour band of 47Ω±5% resistance.

Answer:

For 47Ω±5% resistor, the color bands are:

Table: Color Bands for 47Ω±5%

BandColorRepresents
1st bandYellow4
2nd bandViolet7
3rd bandBlack×10⁰
4th bandGold±5%

Diagram:

graph LR
    A[Yellow] -->|4| B[Violet] -->|7| C[Black] -->|×10⁰| D[Gold] -->|±5%| E[47Ω±5%]
    style A fill:#ff9,stroke:#333
    style B fill:#f0f,stroke:#333
    style C fill:#000,stroke:#fff
    style D fill:#fd0,stroke:#333
    style E fill:#fff,stroke:#333

Mnemonic: “Yellow Violets Bring Gold” (The colors of the bands)

Question 2(d) OR [4 marks]
#

Calculate value of resistor and tolerance for a given colour code: Brown, Black, yellow.

Answer:

Table: Interpretation of Brown, Black, Yellow

BandColorValueMeaning
1stBrown1First digit
2ndBlack0Second digit
3rdYellow10⁴Multiplier

Calculation: 1st digit: 1 2nd digit: 0 Multiplier: 10⁴

Value = 10 × 10⁴ = 100,000Ω = 100kΩ

No 4th band means ±20% tolerance

Diagram:

graph LR
    A[Brown] -->|1| B[Black] -->|0| C[Yellow] -->|×10⁴| D[100kΩ ±20%]
    style A fill:#a52a2a,stroke:#333
    style B fill:#000,stroke:#fff
    style C fill:#ff0,stroke:#333
    style D fill:#fff,stroke:#333

Mnemonic: “Big Black Yield” (Brown-Black-Yellow)

Question 3(a) [3 marks]
#

Define doping. Give the name of semiconductor materials fabricated by doping with an example of each.

Answer:

Doping is the process of adding impurities to a pure semiconductor to modify its electrical properties.

Table: Doped Semiconductors

TypeDopant AddedExampleMajority Carriers
P-typeTrivalent (Boron, Gallium)Silicon doped with BoronHoles
N-typePentavalent (Phosphorus, Arsenic)Silicon doped with PhosphorusElectrons

Diagram:

graph TD
    A[Pure Semiconductor] --> B[Add Trivalent Impurity] --> C[P-type]
    A --> D[Add Pentavalent Impurity] --> E[N-type]
    style A fill:#9cf,stroke:#333
    style C fill:#f96,stroke:#333
    style E fill:#99f,stroke:#333

Mnemonic: “Positive has Plus Holes, Negative has Numerous Electrons” (PHNE)

Question 3(a) OR [3 marks]
#

Define Ripple factor, Peak Inverse Voltage (PIV), Rectification efficiency.

Answer:

Table: Rectifier Terms

TermDefinitionFormula
Ripple FactorMeasure of AC component in rectified outputr = Vrms(AC)/Vdc
Peak Inverse VoltageMaximum reverse voltage a diode can withstand-
Rectification EfficiencyRatio of DC output power to AC input powerη = (Pdc/Pac) × 100%

Diagram:

graph TD
    A[Rectifier Parameters] --> B[Ripple Factor]
    A --> C[Peak Inverse Voltage]
    A --> D[Rectification Efficiency]
    style A fill:#9cf,stroke:#333

Mnemonic: “Ripples Peak Efficiently” (RPE)

Question 3(b) [3 marks]
#

Explain working of Crystal diode.

Answer:

Crystal diode is a point-contact diode made with a semiconductor crystal.

Table: Crystal Diode Properties

PropertyDescription
ConstructionMetal point contact on semiconductor crystal
FunctionRectification of high frequency signals
ApplicationRadio signal detection

Diagram:

graph LR
    A[RF Signal] --> B[Crystal Diode] --> C[Rectified Signal]
    style A fill:#9cf,stroke:#333
    style B fill:#f96,stroke:#333
    style C fill:#9f9,stroke:#333

Mnemonic: “Crystal Detects Radio Frequencies” (CDRF)

Question 3(b) OR [3 marks]
#

Explain working of photodiode.

Answer:

Photodiode converts light energy into electrical current when operated in reverse bias.

Table: Photodiode Characteristics

ParameterBehavior
Light conditionGenerates electron-hole pairs
Reverse currentIncreases with light intensity
SpeedFast response time

Diagram:

graph TD
    A[Light] -->|Strikes| B[PN Junction]
    B -->|Creates| C[Electron-Hole Pairs]
    C -->|Produces| D[Current Flow]
    style A fill:#ff9,stroke:#333
    style D fill:#9cf,stroke:#333

Mnemonic: “Light In, Current Out” (LICO)

Question 3(c) [4 marks]
#

Explain half-wave rectifier with circuit diagram and waveforms.

Answer:

Half-wave rectifier converts AC to pulsating DC by allowing current flow only during positive half cycles.

Circuit Diagram:

graph LR
    A[AC Input] --- B[Transformer] --- C[Diode] --- D[Load Resistor] --- E[Ground]
    E --- A
    style A fill:#9cf,stroke:#333
    style D fill:#f96,stroke:#333

Waveforms:

graph TD
    subgraph "Input AC"
    A[+Vp] --- B[(0)] --- C[-Vp]
    end
    subgraph "Output DC"
    D[+Vp] --- E[(0)] --- F[(0)]
    end
    style A fill:#9cf,stroke:#333
    style C fill:#9cf,stroke:#333
    style D fill:#f96,stroke:#333

Table: Half-Wave Rectifier Properties

ParameterValue
Ripple Factor1.21
Efficiency40.6%
Output FrequencySame as input

Mnemonic: “Half Wave Passes Half” (HWPH)

Question 3(c) OR [4 marks]
#

Explain full-wave rectifier with circuit diagram and waveforms.

Answer:

Full-wave rectifier converts both halves of AC input to pulsating DC output.

Circuit Diagram (Bridge type):

graph TD
    A[AC Input] --- B[D1]
    A --- C[D3]
    B --- D[D2] --- E[+Output]
    C --- F[D4] --- G[-Output]
    E --- H[Load] --- G
    style A fill:#9cf,stroke:#333
    style H fill:#f96,stroke:#333

Waveforms:

graph TD
    subgraph "Input AC"
    A[+Vp] --- B[(0)] --- C[-Vp] --- B
    end
    subgraph "Output DC"
    D[+Vp] --- E[(0)] --- D
    end
    style A fill:#9cf,stroke:#333
    style C fill:#9cf,stroke:#333
    style D fill:#f96,stroke:#333

Table: Full-Wave Rectifier Properties

ParameterValue
Ripple Factor0.48
Efficiency81.2%
Output FrequencyTwice the input

Mnemonic: “Full Wave Makes Full Use” (FWMFU)

Question 3(d) [4 marks]
#

Draw and explain VI characteristics of PN junction diode.

Answer:

VI Characteristics:

graph TD
    subgraph "Forward Bias"
    A[Vf] --> B[If]
    end
    subgraph "Reverse Bias"
    C[Vr] --> D[Ir]
    E[Breakdown] --> F[Reverse Current Increases]
    end
    style A fill:#9cf,stroke:#333
    style C fill:#f96,stroke:#333
    style E fill:#f00,stroke:#333

Table: PN Junction Diode Characteristics

RegionBehavior
Forward BiasCurrent increases exponentially after 0.7V (Si)
Reverse BiasVery small leakage current flows
BreakdownOccurs at high reverse voltage, current increases rapidly

Forward Bias: Positive voltage to P-side, current flows easily after threshold. Reverse Bias: Positive voltage to N-side, only small leakage current flows.

Mnemonic: “Forward Flows, Reverse Restricts” (FFRR)

Question 3(d) OR [4 marks]
#

Write difference between P-type and N-type semiconductor.

Answer:

Table: P-type vs N-type Semiconductor

PropertyP-typeN-type
DopantTrivalent (Boron, Gallium)Pentavalent (Phosphorus, Arsenic)
Majority CarriersHolesElectrons
Minority CarriersElectronsHoles
Electrical ChargeRelatively PositiveRelatively Negative
ConductivityLower than N-typeHigher than P-type

Diagram:

graph LR
    subgraph "P-type"
    A[Silicon] --- B[Boron]
    C[Holes] --- D[+]
    end
    subgraph "N-type"
    E[Silicon] --- F[Phosphorus]
    G[Electrons] --- H[-]
    end
    style C fill:#f96,stroke:#333
    style G fill:#9cf,stroke:#333

Mnemonic: “Positive has Plus Holes, Negative has Numerous Electrons” (PHNE)

Question 4(a) [3 marks]
#

Explain the principle of operation of LED.

Answer:

LED (Light Emitting Diode) emits light when forward biased due to electron-hole recombination.

Principle of Operation: When forward biased, electrons from N-side move to P-side and recombine with holes, releasing energy as photons (light).

Table: LED Operation

ProcessResult
Forward biasCurrent flows
Electron-hole recombinationEnergy release
Energy band gapDetermines color

Diagram:

graph TD
    A[Forward Bias] -->|Causes| B[Current Flow]
    B -->|Creates| C[Electron-Hole Recombination]
    C -->|Releases| D[Photons (Light)]
    style A fill:#9cf,stroke:#333
    style D fill:#ff9,stroke:#333

Mnemonic: “Forward Current Emits Light” (FCEL)

Question 4(a) OR [3 marks]
#

State applications of LED.

Answer:

Table: LED Applications

ApplicationAdvantage
Display indicatorsLow power consumption
Digital displaysVaried colors available
LightingEnergy efficient
Remote controlsInfrared communication
Traffic signalsLong life, high visibility

Diagram:

graph TD
    A[LED Applications] --> B[Indicators]
    A --> C[Displays]
    A --> D[Lighting]
    A --> E[Communication]
    A --> F[Signals]
    style A fill:#9cf,stroke:#333

Mnemonic: “Display Lights In Clever Signals” (DLICS)

Question 4(b) [4 marks]
#

Explain Zener diode as voltage regulator.

Answer:

Zener diode maintains constant output voltage despite input voltage fluctuations when operated in reverse breakdown region.

Circuit:

graph LR
    A[Unregulated DC] --- B[Series Resistor] --- C[Output]
    C --- D[Zener Diode] --- E[Ground]
    C --- F[Load] --- E
    style A fill:#9cf,stroke:#333
    style C fill:#9f9,stroke:#333
    style D fill:#f96,stroke:#333

Working:

  • Series resistor limits current
  • Zener operates in breakdown region
  • Maintains constant voltage across load

Table: Zener Regulator Characteristics

ParameterDescription
Voltage regulationMaintains constant output despite input changes
Power ratingMust handle power dissipation
Temperature stabilityOutput varies slightly with temperature

Mnemonic: “Zeners Break to Regulate” (ZBR)

Question 4(b) OR [4 marks]
#

Give limitations of zener voltage regulator.

Answer:

Table: Limitations of Zener Voltage Regulator

LimitationEffect
Power DissipationLimited by zener power rating
Current CapacityCan handle only small loads
Temperature SensitivityOutput varies with temperature
EfficiencyPoor efficiency due to power loss in series resistor
NoiseGenerates electrical noise

Diagram:

graph TD
    A[Zener Limitations] --> B[Power Limits]
    A --> C[Current Limits]
    A --> D[Temperature Effects]
    A --> E[Efficiency Issues]
    A --> F[Noise Generation]
    style A fill:#f96,stroke:#333

Mnemonic: “Power Current Temperature Efficiency Noise” (PCTEN)

Question 4(c) [7 marks]
#

Discuss the necessity of filter circuit in rectifier. List various types of filter circuits used in rectifier and explain any one with neat diagram.

Answer:

Necessity of Filter Circuit: Rectifier output contains AC ripple that must be removed for smoother DC. Filters reduce these ripples to provide steady DC output.

Types of Filter Circuits:

  1. Capacitor filter (Shunt capacitor)
  2. LC filter
  3. π-filter (Pi-filter)
  4. RC filter

Explanation of Capacitor Filter:

Circuit Diagram:

graph LR
    A[Rectifier Output] --- B[+]
    B --- C[Load]
    B --- D[Capacitor]
    C --- E[Ground]
    D --- E
    style A fill:#9cf,stroke:#333
    style C fill:#f96,stroke:#333
    style D fill:#9f9,stroke:#333

Working:

  • Capacitor charges during voltage peaks
  • Discharges slowly during voltage drops
  • Maintains output voltage between peaks
  • Reduces ripple voltage

Table: Capacitor Filter Characteristics

ParameterEffect
Capacitance valueHigher value gives less ripple
Ripple reductionTypically reduces by 70-80%
Load currentHigher load current causes more ripple
FrequencyHigher frequency is easier to filter

Waveforms:

graph TD
    subgraph "Rectifier Output"
    A[Pulsating DC]
    end
    subgraph "Filter Output"
    B[Smoother DC]
    end
    style A fill:#f96,stroke:#333
    style B fill:#9f9,stroke:#333

Mnemonic: “Capacitors Hold Voltage During Drops” (CHVDD)

Question 5(a) [3 marks]
#

Define e-waste. List common e-waste items.

Answer:

E-waste refers to discarded electronic devices and components that have reached the end of their useful life.

Table: Common E-waste Items

CategoryExamples
Computing devicesComputers, laptops, tablets
Communication devicesMobile phones, telephones
Home appliancesTVs, refrigerators, washing machines
Electronic componentsCircuit boards, batteries, cables
Office equipmentPrinters, scanners, copiers

Diagram:

graph TD
    A[E-waste] --> B[Computing]
    A --> C[Communication]
    A --> D[Home Appliances]
    A --> E[Components]
    A --> F[Office Equipment]
    style A fill:#f96,stroke:#333

Mnemonic: “Computers, Communication, Components, Home Appliances” (CCCHA)

Question 5(b) [3 marks]
#

State and explain various strategies of e-waste management.

Answer:

Table: E-waste Management Strategies

StrategyDescription
ReduceMinimize purchase of new electronics
ReuseExtend life through repair and repurposing
RecycleProcess e-waste to recover valuable materials
Responsible disposalUse authorized e-waste collection centers
Extended producer responsibilityManufacturers take back end-of-life products

Diagram:

graph TD
    A[E-waste Management] --> B[Reduce]
    A --> C[Reuse]
    A --> D[Recycle]
    A --> E[Responsible Disposal]
    A --> F[Extended Producer Responsibility]
    style A fill:#9cf,stroke:#333

Mnemonic: “3R’s

Question 5(c) [4 marks]
#

Explain transistor as switch.

Answer:

Transistor can function as an electronic switch by operating in either cutoff (OFF) or saturation (ON) region.

Table: Transistor Switch Operation

StateConditionBehavior
OFF (Cutoff)Base current = 0No collector current flows
ON (Saturation)Base current sufficientMaximum collector current flows

Circuit Diagram:

graph LR
    A[+Vcc] --- B[Rc] --- C[Collector]
    C --- D[Emitter] --- E[Ground]
    F[Vin] --- G[Rb] --- H[Base]
    H --- D
    style F fill:#9cf,stroke:#333
    style A fill:#f96,stroke:#333

Working:

  • When input is HIGH: Transistor saturates, acts like closed switch
  • When input is LOW: Transistor cuts off, acts like open switch

Mnemonic: “No Base No Current, Apply Base Connect Circuit” (NBNC-ABC)

Question 5(d) [4 marks]
#

Derive relation between α and β for CE configuration of transistor.

Answer:

In transistors, α (alpha) and β (beta) are current gain parameters.

Definitions:

  • α = IC/IE (Common Base current gain)
  • β = IC/IB (Common Emitter current gain)

Derivation: Since IE = IC + IB, we can write: α = IC/IE = IC/(IC + IB)

Dividing numerator and denominator by IB: α = (IC/IB)/[(IC/IB) + 1] = β/(β + 1)

Therefore: β = α/(1-α)

Table: Relationship between α and β

ParameterFormulaTypical Range
α from βα = β/(β+1)0.9 to 0.99
β from αβ = α/(1-α)50 to 300

Diagram:

graph TD
    A[α = IC/IE] --- B[β = IC/IB]
    C[β = α/(1-α)] --- D[α = β/(β+1)]
    style A fill:#9cf,stroke:#333
    style B fill:#f96,stroke:#333

Mnemonic: “Beta equals Alpha divided by One minus Alpha” (BAOA)

Related

Fundamentals of Electronics (4311102) - Winter 2024 Solution
20 mins
Study-Material Solutions Electronics 4311102 2024 Winter
Electronics Devices & Circuits (1323202) - Summer 2024 Solution
13 mins
Study-Material Solutions Electronics 1323202 2024 Summer
Fundamentals of Electronics (4311102) - Summer 2023 Solution
21 mins
Study-Material Solutions Electronics 4311102 2023 Summer
Consumer Electronics & Maintenance (4341107) - Summer 2024 Solution
15 mins
Study-Material Solutions Consumer-Electronics 4341107 2024 Summer
Embedded System (4343204) - Summer 2024 Solution
16 mins
Study-Material Solutions Embedded-System 4343204 2024 Summer
Digital Electronics (4321102) - Summer 2024 Solution
16 mins
Study-Material Solutions Digital-Electronics 4321102 2024 Summer