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

Comments on Thévenins Theorem for Transistor Circuit

Parent

Thévenins Theorem for Transistor Circuit

+3
−0

I am calculating the base current of transistor Q1. To simplify the circuit equations, I applied the Thévenin's theorem twice and converted V1, R1 and R2 into Vth and Rth, as shown in the image.


\[ \begin{align} V_{th} &= V_1 \times (R_2/R_1+R_2) && & R_{th} &= R_1 \parallel R_2 \\[1 em] V_{th2} &= V_{th} \times (R_7/R_{th}+R_3+R_7) && & R_{th2} &= R_7 \parallel (R_{th}+R_3) \\[1 em] V_a &= \pu{0.7V} + I_b \times (h_{fe}+1) \times \pu{200\Omega} \end{align} \]

Circuit Diagram

I can accurately calculate $I_b = \pu{2.09 mA}$ by using Kirchoff's voltage law, but I'm getting an inaccurate value ($I_b= \pu{213 \mu A}$) by applying Thévenin's theorem.

Is Thévenin's theorem being applied incorrectly for the circuit?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+4
−0

Is the Thevenin's Theorem being applied incorrectly for the circuit ?

It's being applied inaccurately. The final Thevenin voltage should be 2.782 volts (rather than your calculated value of 2.61 volts). I calculate the Thevenin resistance to be 759 ohms (near enough to yours so that it doesn't matter). Double check with simulator for the Thevenin voltage: -

Image alt text

I can accurately calculate the Ib = 2.09mA by using Kirchoff's Voltage law

Then you have miscalculated because, if 2 mA were flowing into the base then, due to hFE (~40), the emitter current would be about 80 mA and, if 80 mA were flowing through the emitter resistor of 200 Ω then there would be an emitter voltage of 16 volts and clearly, that has to be nonsense.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

So The equation for Ib goes like 2.782 - 759xIb - 0.7 - (40+1) x 200x Ib = 0 Ib = 232 uA This Ib ... (1 comment)
So The equation for Ib goes like 2.782 - 759xIb - 0.7 - (40+1) x 200x Ib = 0 Ib = 232 uA This Ib ...
kadamrohan16‭ wrote almost 2 years ago

So The equation for Ib goes like 2.782 - 759xIb - 0.7 - (40+1) x 200x Ib = 0 Ib = 232 uA This Ib is not even remotely close to the Ib observed on simulation (2.01mA) or by Kirchoffs Vtg law ( 2.09mA) .

Does it mean KVL is wrongly applied ?

Three Loops for KVL are V1 -R1-R2. R3-R4-R2. V1-R1-R3-Va.

Skipping 1 deleted comment.