Saturday 6 April 2019

current - Basic Capacitor Discharge



I found this illustration from the SparkFun website on how a capacitor charges and discharges, but I have some difficulties with it (and capacitors in general): enter image description here



  1. What initially causes the capacitor to accumulate a charge difference? I would expect the current to see this as an open circuit, given that no current flows through the dielectric to ground, and therefore there would be no initial flow.

  2. When we discuss a build-up of positive charge on one of the plates, we are saying the valence electrons have been repelled by the negative charge of the the other plate. Maybe this is a chicken/egg situation, but shouldn't the electrons on the negative side of the plate be repelled by the same force (even more since it's closer) as the positive side, inhibiting the charge buildup from occuring in the first place?

  3. In the picture below, won't the discharge reverse the direction of current? That is, it's going to flow from the negatively charged plate, across the LED, resistor, gate, and then to the positively charged plate?

  4. When the capacitor discharges, the current seems to want to flow to redistribute/equalize charge across the circuit. This is different than just flowing to ground (or the positive terminal on the battery), as I am used to seeing. If when the gate closed to allow discharge there was also a path to the positive terminal on the battery, would this change anything?





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