include ("physics/common_short2.php");
physics_header("","");
?>
Physics 7701: Problem Set #1
Here are some hints, suggestions, and comments on the assignment.
Recent changes to this page:
- 21-Aug-2013 --- Original version.
- Practice with δij and εijk
- The implicit assumption here is that the vector components
all commute, so that AiBj =
BjAi, but you should state this assumption
explicitly.
- It is easiest to first manipulate the expressions with two cross
products, because we can use the "very useful identity" from
the δ-ε handout that eliminates two ε
tensors in favor of Kronecker δ's. Be careful about
moving the del's when doing this: in this case the implicit
assumption is that both a and b depend on x
(but that a and b commute).
Note that when you simplify one of the terms, the other follows
immediately by switching all a's and b's.
Try combining the two terms while you still have it in
indices, remembering the product rule for derivatives!
- Similar manipulations. Here the magnetic moment is
constant, so what does that imply about derivatives of it?
- Functions in the complex plane
- A general strategy for finding solutions to zm=a
(where m is an integer) is to represent a as
rei(θ+2πn). Then you can raise this to
the 1/m power and keep enough n's until you get
repeat answers for z. Check the example from class
(page 25 in the notes) and Lea section 2.1.2.
The Mathematica notebook Complex Roots can help to check your results.
- You will find the trig identities in problems 6.1.10 and 6.1.11
in Arfken helpful here and elsewhere in this problem set.
You should prove those that you use (it is sufficient to assume
that you can directly generalize well-known formulas such as for sin(A+B)
to complex z).
The Mathematica notebook Complex Trigonometry may be of use here.
Use z = x + i y and identify real and imaginary parts
of cos z, then equate to real and imaginary parts of 100
(why can you do this?).
An alternative approach is to set u = eiz and
solve a quadratic equation. Be careful to get all solutions when
you solve for z, remembering that logarithms have an
infinite number of branches.
- Small amplitude waves in a plasma.
- When you assume that n, E, and v
are proportional to exp(ikx-iωt), the constant
in front will be complex in general. Why can you cancel
the exponential factor from the equations?
- Assume that the collision frequency is smaller
than the plasma frequency.
What is the signature of damping in the time dependence
given by exp(-iωt)?
Think about what happens in the
other limit of large collision frequency,
but you are not required to treat it.
- Cauchy-Riemann relations.
- Follow the example from class.
- Just check the C-R relations. Writing w as a function of
z requires that x and y only appear in
the combination x+iy.
- Taylor or Laurent series.
The general strategy is to identify the non-analytic part at z0
and expand the rest in a Taylor series about z0, then combine.
Here you expand the numerators. When expanding about z0, you
may find it efficient to use w = z - z0, replacing z
by w + z0, and then expand in w about 0.
The radius of convergence will be determined by the nearest
singularities outside the point specified. Is that point included
in the region of convergence?
For all of these, you can use the Mathematica
Series command to check your answers.
E.g., Series[Cos[z]/(z-1),{z,1,5}] will generate five terms of
the expansion of the first problem (about z=1).
(See the Mathematica notebook Complex Series for more examples.)
- (Bonus) As noted above,
the trig identities from Arfken make this straightforward.
Remember that cosh2 - sinh2 = 1 and
cos2 + sin2 = 1.
- (Bonus) The first one here is (quite) tedious but straightforward given
the trig identities from Arfken.
(Note that z2 means z times z and not the
magnitude squared.)
For the derivatives, you are supposed to check that
du/dx + i dv/dx gives you the same answer as df/dz.
The second one is reasonably
straightforward. :)
You can check your results with Mathematica. Try:
ans1 = (x + I y)^2 Sin[x + I y] // TrigExpand
u = Simplify[Re[ans1], Assumptions -> {Element[{x, y}, Reals]}]
v = Simplify[Im[ans1], Assumptions -> {Element[{x, y}, Reals]}]
D[u,x]
D[v,y]
D[u,x] - D[v,y]
D[u, x] + I D[v, x] // Simplify
Use the help to look us D, Re, etc.
(it is often easiest to start with ?D).
- (Bonus) The function w = 1/sqrt(z).
- Work in polar representation of z.
You'll have sign differences for the real and imaginary parts of
w on the different branches.
- The branches correspond to how many times you need to increase
θ through 2π until w repeats. That is, with
rei(θ+2πn), how many n's do
you need to consider.
- For completeness, consider the image of the unit circle
for each branch. (That is, first for θ from 0 to 2π,
then from 2π to 4π, etc.)
[7701
Home Page]
[OSU Physics]
Physics 7701: Assignment #1 hints.
Last modified: .
furnstahl.1@osu.edu