Sunday, 25 June 2017

Thevenin's Theorem for the circuit with controlled voltage source


We have a circuit like this:


enter image description here


The task is to transform it with the use of Thevenin's Theorem to a circuit like this:


enter image description here


I got the voltage $U_i$ by using the node voltage method, but I don't know, how to get the resistance $R_i$. I have tried to combine the passives from the first scheme, but it didn't lead to right answer. Voltage of the controlled source is $u_v = R\cdot i_r$ if that's important for some reason.



Answer



Dependent sources typically will change the Thevenin resistance* so, if you zero the dependent source and combine the resistors into an equivalent, you typically will get the wrong answer.



Since your first schematic has two ports, it's not clear which one you're finding the Thevenin equivalent of but, for example, let's assume it's the 2nd port.


Now that you've found the open circuit voltage, $U_i$, there are two approaches to finding the Thevenin resistance $R_i$.


One approach is to place a wire across the 2nd port and calculate the current through this wire, the short-circuit current $I_{SC}$. Then


Ri=UiISC


A second approach is to find the Thevenin resistance directly by zeroing the independent source $u_1$, connecting a 1A current source (the test source) to port 2, and calculating the voltage across the test source $U_S$. Then


Ri=US1A


The test source will "activate" the dependent source and so its effect on the Thevenin resistance will become apparent.




*For example, consider the equivalent resistance of the following dependent source in parallel with a resistor:


schematic



simulate this circuit – Schematic created using CircuitLab


The dependent current source produces a current that is k times the resistor current.


If I place a 1V test source across this circuit, the source current will be


IS=(1+k)IR1=(1+k)1V100


The equivalent resistance seen by the test source is just


REQ=VSIS=1001+kΩ


So, the effect of the dependent source has been to make the resistor appear smaller by factor of $ \dfrac{1}{1 + k}$.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...