GreenPrint
- 1,186
- 0
The Electrician said:To say more about all this. Your method of solution reduced the 4 unknowns to 2 by taking advantage of the fact that you didn't want vc1 anyway, and that vs is a known since it is the node where we want to inject our input.
Setting your 2 KCL equations equal to each other is how you solved 2 simultaneous equations., with a considerable amount of algebra.
When you use a computer to solve systems of simultaneous equations, it's no harder to solve 20 simultaneous equations than it is to solve 2.
As an example, imagine that we want to improve the linearity of your circuit. We add a 50k ohm feedback resistor from vo to vb1; let there be a large capacitor in series with it to avoid upsetting the DC bias. You still have 4 nodes, but you will find that the problem becomes very much more complicated using the method you did.
But, if you have already got the system of 4 KCL equations set up, it's a trivial matter to add the feedback resistor, and let the computer do the additional work.
Here's the system with the feedback resistor added (in red); you can see that the additions to the equations are trivial. Solving the system with a linear solver by computer easily gives the result shown. Av is reduced by about a factor of 3. The only extra work to do is to add 4 elements to the system:
![]()
I know you're a busy student, but if you give a try to solving the circuit with feedback by hand, you'll appreciate just how much the addition of one more resistor complicates things.
Also where did you get R_{f} from? In my book it uses something like r_{O} every now and then as a output resistance of the transistor that is very large that it sometimes includes in problems and sometimes doesn't. Is this the same resistor?