Tuesday 26 March 2019

terminology - What is the definition of "cathode"?


According to Wikipedia's definition, a cathode is "an electrode through which electric current flows out of a polarized electrical device". However, the direction of current flow is purely an arbitrary convention, and is in fact the opposite direction to which electrons flow in a metal conductor. Hence, this definition seems to be a bit lacking.


If the definition is referring to the current carriers, then the definition might be rephrased as "cathode is an electrode through which the charged current carriers flow out" (or "in"?).


How would you define this term clearly and unambiguously? Does the common use of the term "cathode" really reverse when the current carrier is positive, as suggested in the article?




Edit: What actually confuses me is the phrase "Cathode polarity is not always negative". If electrons always flow into the cathode (by way of definition of cathode), this statement implies that the cathode can be at a positive voltage relative to the anode. Can this happen in a "simple" conductor like an electrolyte, or does this require some special circuit?



Answer



Wiki has it right, the cathode is the terminal of a component where the charge flows out. Charge flow (current) is the "standard" definition (i.e. Franklin's one from positive to negative, the opposite of electron flow).


The cathode of a component can change depending on it's state - for instance when a battery is discharging, the cathode is its positive terminal, and when charging its negative terminal (since the charge is now flowing into the positive terminal, rather than out, and out of the negative one, so they are reversed)


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