Update for 26-01-22 14:45
This commit is contained in:
parent
1eac9f6b17
commit
1cb44405df
@ -35,3 +35,7 @@ Total = 1/(1/C1 + 1/C2 + 1/C3)
|
|||||||
When capacitors are in parallel the values of capacitors are added together.
|
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
|
This means the total capacitance of a set of parallel capacitors is euqal to
|
||||||
the sum of their capaciatance
|
the sum of their capaciatance
|
||||||
|
|
||||||
|
== Reactance ==
|
||||||
|
|
||||||
|
See [[Impedance#Capacitors]]
|
||||||
|
@ -23,6 +23,8 @@ Where X,,l,, is the inductive reactance (in Ohms),
|
|||||||
f is AC signal frequency (in hz),
|
f is AC signal frequency (in hz),
|
||||||
and L is the inductance (in henery)
|
and L is the inductance (in henery)
|
||||||
|
|
||||||
|
NOTE as the frequency increases, the inductive reactance increases
|
||||||
|
|
||||||
*Inductors always make voltage lead current*
|
*Inductors always make voltage lead current*
|
||||||
|
|
||||||
== Capacitors ==
|
== Capacitors ==
|
||||||
@ -37,3 +39,5 @@ X,,c,, = 1 / 2(pi)fC
|
|||||||
Where X,,c,, is the capactive reactance (in Ohms),
|
Where X,,c,, is the capactive reactance (in Ohms),
|
||||||
f is the AC signal frequency (in hz),
|
f is the AC signal frequency (in hz),
|
||||||
and C is the capacitance (in f)
|
and C is the capacitance (in f)
|
||||||
|
|
||||||
|
NOTE as the frequency increases, the capacitive reactance decreases
|
||||||
|
@ -35,6 +35,10 @@ inductance of them in parallel is
|
|||||||
|
|
||||||
Total = 1/(1/L1 + 1/L2 + 1/L3)
|
Total = 1/(1/L1 + 1/L2 + 1/L3)
|
||||||
|
|
||||||
|
== Reactance ==
|
||||||
|
|
||||||
|
See [[Impedance#Inductors]]
|
||||||
|
|
||||||
== Also see ==
|
== Also see ==
|
||||||
|
|
||||||
[[Transformers]]
|
[[Transformers]]
|
||||||
|
Loading…
Reference in New Issue
Block a user