Transistor Bias Calculator Formula
Understand the math behind the transistor bias calculator. Each variable explained with a worked example.
Formulas Used
Base Resistor
base_resistor = (vcc - vbe) / ib_aBase Current
base_current_ua = ib_a * 1000000Transistor Power
power_mw = vcc * ic_maVariables
| Variable | Description | Default |
|---|---|---|
vcc | Supply Voltage (Vcc)(V) | 12 |
vbe | Base-Emitter Voltage(V) | 0.7 |
ic_ma | Target Collector Current(mA) | 10 |
hfe | Current Gain (hFE) | 100 |
ib_a | Derived value= ic_ma / hfe / 1000 | calculated |
How It Works
BJT Transistor Biasing
In common-emitter configuration a base resistor sets the operating point.
Formula
I_B = I_C / hFE
R_B = (Vcc - V_BE) / I_B
Where hFE is DC current gain and V_BE is typically 0.7 V for silicon. This simple bias is beta-dependent; voltage divider bias provides better stability.
Worked Example
Bias a transistor with hFE=100 for 10 mA collector current from 12 V.
- 01I_B = 10 mA / 100 = 0.1 mA = 100 uA
- 02R_B = (12 - 0.7) / 0.0001 = 113,000 ohms (113k)
- 03Power = 12 x 10 = 120 mW
Frequently Asked Questions
Why is fixed bias unstable?
Collector current depends on hFE which varies widely between transistors and with temperature. Voltage divider bias is more stable.
What is saturation?
When Vce drops below about 0.2 V the transistor is saturated and acts like a closed switch regardless of further base current increase.
How do I pick hFE?
Use the minimum hFE from the datasheet for worst-case design. Typical values range from 50 to 500.
Ready to run the numbers?
Open Transistor Bias Calculator