Update for 26-01-22 14:00
This commit is contained in:
parent
841501be17
commit
acb4931f34
@ -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
|
||||||
|
@ -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 ==
|
||||||
|
@ -13,7 +13,7 @@ When a resistor is in series, the values add. This means the value will always
|
|||||||
increase.
|
increase.
|
||||||
|
|
||||||
When a resistor is in parallel, the resistance is the reciprocal of the sum of
|
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,
|
R2 and R3,
|
||||||
|
|
||||||
Total = 1/(1/R1 + 1/R2 + 1/R3)
|
Total = 1/(1/R1 + 1/R2 + 1/R3)
|
||||||
|
Loading…
Reference in New Issue
Block a user