Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

66%
+2 −0
Q&A Thévenins Theorem for Transistor Circuit

It seems like you did the reduction to a Thevenin source mostly right, although the final value is a bit off. The original circuit we want to reduce to a Thevenin source is: First we reduce V1,...

posted 2y ago by Olin Lathrop‭  ·  edited 2y ago by Olin Lathrop‭

Answer
#2: Post edited by user avatar Olin Lathrop‭ · 2022-05-23T11:40:07Z (almost 2 years ago)
  • It seems like you did the reduction to a Thevenin source mostly right, although the final value is a bit off.
  • The original circuit we want to reduce to a Thevenin source is:
  • <img src="https://electrical.codidact.com/uploads/kkedZuibCNiUz7AiMtGQ3ELJ">
  • First we reduce V1, R1, and R2 to a Thevenin source. The resistance is R1//R2, and the voltage is the V1 voltage applied to the R1-R2 voltage divider. That yeilds:
  • <img src="https://electrical.codidact.com/uploads/griJ5CkyzyibSDEAdLZRf5bs">
  • R1 and R3 can be trivially combined:
  • <img src="https://electrical.codidact.com/uploads/bQprHCyyM6YVWXRSsZEs4Fd7">
  • The ultimate Thevenin resistance is now R1//R4, and the voltage is the new V1 applied to the R1-R4 divider:
  • <img src="https://electrical.codidact.com/uploads/5aPHJioR7BfXHP8e8MDVDy6F">
  • Now we put this back into the original circuit:
  • <img src="https://electrical.codidact.com/uploads/vnsVVd5EYhq6Z6cqZVZk6Ha3">
  • R5 appears on the base times gain+1. (200 &Omega;)&sdot;41 = 8.2 k&Omega;. Let's say the B-E junction drops 700 mV. The base current is then:
  • &nbsp; &nbsp; I<sub>B</sub> = (2.78 V - 700 mV)/(759 &Omega; + 8.2 k&Omega;) = 232 &micro;A
  • Note that reflecting the emitter resistance to the base by multiplying times gain+1 is only valid if there is enough collector voltage so that the stated gain is being realized. It should be obvious from inspection that the 10 &Omega; resistor is well low enough, but I'll do the calculation anyway to show what to do in cases it's not so obvious.
  • We determined that the base current is 232 &micro;A. With a gain of 40, the collector current is therefore 9.3 mA. R6 therefore drops (9.3 mA)(10 &Omega;) = 93 mV, so the C-E voltage is clearly well above where the gain is valid. For completeness, the drop across R5 is (200 &Omega;)(232 &micro;A)&sdot;41 = 1.9 V, which is also the emitter voltage.
  • <b>NOTE:</b> Calculating the currents with this accuracy is absurd for any case other than a homework assignment. In the real world, you generally only know the minimum gain the transistor is guaranteed to have. The upper limit is usually not specified, or is several times the minimum. I've personally measured transistors with 10x the minimum guaranteed gain. Circuits need to work over the whole range of valid gain a transistor might have. It's usually good to make sure the circuit works from the minimum gain to infinite gain.
  • It seems like you did the reduction to a Thevenin source mostly right, although the final value is a bit off.
  • The original circuit we want to reduce to a Thevenin source is:
  • <img src="https://electrical.codidact.com/uploads/kkedZuibCNiUz7AiMtGQ3ELJ">
  • First we reduce V1, R1, and R2 to a Thevenin source. The resistance is R1//R2, and the voltage is the V1 voltage applied to the R1-R2 voltage divider. That yeilds:
  • <img src="https://electrical.codidact.com/uploads/griJ5CkyzyibSDEAdLZRf5bs">
  • R1 and R3 can be trivially combined:
  • <img src="https://electrical.codidact.com/uploads/bQprHCyyM6YVWXRSsZEs4Fd7">
  • The ultimate Thevenin resistance is now R1//R4, and the voltage is the new V1 applied to the R1-R4 divider:
  • <img src="https://electrical.codidact.com/uploads/5aPHJioR7BfXHP8e8MDVDy6F">
  • Now we put this back into the original circuit:
  • <img src="https://electrical.codidact.com/uploads/vnsVVd5EYhq6Z6cqZVZk6Ha3">
  • R5 appears on the base times gain+1. (200 &Omega;)&sdot;41 = 8.2 k&Omega;. Let's say the B-E junction drops 700 mV. The base current is then:
  • &nbsp; &nbsp; I<sub>B</sub> = (2.78 V - 700 mV)/(759 &Omega; + 8.2 k&Omega;) = 232 &micro;A
  • Note that reflecting the emitter resistance to the base by multiplying times gain+1 is only valid if there is enough collector voltage so that the stated gain is being realized. It should be obvious from inspection that the 10 &Omega; resistor is well low enough, but I'll do the calculation anyway to show what to do in cases it's not so obvious.
  • We determined that the base current is 232 &micro;A. With a gain of 40, the collector current is therefore 9.3 mA. R6 therefore drops (9.3 mA)(10 &Omega;) = 93 mV. The drop across R5 is (200 &Omega;)(232 &micro;A)&sdot;41 = 1.9 V, which is also the emitter voltage. The C-E voltage is therefore (24 V)-(93 mV)-(1.9 V) = 22 V. Silicon BJTs usually exhibit their stated gain after about 1 V C-E, so this is clearly plenty for the gain assumption to be valid.
  • <b>NOTE:</b> Calculating the currents with this accuracy is absurd for any case other than a homework assignment. In the real world, you generally only know the minimum gain the transistor is guaranteed to have. The upper limit is usually not specified, or is several times the minimum. I've personally measured transistors with 10x the minimum guaranteed gain. Circuits need to work over the whole range of valid gain a transistor might have. It's usually good to make sure the circuit works from the minimum gain to infinite gain.
#1: Initial revision by user avatar Olin Lathrop‭ · 2022-05-19T20:59:11Z (almost 2 years ago)
It seems like you did the reduction to a Thevenin source mostly right, although the final value is a bit off.

The original circuit we want to reduce to a Thevenin source is:

<img src="https://electrical.codidact.com/uploads/kkedZuibCNiUz7AiMtGQ3ELJ">

First we reduce V1, R1, and R2 to a Thevenin source.  The resistance is R1//R2, and the voltage is the V1 voltage applied to the R1-R2 voltage divider.  That yeilds:

<img src="https://electrical.codidact.com/uploads/griJ5CkyzyibSDEAdLZRf5bs">

R1 and R3 can be trivially combined:

<img src="https://electrical.codidact.com/uploads/bQprHCyyM6YVWXRSsZEs4Fd7">

The ultimate Thevenin resistance is now R1//R4, and the voltage is the new V1 applied to the R1-R4 divider:

<img src="https://electrical.codidact.com/uploads/5aPHJioR7BfXHP8e8MDVDy6F">

Now we put this back into the original circuit:

<img src="https://electrical.codidact.com/uploads/vnsVVd5EYhq6Z6cqZVZk6Ha3">

R5 appears on the base times gain+1.  (200 &Omega;)&sdot;41 = 8.2 k&Omega;.  Let's say the B-E junction drops 700 mV.  The base current is then:

&nbsp; &nbsp; I<sub>B</sub> = (2.78 V - 700 mV)/(759 &Omega; + 8.2 k&Omega;) = 232 &micro;A

Note that reflecting the emitter resistance to the base by multiplying times gain+1 is only valid if there is enough collector voltage so that the stated gain is being realized.  It should be obvious from inspection that the 10 &Omega; resistor is well low enough, but I'll do the calculation anyway to show what to do in cases it's not so obvious.

We determined that the base current is 232 &micro;A.  With a gain of 40, the collector current is therefore 9.3 mA.  R6 therefore drops (9.3 mA)(10 &Omega;) = 93 mV, so the C-E voltage is clearly well above where the gain is valid.  For completeness, the drop across R5 is (200 &Omega;)(232 &micro;A)&sdot;41 = 1.9 V, which is also the emitter voltage.

<b>NOTE:</b> Calculating the currents with this accuracy is absurd for any case other than a homework assignment.  In the real world, you generally only know the minimum gain the transistor is guaranteed to have.  The upper limit is usually not specified, or is several times the minimum.  I've personally measured transistors with 10x the minimum guaranteed gain.  Circuits need to work over the whole range of valid gain a transistor might have.  It's usually good to make sure the circuit works from the minimum gain to infinite gain.