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
smooth out sudden changes. They also cause AC signals voltage and current to
get out of sync
get out of sync.
== Types ==
@ -23,3 +23,15 @@ the materials present in the cap.
* Power supply filter circuits
* Air and vacuum dieletric
* 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
* air core
* RF transmitters
== Parallel and Series ==

View File

@ -13,7 +13,7 @@ When a resistor is in series, the values add. This means the value will always
increase.
When a resistor is in parallel, the resistance is the reciprocal of the sum of
the reciprocal. This means the values will always decrease. For example, for R1
the reciprocal. This means the values will always decrease. For example, for R1
R2 and R3,
Total = 1/(1/R1 + 1/R2 + 1/R3)