When you probe the base of a common-emitter bipolar junction transistor (BJT) amplifier, the input resistance calculation determines how much your signal source will be loaded down. For a BJT with an unbypassed emitter resistor, the small-signal input resistance looking directly into the base is defined as R_in(base) = β(r_e + R_E). A realistic magnitude for this specific node ranges from 2kΩ to 50kΩ, while the total stage input resistance (including the parallel biasing network) typically sits between 1kΩ and 10kΩ. If you are designing an audio preamp or an RF buffer, miscalculating this value will result in severe signal attenuation and shifted filter cutoff frequencies.

This guide breaks down the exact derivation, provides rearranged formulas for bench debugging, and walks through real-world measurement failures so you can design and verify your stages without a second trip to the parts bin.

The Core Formula and Symbol Definitions

The input resistance looking directly into the base of a BJT in a common-emitter configuration with emitter degeneration (an unbypassed emitter resistor) relies on the small-signal hybrid-pi model. This formula applies strictly to mid-band AC small-signal analysis where the transistor is biased in the forward-active region, and coupling/bypass capacitors act as AC short circuits.

Symbol Parameter Name Unit Typical Range & Notes
R_in(base) Input resistance looking into the base Ohms (Ω) 1kΩ – 100kΩ. Does not include biasing resistors R1 and R2.
β (or h_fe) Small-signal AC current gain Dimensionless 50 – 300. Must be the AC beta from the datasheet, not DC h_FE.
r_e Internal dynamic emitter resistance Ohms (Ω) 5Ω – 50Ω. Calculated as V_T / I_E, where V_T ≈ 25mV at 300K.
R_E External unbypassed emitter resistor Ohms (Ω) 10Ω – 1kΩ. If fully bypassed by a capacitor, this term becomes 0 for AC.

Crucial Assumption: This formula assumes the Early effect (base-width modulation) is negligible and that the output resistance (r_o) is significantly larger than the collector resistor. For precision DC or large-signal transient analysis, SPICE simulation using the full Gummel-Poon model is required (All About Circuits).

Rearranged Forms for Bench Debugging

On the bench, you rarely know every variable with certainty. Datasheets list beta as a wide range (e.g., 100 to 300 for a 2N3904), and your multimeter cannot directly measure AC r_e. By rearranging the core input resistance calculation, you can extract unknown parameters from physical measurements.

  • Solving for AC Beta (β):
    β = R_in(base) / (r_e + R_E)
    Use case: You measure the total stage input impedance, subtract the parallel biasing network mathematically, and use this to bin-match transistors for a differential pair.
  • Solving for Internal Emitter Resistance (r_e):
    r_e = (R_in(base) / β) - R_E
    Use case: Verifying if the transistor is self-heating. If r_e measures higher than the theoretical 25mV/I_E, the junction temperature has risen, increasing the thermal voltage V_T.
  • Solving for External Emitter Resistor (R_E):
    R_E = (R_in(base) / β) - r_e
    Use case: You need a specific input impedance to match a source (like a 600Ω microphone) and need to calculate the exact degeneration resistor required to hit that target without relying solely on the biasing network.

Solved Problems with Unit Tracking

Problem 1: Forward Calculation of Base Input Resistance

Given: A 2N2222 transistor is biased at an emitter current (I_E) of 2.5mA. The AC beta (β) is measured at 150. The external unbypassed emitter resistor (R_E) is 47Ω. Assume thermal voltage V_T = 25mV.

Find: R_in(base).

  1. Calculate internal emitter resistance (r_e):
    r_e = V_T / I_E
    r_e = 0.025V / 0.0025A = 10Ω
  2. Sum the emitter resistances:
    r_e + R_E = 10Ω + 47Ω = 57Ω
  3. Multiply by AC beta:
    R_in(base) = β × (r_e + R_E)
    R_in(base) = 150 × 57Ω = 8,550Ω (or 8.55kΩ)

Problem 2: Reverse Calculation for Target Impedance Matching

Given: You are designing a buffer stage and need an exact R_in(base) of 15kΩ to prevent loading a high-impedance piezo sensor. Your chosen BJT has a guaranteed minimum β of 120, and your bias network sets I_E to 1mA (making r_e = 25Ω).

Find: The required unbypassed R_E value.

  1. Rearrange the formula to solve for R_E:
    R_E = (R_in(base) / β) - r_e
  2. Divide target resistance by beta:
    15,000Ω / 120 = 125Ω
  3. Subtract internal resistance:
    R_E = 125Ω - 25Ω = 100Ω
  4. Select standard E24 component:
    Choose a 100Ω 1/4W carbon film resistor. (Always verify power dissipation: P = I_E² × R_E = 0.001² × 100 = 0.1mW, well within limits).

Real-World Scenario Walkthrough: The Mic Preamp Mismatch

The Setup: A hobbyist was building a discrete common-emitter microphone preamp for a dynamic vocal mic (nominal source impedance 300Ω). The goal was a total stage input resistance of roughly 1.5kΩ to 2kΩ to ensure proper damping and low-frequency response. They used a standard voltage divider bias network with R1 = 10kΩ and R2 = 10kΩ, and an unbypassed R_E of 47Ω. They assumed a 2N3904 beta of 200.

The Numbers (Expected):
With I_E ≈ 2mA, r_e = 12.5Ω.
Expected R_in(base) = 200 × (12.5Ω + 47Ω) = 11,900Ω (11.9kΩ).
Expected Total R_in = R1 || R2 || R_in(base) = 5kΩ || 11.9kΩ ≈ 3.52kΩ.

The Outcome:
When tested on the bench with an oscilloscope and a series test resistor, the measured total input resistance was only 1.8kΩ. The audio sounded thin, and the high-pass filter formed by the mic's inductance and the amp's input capacitance was severely shifted, causing a muddy low-end response.

What Went Wrong:
The builder made two classic errors. First, they used the maximum DC beta from the datasheet (200) instead of measuring the actual AC beta of the specific transistor in their bin, which happened to be 75. Recalculating R_in(base) with β=75 yields 4.46kΩ.
Second, they forgot that the biasing resistors (R1 and R2) are in parallel with the base for AC signals. With R_in(base) dropping to 4.46kΩ, the total stage input resistance became 5kΩ || 4.46kΩ = 2.36kΩ. Furthermore, the signal generator's output impedance and the breadboard's parasitic capacitance dragged the effective AC measurement down closer to the 1.8kΩ they observed. To fix it, they had to increase R1 and R2 to 47kΩ each, removing the biasing network from the AC loading equation and letting the transistor's base dominate the impedance (Electronics Tutorials).

Realistic Magnitudes and Fatal Unit Mistakes

Understanding what a 'normal' answer looks like prevents you from chasing ghosts when your multimeter or SPICE simulation spits out an unexpected number. Input resistance varies wildly depending on the semiconductor topology you choose.

Topology Typical Input Resistance Magnitude Governing Factor
BJT Common-Emitter (Bypassed R_E) 500Ω – 5kΩ Strictly β × r_e. Very low, heavily loads sources.
BJT Common-Emitter (Unbypassed R_E) 2kΩ – 50kΩ β × (r_e + R_E). Linearized and boosted by degeneration.
MOSFET Common-Source 1MΩ – 100MΩ Gate oxide insulation. Dominated by biasing resistors.
JFET Common-Drain (Source Follower) 1MΩ – 10GΩ Reverse-biased gate-channel junction leakage.

Unit Mistakes That Break the Calculation

When your math yields an input resistance of 0.04Ω or 40MΩ for a standard BJT stage, you have likely fallen victim to one of these unit conversion traps:

  • The Thermal Voltage Trap: The formula for r_e is V_T / I_E. V_T is roughly 25mV (0.025V). If your I_E is 2mA, you must divide 0.025 by 0.002, not 2. Failing to convert milliamps to Amps yields an r_e of 12.5Ω. Dividing by 2 yields 0.0125Ω, which will artificially collapse your entire R_in calculation.
  • Mixed Magnitude Addition: In the term (r_e + R_E), r_e is usually in single-digit ohms (e.g., 12Ω), while R_E might be specified in kilo-ohms (e.g., 1kΩ). Adding 12 + 1 = 13 is mathematically invalid here. You must convert 1kΩ to 1000Ω first, yielding 1012Ω.
  • AC vs. DC Beta Confusion: Multimeters with an h_FE socket measure DC beta at a fixed, low collector current. Small-signal AC beta (h_fe) can be 20% to 40% lower than the DC reading at higher operating currents due to high-level injection effects. Always derate your measured DC beta by at least 20% for conservative AC input resistance calculations.
  • The Ohmmeter Fallacy: You cannot measure the input resistance of a powered amplifier stage by poking it with a DMM in resistance mode. The DMM injects a tiny DC test current, which will be overwhelmed by the circuit's own bias voltages, yielding nonsense readings or damaging the meter's ADC. To measure AC input resistance, inject a known 1kHz sine wave through a series resistor (R_s), measure the AC voltage at the source (V_s) and the AC voltage at the base (V_b), and use the voltage divider derivation: R_in = R_s × (V_b / (V_s - V_b)).

By treating the input resistance calculation as a dynamic system of variables rather than a static textbook equation, you can use bench measurements to reverse-engineer component tolerances, verify bias points, and ensure your amplifier interfaces cleanly with the real world.