Friday 12 August 2016

circuit analysis - Is the current zero on an opened branch using Thevenin's theorem?


I have this circuit:



Initially it was all on blue. Then I opened the circuit in A and B (on red). The exercise asks the value of resistor R knowing that there passes a current of 1 A, using the Thevenin's Theorem. My question is, when I open the circuit on A and B, I remove the resistor R to the Thevenin's equivalent circuit. So, does the current I2 becomes zero, and I becomes equal to I1 ? It would be, since I'm opening the circuit there. But when ill find Thevenin's equivalent resistor, I can't say the resistor of 2Ohm is in series with the resistor of 6Ohm, so, the node between them keeps dividing the current to terminal A. How come?



If current I2 becomes zero when I open the circuit, that node wouldnt divide current anymore, so the current that passes on the resistor of 2Ohm would be equal to the current that passes on resistor of 6Ohm, so both resistors would be in series.





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