-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDefinitions.html
More file actions
72 lines (72 loc) · 4.02 KB
/
Definitions.html
File metadata and controls
72 lines (72 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html><html lang="de"><head>
<title>Variations on a Theme: Physical Computing</title>
<meta name="title" content="Variations on a Theme: Physical Computing">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="description" content="An Introduction to Physical Computing">
<meta name="keywords" content="Physical Computing, IoT, Arduino">
<meta name="author" content="Ralph P. Lano">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="book.css">
</head>
<body><center>
<div id="wrap">
<ul class="sidenav">
<p><a href="index.html">Variations on a Theme</a><a href="index.html">Physical Computing</a></p>
<li><a href="Safety.html">Safety</a></li>
<li><a href="Introduction.html">Introduction</a></li>
<li><a href="PassiveCmpts.html">Passive</a></li>
<li><a href="ActiveCmpts.html">Active</a></li>
<li><a href="Arduino.html">Arduino</a></li>
<li><a href="Hardware.html">Hardware</a></li>
<li><a href="Multimeter.html">Multimeter</a></li>
<li><a href="Simulator.html">Simulator</a></li>
<li><a href="ArduinoIDE.html">IDE</a></li>
<li><a href="Definitions.html" class="active">Definitions</a></li>
<li><a href="Formulas.html">Formulas</a></li>
</ul>
<div class="content"><h1>
E. Definitions</h1>
<p>
A couple of definitions of terms. It might come in handy, but personally, I believe the formulas in the next appendix are more useful.</p>
<p>
<strong>Ampere (A):</strong> Is the SI unit for current I. It is defined in terms of the charge of an electron via 1 C = 1 A·s.</p>
<p>
<strong>Capacitor:</strong> An electronic component that stores energy in the form of an electric field. It resists a sudden change in voltage.<br />
<br />
<strong>Conductance (S):</strong> The inverse of resistance. Measured in siemens, which are the inverse of ohms, 1 S = 1/Ω.</p>
<p>
<strong>Coulomb (C):</strong> The elementary charge e of the electron is defined to be -1.602 176 634 × 10^−19 Coulomb.</p>
<p>
<strong>Current (I):</strong> The movement of charge carriers, usually electrons, in an electric field. It is measured in amperes.</p>
<p>
<strong>Henry (H):</strong> The SI unit for inductance.</p>
<p>
<strong>Impedance <strong>(Ω)</strong>:</strong> A more generalized form of resistance, also valid for AC type current. The impedance of a device can vary with the frequency of the electricity applied. A perfect resistor will have a constant impedance for all frequencies. Capacitors and inductors have varying impedances at different frequencies. It is measured in ohms.</p>
<p>
<strong>Inductor:</strong> An inductor is a device that stores energy in a magnetic field. It opposes a sudden change in the flow of current.</p>
<p>
<strong>Joule (J):</strong> The work required to exert a force of one newton (1 N) for one meter (1 m), 1 J = 1 N·m.</p>
<p>
<strong>Ohm (Ω):</strong> A measure of resistance or impedance, 1 Ω = 1 V/A.</p>
<p>
<strong>Power (P):</strong> Voltage times current, measured in watts. The amount of work being done per unit time.</p>
<p>
<strong>Resistance <strong>(Ω)</strong>:</strong> Properties of a circuit that impede the flow of electrons. Resistance converts electrical energy into phonons that are given off as waste heat. Resistance is measured in ohms.</p>
<p>
<strong>Volt (V):</strong> A potential due to an electric field. One volt is defined as one joule of work per one coulomb of charge, 1 V = 1 J/C.</p>
<p>
<strong>Voltage:</strong> Is the difference in electric potential between two points in an electric field. It is measured in volts.</p>
<p>
<strong>Watt (W):</strong> A measure of power (P). A watt is a joule (1 J) of work done in a second (1 s). 1 W = 1 J/s</p>
<p>
.</p>
<p class="footer">
Copyright © 2016-2023 <a href="http://www.lano.de">Ralph P. Lano</a>. All rights reserved.
</p>
</div>
</center>
</div>
</body>
</html>