Home About Articles Posts zoomlogo's site

The n-Extra Element Theorem.

This article is a continuation of the previous one.

When the extra element is a resistor...

Continuing where I left off from the previous article, let me address a question you might have... According to the EET, when a capacitor or inductor is removed, we can write the generalized (first order) transfer function as:

But what if a resistor is removed in the circuit? We can use this equivalent form of the EET (where ):

Where is the impedance of the network with the input zeroed (the Thevenin's impedance looking into the impedance ). This formula also does not require calculation of the null impedance .

Now onto the nEET.

The 2-Extra Element Theorem.

While the EET is useful in a lot of cases, it falls short when there are multiple reactive elements (capacitors / inductors) in a circuit. The n-Extra Element Theorem can be applied in these cases. It is a generalization of the EET. We consider the cases when , then we can generalize it later.

The basic idea here is that we remove two elements and apply the Extra Element Theorem twice. This raises a question: How do we account for the effect of the second element while applying EET to the first?

There are four possible reference states when we have two elements, & , to be removed:

We can use any one of these reference states and write the final expression accordingly. However, like last time, it would be better if we could directly write a generalized second order transfer function that we can use to remove any combination of 2 inductors and capacitors and skip computing any by nulling the output.

Notation.

A small section on the notation used is required, since it can get pretty confusing.

Generalized second order transfer function.

As with the generalized first order transfer function, we expect the generalized transfer function to be of the form:

This is almost correct but this time we have to account for "interaction terms" between the two removed elements, since time constant of an element can change depending on the presence of other elements. Let us write our final transfer function, as:

The denominator is easy to write:

Note that

This means you can choose to find or depending on which is easier to compute.

The numerator is similar to the denominator but you will notice that the time constants have the high frequency gains multiplied with them:

This means that you don't have to recompute these time constants again. You just need the high frequency gain terms.

Thus we have:

Example - Second order RC low-pass filter.

Let us do one example problem to really understand how to use this formula. Given below is a standard passive second order RC low-pass filter. Let us find the transfer function of this network using 2EET. We shall take capacitors and as the extra elements.

- V_in + R1 R2 C2 + V_out - C1
Let us find . Both the capacitors are set to their DC state.
- V_in + R1 R2 + V_out -
Clearly we have . Which means:

Let us find each of the time constants. Starting with , we short the voltage source and set to its DC state.

R1 R2 C1
From the above diagram, we get:

Similarily for ...

R1 R2 C2
we get:

Now we should find either or . For completeness sake let us find both. But in actual circuits you should find only one of them (whichever is easier to compute). Starting with , we keep as it is, and put in its high frequency state.

R1 R2 C2
Notice that in the above diagram, plays no role (both of the terminals of are at same potential). Hence,

Similarily for , we keep but set in its high frequency state.

R1 R2 C1
This time, and are parallel:

Now let us compute all the high freqency gains, , and .

- V_in + R1 R2 + V_out -
- V_in + R1 R2 + V_out -
- V_in + R1 R2 + V_out -
Notice how in all three diagrams (, , computations respectively) the output is shorted. Which means . Hence:

Substituting the values in our generalized transfer function:

We get:

The n-Extra Element Theorem.

The n-Extra Element Theorem is now very similar to the 2EET case we showed. Let us discuss how to find the transfer function for any order network. We again let:

This time, elements are removed from the network. Let us discuss how and are written.

The denominator, .

The denominator of an n-order network will be an -order polynomial in .

Note that the dimensions of are .

For , you would sum each time constant:

Now for , you would have to consider the sum of combinations of products of two time constants:

Note that due to the symmetry .

For , you have to consider the sum of combinations of products of three time constants:

Here, , since it doesn't matter if elements numbered and are set to their high frequency state or elements numbered and are set to their high frequency state with the others being in their DC state. Obviously order doesn't matter here. However when constructing each term, we follow the order . Using these two facts we can write:

Which means you can choose the term which is easier to compute, and you can get equivalent terms by shuffling the indicies.

You can probably see the pattern now. This pattern continues till , which turns out to be:

The numerator, .

The numerator has a similar structure to the denominator, but each term containing a time constant is multiplied by a corresponding high frequency gain term.

is the usual DC gain (each element is set to its DC state).

is the sum of each time constant term multiplied by the corresponding high frequency gain term.

is the sum of products of two time constants along with the corresponding high frequency gain term.

is the sum of products of three time constants along with the corresponding high frequency gain term.

You get the pattern... Finally will be:

Resultant transfer functions of various orders.

Here are the final generalized transfer functions till the fourth order for reference.

First order.

Second order.

Third order.

Fourth order.

And for fun, this is the entire fourth order equation:

Now what?

This concludes the article. We did not solve a 3rd order network as the article is already getting long. But you can always do that.

Why do we care about these coefficients ? Actually these coefficients play an important role in determining many factors of the system. nEET gives a direct relation between individual components of the system and these coefficients which can be very helpful for desiging circuits.

Finally, an excerise for the reader: what if both a capacitor and a resistor are removed from a network? (Hint: Check the beginning of the article for inspiration.)