Hello i have this question and was wondering if someone could help me,
Lets say we are given a simple CE amplifier(with voltage divider on base and Rc, Re resistances)
If we are given Ic=3mA , Vcc=20V , β=100, Rth=10kΩ, Vce=10V, how can we calculate the values for R1 and R2?
Also, how can we calculate them if we are not givven the equivalent Rth value?
Thank you in advance.
(Rc instead of RL)
With the OP's specification of Rth=10k, I believe by Rth here, the OP means the amplifier's input impedance.
So, Rth = R1//R2//(hFE*Re) - recall that when resistances are connected in parallel, the resulting equivalent is lower than the minimum of the connected resistances.
Ie = Ic*(1 + 1/hFE) =
Deciding for Ve = 1V, Re = Ve/Re = 1V/[3mA*(1 + 1/100)] = 330 ohm
hFE*Re = 100*330 = 33k
Ib = Ic/hFE = 3mA/100 = 30uA
R2 = V2/(10*Ib) = (Ve + Vbe)/(10*Ib) = (1 + 0.7)/(10*30u) = 5667 ohm
Let's select R2 = 5.6k and back calculate for I2
I2 = V2/R2 = 1.7/5.6k = 304uA
R1 = (Vcc - V2)/(I2 + Ib) = (20 - 1.7)/(304u + 30u) = 54.8k (we can approximate this value to nearest standard value)
Rth = 54.8k//5.6k//33k
Merely looking at this, it is obvious that we cannot meet the requirement of Rth = 10k because of the 5.6k resistance which is already below 10k.
Two ways we can tackle this is to increase V2 by increasing Ve or we use I2 of around 5*Ib. Assuming that the emitter bypass capacitor is not in the diagram, the gain being determined by Vc/Ve could also be a limiting factor on how much we can increase Ve.
However let's go ahead and increase Ve to 2.8V.
R2 = V2/(10*Ib) = (Ve + Vbe)/(10*Ib) = (2.8 + 0.7)/(10*30u) = 11.67k (round off to 12k and back calculate for I2)
I2 = V2/R2 = 3.5/12k = 292uA
R1 = (Vcc - V2)/(Ib + I2) = (20 - 3.5)/(30u + 292u) = 51.2k (round to 51k)
Re = Ve/[Ic*(1 + 1/hFE)] = 924 ohm (Round to 910)
Rth = 51k//11k//91k is about 8.2k and still does not meet the requirement of 10k. So Be can be further increased or I2 can be reduced and the resistances recalculated.
I hope this would be helpful.