• Skip to main content
  • Skip to primary sidebar

Homemade Circuit Projects

Need circuit help? Post them in the comments! I've answered over 50,000!

Blog | Categories | About | Hire Me | Contact | Calculators-online
You are here: Home / Electronics Theory / Darlington Transistor Calculations

DIY Circuits | Learn Basics | Arduino Coding

Darlington Transistor Calculations

Last Updated on January 3, 2024 by Swagatam 11 Comments

Darlington transistor is a well known and popular connection using a pair of bipolar transistor junction transistor (BJT), designed for operating like an unified "superbeta" transistor. The following diagram shows the details of the connection.

Darlington Transistor Connection Diagram

Definition

A Darlington transistor can be defined as a connection between two BJTs that allows them to form a single composite BJT acquiring a substantial amount of current gain, which may range beyond thousand typically.

The main advantage of this configuration is that the composite transistor behaves like a single device having an enhanced current gain equivalent to the product of the current gains of the each transistor.

If the Darlington connection comprises of two individual BJTs with current gains β1 and β2 the combined current gain can be calculated using the formula:

βD = β1β2 -------- (12.7)

When matched transistors are used in a Darlington connection such that β1 = β2 = β , the above formula for the current gain gets simplified as:

βD = β2 -------- (12.8)

Packaged Darlington Transistor

Due to its immense popularity, Darlington transistors are also manufactured and available ready made in a single package which have two BJTs internally wired up as one unit.

The following table provides the datasheet of an example Darlington pair within a single package.

Darlington transistor specifications

The indicated current gain, is the net gain from the two BJTs. The unit comes with 3 standard terminals externally, namely base, emitter, collector.

This kind of packaged Darlington transistors have external features similar to a normal transistor but have very high and enhanced current gain output, compared to the normal single transistors.

How to DC Bias a Darlington Transistor Circuit

The following figure shows a common Darlington circuit using transistors with a very high current gain βD.

Darlington transistor DC bias circuit

Here the base current can be calculated using the formula:

IB = VCC - VBE / RB + βDRE -------------- (12.9)

Although this may look similar to the equation which is normally applied for any regular BJT, the value βD in the above equation will be substantially higher, and the VBE will be comparatively larger. This has been also proven in the sample datasheet presented in the previous paragraph.

Therefore, the emitter current can be calculated as:

IE = (βD + 1)IB ≈ βDIB -------------- (12.10)

DC voltage will be:


VE = IE RE -------------- (12.11)

VB = VE + VBE -------------- (12.12)

Solved Example 1

From the data given in the following figure, calculate the bias currents and voltages of the Darlington circuit.

Practical solved Darlington circuit

Solution: Applying Eq.12.9 the base current is determined as:

IB = 18 V - 1.6 V / 3.3 MΩ + 8000(390Ω) ≈ 2.56 μA

Applying Eq.12.10, the emitter current may be evaluated as:

IE ≈ 8000(2.56 μA) ≈ 20.28 mA ≈ IC

Emitter DC voltage can be calculated using equation 12.11, as:

VE = 20.48 mA(390Ω) ≈ 8 V,

Finally collector voltage can be assessed by applying Eq. 12.12 as given below:

VB = 8 V + 1.6 V = 9.6 V

In this example the supply voltage at the collector of the Darlington will be:
VC = 18 V

AC Equivalent Darlington Circuit

In the figure shown below, we can see a BJT emitter-follower circuit connected in Darlington mode. The base terminal of the pair is connected to an ac input signal through capacitor C1.

The output ac signal obtained through capacitor C2 is associated with the emitter terminal of the device.

The simulation result of the above configuration is presented in the following figure. Here the Darlington transistor can be seen replaced with an ac equivalent circuit having an input resistance ri and an output source of current represented as βDIb

The AC Input Impedance can be calculated as I have explained below:

Ac base current passing through ri is:

Ib = Vi - Vo / ri ---------- (12.13)

Since
Vo = (Ib + βDIb)RE ---------- (12.14)

If we apply Eq 12.13 in Eq. 12.14 we get:

Ib ri = Vi - Vo = Vi - Ib (1 + βD)RE

Solving the above for Vi :

Vi = Ib[ri + (1 + βD)RE]

Vi / Ib = ri + βDRE

Now, examining the transistor base, its ac input impedance can be evaluated as:

Zi = RB ॥ ri + βDRE ---------- (12.15)

Solved Example 2

Now let's solve a practical example for the above AC equivalent emitter follower design:

Determine the input impedance of the circuit, given ri = 5 kΩ

Applying Eq.12.15 we solve the equation as given below:

Zi = 3.3 MΩ ॥ [5 kΩ + (8000)390 Ω)] = 1.6 MΩ

Practical Design

Here's a practical Darlington design by connecting a 2N3055 power transistor with a small signal BC547 transistor.

A 100K resistor is used at the signal input side to reduce the current to a few millamps.

Normally with such low current at the base, the 2N3055 alone can never illuminate a high current load such as a 12V 2 amp bulb. This is because the current gain of 2N3055 is very low to process the low base current into high collector current.

However as soon as another BJT which is a BC547 here is connected with 2N3055 in a Darlington pair, the unified current gain jumps up into a very high value, and allows the lamp to glow at full brightness.

Th average current gain (hFE) of 2N3055 is around 40, while for BC547 it's 400. When the two are combined as a Darlington pair, the gain shoots up substantially to 40 x 400 = 16000, awesome isn't it. That's the sort of power we are able to get from a Darlington transistor configuration, and an ordinary looking transistor could be turned into a hugely rated device just with a simple modification.

You'll also like:

  • 1How to Make Logic Gates using Transistors
  • zener characteristicsZener Diode Circuits, Characteristics, Calculations
  • DPDT Relay Working, Pinouts, Testing Explained
  • pinoutHow to Replace a Transistor (BJT) with a MOSFET

Filed Under: Electronics Theory Tagged With: Calculations, Darlington, Transistor

About Swagatam

I am an electronics engineer and doing practical hands-on work from more than 15 years now. Building real circuits, testing them and also making PCB layouts by myself. I really love doing all these things like inventing something new, designing electronics and also helping other people like hobby guys who want to make their own cool circuits at home.

And that is the main reason why I started this website homemade-circuits.com, to share different types of circuit ideas..

If you are having any kind of doubt or question related to circuits then just write down your question in the comment box below, I am like always checking, so I guarantee I will reply you for sure!

Previous Post: « CMOS IC LMC555 Datasheet – Works with 1.5 V Supply
Next Post: Anti Spy RF Detector Circuit – Wireless Bug Detector »

Reader Interactions

Comments

Gary Viveiros says:
July 17, 2025 at 2:41 pm

A friend has an old Ademco alarm which has a circuit for supplying regulated 12 volts from raw 20v dc capacitor filtered full wave bridge rectified 16 v ac. It uses an old, Motorola Darlington with internal resistors. I can’t find any catalog mention of the transistor or a diagram showing what internal resistor values were used to supposedly cancel the effects of leakage. It is the JE370. (MJE 370?). Any ideas?

Reply
Swagatam says:
July 17, 2025 at 5:15 pm

Yes, it seems it is nowhere mentioned in the datasheet. The following diagram is for the TIP125 transistor, which has similar features like MJE370, so possibly the internal resistor configuration for MJE370 also could be per this variant:
https://www.homemade-circuits.com/wp-content/uploads/2025/07/darlington-internal-resistors.jpg

Reply
Mourad says:
May 29, 2022 at 5:27 pm

Hi sir i am New in the world of Electronic i have a deed darlington transistor 2sd798 and i need to make the same transistor with 2 simples bjt transistor

Reply
Swagatam says:
May 29, 2022 at 6:00 pm

Sure Murad, I can help you. You can try the circuits explained in the following article:

Easy Two Transistor Projects for School Students
Build Simple Transistor Circuits

Let me know if you need any further help.

Reply
tolga says:
September 5, 2020 at 3:45 pm

That’s the sort of power we are able to get from a Darlington transistor configuration

is it ? or we just control big current with little current ?

the power we can take is limited with the second transistors maximum current capacity i think .

Reply
AJ says:
August 6, 2020 at 10:29 pm

Very impressive site! Was hoping I would find exactly what I am looking for and this seems to be as close as any, but not an exact match. I have a microcontroller outputting to a DAC via I2C. The DAC outputs from 0 to 4.5VDC, and that changes slightly every 125 msec. It can be driven thru the whole 4.5V range. The DAC can only source about 20 ma max. What I am looking for is a circuit stage that can provide unity voltage gain, but amplify the current capacity. This stage should have a high enough input impedance to limit the DAC current to 20 ma at a max DAC voltage output of 4.5 VDC. The output of the stage should mimic the input voltage, and be able to a 10 ohm load. So at 4.5VDC, it should be able to source 450 ma indefinitely. Looks like the a darlington pair would suffice, but I am not an electronics engineer. Any ideas would be vastly appreciated!!

Reply
Swagatam says:
August 7, 2020 at 1:30 pm

Thank you! Yes a emitter follower design seems to be the best option for your specific requirement. You can certainly go ahead with it.

Reply
Abdulalim Balarabe says:
June 5, 2019 at 7:58 pm

hi Sagatam, can you please use voltage divider biasing to establish the overall gain of Darlington pair? is always a law that the two transistors must be the same? cos I am yet to come across any rule that emphasizes that.
thanks.

Reply
Swagatam says:
June 6, 2019 at 7:45 am

Hi Abdulalim, it’s not compulsory to use matching transistors for Darlington, the gain can be easily calculated by multiplying their beta values.

Reply
Piero says:
May 12, 2019 at 6:15 pm

Good and clear esplanation as always.
Thank you.

Reply
Swagatam says:
May 12, 2019 at 9:07 pm

You are most welcome!

Reply

Need Help? Please Leave a Comment! We value your input—Kindly keep it relevant to the above topic! Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

circuit simulator image

Subscribe to get New Circuits in your Email

Categories

  • Arduino Projects (96)
  • Audio and Amplifier Projects (133)
  • Automation Projects (18)
  • Automobile Electronics (103)
  • Battery Charger Circuits (87)
  • Datasheets and Components (109)
  • Electronics Theory (149)
  • Energy from Magnets (27)
  • Games and Sports Projects (11)
  • Grid and 3-Phase (20)
  • Health related Projects (27)
  • Home Electrical Circuits (13)
  • Indicator Circuits (16)
  • Inverter Circuits (96)
  • Lamps and Lights (159)
  • Meters and Testers (72)
  • Mini Projects (28)
  • Motor Controller (68)
  • Oscillator Circuits (28)
  • Pets and Pests (15)
  • Power Supply Circuits (91)
  • Remote Control Circuits (50)
  • Renewable Energy (12)
  • Security and Alarm (64)
  • Sensors and Detectors (106)
  • SMPS and Converters (34)
  • Solar Controller Circuits (60)
  • Temperature Controllers (43)
  • Timer and Delay Relay (49)
  • Voltage Control and Protection (42)
  • Water Controller (37)
  • Wireless Circuits (31)

Other Links

  • Privacy Policy
  • Cookie Policy
  • Disclaimer
  • Copyright
  • Videos
  • Sitemap

People also Search

555 Circuits | 741 Circuits | LM324 Circuits | LM338 Circuits | 4017 Circuits | Ultrasonic Projects | SMPS Projects | Christmas Projects | MOSFETs | Radio Circuits | Laser Circuits | PIR Projects |

Social Profiles

  • Twitter
  • YouTube
  • Instagram
  • Pinterest
  • My Facebook-Page
  • Stack Exchange
  • Linkedin

Recent Comments

  • Swagatam on 12V DC to 220V DC Boost Converter Circuit
  • Swagatam on 12V DC to 220V DC Boost Converter Circuit
  • Swagatam on EGS002 Datasheet, Circuit Diagram Explained
  • Ronaldo Ngueadia on 12V DC to 220V DC Boost Converter Circuit
  • NgPark on 12V DC to 220V DC Boost Converter Circuit

© 2026 · Swagatam Innovations