Electronic – How to quickly understand circuits with BJT transistor

bjttransistors

I am aware this may be a silly question, but I am constantly told by everyone I met more experienced than me in engineering that the only silly questions are the one not asked, so here I am..

About a year ago I learnt at university the basics of how BJTs work, their I-V characteristics, some of their limits and praises. However, when encountering new circuits, I'm constantly struggling to understand at first sight what is actually happening in the circuit. That is, I cannot understand in a few looks what the circuit is doing.

As an example, take an RC or a CR filter, you can see it as building block filtering incoming signals and outputting filtered signals, that is very intuitive after having seen their transfer function and the physics behind it. Same for operational amplifiers, within limits, you can think of them as building blocks outputting a modified version of their input.

I can not do the same thing with transistor, I usually have to start with an hypothesis (ex. for an NPN, that the base is forward biased), check if it holds and then go on from there, as I have been taught in university. This is fine, but it takes time and may not be that easy for non trivial circuits. I wonder if practitioners and experts have more intuitive/quick methods to understand what a BJT is doing (or, more in general if you feel like it, what a non linear component is doing).

For a pratical comparison, take an astable multivibrator circuit. I can get my head around it reasonably quickly (also because I know what it should be doing), but when we step up to a circuit like the Royer oscillator you see here, it takes me some more time to work it out. How would a professional go to understand its workings?
enter image description here

As a final note, I would like to add: this question comes partly from the fact that I know I can plug the circuit in a simulator such as LTspice, but I want to know what is happening (or should be happening) in order to be able to tweak the circuit, and partly from the hope that practitioners may have some commonly accepted and used rules of thumb.

Best Answer

the only silly questions are the one not asked

That is absolutely false. Of course there are stupid and silly questions. A question is stupid if you should have known better, and silly if it is asked in the wrong place, among other reasons.

The people telling you this are pathetic do-gooders that are actually doing you a disservice. Perhaps they are tolerant of you asking them stupid questions, but the world isn't. The sooner you learn that the better off you will be. Of course you are judged by the quality of question you ask, whether people tell this to your face or not.

That said, what you ask is not a stupid question. It is, however, not a great fit for this site since it's so broad. This question will likely get closed due to being too broad, so I'll be brief.

You can get a lot of analisys done with a simple model of a BJT. The "trick", if there even is one, is to start with a simple model of the circuit elements just to get a feel for what the circuit is doing. Then you can follow up with quantatative analisys if you need the details.

Start by thinking of BJTs as having about 700 mV B-E drop, and that the collector current can be many times the base current. In fact, it can even be helpful to consider the transistors to have infinite gain for the rough first mental pass of what a circuit is doing. Good BJT circuits work with each BJT having from some minimum gain to infinite gain. Not all circuits are "good" in this sense, but it is a useful start.

Note that when the gain (ratio of possible collector current to base current) is infinite, the base current is zero. This simplifies more things. It won't usually get you the right bias point, but details like bias points are for quantitative analisys later. First you want to see what the circuit is doing, then you can figure out over what voltage range, or whatever, it actually works at.

While this method does work most of the time, it isn't foolproof. Sometimes what the circuit does depends on actual component values, although usually not very detailed.

After you do this enough times, you'll build up some experience and the intuition that comes with it. Just keep doing it. There is no shortcut for gaining experience.

Added

I see the question got edited while I was writing the answer above. You are now asking about a specific circuit as example:

Here's how I approach this circuit to try to undestand it:

Hmm. At first glance looks like some kind of power oscillator. Each transistor drives one end of a center-tapped primary, which is connected to power. That means each transistor must turn on alternately. Let's see if that's true, and if so, how.

R1 and R2 provide forward bias for each transistor. There is no feedback here. Ah, there it is. There's a small winding of the transformer connected between the bases. At this level, I'll take it for granted that it's wired with the right polarity to cause oscillation.

This little winding causes a offset voltage between the two bases so that one transitor is driven on and the other driven off. That should cause the transformer to be driven even harder in the direction to switch the transistors the way they are.

This would cause the circuit to latch if the feedback was DC, but since it's thru a transformer, it can't be DC. Eventually the transformer is driven as hard as it can be in one direction, and the drive doesn't change anymore. This cause the little winding to stop driving the one transistor more than the other. The derivative of this feeds back, causing the state to eventually swing all the way to full drive the other way, etc.

C1 is a bit bothersome. Unless it's rather small and just to reduce emissions, it looks like it shouldn't be there. This is where having the actual value would help. If it's 100 pF, then OK, just trying to reduce RFI. If it's 100 µF, then either I'm not getting its purpose or this is just another bad design found on the internet. Maybe there is some resonsance with the transformer going on. Without real values, it's hard to say.

The only other wrinkle is that the switch is labeled "PWM", and L1 with D1 look like switching is intended. Without D1, I would have thought L1 is just a filter working with C3 to reduce conducted noise. However, L1 seems to work with D1 a bit like a boost converter when the switch opens.

Overall, it looks like PWM is applied to the input power of this circuit to modulate the output voltage. That appears to be the intent, and would be helped by a capacitor to ground on the right side of L1. Perhaps the oscillation frequency is much higher than the PWM frequency, and this is intended to produce bursts of power when the switch is closed.

Again, don't assume everything you find on the internet is well designed. Lack of cap to ground on the center tap is a bit suspicious here.

In any case, this shows how you can look at a circuit like this. Note the high level of the transistors being "on" or "off", and the details of their biasing, actual currents, etc, don't matter at this level. Even if you eventually need a detail analisys, it's useful to start with a high level conceptual analisys like this first.