Wednesday, 15 November 2017

What is the voltage at a node between two series voltage sources?


Hopefully the title explains it. As an example, what is the voltage at node one in the schematic below? And more importantly, why? I believe the answer is 0V, but I suppose what I'm thinking is: Why isn't it 125V? Thanks for any help you can give.


schematic


simulate this circuit – Schematic created using CircuitLab



Answer



To say the "voltage at" is incorrect. Voltage is a difference.


When people say the voltage at a point, what they really mean is the voltage from said point to ground.


Because there is a ground symbol next to your node with nothing in between you can say that the voltage from the node to ground is zero.



see http://en.wikipedia.org/wiki/Voltage


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