Update for 11-11-21 13:45
This commit is contained in:
parent
15fa26acfe
commit
efba69debb
5
tech/Capacitor.wiki
Normal file
5
tech/Capacitor.wiki
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
= Capacitor =
|
||||||
|
|
||||||
|
A Capacitor is a component that stores energy in an electric field. It does
|
||||||
|
this by having two plates seperated by a dielectric. This is called
|
||||||
|
capactitance and is measured in farads.
|
8
tech/Resistor.wiki
Normal file
8
tech/Resistor.wiki
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
= Resistor =
|
||||||
|
|
||||||
|
A resistor is a component that introduces resistance that opposes the flow of
|
||||||
|
current.
|
||||||
|
|
||||||
|
A resistor has a set relationship with voltage and current, shown below
|
||||||
|
|
||||||
|
V = I * R
|
@ -13,7 +13,16 @@ _Current_ is the flow of electricity. It is similar to water flow in a pipe.
|
|||||||
Current is not polarized, and not relative. A series circut always has the same
|
Current is not polarized, and not relative. A series circut always has the same
|
||||||
current across all components.
|
current across all components.
|
||||||
|
|
||||||
These two are related via
|
These two are related via the following equation (Ohms law):
|
||||||
|
|
||||||
|
V = I * R
|
||||||
|
|
||||||
|
Where V is voltage (Volts),
|
||||||
|
I is current(Amps),
|
||||||
|
and R is resistance(Ohms).
|
||||||
|
|
||||||
|
Power is Voltage times Current and is measured in Watts (W). Power is a rate
|
||||||
|
upon which electrical energy is used.
|
||||||
|
|
||||||
== Primitive ==
|
== Primitive ==
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user