physics / fields2.mdon commit add to fields notes (d8241c1)
   1# Fields
   2
   3Non-contact forces:
   4- strong nuclear force
   5- weak nuclear force
   6- electromagnetic force
   7- - electric fields (dipoles & monopoles)
   8- - magnetic fields (dipoles only)
   9- gravitational force (monopoles only)
  10
  11---
  12
  13## Gravity
  14
  15### Newton's law of universal gravitation
  16
  17$$F_g=G{{m_1m_2}\over r^2}$$
  18
  19where
  20$F_g$ is the gravitational force between $m_1$ and $m_2$
  21$G$ is the gravitational constant, $6.67 \times 10^{-11} \operatorname{N m^2kg^{-2}}$
  22$r$ is the distance between centre of $m_1$ and $m_2$
  23
  24
  25- inverse square law
  26- acceleration can be calculated from $F_g$, since $F=ma$
  27- all objects with mass attract each other with $F_g$
  28- $F_g$ acts equally on $m_1$ and $m_2$
  29- acceleration of an object close to earth's surface can be approximated by ignoring its mass ($m_2 \approx 0$)
  30- apparent weight may be different to gravitational (normal) weight
  31
  32### Gravitational fields
  33
  34$$g={F_g \over m}=G{M \over r^2}$$
  35
  36where
  37$g$ is the gravitational field strength
  38$F_g$ is the force due to gravity ($=G{{m_1m_2}\over r^2}$)
  39$m$ is the mass of object in the field
  40$M$ is the mass of the central body
  41
  42- arrows towards centre of object
  43- closer arrows mean larger force
  44- parallel field lines - uniform field strength (vector)
  45
  46Characteristics of gravitational fields:
  47- monopoles
  48- attractive force
  49- extends to infinite distance, but diminishes with inverse square law
  50- charge produced by gravity = $GM$
  51
  52### Work in a gravitational field
  53
  54Gravitational potential energy: $E_g = mg \Delta h$
  55Work: $W = \Delta E_g = Fx$
  56
  57Area under force-distance graph = $\Delta E_g$
  58Area under field-distance graph = $\Delta E_g / \operatorname{kg}$
  59
  60### Satellites
  61
  62## Magnetic fields
  63
  64### Characteristics
  65- field lines always go from N -> S
  66- dot means out of page, cross means into page
  67- ${E_1 \over E_2}={r_1 \over r_2}^2$
  68
  69
  70## Electric fields
  71
  72### Characterisics
  73
  74- surrounds +ve and -ve charges
  75- exerts force on other changes in its field
  76- monopoles and dipoles
  77- attractive/repulsive forces
  78- can be constrained to a fixed distance (conductors / insulators)
  79- current flows from +ve to -ve
  80
  81### Field lines
  82- +ve to -ve
  83- start and end $\perp$ to surface
  84- field lines never cross
  85- point charges - radiate from centre
  86
  87### Forces
  88
  89$$F=qE$$
  90
  91where
  92$F$ is the force on charged particle
  93$q$ is the charge of object experiencing force (Coulombs)
  94$E$ is the strength of the electric field (Newtons / Coloumb or Volts / metre)
  95
  96### Work in electric fields
  97
  98$$W=qV$$
  99
 100where
 101$W$ is the work done on +ve point charge or in field
 102$q$ is the charge of point charge being acted on
 103$V$ is the potential (voltage) between points
 104
 105### Coulomb's law
 106
 107
 108$$F=k{{q_1q_2}\over r^2}$$
 109
 110where
 111$k$ is Coulomb's constant $9.0 \times 10^9 \operatorname{N m^2 C^{-2}}$
 112$q_1$ and $q_2$ are the charges on the interacting points
 113
 114
 115### Electric field at distance from a charge
 116
 117$$E=k{Q \over r^2}$$
 118
 119### Lenz's law
 120- Right hand grip rule (relationship between directions of $I, F$)
 121- Eddy currents counter movement within a field
 122
 123### Solenoids
 124- Coil around core (like a transformer but field is transferred to kinetic energy)
 125
 126### Magnetic force on charged particles
 127
 128$$F=qvB$$
 129
 130where
 131$v$ is the component of velocity which is $\perp$ to magnetic field
 132
 133### Right hand slap rule
 134
 135
 136**Field, current and force are all 90 degree to each other**
 137<pre>
 138force
 139|      /    field
 140|   /
 141|/  90 de=
 142 \
 143   \   +ve charge
 144</pre>
 145
 146Force is given by $F=nBIl$
 147
 148
 149### Faraday's law of induction
 150
 151$$\epsilon = -N{{\Delta \Phi_B}\over{\Delta t}}$$
 152
 153where
 154$\epsilon$ is induced EMF (voltage)
 155$N$ is the number of turns in the primary coil
 156$\Phi_B$ is the magnetic flux (Wb or V / s)
 157$\Delta t$ is the change in time for one cycle (can be derived from period or frequency)
 158
 159### Flux through coils
 160$$\Phi_B = B_{\perp}A$$
 161
 162where
 163$B_\perp$ is the field strength (Tesla)
 164$A$ is the area of the field perpendicular to field lines
 165
 166if $B {\not \perp} A, \Phi_B \rightarrow 0$
 167if $B \parallel A, \Phi_B = 0$
 168
 169- flux-time graphs ($t$ on $x$-axis): $\operatorname{gradient} \times n = \operatorname{emf}$
 170
 171
 172**EMF is proportionate to change in flux**
 173
 174**Induced EMF opposes (counters) change in flux**
 175
 176### Transformer equation
 177
 178$${V_p \over V_s}={N_p \over N_s}$$
 179$${I_p \over I_s}={N_s \over N_p}$$
 180
 181- core strengthens and "focuses" ac flux $\Phi$ through secondary coil
 182
 183
 184### Root mean square
 185
 186$$V_{\operatorname{rms}} = {V_{\operatorname{p\rightarrow p}} \over \sqrt{2}}$$
 187
 188## Power transmission
 189- 240 V / 50 Hz in Australia
 190- higher voltages have lower $V_{\operatorname{loss}}$
 191- ac is used because its voltage is easily changed with xfmrs
 192
 193### Safety
 194- $\ge 30 \operatorname{mA}$ through heart is dangerous
 195
 196### Transmission $P_{\operatorname{loss}}$
 197
 198$$P_{\operatorname{loss}} = \Delta V I = I^2 R = {{\Delta V^2} \over R}$$
 199
 200where
 201$R$ is the total resistance (derived from resistance per distance)
 202
 203To reduce power loss, use lower resistance (thicker) wires or increase voltage / reduce current with transformers
 204
 205
 206
 207### Motors
 208
 209#### DC
 210
 211- current-carrying wire experiences magnetic force $F$ equal to $nBIl$
 212- torque: $\tau = r_{\perp} F$
 213- split ring and brushes