Skip to main content

6.5 Capacitor and Capacitance

 Description: 


  • Capacitance is the capacity or ability of a capacitor to store electrical energy.
  • Capacitor is a component to store and discharge energy.
  • The other name for capacitor is condenser.
Image shows different variants of Capacitor

Working:
  • The capacitor is made up of two close conductors (usually plates) that are separated by a dielectric material. The plates accumulate electric charge when connected to power source. Once the battery is connected, negative charges on the right side gets attracted towards the positive terminal of the battery and on the left side, negative charges gets repelled away from the negative terminal of the battery.
  • As the negative charges leaves the piece of metal in the right, it makes that piece of metal positively charged, and the piece on left becomes negatively charged. Both sides has same magnitude of charge. As the plate on the right becomes positively charged, the next electron gets confused where to move, whether to the positive terminal of the battery or the positive piece of the metal.
  • At this point this process stops. Then the accumulated charge remains there on the pieces of the metal. One plate accumulates positive charge and the other plate accumulates negative charge. The battery connected can also be removed still the accumulate charge remains the same.
Battery Vs Capacitor
  • Capacitors are commonly used in electronic circuits to store and release electrical energy quickly. May sound like a battery, but both has different characteristics and work differently.
  • Batteries convert chemical energy into electrical energy, while capacitors store electrical energy in an electric field. 
  • Batteries are best suited for applications that require a relatively constant output of energy over a longer period, while capacitors are best suited for applications that require the rapid discharge of energy over a shorter period.
  • Capacitor has less storage capacity and the charge and discharge of energy is fast whereas storage is more in battery and charge or discharge of energy is slow in batteries.
Other Info:
  • Capacitor with large capacitance can store more charge
  • Capacitor with small capacitance can store less charge
  • Denoted by ‘C’
  • Capacitance is the ratio between amount of electric charge stored on a conductor to a difference in electrical potential.
  • Capacitance (c) = CoulombVolt
  • Capacitance (c) = Charge stored on a capacitorVoltage across the capacitor 
  • SI unit of Capacitance = Farad
  • Symbol: 


Watch these videos for better understanding: 

Comments

Popular posts from this blog

1. What is 'Internet of Things'?

Description: Internet of things (IoT) is a system of interrelated computing devices, mechanical and digital machines, objects, animals, people that are provided with Unique Identifiers (UIDs) and the ability to transfer data over the internet without requiring human-to-human (or) human-to-computer interactions. It is the process of connecting everyday physical objects to the internet.  It refers to a system of physical devices that receive and transfer data over wireless networks with limited human intervention.  It is the concept of computer and machines with sensors which connect to the internet to Report status and Accept control commands. The term 'Thing' in the 'Internet of Things' can be a: Person with heart monitor implant Farm animal with a biochip transponder Automobile that has built in sensor Any other natural or man-made object can be assigned an IP address and is able to transfer data over the internet. Other names of IoT are: Ubiquitous computing Physical ...

7. What is Arduino Nano

The Arduino Nano is a microcontroller.  The Arduino Nano is Arduino’s classic breadboard friendly designed board with smallest dimensions. The Arduino Nano comes with pin headers that allow for an easy attachment onto a breadboard and features a mini-B USB connector. It is an intelligent development board designed for building faster prototypes with the smallest dimension. Oldest member of Nano family. Enough interface for breadboard friendly applications Heart – Atmega328 microcontroller Clocked at a frequency of 16MHZ Same functionalities as the Arduino Duemilanove. 22 digital pins. 8 analog pins. A mini USB port. First embedded micro-controller in the Nano series   Features: High performance low power 8-bit processor. Achieve up to 16 MIPS for MHZ clock frequency. Flash memory – 32 KB of which 2 KB used by bootloader. Internal SRAM – 2 KB EEPROM – 1 KB PWM Channels – 6 Power: Mini – B USB Connection 6-20 Unregulated external po...

2. Working Principle of Internet of Things

Consider reservation counters and banks for example: Typical computer system work on the principle, Input-->process-->output. In conventional system input is keyed in by human beings. The software algorithm running at the computing system, process the input data and produces an output. If people responsible are lethargic or lazy, often the speed and accuracy of the system is lost. But in IoT we do not have this issue. Inputs are replaced by relevant sensors. Hence possibility of human error can be eliminated to the great extent. Processing happens in cloud and returned to receiver end. Block diagram of the process-flow: In many IoT systems, sensors forward data via short-range wireless communication protocols such as Bluetooth, zigbee, wifi to the local computing system. Data gets pro-processed and sent to the central server or the cloud system. Analytics software system takes informed decisions at the cloud platform and will reach the receiver end device.  In few cases this ...