eee-1109 ECE-1109 Introduction to ECE


Derivation & Proof Questions

TopicQuestionYear of Appearance
DiodesShow that the dynamic resistance of a diode is , where the symbols have their usual meanings.2023
RectifiersShow that the ripple voltage for an RC filter connected with a full-wave rectifier can be given by (or similar formula).2022, 2023, 2024
BJTProve that the expression for collector current of common base connection is .2022, 2023
BJTFind the relationship in between and of BJT, where the symbols have their usual meanings.2024
FETDerive the relationship between and for an n-channel JFET.2022
FETDerive the relationship between and for a p-channel JFET.2023, 2024
Digital LogicDesign (derive the circuit for) the exclusive-OR (X-OR) gate using NOR as a universal gate.2022
Digital LogicDesign (derive the circuit for) the exclusive-NOR (X-NOR) gate using NAND as a universal gate.2023
Digital LogicDesign (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:

  1. 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 ()

  2. Approximation for Forward Bias:

    For sufficient forward bias (), the term is much larger than 1, so we can approximate:

  3. 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:

  4. 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:

  1. 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.

  2. 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:

  3. Capacitor Equation:

    The change in charge across a capacitor is also related to the change in voltage (ripple voltage ):

  4. Equating and Solving:

    C V_r = \frac{I_{dc}}{2f}$$$$V_r = \frac{I_{dc}}{2fC}

  5. 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:

  1. 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:

  2. Substitution:

    Substitute equation (2) into equation (1):

  3. 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}

  4. 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:

  1. Definitions:

    • (Common Base DC current gain) =

    • (Common Emitter DC current gain) =

  2. Using the Current Equation:

  3. Deriving in terms of :

    From the definition of :

    Substitute :

    Divide the numerator and denominator by :

    Substitute :

  4. 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:

  1. 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).

  2. 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).

  3. 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:

  4. 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:

  1. Gate 1: (NOR operation)

  2. Gate 2:

  3. Gate 3:

  4. 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.

  1. Gate 1:

  2. Gate 2:

  3. Gate 3:

  4. 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.

  1. Gate 1: Inputs A, B. Output .

  2. Gate 2: Inputs A, . Output .

  3. Gate 3: Inputs B, . Output .

  4. 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.