14.1 Electronics 1 & 2 — Semiconductor Devices & Analog Circuits
Key Takeaways
- A silicon PN junction conducts above roughly 0.7 V forward bias (0.3 V for germanium); this offset is what separates the ideal-diode answer from the practical-diode answer.
- Half-wave rectifier output is Vdc = Vm/π with ripple factor 1.21; full-wave and bridge give Vdc = 2Vm/π with ripple factor 0.482.
- A BJT relates its terminal currents by IE = IB + IC, with β = IC/IB and α = IC/IE, so β = α/(1 − α).
- An ideal operational amplifier has infinite open-loop gain, infinite input impedance and zero output impedance, which forces the virtual-short condition when negative feedback is present.
- Inverting op-amp gain is −Rf/Rin and non-inverting gain is 1 + Rf/Rin; only the non-inverting configuration preserves signal polarity.
14.1 Electronics 1 & 2 — Semiconductor Devices & Analog Circuits
Topic D of the Electrical Engineering subject in the PRC Enhanced Table of Specifications (PRBEE Resolution No. 40, s. 2024) is Fundamentals of Electronic Communications, Electronics 1 and 2, weighted 2.25% of the whole examination and 5 of the 100 Electrical Engineering items. The predecessor 2011 syllabus called the same material Electronic Theory and Circuits, so this is long-standing REE content, not a new addition. Every variable-frequency drive, protective relay, UPS and smart meter in an electrical engineer's plant is built on the devices covered here.
1. Semiconductor Fundamentals
Intrinsic silicon has four valence electrons and a band gap of about 1.1 eV (germanium, 0.67 eV). Doping creates the two extrinsic types:
| Type | Dopant | Group | Majority carrier | Minority carrier |
|---|---|---|---|---|
| N-type | Phosphorus, arsenic, antimony | V (pentavalent) | Electrons | Holes |
| P-type | Boron, gallium, indium | III (trivalent) | Holes | Electrons |
At a PN junction, diffusion creates a depletion region and a built-in barrier potential of roughly 0.7 V for silicon and 0.3 V for germanium. Semiconductors have a negative temperature coefficient of resistance — resistance falls as temperature rises — the opposite of metallic conductors, and a favourite true/false item.
2. Diodes and Diode Circuits
Shockley equation:
Models: the ideal diode is a closed switch when forward-biased; the practical model adds the 0.7 V drop; the complete model adds bulk resistance $r_d \approx 26\text{ mV}/I_D$.
Rectifier Circuits
| Parameter | Half-wave | Full-wave centre-tap | Full-wave bridge |
|---|---|---|---|
| Diodes required | 1 | 2 | 4 |
| $V_{dc}$ (ideal) | $\dfrac{V_m}{\pi} = 0.318V_m$ | $\dfrac{2V_m}{\pi} = 0.636V_m$ | $\dfrac{2V_m}{\pi} = 0.636V_m$ |
| $V_{rms}$ | $\dfrac{V_m}{2}$ | $\dfrac{V_m}{\sqrt{2}}$ | $\dfrac{V_m}{\sqrt{2}}$ |
| Ripple factor $r$ | 1.21 | 0.482 | 0.482 |
| Ripple frequency | $f$ | $2f$ | $2f$ |
| Peak inverse voltage | $V_m$ | $2V_m$ | $V_m$ |
| Max efficiency | $40.6%$ | $81.2%$ | $81.2%$ |
The bridge rectifier is preferred in practice because it achieves full-wave performance at only $V_m$ peak inverse voltage — half the PIV stress of the centre-tap arrangement.
Capacitor filtering reduces ripple; for light loading,
Other Diode Applications
- Clippers limit a waveform's amplitude; clampers shift its DC level without changing its shape.
- Zener diodes operate in reverse breakdown as voltage references; the series resistor must satisfy $I_{Z(\min)} \le I_Z \le I_{Z(\max)}$ across the full load and line range.
- Schottky diodes give a low 0.3 V drop and fast recovery; LEDs convert carrier recombination to photons; photodiodes and varactors exploit reverse-bias behaviour.
3. Bipolar Junction Transistors
A BJT is a current-controlled device with three terminals and two junctions:
Operating Regions
| Region | Emitter junction | Collector junction | Use |
|---|---|---|---|
| Cutoff | Reverse | Reverse | Switch OFF |
| Active | Forward | Reverse | Linear amplification |
| Saturation | Forward | Forward | Switch ON, $V_{CE(sat)} \approx 0.2$ V |
Configurations
| Configuration | Current gain | Voltage gain | Input $Z$ | Phase shift | Typical use |
|---|---|---|---|---|---|
| Common emitter | High | High | Medium | 180° | General amplification |
| Common base | $<1$ | High | Low | 0° | High-frequency stages |
| Common collector (emitter follower) | High | $\approx 1$ | High | 0° | Impedance buffering |
Only the common-emitter stage inverts. The emitter follower has near-unity voltage gain but high input and low output impedance, which is why it buffers a high-impedance sensor into a low-impedance load.
4. Field-Effect Transistors
FETs are voltage-controlled and unipolar (one carrier type), with very high input impedance because the gate draws essentially no current.
JFET (depletion mode) — Shockley's equation:
Enhancement MOSFET in saturation:
The power MOSFET dominates switching below a few hundred volts, while the IGBT combines a MOSFET gate with a bipolar output stage for higher voltage and current — the standard device in motor drives and inverters, covered in the next section.
5. Operational Amplifiers
The ideal op-amp: infinite open-loop gain, infinite input impedance, zero output impedance, infinite bandwidth, zero offset. With negative feedback, infinite gain forces the two inputs to the same potential — the virtual short — and infinite input impedance forces zero input current. Those two facts solve every configuration below.
| Configuration | Output expression | Notes |
|---|---|---|
| Inverting | $V_o = -\dfrac{R_f}{R_{in}}V_{in}$ | Virtual ground at the inverting input |
| Non-inverting | $V_o = \left(1 + \dfrac{R_f}{R_{in}}\right)V_{in}$ | Gain is always $\ge 1$ |
| Voltage follower | $V_o = V_{in}$ | Unity gain buffer, very high input $Z$ |
| Summing | $V_o = -R_f\left(\dfrac{V_1}{R_1} + \dfrac{V_2}{R_2} + \cdots\right)$ | Analog adder |
| Difference | $V_o = \dfrac{R_f}{R_1}(V_2 - V_1)$ | Basis of the instrumentation amplifier |
| Integrator | $V_o = -\dfrac{1}{RC}\displaystyle\int V_{in},dt$ | Capacitor in feedback |
| Differentiator | $V_o = -RC\dfrac{dV_{in}}{dt}$ | Capacitor at input; noise-sensitive |
| Comparator | Saturates to $\pm V_{sat}$ | Open loop — no negative feedback, so no virtual short |
The comparator exception is examined constantly: without negative feedback the virtual-short assumption is invalid and the output slams to a rail.
Common-mode rejection ratio:
Solved Board Exam Examples
Example 1: Bridge Rectifier Output
A bridge rectifier is fed from a transformer secondary of 24 V rms at 60 Hz. Using the practical diode model, find the DC output voltage and the ripple frequency.
Solution. Peak secondary voltage:
In a bridge, two diodes conduct in series each half cycle:
The ripple frequency is $2f = \boxed{120 \text{ Hz}}$, because both half cycles are used. Ignoring the two diode drops would give 21.61 V — the intended distractor.
Example 2: BJT Current Relationships
A transistor has $\beta = 120$ and a base current of 40 µA. Find $I_C$, $I_E$ and $\alpha$.
Solution.
Note that $\alpha$ is always slightly less than unity, and the base current is never negligible in the emitter-current sum even though it is small.
Example 3: Op-Amp Gain Configuration
An op-amp has $R_f = 100$ kΩ and $R_{in} = 10$ kΩ. Compare the output for a +0.5 V input in the inverting and non-inverting configurations.
Solution. Inverting:
Non-inverting:
The non-inverting gain is always one greater in magnitude and preserves polarity. A candidate who writes $+5.0$ V for the non-inverting case has dropped the "1 +" term, which is the single most common op-amp error on the board exam.
A full-wave bridge rectifier operates from a 60 Hz supply. What is the peak inverse voltage across each diode and the ripple frequency of the output?
A bipolar transistor has α = 0.98. What is its value of β?
Which operational amplifier application does NOT permit the use of the virtual-short assumption between the inverting and non-inverting inputs?