Monday 3 December 2018

thevenin - Thévenin equivalent with a dependent source


I'm working in a circuit with some switches and it has the same configuration but different elements between ab. I am not sure if is possible to get a Thévenin equivalent of the next strange subicircuit to simplify calculations:


schematic


simulate this circuit – Schematic created using CircuitLab




Answer



Since \$i_x \$ is not associated in any way with the output port AB, \$i_x\$ is an independent variable and thus, as seen from the port AB, the CCVS is an independent source. The Thevenin equivalent is:


schematic


simulate this circuit – Schematic created using CircuitLab


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...