Skip to main content

Intuitive Way of understanding voltage!

Formal definition in an Electromagnetic course tells us that it is "It is the amount of work done in bringing a unit positive charge from infinity to that point".(definition of potential,voltage is potential difference) So it is basically work , and it is particular form of work i.e of a unit charge carrying work.


Well the problem with this is we encounter the notion of infinity here. So infinity is bit paradox in nature. Lets try to get idea of infinity by some metaphor. Lets assume you are ant , but a scientific research ant and ant community is as good as human community. All facilities are to the scale of ant community.The ant present in a garden and mapping of garden and discovering many things and phenomenon in garden is work of generations for ant. So they have no idea of earth, planets or solar system.They would be calling that world beyond this park is infinity, it means the measure is way beyond the potential to measure such thing.

All the story gave a perspective of limitations and some necessity of idealization to arrive at result. So use of the word "Infinity" is completely justified.

However for practical understanding I have a innovative way to understand this notion of voltage.The process of induction requires some work to be done.It means there is energy involved in process and induction in a conductor is mere transformation of such energy into electrical form.This paved the way for generation of polarity. When this state compared with the previous state , there is difference seen this difference is mainly seen in form of charge as effect and application of energy as reason.
So voltage in essence is difference is the charge in one way. Even though it isn't  true to definition which was basically work but this intuition will enable us to understand KVL and other circuit lays in more pragmatic way.



Comments

Popular posts from this blog

Event Sourcing with CQRS.

  The way event sourcing works with CQRS is to have  part of the application that models updates as writes to an event log or Kafka topic . This is paired with an event handler that subscribes to the Kafka topic, transforms the event (as required) and writes the materialized view to a read store.

Procedure to enable wireless LAN adapter in vmware!

I have went to find the way in which wlan in Kali Linux could be made listed my airmon-ng command. Most of the videos and posts suggested me that it is necessary to have another wi-fi adapter to have connected to wifi network. But this is not necessary. The procedure to do this is as follows: 1. Download this package in Virtual Machine(Kali linux) " http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-06-26-p.tar.bz2" 2.Unzip this package in terminal i.e navigate to place where you have downloaded this file , say desktop then type : cd Desktop for unzip type : tar -jxvf compat-wireless-2010-06-26-p.tar.bz2 3. Navigate into the uncompressed directory and type: i."make unload"  (only words within the quotes are the commands) ii."make load" Done!  now airmon-ng  should have the list of the required devices.