0

I have the below given circuitry. The circuit provides ( 12 - 3.3 = 8.7 V) 8.7 V / R3 of current.

enter image description here

My specific question: What is the effect of PNP transistor on the variation of current?

Until now I have following cases:

  • more current case: R1 max, R2 min, R3 min

  • min current case: R1 min, R2 max, R3 max

  • supply voltage variation.

Thank you in advance.

Edit: the output is taken across capacitor. The load is not shown which can vary between 1k and 10k.

User323693
  • 9,311
  • 4
  • 21
  • 51

1 Answers1

2

One parameter of the transistor that's not corrected by the feedback loop with the op-amp is its alpha, the common-base current gain. You are controlling its emitter current via R3, however the output current is from the collector.

I have a problem working with alpha as I lose count of the 9s. However, as alpha = 1-1/beta, it's almost as easy to work in terms of the beta or hFE.

If the transistor beta changes from 100 to 200, the alpha will change from 0.990 to 0.995, and your output current will increase by 0.5%.

As transistors do have this sort of variation, your sensitivity to transistor variation is similar to your sensitivity to using 1% components for R1, R2 and R3.

As the reference voltage across R3 is directly proportional to the supply voltage (you're not using a reference or regulator here), any change in the supply voltage will give you a directly proportional change in the output current.

Neil_UK
  • 166,079
  • 3
  • 185
  • 408
  • Not to correct you but, did you see the 100n cap? How can that circuit work? – Rohat Kılıç Jan 01 '17 at 07:58
  • I'm assuming that's a capacitor across the output, I could be wrong of course, no output is shown. – Neil_UK Jan 01 '17 at 08:05
  • 1
    @rohat sorry. The load is not shown. It will be connected across the capacitor. – User323693 Jan 01 '17 at 08:26
  • Thank you @Neil will not the opamp do whatever it needs to do in order to generate voltage across capacitor exactly same as its positive input voltage? By varying base current – User323693 Jan 01 '17 at 10:44
  • No, the opamp (assuming infinite gain, which is the least approximation here) will do whatever it needs to do to keep the voltage across R3 the same, which nails the emitter current. However, the emitter current splits between base and collector according to the transistor alpha, and that is outside the opamp feedback loop. – Neil_UK Jan 01 '17 at 11:11
  • Thank you. I understand your point better now. Will experiment further. +1 for the good answer – User323693 Jan 01 '17 at 16:12