lacunary - Mathnotes

Undamped Motion

Free Undamped Motion (Simple Harmonic Motion)

Free undamped motion, also called simple harmonic motion, happens whenever a particle oscillates back and forth about a fixed point of oscillation in a medium in wich the resistance or damping factor is negligble. This doesn't happen often in reality, because there is usually friction or some other form of resistance to consider.

Definition 28.1 A particle will be said to execute simple harmonic motion if its equation of motion satisfies a differential equation of the form:

d2xdt2+ω02x=0(28.11)

Where ω0 is a positive constant and x gives the position of the particle as a function of time t.

The solution of (28.11) is (see Solution of the Homogeneous Linear Differential Equation of Order n with Constant Coefficients):

x=c1cosω0t+c2sinω0t(28.12)

Equivalent and more useful ways to write the solution (28.11) are:

x=csin(ω0t+δ)(28.13)

and

x=ccos(ω0t+δ)(28.14)

Simple harmonic motion is the motion of a particle whose position x as a function of time t is given by any of the three equations above (or any other equivalent equations).

Example A particle moving on a straight line is attracted to the origin by a force F. If the force of attraction is proportional to the distance x of the particle from the origin, show that the particle will execute smiple harmonic motion. Describe the motion.

By hypothesis,

F=kx(a)

Where k>0 is a proportionality constant. The negative sign is necessary because when the particle is at a positive position, F acts in the negative direction, and when the particle is at a negative position F acts in a positive direction (F and x always have opposite signs).

Since F=ma (force = mass x acceleration), we can rewrite (a) as:

F=md2xdt2=kx,d2xdt2=kmx(b)

Since k and m are positive constants, we may in (b) replace k/m by a new constant ω02. The differential equation of motion (b) is then:

d2xdt2+ω02x=0(c)

which is the same as (28.11). By Definition 28.1, therefore, the particle executes simple harmonic motion.

Description of motion

By (28.14) the solution of (c) is:

x=ccos(ω0t+δ)(d)

Differentiation of (d) gives:

dxdt=v=cω0sin(ω0t+δ)(e)

Some Important Parameters

(jmh my notes)

First, review my notes on Frequency and Period.

We can reuse (d) and (e) above to find the description of motion for any simple harmonic motion. Here are some important parameters from it (we'll use a particle as an example although not all problems will involve particles):

  • c - the amplitude of motion, i.e., the maximum distance of the particle from the origin.
  • cω0 - the maximum velocity of the particle.
  • x=0 - the equilibrium point, i.e. the center point of motion.
  • T=2πω0 - the period of the motion, i.e. the amount of time it takes the particle to make one complete oscillation about its equilibrium point
  • ν=1T=ω02π - the natural (undamped) frequency of the motion. The number of complete revolutions or cycles made by the particle in a unit of time.
  • δ - the phase angle of x. From (d) above, when t=0, x=ccosδ, i.e. ccosδ gives the starting position of the particle.
  • ω - the impressed angular frequency of the system (angular frequency of forcing function)
  • ω0 - the natural (undamped) angular frequency of the system

Examples of Simple Harmonic Motion

The Motion of a Particle Attached to an Elastic Helical Spring. Hooke's Law

Consider a helical spring, with natural unstretched length l0 feet, attached to the ceiling on one and and with a weight of w pounds attached to the other end. The weight will cause the spring to stretch an additional l feet. This stretching will cause the spring to try to recoil to its natural length. Hooke's law says the force of this retraction is proportional to the length the spring has been stretched, hence:

The upward force of the spring=kl,(26.81)

where k is a proportionality constant called the spring constant or stiffness coefficient of the spring.

If the spring is on the surface of the earth, then w=mg, where m is the mass in slugs of the attached weight and g is the acceleration due to gravity in feet per second per second. Since the weight is not moving, the spring is in equilibrium, and the upward force must equal the downward force. Hence,

kl=mg(28.62)

If we let y=0 be the equilibrium point, and stretch the spring an additional y feet, we now have the following forces acting on the spring:

  1. An upward force due to the tension o the spring, which by Hooke's law is k(l+y).
  2. A downward force due to the weight, which is mg.

By Newtown's second law of motion, the net force acting on a sytem is equal to the mass of the system times its acceleration. Hence, with the positive direction taken as downard,

F=md2ydt2=mgk(l+y)=mgklky(28.621)

Since mg=kl, we have:

md2ydt2=ky,y+kmy=0(28.63)

Which is the form of a differential equation of a particle exhibiting simple harmonic motion. In place of ω02 we have km, and we can let c be the distance we stretch the spring past its equilibrium point.

  • Amplitude: c, because we stretch the spring c beyond its equilibrium point.
  • Maximum velocity: ckm
  • Equilibrium point: y=0
  • Period: Note that ω02=km. The period is then 2πkm=2πmk.
  • Natural Frequency: ν=k2πmcps
  • Phase Angle: Will be zero in the case the spring is simply released from the maximum distance, but in any case, can be found by solving y=ccosδ at time t=0.

The Motion of a Simple Pendulum

If we consider a simplified model of a pendulum, with a stiff arm of length l, we get this as its differential equation of motion:

ld2θdt2+gsinθ=0(28.74)

With Small Angle Approximation

Where θ is the current angle with respect to vertical, positive when to the right of veritcal, negative when to the left, and g is the gravitational constant. This is not in the form of simple harmonic motion, but it's close. If we take the series definiton of sinθ=θθ3/3!+θ5/5!, and assuming we're working with a small angle, ignore the terms in θ3 and higher, we can rewrite (28.74) as:

ld2θdt2+gθ=0,d2θdt2+glθ=0(28.76)

which is in the form of simple harmonic motion.

(jmh my notes)

If a simple pendulum of length l ft is given an angular velocity of ω0 rad/sec from the position θ=θ0, we have:

  • Position of the bob as a function of time:

θ(t)=θ02+lgω02cos(gltarctan2(ω0lg,θ0)) rad

  • Angular velocity of the bob as a function of time:

dθdt=ω(t)=glθ02+ω02sin(gltarctan2(ω0lg,θ0)) rad/sec

  • Linear velocity of the bob as a function of time:

ldθdt=v(t)=glθ02+l2ω02sin(gltarctan2(ω0lg,θ0)) ft/sec

  • Amplitude: A=θ02+lgω02 ft
  • Period: T=2πlg sec
  • Natural Frequency: ν=12πgl cps
  • Phase Angle: δ=arctan2(ω0lg,θ0) rad

Compare this to the motion of a pendulum of length l ft released from the position θ=θ0:

  • Position of the bob as a function of time:

θ(t)=θ0cos(glt) rad

  • Angular velocity of the bob as a function of time:

dθdt=ω(t)=glθ0sin(glt) rad/sec

  • Linear velocity of the bob as a function of time:

ldθdt=v(t)=glθ0sin(glt) ft/sec

  • Amplitude: A=ω0 rad
  • Period: T=2πlg sec
  • Natural Frequency: ν=12πgl cps
  • Phase Angle: δ=0 rad

Note that for both the case where the pendulum is accelerated and where it is simply released, the period and natural frequency are the same. Note also that the period and natural frequency are independent of the initial angle. This means the pendulum will have the same period regardless of the initial angle and angular velocity! The period is dependent only on the length of the pendulum and the gravitational constant.

This animation uses the small angle approximation for pendulum motion, so it may be off significantly at larger angles. However, it does a fine job showing that the period does not change with the starting angle or starting angular velocity (for small angles).

Without Small Angle Approximation

(jmh my notes)

Without the small angle approximation, we have a non-linear second order differential equation that can't be solved for a closed formula with elementary functions. We can, however, find a formula for angular velocity (ω=dθdt) when at t=0 we have θ=θ0 and ω=0.

We can seperate/rearrange terms and then multiply both sides of (28.74) by 2dθdt to get:

2(d2θdt2)dθdt=2glsinθdθdt(a)

Using the identity 2(d2θdt2)dθdt=ddt(dθdt)2, we can rewrite (a) to get:

ddt(dθdt)2=2glsinθdθdt(b)

By integrating both sides of (b) with respect to dt we get:

(dθdt)2=2glcosθ+c(c)

Taking the square root of both sides we get:

dθdt=±2glcosθ+c(d)

Plugging in initial conditions we get:

0=±2glcosθ0+c,c=2glcosθ0(e)

And so our equation for dθdt with the initial conditions becomes:

dθdt=±2gl(cosθcosθ0)(f)

To find t(θ), we can rewrite (f) to show θ as the independent variable (we'll also separate the constant term out of the radical):

dtdθ=±l2gcosθcosθ0(g)

This is a separable differential equation that can be written as:

dt=±l2gdθcosθcosθ0(h)

Integrating both sides, with initial conditions to find the time it takes to reach position θ, we get:

t(θ)=±l2gθ0θducosucosθ0(i)

note that both sides are now a function of θ. We use u, du here because we're integrating from θ0 to θ and want to distinguish the variable we're integrating over from the bounds of integration.

Forced Undamped Motion

In forced undamped motion, the motion of a particle of mass m satisfies a differential equation of the form:

md2ydt2+mω02y=f(t),d2ydt2+ω02y=1mf(t)(28.8)

Here, f(t) is called the forcing function.

If we assume the forcing function f(t)=mFsin(ωt+β) where F is a constant, then (28.8) becomes:

d2ydt2+ω02y=Fsin(ωt+β)(28.81)

The complementary function of (28.81) is:

yc=csin(ω0t+δ)(28.82)

A particular solution yp of (28.81) then depends on the relative values of the natraul (undamped) frequency ω0 of the system and the impressed frequency ω of the forcing function mFsin(ωt+β).

Case 1: ωω0

If ωω0, then a particular solution of (28.81) is

yp=Fω02ω2sin(ωt+β)(28.83)

Hence, by (28.82) and (28.83) the general solution of (28.81) is:

y(t)=csin(ω0t+δ)+Fω02ω2sin(ωt+β)(28.84)

Here, the maximum displacement of this particle cannot exceed c+F/(ω02ω2).

I've made a Desmos graph of this general solution.

Note that as omega0 approaches omega, the maximum displacement approaches infinity. In a real mechanical system, this can lead to breakdown. However, as long as the two values are different, the maximum displacement if still finite. When the maximum displacement from equilibrium remains finite with time, the motion is called stable motion.

Case 2: ω=ω0

If ω=ω0, the differential equation of motion (28.81) becomes:

d2ydt2+ω02y=Fsin(ω0t+β)(28.9)

Now we have that the term csin(ω0t+δ) in the complentary function of (28.9) agrees with the term Fsin(ω0t+β) on the right hand side of (28.9), except for phase and constant coefficient. Hence, a particular solution (following the method of undetermined coefficients) is:

yp=F2ω0tcos(ω0t+β)(28.92)

And the general solution is:

y(t)=csin(ω0t+δ)F2ω0tcos(ω0t+β)(28.93)

Now we have that the maximum displacement of the particle is c+F2ω0t. The presence of the variable t in the second term implies that the displacement due to this part of the motion increases with time. A motion in which the displacement increases beyond all bounds as time passes is called an unstable motion. In such cases, a mechanical breakdown of the system is bound to occur. This condition is known as undamped resonance and ω0 is called the undamped resonant frequency.

Here is a Desmos graph of this general solution.

Note that in engineering circles, f(t) in (28.8) is called the input of the system and the solution y(t) is called the output of the system.

Some Intresting Examples of Forced Undamped Motion

The book talks some about intermittent force, where the force function f(t) is a piecewise function with a different formula at different points in time. Related to this is unit impulse, impulse response, and the Dirac Delta function. I won't get into those here but it covers cases where you might strike an object once and then it oscillates afterwards.

Another interesting case is when ω differs from ω0 by a very small quantity ϵ, i.e. ω=ω0+ϵ. In this case, we end up with amplitude modulation and beats. Here is a Desmos graph of this. Note that as ϵ gets smaller, the period of the beat grows larger, as does the amplitude. One physical case where this happens is when an instrument is slightly out of tune compared to a tuning fork. The resulting sound will be of a consistent frequency but with varying amplitude, which shows up really clearly in the Desmos graph. These variation in amplitude as known as beats.