Electronic – Thevenin circuit

resistorsthevenin

I can't seem to find the correct thevenin circuit in below image

enter image description here

The equivalent resistance is (in case of short circuiting) \$R_{eq} = 50 + 50 + (50 // (25+25)) = 125 k\Omega\$
The current is \$ \frac{20}{125} mA \$

The open ended circuit has an equivalent voltage of \$\frac{20} {3} V\$
So this would lead to a resistor of \$\frac{125}{3} k\Omega\$
And the following setup:

schematic

simulate this circuit – Schematic created using CircuitLab

The answer given is "250/3" What goes wrong?

PS:Scaling of schematics seems to go wrong?

Best Answer

When you calculate the Thévenin or Norton equivalent, it is from the point of view of what it is connected to. In this case, the two terminals on the right of your circuit.

In other words, what could you replace the original circuit with, so that from the point of view of the two terminals on the right, nothing appears to have changed?

You already know that a \$V_{th}\$ in series with a \$R_{th}\$ will do it. How to determine them?

You already calculated \$V_{th}\$ properly, but you calculated \$R_{th}\$ from the point of view of the voltage source, instead of the two terminals.

Even more interesting is realizing why it is even possible to create something as simple as a Thévenin circuit to replace an arbitrary number of linear elements interconnected in an arbitrary manner.

The key to understand this is superposition, and I will prove it for the case of a network of resistors and voltage sources, but the same proof can be extended to include current sources, dependent sources, capacitors and inductors (with the help of Laplace), but the equations get longer and more difficult to follow.

If you had a voltage source \$V_{ext}\$ connected between the two terminals in question, and wished to calculate the current \$I_{ext}\$ coming out of it, you'd resort to Kirchoff's laws, so lets assume you used KCL and apply it to the N loops. You'll end up with N equations in the form of:

$$ \sum I_{i}\cdot K_{n,i} + \sum E_{n,j}\cdot Vs_{j}= 0 $$

Where \$K_{n,i}\$ is a constant for the \$n^{th}\$ equation (or loop) that factors in the \$i^{th}\$ current loop, and \$E_{n,j}\$ is either 0 or 1 (or -1), depending on whether the \$j^{th}\$ voltage source is present in that loop or not (and in what orientation). By the way, \$V_{ext}\$ would be one of those \$V_{s}\$.

If all \$Vs_{j}\$ were zero (which is the same as shorting them), then all currents would be zero (naturally).

Now imagine only one \$Vs_{k}\$ is not zero. The equations now look like:

$$ \sum I_{i,k}\cdot K_{n,i} + E_{n,k}\cdot Vs_{k}= 0 $$

Where \$I_{i,k}\$ denotes the \$i^{th}\$ loop current when only \$Vs_{k}\$ is turned on.

If instead you turned on another voltage source \$Vs_{m}\$, you would have:

$$ \sum I_{i,m}\cdot K_{n,i} + E_{n,m}\cdot Vs_{m}= 0 $$

Which is the same as the previous one but replacing k with m.

Here comes the kicker:

If you add both sets of equations, you end up with a set of equations that look like

$$ \sum (I_{i,k}+I_{i,m})\cdot K_{n,i} + (E_{n,k}\cdot Vs_{k} + E_{n,m}\cdot Vs_{m}) = 0 $$

By inspecting this, you can realize that these are the equations that you would solve if you had turned on \$Vs_{k}\$ and \$Vs_{m}\$ simultaneously and wished to calculate the current \$I_{i,km}\$, so you can conclude that:

$$ I_{i,km} = I_{i,k}+I_{i,m} $$

Which means that to calculate the current when two sources are turned on, first calculate the currents when each is on one at a time, and add them up.

This is basically the superposition theorem!

Note that it automatically works for voltages as well, thanks to ohm's law.

Armed with this, you can now prove that the Thevenin equivalent works: \$I_{ext}\$ will be the sum of the contributions of each voltage source, which means that:

$$ I_{ext} = \sum K_{s} V_{s} $$

But one of those \$V_{s}\$ is \$V_{ext}\$, and the others can be considered contants, determined by the internals of the circuit so we can write:

$$ I_{ext} = A + B\cdot V_{ext} $$

Which we can re-arrange as:

$$ I_{ext} = B(A/B + V_{ext}) $$

And if we define:

$$ B = 1/R_{th} $$ $$ A/B = -V_{th} $$

We get:

$$ I_{ext} = (V_{ext} - V_{th})/R_{th} $$

Which basically represents the Thevenin equivalent.

Now that we know that the Thevenin equivalent is a result of superposition, and that it works, the question is how to determine \$V_{th}\$ and \$R_{th}\$, which is what you already were taught:

  1. Leave \$V_{ext}\$ open and calculate the resulting voltage (this ensures that no potential is lost in \$R_{th}\$, so the result is simply \$V_{th}\$).
  2. Turn off \$V_{th}\$, which is equivalent to turning off all sources \$V_{s}\$ (except \$V_{ext}\$) in the circuit (short them), and find the resulting resistance as seen from \$V_{ext}\$ terminals.