eee-1109 ECE-1109 Introduction to ECE
Derivation & Proof Questions
| Topic | Question | Year of Appearance |
|---|---|---|
| Diodes | Show that the dynamic resistance of a diode is , where the symbols have their usual meanings. | 2023 |
| Rectifiers | Show that the ripple voltage for an RC filter connected with a full-wave rectifier can be given by (or similar formula). | 2022, 2023, 2024 |
| BJT | Prove that the expression for collector current of common base connection is . | 2022, 2023 |
| BJT | Find the relationship in between and of BJT, where the symbols have their usual meanings. | 2024 |
| FET | Derive the relationship between and for an n-channel JFET. | 2022 |
| FET | Derive the relationship between and for a p-channel JFET. | 2023, 2024 |
| Digital Logic | Design (derive the circuit for) the exclusive-OR (X-OR) gate using NOR as a universal gate. | 2022 |
| Digital Logic | Design (derive the circuit for) the exclusive-NOR (X-NOR) gate using NAND as a universal gate. | 2023 |
| Digital Logic | Design (derive the circuit for) an X-OR gate using NAND as a universal gate. | 2024 |
1. Diodes: Dynamic Resistance
Years: 2023
Question: Show that the dynamic resistance of a diode is , where the symbols have their usual meanings.
Derivation:
-
The Diode Current Equation:
The current through a forward-biased diode is given by the Shockley diode equation:
Where:
-
= Reverse saturation current
-
= Applied voltage across the diode
-
= Ideality factor
-
= Thermal voltage ()
-
-
Approximation for Forward Bias:
For sufficient forward bias (), the term is much larger than 1, so we can approximate:
-
Determining Dynamic Resistance ():
Dynamic (AC) conductance is the derivative of current with respect to voltage.
g = \frac{dI}{dV} = \frac{d}{dV} \left( I_S e^{\frac{V}{\eta V_T}} \right)$$$$g = I_S \cdot e^{\frac{V}{\eta V_T}} \cdot \frac{1}{\eta V_T}
Substituting back into the equation:
The dynamic resistance is the reciprocal of conductance:
-
Substituting Standard Values:
At room temperature (), the thermal voltage .
If we consider the diode to be ideal () or the problem implies the standard simplified form:
r = \frac{1 \cdot 26\text{mV}}{I}$$$$\boxed{r = \frac{26\text{mV}}{I}}
2. Rectifiers: Ripple Voltage
Years: 2022, 2023, 2024
Question: Show that the ripple voltage for an RC filter connected with a full-wave rectifier can be given by .
Derivation:
-
Waveform Analysis:
In a full-wave rectifier with a capacitor filter, the capacitor charges to the peak voltage () and discharges through the load resistance () during the non-conducting period of the diode.
Let be the peak-to-peak ripple voltage.
-
Charge Approximation:
The charge lost by the capacitor () during the discharge time () must equal the current drawn by the load times the time.
Assuming the ripple is small, the discharge time is approximately equal to the period of the rectified waveform. For a full-wave rectifier, the frequency is (where is the input frequency), so the period .
Therefore:
-
Capacitor Equation:
The change in charge across a capacitor is also related to the change in voltage (ripple voltage ):
-
Equating and Solving:
C V_r = \frac{I_{dc}}{2f}$$$$V_r = \frac{I_{dc}}{2fC}
-
Substituting Ohmβs Law:
The DC voltage across the load is . Rearranging for current gives .
Substituting this into the expression for :
V_r = \frac{ (V_{dc} / R) }{2fC}$$$$\boxed{V_r = \frac{V_{dc}}{2fRC}}
3. BJT: Common Base Current Equation
Years: 2022, 2023
Question: Prove that the expression for collector current of common base connection is .
Proof:
-
Fundamental BJT Current Equations:
The total collector current () is composed of the portion of the emitter current () that reaches the collector plus the leakage current ().
By Kirchhoffβs Current Law (KCL) for the transistor:
-
Substitution:
Substitute equation (2) into equation (1):
-
Rearranging:
Move terms containing to the left side:
I_C - \alpha I_C = \alpha I_B + I_{CBO}$$$$I_C (1 - \alpha) = \alpha I_B + I_{CBO}
-
Final Expression:
Divide both sides by :
(Note: Since and , this is equivalent to the Common Emitter equation ).
4. BJT: Relationship between and
Years: 2024
Question: Find the relationship in between and of BJT.
Derivation:
-
Definitions:
-
(Common Base DC current gain) =
-
(Common Emitter DC current gain) =
-
-
Using the Current Equation:
-
Deriving in terms of :
From the definition of :
Substitute :
Divide the numerator and denominator by :
Substitute :
-
Deriving in terms of :
From , cross multiply:
\beta (1 - \alpha) = \alpha$$$$\beta - \alpha\beta = \alpha$$$$\beta = \alpha + \alpha\beta$$$$\beta = \alpha (1 + \beta)$$$$\boxed{\alpha = \frac{\beta}{1 + \beta}}
5. FET: JFET Current Equation (Shockleyβs Equation)
Years: 2022 (n-channel), 2023, 2024 (p-channel)
Question: Derive the relationship between and for a JFET (Shockleyβs Equation).
Note: The derivation logic is identical for n-channel and p-channel, only voltage polarities differ. The derivation below follows the βGradual Channel Approximationβ.
Derivation:
-
Channel Width Definition:
For an n-channel JFET, the depletion width at a distance is proportional to the square root of the reverse bias voltage at that point.
The channel width is given by:
(Where is channel thickness, is pinch-off voltage).
-
Current Integration:
The drain current is constant throughout the channel. Using Ohmβs law in differential form :
I_D = \frac{dV}{dR} = \sigma \frac{A(x)}{dx} dV$$$$I_D dx = \sigma \cdot 2a W \left( 1 - \sqrt{\frac{V}{V_P}} \right) dV
(Simplified standard form integration).
-
Integrating from Source to Drain:
Integrating along the channel length (from to ) and voltage from to :
Solving this integration for the saturation region (where ) yields the Shockley Equation:
-
Final Result:
-
For n-channel: is negative, is negative.
-
For p-channel: is positive, is positive.
-
6. Digital Logic: Universal Gate Designs
A. X-OR using NOR gates
Years: 2022
Target:
Required Gates: 5 NOR gates.
Derivation/Logic:
We use the expression: . In NOR logic, this is realized as:
-
Gate 1: (NOR operation)
-
Gate 2:
-
Gate 3:
-
Gate 4 (Output):
Proof that Out is XOR:
Using DeMorganβs:
Using Distribution :
(Wait, checking logic).
Standard 5-NOR XOR Circuit Equation:
This simplifies to .
B. X-NOR using NAND gates
Years: 2023
Target:
Required Gates: 5 NAND gates.
Derivation:
This is the dual of the XOR-using-NOR.
-
Gate 1:
-
Gate 2:
-
Gate 3:
-
Gate 4 (Output):
Proof:
This standard 4-NAND structure produces XOR.
To get X-NOR, you simply add a 5th NAND gate connected as an inverter to the output of the 4th gate.
C. X-OR using NAND gates
Years: 2024
Target:
Required Gates: 4 NAND gates.
Derivation:
We use the expression .
Inputs: A, B.
-
Gate 1: Inputs A, B. Output .
-
Gate 2: Inputs A, . Output .
-
Gate 3: Inputs B, . Output .
-
Gate 4: Inputs . Output .
Verification:
Y = \overline{G_2 \cdot G_3} = \overline{ (\bar{A} + B)(A + \bar{B}) }$$$$Y = \overline{ \bar{A}A + \bar{A}\bar{B} + BA + B\bar{B} }$$$$Y = \overline{ 0 + \bar{A}\bar{B} + AB + 0 }$$$$Y = \overline{ \bar{A}\bar{B} + AB }
The term inside is XNOR. The inverse of XNOR is XOR.