Opposite Hypotenuse Adjacent Hypotenuse Sin ! Cos ! Opposite Adjacent
Opposite Hypotenuse Adjacent Hypotenuse Sin ! Cos ! Opposite Adjacent
Opposite Hypotenuse Adjacent Hypotenuse Sin ! Cos ! Opposite Adjacent
Chapter 1
Trigonometry
opposite
sin θ = ,
hypotenuse
adjacent
cos θ = ,
hypotenuse
sin ! opposite
tan θ = = .
cos ! adjacent
!
Vector notation: A = (A 1, A 2 ) . Vector addition:
! ! ! !
( A + B )1 = A1 + B1 ; ( A + B )2 = A2 + B2 .
1.2
Unit Vectors:
^
e3
^
e2 2
^1
e
1
These are handy guys which point along the 1,2 or 3 directions
with unit magnitude. We always choose a right-handed
coordinate system in this class.
Matrices
! A 11 A 12 A13 $
rows # A 21 A 22 A 23 &
" A 31 A 32 A 33 %
Aij
row column
! A 11 A 12 # ! B1 # !# A 11 B1 + A12 B2 $
" A 21 A 22 $ " B2 $ = . (1.3)
" A 21 B1 + A 22B2 %
Another example:
Notice that the result has the same number of rows as A and
the same number of columns as B. In index language, these two
examples can be written much more compactly as:
2
(AB)i = ! Aik Bk (1.5)
k=1
"dummy" index, k
2
(AB)ij = ! Aik Bkj (1.6)
k=1
"dummy" index, k
Note that dummy indices are ones which are summed over all of
their values. Unlike free indices, which must be the same on
1.4
1. "Dummy" indices are those which are summed. Each such index
always appears exactly twice. One can interpret this sum as
matrix multiplication only if the indices can be placed
directly next to each other. Separate summation symbols must
be used for independent summations.
! 1 0 0$
# 0 1 0&
" 0 0 1%
The "1" on the right hand side here means the identity matrix.
A Theorem from linear algebra establishes that AA-1 = 1
1.5
(AB)-1(AB) = 1,
(AB)-1A = B-1,
=> (AB)-1 = B-1A-1. (1.8)
2. Transpose: T = A .
Aij (1.9)
ji
! B1 $
B = # , BT = (B1 B2)
" B2 %
"column matrix" "row matrix"
!A
A = " A 11
A 12 # T ! A 11 A 21 #
21 A 22 $ , A = " A 12 A 22 $ .
Also
3. Determinant:
! A11 A 12 $
2x2 case: det # = A11A22 - A12A21. (1.11)
" A 21 A 22 %
A11 A 12
also written as
A21 A 22
1.6
! A 11 A 12 A13 $
3x3 case: det # A 21 A 22 A 23 & = A11 (A22A33 - A23A32)
" A 31 A 32 A 33 %
- A12(A21A33 - A23A31) + A13(A21A32 - A22A31). (1.12)
Note that det(AB) = (det A)(det B) and that det AT = det A and
det( A !1 )=1/det(A). We'll find a more elegant definition of the
determinant later. An important point to realize is that the
inverse of a matrix, A, exists only if det(A) is not zero.
An important point about linear algebra will also be
called upon in later chapters. A system of linear (only x1,2,3
appear, never (x1,2,3)2 or higher powers) homogeneous (the
right hand side of the following equations are zero)
equations,
!# A 11x1 + A 12x2 + A 13 x3 = 0,
" A21 x1 + A 22x 2 + A 23 x3 = 0, (1.13)
#$ A x + A x + A x = 0,
31 1 32 2 33 3
! A 11 A 12 A13 $
det # A 21 A 22 A 23 & = 0. (1.14)
" A 31 A 32 A 33 %
AT = A or Aji = Aij .
AT = -A or Aji = -Aij.
1.7
C = A + AT,
D = A - AT,
Orthogonal Transformations
P P at (x 1 ,0)
(old coordinates)
x1 1
2
1'
2'
-
x1
! P
1 (! >0 here)
x1
x2
P at ( x 1, x 2) = (x1cosθ, -x1sinθ)
!
= (x1cosθ, x1cos(θ + )) (new coordinates)
2
x2 P' 1'
2'
= =
x2 x1
!
1
Let's now put these two special cases together into the
general case of rotation in a plane:
2
x2 P"
P'
P" at (x1 ,x 2 )
x
1
1 P P'
P
= (x 1,0) + (0,x 2 )
(old coordinates)
x'1
x'
2 !
1
P P'
"
x'1 = x1 cos ! + x 2 cos( # !),$&
2
" % (1.15)
x'2 = x1 cos( + !) + x 2 cos !.&
2 '
$cos(x'1,x 1) = cos !,
&&cos(x'1,x 2) " "
= cos(2" # + !) = cos( # !),
2 2
% "
'
&cos(x2,x 1) = cos( + !),
2
&'cos(x' ,x ) = cos !.
2 2
or more abstractly
x' = λ x
=> λ -1
x' = λ-1 λ x = x,
so*
x = λ-1 x'
or
3
xi = ! λ !1 '
ij x j . (1.22)
j=1
* We are assuming that λ-1 exists, which we know requires det(λ) ! 0; we will
establish this momentarily.
1.12
By definition
# &# &
! x '2
i = ! % ! "ijxj(%! "ikx k (
% (% (
i i $j '$ k '
= ! λijλikxjxk . (1.23)
i,j,k
Require: ! x '2
i = ! xi2 (length preserved)
i i
$
&! " ij " ik = 0,j # k,
=> % i (1.25)
&! " ij " ik = 1,j = k.
' i
More simply
"Kronecker delta"
where
"0, i ! j ,
δij ≡ # (1.27)
$1, i = j .
1.13
λ ji
T
= λij ,
=> ! λ ji
T
λik = δjk or !T! = 1. (1.28)
i
!T = λ-1, (1.29)
in matrix language, or
"x'= !1x1,
2. # (1.33)
$x"= ! 2x'= ! 2!1x .
"x= ! 2x,
# (1.34)
$x= ! 1 x= !1 !2x.
" !1 0 0 %
λinv = $$ 0 !1 0 ' .
'
# 0 0 !1&
"+1, rotations
det λ = # (1.35)
$!1, inversions
2'
2
1'
!'(x'
1
,x'
2
) = ! (x1,x 2)
x
lines of
constant density
(! = constant )
! !
Given two vectors, A and B , we may form either a scalar or a
vector. Let's study these two possibilities.
! !
A. B= ! AiBi. (1.40)
i
denoted defined
$
& Ai! =
&
" #ijAj,
% j
&
&Bi! = " #ikBk.
' k
! ! # &# &
=> A ' . B ' = ! A 'i B 'i = ! % ! " ij Aj( % ! " ik Bk (
i i $ j '$ k '
# & ! !
= ! % ! " ij" ik ( AjBk = ! AjBj = A . B .
j,k $ i ' j
!jk
1.18
_
A ._
B = A 1 B1 + A 2 B 2
1
_
B
_
A
2
2'
B'
2
1
1
! B
B'
1
1
A
1'
Therefore
! ! ! !
A '. B ' = A '1 B '1 , | A | = ! A2i ,| B | = ! Bi2 .
i i
! ! ! ! ! ! B' $ ! !
A '1 = | A | here, so A '. B ' = | A || B | # !1 & . Then given A . B =
" B%
"#$
= cos '
! !
A ' . B ',
! ! ! !
=> A . B = | A | | B |cosθ. (1.41)
1.19
! !
The vector product (or cross product) of A and B is defined
as:
! !
( A x B )i = ! εijkAjBk. (1.42)
j,k
denoted defined
! !
We will use this definition shortly. In order to see how A x B
transforms, we will need the following identity for orthogonal
transformations,
! !
( A 'x B ')i = ! εijk A 'j B 'k = ! εijk λjl A l λkm Bm
j,k j,k,!,m
! !
=> ( A ' x B ')i = (detλ) ! εnℓmλin AℓBm = (detλ) ! λin (εnjkAjBk)
n,!,m n,j,k
(j)(k) (j)(k)
notice I am
indicating a change
in the dummy indices!
! !
= (detλ) ! λin ( A x B )n.
n
! ! ! !
( A ' x B ')i = (det λ) ! λin ( A x B )n. (1.47)
n
! !
The extra factor of (det λ) indicates that A x B actually
! !
transforms as a pseudovector (assuming A and B are themselves
vectors.)
As an aside, there are many useful identities we can form
with the εijk by multiplying and summing on indices. For
where the C1,2,3 are unknown constants. One immediately can see
that C1 = 0. (Why?) Now multiply both sides of the above by δij
and sum over i and j:
! ε1jk ε1jk = 2,
j,k
! ! ! !
A x B = | A || B | |sinθ| ˆ
n, (1.51)
" A! = magnitude of A!
$! !
$B = " " B
where # ! !
$! = angle between A and B
$%nˆ = unit vector using the right hand rule
ei . ˆ
ˆ e j = δij. (1.52)
e1 x ˆ
ˆ e 2 = |sin90o| ˆ
e3 = ˆ
e 3.
Similarly,
e3 x ˆ
ˆ e1 = ˆ e2 x ˆ
e2 , ˆ e3 = ˆ
e 1.
1.23
e2 x ˆ
ˆ e1 = - ˆ
e 3,
e1 x ˆ
ˆ e2 x ˆ
e1 = ˆ e3 x ˆ
e2 = ˆ e 3 = 0.
ei x ˆ
ˆ ej = ! εijk ˆ
e k, (1.53)
k
!
=> 123 = 1,
2
I can now show the first and second definitions of the
!
cross product are equivalent by resolving the components of A
!
and B into unit vectors. From the second definition,
! !
( A x B ) = (A1 ˆ
e 1 + A2 ˆ e 3) x (B1 ˆ
e 2 + A3 ˆ e 1 + B2 ˆ
e 2 + B3 ˆ
e 3)
= (A2B3 - A3B2) ˆ
e 1 + (A3B1 - A1B3) ˆ
e 2 + (A1B2 - A2B1) ˆ
e 3.
! !
( A x B )1 = ! ε1jkAjBk = ε123A2B3 + ε132A3B2 = (A2B3 - A3B2),
j,k
! !
( A x B )2 = ε231A3B1 + ε213A1B3, = (A3B1 - A1B3),
1.24
! !
( A x B )3 = ε312A1B2 + ε321A2B1, = (A1B2 - A2B1).
! ! ˆ
e1 ˆ
e2 ˆe3
A x B = A1 A 2 A 3 , (1.54)
B1 B2 B3
! ! ! !
A ! B = "B ! A , (1.55)
as well as
! ! ! ! ! ! ! ! !
A ! (B ! C) = B(A " C ) # C(A " B ) . (1.56)
! ! !
Ax B= C.
1.25
! !
Given that A and C are known quantities, this equation
! !
clearly does not uniquely define B since any component of B
!
along A will not contribute to the cross product. So the
! ! !
answer is in general, no. However, if we know both A . B and A x
! !
B , we can solve for B , say. (We will have a homework problem
along these lines.)
Differentiation of vectors with respect to scalars leads
to new vectors.
Given:
Then
dA'i dA j dA j
ds'
= ! λij
ds '
= ! λij
ds
,
j j
dA'i ! dAj $
=>
ds'
= ! λij #
" ds %
. (1.58)
j
!
The radius vector, r , is easy to characterize in the
"
three
r most common coordinate systems. We have ( r! !
dr
; t is considered a scalar ):
dt
1.26
!
Rectangular: r = x1 ˆ
e 1 + x2 ˆ
e 2 + x3 ˆ
e3 (all e!ˆ i = 0)
!
Cylindrical: r = ρˆ e z (only e!ˆ z = 0)
eρ + z ˆ
Additional unit vector: ˆ eφ
!
Spherical: r = rˆ er
Additional unit vectors: ˆe φ, ˆ
eθ
! !
v = r!˙ , a = v!˙ = r
˙!˙ .
! !
As an exercize, let's work out v and a in cylindrical
coordinates. Follow a particle’s trajectory at two closely
spaced moments in time:
2
ˆ
e1!
ˆ
e2! ˆ
e2"
ˆ
e1"
d!
!
3 (up) 1
d! > 0 here
2
dˆ
e!
ˆ
e1! ˆ
e2" dˆ
e"
d!
d!
ˆ
e2! ˆ
e1"
1
eρ = ˆ
Can now see that (d ˆ e 2! - ˆ
e 1! )
|d ˆ
e ρ| = |dφ|,
e ρ = direction x length,
dˆ
= ˆ
e φ dφ.
Likewise (d ˆ
eφ = ˆ
e 2! - ˆ
e 1! )
|d ˆ
e φ| = |dφ|,
dˆ
eφ = - ˆe ρ dφ.
Therefore
dˆ
e! d! ˆ
= e! or e!ˆ ρ = !! ê φ , (1.59)
dt dt
and
dˆ
e! d! ˆ
= - e ρ or e!ˆ φ = - !!ê ρ. (1.60)
d! dt
!
v = !˙ eˆ ρ + ρ e!ˆ ρ + z˙ eˆ z,
!
=> v = !˙ eˆ ρ + ρ !˙ eˆ φ + z˙ eˆ z. (1.61)
and
1.28
!
a = !˙˙eˆ ρ + !˙ e˙ˆ ρ + !˙ "˙ eˆ φ + ρ !!!ê φ + ρ !˙ e˙ˆ φ + z˙˙eˆ z,
! !
=> a = ( !˙˙ - ρ !˙ 2) e ρ + (2 !˙ "˙ + ! ˙"˙ ) ˆ e φ + z˙˙eˆ z. (1.62)
!
$e ! = (cos ", sin ", 0),
&!
Cylindrical: %e" = (# sin ", cos ", 0), (1.63)
&e
!
' z = (0, 0,1).
Also
e! x ˆ
=> ˆ e" = ˆ
ez ,
z "
e! x ˆ
=> ˆ e" = ˆ
er ,
r "
Angular Velocity
!
Let ! be directed co-linear to the axis of rotation, which is
the third axis above. Angular velocity and velocity are
related by the equation
! ! !
v = ! x r. (1.65)
1.30
! ! !
! =!2eˆ z, v ="#˙ eˆ # , r ="eˆ " +zeˆ z,
!
! !
v = ! x r ! "#˙ eˆ # =$zeˆ z x (!eˆ ! +zeˆ z ), = "z!eˆ # .
This means
!z = "˙ , (1.66)
! " !
v ! " is a constant
!
v = !˙
#ˆ
e# ,
!
a = $!˙
#2ˆ
e! ,
"
" = ˙
#ˆ
ez .
! $
! " # ˆei $xi
. (1.67)
i
1.31
Now remember
xj = " ! kj x'k ,
k
!xj !x"k
=> = $ # kj = #ij . (1.69)
!xi" !xi"
k !
% ki
Therefore
!#" !# ! "
!xi"
= % $ij !x
j
or ("!#!)i = % $ij("#)j , (1.70)
j j
!
which states that ! " transforms as a vector. A physical
interpretation of the gradient operator operating on a scalar is
given by the following sketch. Think of lines of constant
density in 2 dimensions again. Construct the 1’ axis tangent to
!
the constant φ line, at x ’:
1.32
2 2
!
x'
1’
lines of local
constant ! coordinate
system
1
Clearly,
!" ! $# ˆ'
= 0 ! "# = e only.
!x'1 $x'2 2
3 ! = constant surface
3’
2’
!
x'
2
1’
1
Again
! #" ˆ'
!'" = e only.
#x'3 3
! ! !
this statement.) Thus, ! " A transforms as a scalar if A , is a
vector.
A further mathematical operation, the curl of a vector,
!
Curl: (! " A! ) # j,k
% $ijk !jA k , (1.71)
denoted defined
! ! #2
!"! = $ #x 2 % !2 . (1.72)
i i
#2 "' # # '
!'2"' = $ #x'2
= $ #x' #x'i
".
i i i i
Since φ = φ, we have
’
As shown above
!xj
= " ij,
!x'i
& ) , ,
! "'2 #' = % '% $ ij $ ik * #,
j,k ( i + ,xj ,xk
1.34
!2 "
= # !x 2 = $ 2" .
i i
& ) , ,
! "'2 #' = % '% $ij $ik * ,x ,xk
#,
j,k ( i + j
d b(t) b(t)
#f(x,t)
! dx f(x,t) = f(b(t), t)˙
b(t) " f(a(t), t)˙
a(t) + ! dx . (1.73)
dt a(t) a(t) #t
Complex Variables
i= !1 ,
1.35
i2 = !1, i3 = !i, i4 = 1.
y
z=x+iy
-1 ! 1
x
-i
z = x + iy, (1.74)
Re z ! x, Im z ! y,
1.36
|z| = z z! = x2 + y2 . (1.75)
z = ei! , (1.77)
for 0 ! " < 2# . Given this result we can now represent any
number in the complex plane as
z1
z = .
z2
z1 z!2
z = ,
| z2 |2
z1 i(!1 " !2 )
z = e .
z2
1.37
Chapter 1 Problems
1. (a) Let
(b) Find det (AB), and show that det (AB) = (det A)(det B).
(c) Form the matrix product BTAT and show that BT AT = (AB)T,
as it should.
A-1A=1,
implies that
AA-1=1.
# !ji! ki = "jk ,
i
λ-1 = λT,
prove that
det λ = +
- 1.
!T
-1 T -1
1 = λ 1 , !2 = λ 2 ,
(x'= λ1x, x" = λ2x')
1
(b) det A = " !ijk!!mn A !iA mjA nk .
3 ! i,j,k,!,m,n
AT = ! A ,
det ! = C.
! !
A x C = 0.
! ! ! ! " ! 2
A ! [ B " ( A " B)] = ( A " B) .
! ! ! ! ! !
12. Given that A , B and C are vectors, argue that A ! (B " C)
transforms as a pseudoscalar.
!
13. Does the angular velocity of a particle, ! , transform as
a vector or pseudovector? Explain.
" !ijk!!mk!njm .
k,j,m
! ! !
A ! B=C ,
! !
where A and C are considered known quantities. Clearly, this
! !
equation does not uniquely define B since any component of B
!
along A will not contribute to the cross product. However,
consider
! !
A . B = S,
!
where S is a known scalar. Show that we can solve for B and
!
that ( A considered nonzero)
! ! ! !
B = ! 2 (SA + C ! A ) .
1
A
!
eθ = (cosθcosφ, cosθsinφ, -sinθ) ,
and
!
eρ = (cosφ,sinφ,0),
!
eφ = (-sinφ,cosφ,0),
!
ez = (0,0,1).
1.42
a) ˙
eθ = - ˙
ˆ e! + ˙
!ˆ ! cosθ ˆ
e r,
e! φ = - !!! cosθ ˆ
b) ˆ eθ - ˙
! sinθ ˆ
e r.
x
O
! !
a) Show that ˙x˙ . x˙ = 0 anywhere on the trajectory.
!
b) Find the acceleration, ˙x˙ , when the particle is at the
origin, 0.
!
c) Find the instantaneous angular velocity, ! , at 0.
!
20. Given the vector function v = 20xy ˆ
i + 25yz ˆ
j + 15xy ˆ
k , find:
! ! ! !
(a) ! " v , (b) ! " v .
! i' = # !ij"j ,
j
and
A'j = ∑ λjk Ak ,
k
prove that:
! !
(a) ! '. A ' transforms as a scalar,
! !
(b) ! " A # transforms as a pseudovector.
z = cosφ + i sinφ,
may be written as
z = ei! .
# Im(z)&
! = tan "1 % .
$ Re(z)'