PHY5200 F06

Chapter 2: Projectiles and Particles

Reading

Taylor 2.4-2.5 (today) and 2.6-3.1 (Wednesday)

Recall

The velocity of an object falling from rest, subject to quadratic air drag

v(t) = vter tanh(gt/vter)
where the hyperbolic tangent is defined as
tanh(z) = (ez - e-z) / (ez + e-z)
and other hyperbolic functions are
sinh(z) = ½(ez - e-z)     cosh(z) = ½(ez + e-z).

Position as a function of time

Now back to the discussion of vertical motion with quadratic drag. Integrate to find the postion as a function of time

y(t) = (vter²/g) ln[cosh(gt/vter)]
Note that for large values of time, we can simplify this expression since the cosh function is approximately ½egt/vter (neglecting the negative exponential term) and upon taking the log we have
y(t) ≈ (vter²/g) (ln½ + gt/vter) ≈ vtert - 0.693(vter²/g)
We see that the position approaches what we would have for motion with a constant velocity vter, differing from it by the final term.

Quadratic drag with horizontal and vertical motion

The equation of motion for a projectile subject to forces of gravity and quadratic drag, moving in two dimensions, is:

mv[dot] = mg - c(vx²+vy²)½v
Resoloving this expressions into components yields two coupled first order differential equations:
mvx[dot] = -c(vx²+vy²)½vx
mvy[dot] = -mg - c(vx²+vy²)½vy
These cannot be solved in closed form, outside of some special cases, such as when the motion is limited to one dimension, as treated earlier. In general, these must be solved numerically.

Please see read the example of the numerical solution for the motion of a baseball discussed in the text (Example 2.5). Some, hopefully, obvious features are seen. The object's maximum height and range are smaller than in the solution without air resistance. The object reaches it's maximum height sooner then in the vacuum solution. And, maybe not so obviously, there is a maximum distance which the object will move in the horizontal direction, no matter how far it drops vertically (there is a vertical asymptote to the motion). The appearance of a limit to the x motion is surprising, since there was no limit in the case of one-dimensional horizontal motion with quadratic drag.

Motion of a Charge in a Uniform Magnetic Field

A charged particle moving through a magnetic field is subject to the Lorentz force

F = qv×B
where q is the particle's charge, v is the particle's velocity at a location r, and B is the magnetic field at location r. The magnetic field can change with position, but we will consider the relatively simple case when the magnetic field is constant, and choose the z axis of our coordinate system to be parallel to the magnetic field, B = Bzhat. This is an odd force, first because it is velocity dependent, and second because it is perpendicular to the direction of motion. But you are probably already familiar with the result for the motion of a charged particle in a uniform magnetic field. We'll look at how this problem is solved using techniques you've learned, with one additional twist.

The equation of motion for a charged particle moving in a uniform magnetic field is

mv[dot] = qv×B
The component equations are (assuming B points in the +z direction)
mvx[dot] = qBvy
mvy[dot] = -qBvx
mvz[dot] = 0
From the last equation we have vz = vz0 = constant. The x and y component equations are linear, coupled differential equaitons. The solution of these is an opportunity to demonstrate the method of change of variables.

Define ω = qB/m. The quantity ω is known as the cyclotron frequency, for reasons that are explained a little later. We can rewrite the x and y equations with ω as

vx[dot] = ωvy
vy[dot] = -ωvx

You should know from introductory physics that the motion in x-y is circular. To demonstrate that this is the case, and demonstrate the technique of change of variables to solve a differential equation, we write a new complex variable

η = vx + ivy.
The reason to choose this variable will become clear we we proceed -- experience led to this choice. I'll review complex numbers in a moment.

The time derivative of η is

η[dot] = vx[dot] + ivy[dot] = ωvy - iωvx = -iω(vx + ivy) = -iωη
With this choice of variable, we have gone from a pair of coupled differential equations to a single (complex) differential equation. Despite involving complex numbers, this equation is easily solved, as we've already done. The equation says that η is a function whose derivative is equal to the original function times a constant, and we've seen that this function is an exponential,
η = Ae-iωt.
straightforward except that the argument of the exponential is a complex number. We'll look at what it means to have a complex exponential.


© Robert Harr 2006