Chapter - 19 : SINGLE STAGE BJT AMPLIFIERS

Ex 19.1 Pg 456

In [3]:
from __future__ import division

Vcc=10#
Rc=10*10**3#
Rb=1*10**6#
beta=100#
Vbe=0.7#
Ib=(Vcc-Vbe)/Rb#
print 'Ib=%0.2f microA'%(Ib*10**6)
Ic=beta*Ib#
print 'Ic=%0.2f mA'%(Ic*10**3)
Ie=Ic#
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta*re#
print 'Ri=%0.2f kohm'%(Ri*10**-3)
Ris=(Rb*beta*re)/(Rb+beta*re)
print 'Ris=%0.2f kohm'%(Ris*10**-3)
R0=Rc#
print 'R0=%0.2f kOhm'%(R0*10**-3)
Av=Rc/re#
print "Av=%0.2f"%Av
Ib=9.30 microA
Ic=0.93 mA
re=26.88 ohm
Ri=2.69 kohm
Ris=2.68 kohm
R0=10.00 kOhm
Av=372.00

Ex 19.2 Pg 458

In [5]:
from __future__ import division
from math import log10
Ri=2.5*10**3#
Av=200#
Vs=5*10**-3#
beta=50#
ib=(Vs/Ri)
print 'ib=%0.2f microA'%(ib*10**6)
ic=beta*ib#
print 'ic=%0.2f microA'%(ic*10**6)
Ai=beta#
Ap=Ai*Av#
print "Ap=%0.2f"%Ap
Gp=10*log10(Ap)
print 'Gp=%0.2f dB'%Gp
ib=2.00 microA
ic=100.00 microA
Ap=10000.00
Gp=40.00 dB

Ex 19.3 Pg 460

In [8]:
from __future__ import division
from math import log10
Vcc=20#
Rc=5*10**3#
Re=1*10**3#
Rb=100*10**3#
beta=150#
Vbe=0.7
Ic=Vcc/(Re+(Rb/beta))
print 'Ic=%0.2f mA'%(Ic*10**3)
Ie=Ic#
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta*(re+Re)
print 'Ri=%0.2f kohm'%(Ri*10**-3)
Ris=(Rb*Ri)/(Rb+Ri)
print 'rIS=%0.2f kohm'%(Ris*10**-3)
Av=Rc/Re#
print "Av=%0.2f"%Av
Gp=10*log10(Av)
print 'Gp=%0.2f dB'%Gp
Ic=12.00 mA
re=2.08 ohm
Ri=150.31 kohm
rIS=60.05 kohm
Av=5.00
Gp=6.99 dB

Ex 19.4 Pg 462

In [9]:
from __future__ import division

Vcc=12#
Rc=10*10**3#
Re=1*10**3#
Rb=500*10**3#
beta=50#
Ic=Vcc/(Re+(Rb/beta))
print 'Ic=%0.2f mA'%(Ic*10**3)
Ie=Ic#
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta*re#
print 'Ri=%0.2f ohm'%Ri
Ris=(Rb*Ri)/(Rb+Ri)
print 'Ris=%0.2f ohm'%Ris
R0=Rc#
Av=R0/re#
print "Av=%0.2f"%Av
Av=Rc/Re#
print "Av=%0.2f"%Av
Ic=1.09 mA
re=22.92 ohm
Ri=1145.83 ohm
Ris=1143.21 ohm
Av=436.36
Av=10.00

Ex 19.5 Pg 463

In [11]:
from __future__ import division

Vcc=30#
Rc=10*10**3#
RL=3.3*10**3#
R1=47*10**3#
R2=15*10**3#
Re=8.2*10**3#
beta=200#
Vs=5*10**-3#
Vbe=0.7#
Vth=(Vcc*R2)/(R1+R2)
print 'Vth=%0.2f V'%Vth
Rth=(R1*R2)/(R1+R2)
print 'Rth=%0.2e ohm'%Rth
Ie=(Vth-Vbe)/(Re+(Rth/beta))
print 'IE=%0.2f mA'%(Ie*10**3)
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
rl=(Rc*RL)/(Rc+RL)
print 'rl=%0.2f kohm'%(rl*10**-3)
Av=rl/re#
print "Av=%0.2f "%Av
Vin=5#
V0=Av*Vin
print 'V0=%0.2f mV'%V0
Ri=beta*re#
print 'Ri=%0.2f kohm'%(Ri*10**-3)
Ris=(Rth*Ri)/(Rth+Ri)
print 'Ris=%0.2f kohm'%(Ris*10**-3)
Vth=7.26 V
Rth=1.14e+04 ohm
IE=0.79 mA
re=31.48 ohm
rl=2.48 kohm
Av=78.83 
V0=394.14 mV
Ri=6.30 kohm
Ris=4.05 kohm

Ex 19.6 Pg 465

In [12]:
from __future__ import division

Vcc=10#
Rc=5*10**3#
Re=1*10**3#0
RL=50*10**3#
R1=50*10**3#
R2=10*10**3#
Rs=600#
beta=50#
Vs=10*10**-3#
Vbe=0.7#
Vth=(Vcc*R2)/(R1+R2)
print 'Vth=%0.2f V'%Vth
Rth=(R1*R2)/(R1+R2)
print 'Rth=%0.2e ohm'%Rth
Ie=(Vth-Vbe)/(Re+(Rth/beta))
print 'IE=%0.2f mA'%(Ie*10**3)
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta*re#
Ris=(Rth*Ri)/(Rth+Ri)
print 'Ris=%0.2f ohm'%Ris
rl=(Rc*RL)/(Rc+RL)
print 'rl=%0.2f kohm'%(rl*10**-3)
Av=rl/re#
print "Av=%0.2f"%Av
Vin=(Vs*Ris)/(Ris+Rs)
print 'Vin=%0.2f mV'%(Vin*10**3)
V0=Av*Vin#
print 'V0=%0.2f mV'%V0
Avs=(Av*Vin)/Vs#
print "Avs=%0.2f"%Avs
Vth=1.67 V
Rth=8.33e+03 ohm
IE=0.83 mA
re=30.17 ohm
Ris=1277.37 ohm
rl=4.55 kohm
Av=150.65
Vin=6.80 mV
V0=1.03 mV
Avs=102.50

Ex 19.7 Pg 467

In [14]:
from __future__ import division

Vcc=-18#
Rc=4.3*10**3#
Re=1*10**3#0
RL=3*10**3#
R1=39*10**3#
R2=8.2*10**3#
beta1=200#
Vbe=-0.7#
Vth=(Vcc*R2)/(R1+R2)
print 'Vth=%0.2f V'%Vth
Rth=(R1*R2)/(R1+R2)
print 'Rth=%0.2f kohm'%(Rth*10**-3)
Ie=(Vth-Vbe)/(Re+(Rth/beta1))
print 'IE=%0.2f mA'%(Ie*10**3)
re1=(30*10**-3)/(-Ie)
print 're1=%0.2f ohm'%re1
Ri=beta1*re#
Ris=(Rth*Ri)/(Rth+Ri)
print 'Ris=%0.2f kohm'%(Ris*10**-3)
re=(Rc*RL)/(Rc+RL)
print 're=%0.2f kohm'%(re*10**-3)
Av=re/re1#
print "Av=%0.2f"%Av
Vth=-3.13 V
Rth=6.78 kohm
IE=-2.35 mA
re1=12.78 ohm
Ris=3.19 kohm
re=1.77 kohm
Av=138.28

Ex 19.8 Pg 468

In [16]:
from __future__ import division

Vcc=20#
Rc=5.7*10**3#
Re=1*10**3#
R1=100*10**3#
R2=10*10**3#
Rs=100#
beta1=100#
Vbe=0.7#
Vth=(Vcc*R2)/(R1+R2)
print 'Vth=%0.2f V'%Vth
Rth=(R1*R2)/(R1+R2)
print 'Rth=%0.2f kohm'%(Rth*10**-3)
Ie=(Vth-Vbe)/(Re+(Rth/beta1))
print 'IE=%0.2f mA'%(Ie*10**3)
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta1*re#
Ris=(Rth*Ri)/(Rth+Ri)
print 'Ris=%0.2f ohm'%Ris
rl=Rc#
Av=rl/re#
print "Av=%0.2f"%Av
Vin=(Vs*Ris)/(Ris+Rs)
print 'Vin=%0.2f mV'%Vin
V0=Av*Vin#
print 'V0=%0.2f V'%(V0*10**-3)
Avs=(Av*Vin)/Vs#
print "Avs=%0.2f"%Avs
Vth=1.82 V
Rth=9.09 kohm
IE=1.02 mA
re=24.39 ohm
Ris=1923.08 ohm
Av=233.70
Vin=0.01 mV
V0=0.00 V
Avs=222.15

Ex 19.9 Pg 469

In [18]:
from __future__ import division

Vcc=10#
Rc=5*10**3#
RE1=500#
R1=50*10**3#
R2=10*10**3#
Rs=600#
rE=500#
beta1=50#
Vbe=0.7#
vs=100*10**-3#
Rl=50*10**3#
Vth=(Vcc*R2)/(R1+R2)
print 'Vth=%0.2f V'%Vth
Rth=(R1*R2)/(R1+R2)
print 'Rth=%0.2e ohm'%(Rth*10**-3)
RE=RE1+rE#
print 'RE=%0.2f ohm'%RE
Ie=(Vth-Vbe)/(RE+(Rth/beta1))
print 'Ie=%0.2f mA'%(Ie*10**3)
re=25/(Ie*10**3)
print 're=%0.2f ohm'%re
Ri=beta1*(re+rE)
print 'Ri=%0.2f kohm'%(Ri*10**-3)
Ris=(Rth*Ri)/(Rth+Ri)
print 'Ris=%0.2f ohm'%Ris
rl=(Rc*Rl)/(Rc+Rl)
print 'rl=%0.2f kohm'%(rl*10**-3)
Av=rl/(re+rE)
print "Av=%0.2f "%Av
VinBYVs=(Ris)/(Ris+Rs)
print "VinBYVs=%0.2f"%VinBYVs
Avs=Av*VinBYVs#
print "Avs=%0.2f"%Avs
V0=Avs*vs#
print 'V0=%0.2f mV'%(V0*10**3) #answer printed in the book is wrong(variation in decimal point) 
Vth=1.67 V
Rth=8.33e+00 ohm
RE=1000.00 ohm
Ie=0.83 mA
re=30.17 ohm
Ri=26.51 kohm
Ris=6340.21 ohm
rl=4.55 kohm
Av=8.57 
VinBYVs=0.91
Avs=7.83
V0=783.23 mV

Ex 19.10 Pg 470

In [19]:
from __future__ import division
from math import log10

VS=10*10**-3#
a=0.98#
VBE=0.7#
VCC=10#
RC=10*10**3#
RL=5.1*10**3#
RE=20*10**3#
VEE=10#
IE=(VEE-VBE)/RE#
re=25/IE*10**-3#
Ri=re#
Ris=(RE*re)/(RE+re)
print 'Ris=%0.2f ohm'%Ris
Ai=a#
print "Ai=%0.2f"%Ai
rL=(RC*RL)/(RC+RL)
Av=rL/re#
print "Av=%0.2f"%Av
Ap=Av*Ai#
print "Ap=%0.2f"%Ap
Gp=10*log10(Ap)
print 'Gp=%0.2f dB'%Gp
Vin=VS#
Vo=Av*Vin#
print 'Vo=%0.2f mV'%(Vo*10**3)
Ris=53.62 ohm
Ai=0.98
Av=62.82
Ap=61.56
Gp=17.89 dB
Vo=628.21 mV

Ex 19.11 Pg 471

In [21]:
from __future__ import division

Rs=50#
IE=0.465*10**-3#
re1=53.8#
Ri=53.8#
Ris=52.4#
rL=3.38*10**3#
Avs=rL/(Rs+re1)
print "Avs=%0.2f"%Avs
Av=rL/re1#
print "Av=%0.2f"%Av
Vs=10#
vo=Avs*Vs#
vin=vo/Av#
print 'vin=%0.2f mV'%vin
Avs=32.56
Av=62.83
vin=5.18 mV

Ex 19.12 Pg 473

In [22]:
from __future__ import division

VEE=10#
RE=10*10**3#
RB=100*10**3#
B=50#
VBE=0.7#
IE=(VEE-VBE)/(RE+(RB/B))
re=25/IE*10**-3#
Ri=B*(RE+re)
print 'Ri=%0.2f kohm'%(Ri*10**-3)
Ris=(RB*Ri)/(RB+Ri)
Rs=0#
Ro=re+((RB*Rs)/(RB+Rs))/B#
print 'Ro=%0.2f ohm'%Ro
Av=RE/(re+RE)
print "Av=%0.2f "%Av
Ri=501.61 kohm
Ro=32.26 ohm
Av=1.00 

Ex 19.13 Pg 475

In [23]:
from __future__ import division

B=80#
VBE=0.7#
VCC=15#
R1=20*10**3#
R2=20*10**3#
RS=2*10**3#
VS=5*10**-3#
RE=8.2*10**3#
RL=1.5*10**3#
VTH=VCC*R2/(R1+R2)
RTH=(R1*R2)/(R1+R2)
IE=(VTH-VBE)/(RE+(RTH/B))
print 'IE=%0.2f mA'%(IE*10**3)
re=25/IE*10**-3#
rL=(RE*RL)/(RE+RL)
Ri=B*(rL+re)
Ris=(RTH*Ri)/(RTH+Ri)
print 'Ris=%0.2f kohm'%(Ris*10**-3)
Ro=re+((RS*RTH)/(RS+RTH))/B#
print 'Ro=%0.2f ohm'%Ro
Vin=VS*Ris/(RS+Ris)
print 'Vin=%0.2f mV'%(Vin*10**3)
IE=0.82 mA
Ris=9.12 kohm
Ro=51.44 ohm
Vin=4.10 mV