Saturday 25 July 2015

analysis - Thevenin equivalent resistance of circuit with diagonal resistors


I'm trying to find the Thevenin equivalent for part A of this circuit: enter image description here



I begin by opening the circuit at the dotted line of part A. Then I try to find \$V_{oc}\$ across the two terminals that are open. I can see that the 47kΩ is in series with the 18kΩ since no current flows to the open circuit, and that the 15kΩ is in series with the 33kΩ. However I'm having a lot of trouble redrawing the circuit. Not really sure about how to make it look simpler. Any ideas?



Answer



You must redraw the circuit to obtain the Thevenin's voltage:


schematic


simulate this circuit – Schematic created using CircuitLab


Then you must find the voltage between node b and node c. Passivating the source Vi, you find the equivalent resistance:


schematic


simulate this circuit


Between node b and node c.


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