Update for 26-01-22 14:00

This commit is contained in:
Tyler Perkins 2022-01-26 14:00:01 -05:00
parent 841501be17
commit acb4931f34
3 changed files with 16 additions and 2 deletions

View File

@ -6,7 +6,7 @@ capactitance and is measured in farads (F).
Capacitors are resistant to changes in voltage, and therefore can be used to Capacitors are resistant to changes in voltage, and therefore can be used to
smooth out sudden changes. They also cause AC signals voltage and current to smooth out sudden changes. They also cause AC signals voltage and current to
get out of sync get out of sync.
== Types == == Types ==
@ -23,3 +23,15 @@ the materials present in the cap.
* Power supply filter circuits * Power supply filter circuits
* Air and vacuum dieletric * Air and vacuum dieletric
* transmitters and RF circuits * transmitters and RF circuits
== Series and Parallel ==
When Capacitors are in series, the total capacitance comes to be the reciprocal
of reciprocals. This means that the total capacitance for Capacitors C1 C2 and
C2 would be
Total = 1/(1/C1 + 1/C2 + 1/C3)
When capacitors are in parallel the values of capacitors are added together.
This means the total capacitance of a set of parallel capacitors is euqal to
the sum of their capaciatance

View File

@ -24,3 +24,5 @@ Different types of inductors lend themselves to different applications.
* audio and radio circuits * audio and radio circuits
* air core * air core
* RF transmitters * RF transmitters
== Parallel and Series ==