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

60%
+1 −0
Q&A Calculating base voltage of NPN transistor

I'm having trouble using the nodal equations to determine the base voltage Vb1 in the circuit below. I've attempted to write seven equations below, but not able to fit them in entirely. (12-Vx)...

2 answers  ·  posted 5mo ago by kadamrohan16‭  ·  last activity 5mo ago by LvW‭

#1: Initial revision by user avatar kadamrohan16‭ · 2024-05-11T17:07:41Z (5 months ago)
Calculating base voltage of  NPN transistor 
I'm having trouble using the nodal equations to determine the base voltage Vb1 in the circuit below. I've attempted to write  seven equations below, but not able to fit them in entirely.

![Ltspice snapshot circuit](https://electrical.codidact.com/uploads/hzuifdmzx68devg67j8deqm7sy9h)

(12-Vx)/1.62k = (Vx-Vy)/1.21k +(Vx-Vb1)/1k----equation 1

(Vx-Vy)/1.21k = Vy/1.21k + (Vy-Vb2)/27k------ equation 2

(Vy-Vb2)/27k = Vb2/5.62k + Ib2-------- equation 3

(Vx-Vb1)/1k  = Vb1/1k + Ic2 + Ib1------ equation 4

Ib2= (Vb2-0.7) /(310 * beta 2)-------  equation 5

Ic2= (Vb2-0.7)/310 ------ equation 6

Ib1=(Vb1-0.7)/(200* beta 1) ------ equation 7

Is it possible to apply the Thévenin's at nodes Vx and Vy one by one ?

While applying Thévenin's at  Vx , How to deal with node Vy ?

Looking forward to suggestions / help on simplifying the circuit equations.