-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEM.tex
58 lines (30 loc) · 1.19 KB
/
EM.tex
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
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[a4paper, total={6.5in, 9.5in}]{geometry}
\title{Electrodynamics}
\author{Kelvin Ho}
\date{April 2021}
\begin{document}
\maketitle
\section{Introduction}
I am going to keep this brief because Alex already made a really good formula sheet, there are multitudes of these in the back of textbooks, such as the one on Griffiths, and there are some on moodle too.
\section{Electric Fields in Matter}
\subsection{Polarization}
\[ p = \alpha E\]
Vector points in the same direction as the E field. Describes how an atom is polarized due to how the electrons and protons act under the field.
\subsection{Dipole Molecules}
Dipole moment is defined to be:
\[\mathbf{p}= \int r' \rho(r) d\tau\]
In the case of discrete collection of charges:
\[ \mathbf{p} = \sum q_i r_i \]
In the case of a dipole:
\[ \mathbf{p} = +q r_+ + (-q)r_- = q(r_+-r_-) = q\mathbf{d}\]
The torque of a dipole in an electric field is:
\[ \mathbf{N} = \mathbf{p} \times \mathbf{E}\]
The potential energy of an ideal dipole in an electric field is:
\begin{align*}
V = qV(r+d) - q(Vr)
\end{align*}
\end{document}