Dynamic System Modeling and Control
Dynamic System Modeling and Control
page 1
by
Hugh Jack
1. INTRODUCTION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .18
1.1 BASIC TERMINOLOGY 18
1.2 EXAMPLE SYSTEM 19
1.3 SUMMARY 19
1.4 PRACTICE PROBLEMS 19
2. TRANSLATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .20
2.1 INTRODUCTION 20
2.2 MODELING 22
2.2.1 Free Body Diagrams 23
2.2.2 Mass and Inertia 23
2.2.3 Gravity And Other Fields 26
2.2.4 Springs 29
2.2.5 Damping and Drag 34
2.2.6 Cables And Pulleys 37
2.2.7 Friction 39
2.2.8 Contact Points And Joints 41
2.3 SYSTEM EXAMPLES 42
2.4 OTHER TOPICS 51
2.5 SUMMARY 52
2.6 PRACTICE PROBLEMS 52
5. ROTATION . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .159
5.1 INTRODUCTION 159
5.2 MODELING 160
5.2.1 Inertia 161
5.2.2 Springs 165
5.2.3 Damping 170
5.2.4 Levers 172
5.2.5 Gears and Belts 173
5.2.6 Friction 177
5.2.7 Permanent Magnet Electric Motors 179
5.3 OTHER TOPICS 180
5.4 DESIGN CASE 181
5.5 SUMMARY 185
5.6 PRACTICE PROBLEMS 185
524
21.2.3 Finding The System Response To An Input 527
21.2.4 Controller Transfer Functions 532
21.3 ROOT-LOCUS PLOTS 532
21.3.1 Approximate Plotting Techniques 536
21.4 DESIGN OF CONTINUOUS CONTROLLERS 540
21.5 SUMMARY 540
21.6 PRACTICE PROBLEMS 541
Textbook:
Hugh Jack, Dynamic System Modelling and Control, Grand Valley State University,
Version 2.2, 2002.
Frank Ayres, Philip Schmidt, College Mathematics, Second Edition, McGraw Hill, 1992
Software:Mathcad
Scilab ([Link])
Netscape Communicator
FTP/Telnet
Labview
Excel
A C/C++ compiler
Goals: The main objective of this course is to develop your knowledge and ability to
mathematically model, simulate, and analyze dynamic systems. In the lab you
will study the time and frequency response of dynamic systems and further
develop your laboratory, data analysis, and report writing skills. During this
course you will practice the application of differential equations to the
solution of practical engineering problems and then verify some of these
page 13
Topics: Translation
Differential Equations
Numerical Analysis
Rotation
Input-Output Equations
Electrical systems
Feedback Control
Phasor Analysis
Bode Plots
Root Locus Analysis
Nonlinear Systems
Analog IO
Continuous Sensors/Actuators
Motion Control
Tests and assignments will be given at natural points during the term as new
material is covered. Laboratory work will be assigned to reinforce lecture
material and expose the student to practical aspects of systems modeling
and control. Special attention will be paid to writing skills in the laboratories.
A final examination will be given to conclude the work, and test the
students global comprehension of the material. A design project will be done in
class to emphasize lecture and lab topics. Details of this will be announced
later.
Note: A PASSING GRADE MUST BE OBTAINED IN ALL GRADE COMPONENTS
TO RECEIVE A PASSING GRADE IN THE CLASS.
page 14
Mathematics Review:
The list of topics from the College Mathematics book should help students experiencing
difficulties with particular topics.
PREFACE
How to use the book.
• read the chapters and do drill problems as you read
• examine the case studies - these pull together concepts from previous chapters
• problems at the ends of chapters are provided for further practice
Acknowledgement to,
Dr. Hal Larson for reviewing the calculus and numerical methods chapters
Dr. Wendy Reffeor for reviewing the translation chapter
Student background
a basic circuits course
a basic statics and mechanics of materials course
math up to differential equations
a general knowledge of physics
computer programming, preferably in ’C’
TO BE DONE
small
italicize variables and important terms
fix equation numbering (auto-numbering?)
fix subscripts and superscripts
fix problem forms to include therefores, mark FBDs, etc.
big
proofread and complete writing chapters
add more drill problems and solutions
chapter numerical
add ti-89 integration methods
chapter rotation
replace the rotational case with IC motor
chapter circuits
page 17
1. INTRODUCTION
Topics:
Objectives:
• reversibility
• Robot
1.3 SUMMARY
1.
page 20
2. TRANSLATION
Topics:
• Basic laws of motion
• Gravity, inertia, springs, dampers, cables and pulleys, drag, friction, FBDs
• System analysis techniques
• Design case
Objectives:
• To be able to develop differential equations that describe translating systems.
2.1 INTRODUCTION
If the velocity and acceleration of a body are both zero then the body will be static.
When forces act on the body they may cause motion. If the applied forces are balanced,
and cancel each other out, the body will not accelerate. If the forces are unbalanced then
the body will accelerate. If all of the forces act through the center of mass then the body
will only translate. Forces that do not act through the center of mass will also cause rota-
tion to occur. This chapter will focus only on translational systems.
The equations of motion for translating bodies are shown in Figure 1. These state
simply that velocity is the first derivative of position, and velocity is the first derivative of
acceleration. Conversely the acceleration can be integrated to find velocity, and the veloc-
ity can be integrated to find position. Therefore, if we know the acceleration of a body, we
can determine the velocity and position. Finally, when a force is applied to a mass, an
acceleration can be found by dividing the net force by the mass.
page 21
v(t) = ∫ a ( t ) dt (4)
F(t)
a ( t ) = ---------- (5)
M
where,
x, v, a = position, velocity and acceleration
M = mass of the body
F = an applied force
Given an initial (t=0) state of x=5m, v=2m/s, a=3ms-2, find the system state 5 seconds
later assuming constant acceleration.
The initial conditions for the system at time t=0 are,
x 0 = 5m
–1 Note: units are very important and should nor-
v 0 = 2ms mally be carried through all calculations.
–2
a 0 = 3ms
The constant acceleration can be integrated to find the velocity as a function of time.
Note:
v ( t ) = ∫ a 0 dt = a 0 t + C = a 0 t + v 0 (6)
v ( t ) = a0 t + C
v0 = a0 ( 0 ) + C
v0 = C
Next, the velocity can be integrated to find the position as a function of time.
a0 2
x ( t ) = ∫ v ( t ) dt = ∫ ( a 0 t + v 0 ) dt = ----- t + v 0 t + x0 (7)
2
This can then be used to calculate the position of the mass after 5 seconds.
a0 2
x ( 5 ) = ----- t + v 0 t + x 0
2
–2
3ms - 2 –1
∴ = -------------- ( 5s ) + 2ms ( 5s ) + 5m
2
∴ = 37.5m + 10m + 5m = 52.5m
Figure 2 Sample state calculation for a translating mass, with initial conditions
2.2 MODELING
When modeling translational systems it is common to break the system into parts.
These parts are then described with Free Body Diagrams (FBDs). Common components
that must be considered when constructing FBDs are listed below, and are discussed in
following sections.
Free Body Diagrams (FBDs) allow us to reduce a complex mechanical system into
smaller, more manageable pieces. The forces applied to the FBD can then be summed to
provide an equation for the piece. These equations can then be used later to do an analysis
of system behavior. These are required elements for any engineering problem involving
rigid bodies.
k = 20 N/m
FR1
FR1
Mg
FR2
In a static system the sum of forces is zero and nothing is in motion. In a dynamic
system the sum of forces is not zero and the masses accelerate. The resulting imbalance in
forces acts on the mass causing it to accelerate. For the purposes of calculation we create a
virtual reaction force, called the inertial force. This force is also known as D’Alembert’s
(pronounced as daa-lamb-bear) force. It can be included in calculations in one of two
ways. The first is to add the inertial force to the FBD and then add it into the sum of
page 24
forces, which will equal zero. The second method is known as D’Alembert’s equation
where all of the forces are summed and set equal to the inertial force, as shown in Figure
4. The acceleration is proportional to the inertial force and inversely proportional to the
mass.
∑ F = Ma (Newton’s) (11)
∑ F – Ma = 0 (D’Alembert’s) (12)
An application of Newton’s form to FBDs can be seen in Figure 5. In the first case
an inertial force is added to the FBD. This force should be in an opposite direction (left
here) to the positive direction of the mass (right). When the sum of forces equation is used
then the force is added in as a normal force component. In the second case Newton’s equa-
tion is used so the force is left off the FBD, but added to the final equation. In this case the
sign of the inertial force is positive if the assumed positive direction of the mass matches
the positive direction for the summation.
page 25
D’Alemberts’s form: x
2 2
Ma = M ----- x ∑ Fx = F – M ----
d + d-
x = 0
dt F dt
M or
2
∑ Fx = – F + M ----
+ d-
x = 0
dt
Note: If using an inertial force then the direction of the force should be opposite to
the positive motion direction for the mass.
Newton’s form x
2
∑ Fx = F = M ----
d-
+ x
M
F dt
or 2
d- x
+ ∑ F x = – F = ( – M ) ----
dt
Note: If using Newton’s form the sign of the inertial force should be positive if the
positive direction for the summation and the mass are the same, otherwise if they
are opposite then the sign should be negative.
5
F1 = –4 N –7
F2 = –3 N
0
0
If both forces shown act through
the center of mass, what is the
acceleration of the ball? M=10kg
∑F = F 1 + F 2 = Ma
5 –7
∴ –4 N + – 3 N = ( 10Kg )a
0 0
–2 – 0.2 – 0.2
∴a =
1 -
------------ Kgm- ------
-----------
N = – 0.7 2
1- m
= – 0.7 ---2-
10Kg – 7 Kg
s s
0 0 0
Gravity is a weak force of attraction between masses. In our situation we are in the
proximity of a large mass (the earth) which produces a large force of attraction. When ana-
lyzing forces acting on rigid bodies we add this force to our FBDs. The magnitude of the
force is proportional to the mass of the object, with a direction toward the center of the
earth (down).
The relationship between mass and force is clear in the metric system with mass
having the units Kilograms (kg), and force the units Newtons (N). The relationship
between these is the gravitational constant 9.81N/kg, which will vary slightly over the sur-
face of the earth. The Imperial units for force and mass are both the pound (lb.) which
often causes confusion. To reduce this confusion the units for force is normally modified
to be, lbf.
of motion the forces are summed. To eliminate the second derivative on the inertia term
the equation is integrated twice. The result is a set of three vector equations that describe
the x, y and z components of the motion. Notice that the units have been carried through
these calculations.
page 28
0 0 x(t) fx
N m
g = 0 ------
- = 0 ----
2
X(t) = y(t ) F = fy F g = Mg
Kg s
– 9.81 – 9.81 z(t) fz
Next sum the forces and set them equal to inertial resistance.
2
= Mg + F = M ----- X ( t )
d
∑F dt
0 fx x( t)
d 2
5Kg 0 ----2 + f y = 5Kg ----- y ( t )
m
dt
s
– 9.81 fz z(t)
0 fx x(t)
m –1 d- 2
----
dt y ( t )
0 ---
- + 0.2Kg f =
2 y
s
– 9.81 fz z(t)
Integrate twice to find the position components. Note: When an engineer
solves a problem they
fx vx0 will always be looking
0 x(t)
m –1 d at the equations and
dt y ( t )
0 ----2 + 0.2Kg f y t + v y 0 = ----
-
s unknowns. In this case
– 9.81 fz vz0 z(t) there are three equa-
tions, and there are 9
fx v x0 x0 constants/givens fx, fy,
0 x( t) fz, vx0, vy0, xz0, x0,
1--- m –1 2
0 ----
2
+ 0.2Kg f y t + v y t + y 0 = y ( t ) y0 and z0. There are 4
2 s
0
Like gravity, magnetic and electrostatic fields can also apply forces to objects.
Magnetic forces are commonly found in motors and other electrical actuators. Electro-
static forces are less common, but may need to be considered for highly charged systems.
Given,
FBD:
3 0 F1
N
F1 = 4 N g = – 9.81 ------- M = 2Kg
Kg
0 0 M
2.2.4 Springs
A spring is based on an elastic material that will provide an opposing force when
deformed. The most common springs are made of metals or plastics. The properties of the
spring are determined by the Young’s modulus (E) of the material and the geometry of the
spring. A primitive spring is shown in Figure 9. In this case the spring is a solid member.
The relationship between force and displacement is determined by the basic mechanics of
materials relationship. In practice springs are more complex, but the parameters (E, A and
L) are combined into a more convenient form. This form is known as Hooke’s Law.
page 30
F
δ = ------- F
L
EA
L
F = ------- δ
EA
δ
L
F = Kδ (Hooke’s law)
Hooke’s law does have some limitations that engineers must consider. The basic
equation is linear, but as a spring is deformed the material approaches plastic deformation,
and the modulus of elasticity will change. In addition the geometry of the object changes,
also changing the effective stiffness. Springs are normally assumed to be massless. This
allows the inertial effects to be ignored, such as a force propagation delay. In applications
with fast rates of change the spring mass may become significant, and they will no longer
act as an ideal device.
The cases for tension and compression are shown in Figure 10. In the case of com-
pression the spring length has been made shorter than its’ normal length. This requires that
a compression force be applied. For tension both the displacement from neutral and the
required force change direction. It is advisable when solving problems to assume a spring
is either in tension or compression, and then select the displacement and force directions
accordingly.
page 31
Fc ∆x
compression as positive
∆x = deformed length
Ks F c = K s ∆x
ASIDE: a spring has a
natural or unde-
Ks formed length. When
Ft tension as positive at this length it is
F t = K s ∆x neither in tension or
∆x compression
NOTE: the symbols for springs, resistors and inductors are quite often the same or simi-
lar. You will need to remember this when dealing with complex systems - and espe-
cially in this course where we deal with both types of systems.
Previous examples have shown springs with displacement at one end only. In Fig-
ure 11 springs are shown that have movement at both ends. In these cases the force applied
to the spring is still related to the relative compression and tension. The primary difference
is that care is required to correctly construct the expressions for the tension or compres-
sion forces. In all cases the forces on the springs must be assumed and drawn as either ten-
sile or compressive. In the first example the displacement and forces are tensile. The
displacement at the left is tensile, so it will be positive, but on the right hand side the dis-
placement is compressive so it is negative. In the second example the force and both dis-
placements are shown as tensile, so the terms are both positive. In the third example the
force is shown as compressive, while the displacements are both shown as tensile, so both
terms are negative.
page 32
∆x 1 ∆x 2
F Ks F
F = K s ( ∆x 1 – ∆x 2 )
∆x 1 ∆x 2
F Ks F
F = Ks ( ∆x 1 + ∆x 2 )
∆x 1 ∆x 2
F Ks F
F = K s ( – ∆x 1 – ∆x 2 )
Sometimes the true length of a spring is important, and the deformation alone is
insufficient. In these cases the deformation can be defined as a deformed and undeformed
length, as shown in Figure 12.
∆x = l 1 – l 0
where,
∆x = deformed length
l 0 = the length when undeformed
l 1 = the length when deformed
2
K ( ∆x )
E P = ------------------
2
F1
Given, ∆x 1
N Ks Ks
K s = 10 ----
m
∆x 1 = 0.1m
F2
∆x 2 = 0.1m
∆x 2
Find F1 and F2 separately (don’t
try to solve at the same time) 10m
Draw the FBDs and sum the forces for the masses
Ks
F
M1 M2
A damper is a component that resists motion. The resistive force is relative to the
rate of displacement. As mentioned before, springs store energy in a system but dampers
dissipate energy. Dampers and springs are often used to compliment each other in designs.
orifice
motion
fluid
piston fluid
The basic equation for an ideal damper in compression is shown in Figure 17. In
this case the force and displacement are both compressive. The force is calculated by mul-
tiplying the damping coefficient by the velocity, or first derivative of position. Aside from
the use of the first derivative of position, the analysis of dampers in systems is similar to
that of springs.
x
Kd
F = Kd ----- x
d (15)
F dt
Aside: The symbol shown is typically used for dampers. It is based on an old damper
design called a dashpot. It was constructed using a small piston inside a larger pot
filled with oil.
Damping can also occur when there is relative motion between two objects. If the
objects are lubricated with a viscous fluid (e.g., oil) then there will be a damping effect. In
the example in Figure 18 two objects are shown with viscous friction (damping) between
them. When the system is broken into free body diagrams the forces are shown to be a
function of the relative velocities between the blocks.
page 36
x1
F d = K d ( x 1' – x 2' )
Kd
F d = K d ( x 1' – x 2' )
x2
Aside: Fluids, such as oils, have a significant viscosity. When these materials are put
in shear they resist the motion. The higher the shear rate, the greater the resistance
to flow. Normally these forces are small, except at high velocities.
F F = –D v v
If we are pushing the cylinder at the given velocities below, what is the required force?
d-
---- m d- m
x 1 = 0.1 ---- ---- x 2 = – 0.3 ----
dt s dt s
F F
Ns
k d = 0.1 ------
m
Cables are useful when transmitting tensile forces or displacements. The centerline
of the cable becomes the centerline for the force. And, if the force becomes compressive,
the cable goes limp, and will not transmit force. A cable by itself can be represented as a
force vector. When used in combination with pulleys a cable can redirect a force vector, or
multiply a force.
Typically we assume that a pulley is massless and frictionless (in the rotation chap-
ter we will assume they are not). If this is the case then the tension in the cable on both
sides of the pulley is equal as shown in Figure 21.
page 38
T1
T2
If we have a pulley that is fixed and cannot rotate the cable must slide over the sur-
face of the pulley. In this case we can use the friction to determine the relative ratio of
forces between the sides of the pulley, as shown in Figure 22.
T1
T2 µ ( ∆θ )
----- = e k
T1
∆θ
T2
Given,
µ k = 0.2
M = 1Kg
Although the discussion in this section has focused on cables and pulleys, the the-
ory also applies to belts and drums.
2.2.7 Friction
Viscous friction was discussed before, where a lubricant would provide a damping
effect between two moving objects. In cases where there is no lubricant, and the joint is
dry, we may experience dry coulomb friction. In this case the object will stick in place
until a maximum force is overcome. After that the object will begin to slide and a constant
force will result.
Figure 24 shows the classic model for friction. The force on the horizontal axis is
the force applied to the friction surfaces while the vertical axis is the resulting friction
force. Beneath the slip force the object will stay in place. When the slip force is exceeded
page 40
the object will begin to slip, and the resulting kinetic friction force is relatively constant. If
the object begins to travel fast then the kinetic friction force will decrease. It is also com-
mon to forget that friction is bidirectional, but it always opposes the applied force. The
friction force is a function of the normal force across the friction surface and the coeffi-
cient of friction. The coefficient of friction is a function of the materials, surface texture
and surface shape.
Fs
Fk
F
Fs
F
Fg Fk = µk N
F k, F s
Fs ≤ µs N
N
Note: When solving problems with friction remember that the friction force will always
equal the applied force until slip occurs. After that the friction is approximately con-
stant. In addition, the friction forces will change direction to oppose an applied force,
or motion.
Many systems use kinetic friction to dissipate energy from a system as heat, sound
and vibration.
page 41
When constructing FBDs for a system we must break all of the components into
individual rigid bodies. Where the mechanism has been broken the contact forces must be
added to both of the separated pieces. Consider the example in Figure 26. At joint A the
forces are written as two components in the x and y directions. For joint B the force com-
ponents with equal magnitudes but opposite directions are added to both FBDs.
page 42
F Ay F By
A F Ax
F Bx
M1
B
M1 g M2 g
M2
F Bx
F By Note: Don’t forget that forces on con-
nected FBDs should have equal
magnitudes, but opposite direc-
tions.
An orderly approach to system analysis can simplify the process of analyzing large
systems. The list of steps below is based on general observations of good problem solving
techniques.
1. Assign letters/numbers to designate components (if not already done) - this will
allow you to refer to components in your calculations.
2. Define positions and directions for any moving masses. This should include the
selection of reference points.
3. Draw free body diagrams for each component, and add forces (inertia is
optional).
4. Write equations for each component by summing forces.
5.(next chapter) Combine the equations by eliminating unwanted variables.
6.(next chapter) Develop a final equation that relates input (forcing functions) to
outputs (results).
Consider the cart in Figure 27. On the left is a force, it is opposed by a spring and
damper on the right. The basic problem definition already contains all of the needed defi-
nitions, so no others are required. The FBD for the mass shows the force and the reaction
page 43
forces from the spring and damper. When the forces are summed the inertia is on the right
in Newton’s form. This equation is then rearranged to a second-order non-homogeneous
differential equation.
x
Given the system diagram;
Kd
F
M1 Ks
The forces for the cart are in a single direction and can be summed as,
+
∑ F = – F + K x' + K x = M x''
x d s 1
Aside: later on we will solve the differential equations, or use other methods to
determine how the system will behave. It is useful to have all of the ’output’
variables for the system on the left hand side, and everything else on the other.
Develop the equation relating the input force to the motion (in terms of x) of the lefthand
cart for the problem below.
x1 x2
K d1 K d2
F
M1 K s1 M2 K s2
A simplified model of an elevator (M1) and a passenger (M2) are shown in Figure
29. In this example many of the required variables need to be defined. These are added to
the FBDs. Care is also taken to ensure that all forces between bodies are equal in magni-
tude, but opposite in direction. The wall forces are ignored because they are statically
indeterminate and being in the x-axis irrelevant to the problem in the y-axis.
page 45
M1
Kd
M2
K S2
K S1
M2 g
y2
M1 g
FD
F S2
FD
F S2
y1 F S1
The forces on the FBDs are then summed, and the equations are expanded as
shown in Figure 30.
page 46
Now, we write out the force balance equation (vector form), and substitute relationships
∑ FM 1
= F S1 + F S2 + M 1 g + F D = M 1 a 1
∑ FM 2
= – F S2 + M 2 g – F D = M 2 a2
M2
µ k1
K S1
M1 µ k2
Consider the springs shown in Figure 32. When two springs are combined in this
manner they can be replaced with a single equivalent spring. In the parallel spring combi-
nation the overall stiffness of the spring would increase. In the series spring combination
the overall stiffness would decrease.
page 48
Parallel Series
K S1 K S2
K S1
M K S2
First, draw FBDs for P and M and sum the forces assuming the system is static.
K S1 y 2
K S1
P
+ ∑ Fy = K S1 y 2 – K S2 ( y 1 – y 2 ) = 0 (a)
K S2 ( y 1 – y 2 ) P
y2
K S2 ( y 1 – y 2 ) K S2
M
+ ∑ Fy = K S2 ( y 1 – y 2 ) – F g = 0 (b)
Fg
M
y1
Next, rearrange the equations to eliminate y2 and simplify.
(b) becomes K S2 ( y 1 – y 2 ) – Fg = 0
Fg
∴y 1 – y 2 = --------
-
K S2
Fg
∴y 2 = y 1 – --------
-
K S2
(a) becomes K S1 y 2 – K S2 ( y 1 – y 2 ) = 0
∴y 2 ( K S1 + K S2 ) = y 1 K S2
Fg
y – --------
sub (b) into (a) - ( K + K S2 ) = y 1 K S2
1
K S2 S1
Fg K S2
∴y 1 – --------
- = y 1 -----------------------
-
K S2 K S1 + K S2
K S2
∴F g = y 1 1 – -----------------------
- K
K S1 + K S2 S2
K S1 + K S2 – K S2
∴F g = y 1 --------------------------------------- K S2
K S1 + K S2
K S1 K S2
∴F g = y 1 ------------------------
K S1 + K S2
Finally, consider the basic spring equation to find the equivalent spring coefficient.
K S1 K S2
∴K equiv· = -----------------------
-
K S1 + K S2
Figure 34 Drill problem: Find an equivalent spring for the springs in parallel
Consider the drill problem. When an object has no mass, the force applied to one
side of the spring will be applied to the other. The only factor that changes is displace-
ment.
page 51
Show that a force applied to one side of a massless spring is the reaction force at the other
side.
Figure 35 Drill problem: Prove that the force on both sides is equal
Designing a system in terms of energy content can allow insights not easily
obtained by the methods already discussed. Consider the equations in Figure 36. These
equations show that the total energy in the system is the sum of kinetic and potential
energy. Kinetic energy is half the product of mass times velocity squared. Potential energy
in translating systems is a distance multiplied by a length that force was applied over. In
addition the power, or energy transfer rate is the force applied multiplied by the velocity.
page 52
E = EP + EK (7)
2
Mv (8)
EK = ----------
2
E P = Fd = Mgd (9)
d
P = Fv = ----- E (10)
dt
2.5 SUMMARY
1. If a spring has a deflection of 6 cm when exposed to a static load of 200N, what is the spring
constant? (ans. 33.3N/cm)
2. The mass, M, illustrated below starts at rest. It can slide across a surface, but the motion is
opposed by viscous friction (damping) with the coefficient B. Initially the system starts at rest,
when a constant force, F, is applied. Write the differential equation for the mass, and solve the
differential equation. Leave the results in variable form.
M F
B
page 53
Kd Ks
F
M1 M2
B1 B2
b) Kd1
Kd2
(ans. K d1 K d2
a) K eq = ------------------------ b) K eq = K d1 + K d2
K d1 + K d2
page 54
x1 x2
K d1 K d2 K d3
K s1 M1 K s2 M2 F
K s3
(ans.
FBDs:
– K d1 x 1' K d2 ( x 1' – x 2' ) K d3 x 2'
M1 M2
– K s1 x 1 K s2 ( x 1 – x 2 ) K s3 x 2
F
For M1:
+ ∑F = – K d1 x 1' – K s1 x 1 – K d2 ( x 1' – x 2' ) – K s2 ( x 1 – x 2 ) = M 1 x 1''
For M2:
+ ∑F = K d2 ( x 1' – x 2' ) + K s2 ( x 1 – x 2 ) + F – K d3 x 2' – K s3 x 2 = M 2 x 2''
x1 x2
K d1
K s1 M1 K s2 M2 F
page 55
x1 x2
K d1
K s1 M1 K s2 M2 F
K s2 x2
M2 F
K d1
B
x1
K s1 M1
K s2 x2
M2 F
K d1 µ s, µ k
K s1 M1 x1
page 56
M1 x1
K s1
K d1
M2 x2
K s2
Kd 2
12. Write the differential equations for the system below. In this system the upper mass, M1, is
between a spring and a cable and there is viscous damping between the mass and the floor. The
suspended mass, M2, is between the cable and a damper. The cable runs over a massless, fric-
tionless pulley.
x1
Ks R
M1
M2 x2
Kd
page 57
(ans. FBDs: T
Ks x 1 T
M1 M2
Bx 1'
x1
K s1
M1
µ s, µ k
M2 x2
K s2
page 58
Topics:
• First and second-order homogeneous differential equations
• Non-homogeneous differential equations
• First and second-order responses
• Non-linear system elements
• Design case
Objectives:
• To develop explicit equations that describe a system response.
• To recognize first and second-order equation forms.
3.1 INTRODUCTION
There are several standard input types used to test a system. These are listed below
in order of relative popularity with brief explanations.
• step - a sudden change of input, such as very rapidly changing a desired speed
from 0Hz to 50Hz.
• ramp - a continuously increasing input, such as a motor speed that increases con-
stantly at 10Hz per minute.
• sinusoidal - a cyclic input that varies continuously, such as a motor speed that is
continually oscillating sinusoidally between 0Hz and 100Hz.
• parabolic - an exponentially increasing input, such as a motor speed that is 2Hz at
1 second, 4Hz at 2 seconds, 8Hz at 3 seconds, etc.
After the system has been modeled, an input type has been chosen, and the initial
conditions have been selected, the system can be analyzed to determine its behavior. The
most fundamental technique is to integrate the differential equation for the system.
The basic types of differential equations are shown in Figure 38. Each of these
equations is linear. On the left hand side is the integration variable ’x’. If the right hand
side is zero, then the equation is homogeneous. Each of these equations is linear because
each of the terms on the left hand side is simply multiplied by a linear coefficient.
page 60
Given,
Ax' + Bx = 0 and x ( 0 ) = x0
x0 = X
Given,
Ax'' + Bx' + Cx = 0 x ( 0 ) = x0 and x' ( 0 ) = v 0
Guess a general equation form and substitute it into the differential equation,
– Yt – Yt 2 – Yt
x h = Xe x' h = – YX e x'' h = Y Xe
2 – Yt – Yt – Yt
A ( Y Xe ) + B ( – YX e ) + C ( Xe ) = 0
2
A ( Y ) + B ( –Y ) + C = 0
2 2
– ( – B ) ± ( – B ) – 4 ( AC ) B ± B – 4AC
Y = --------------------------------------------------------------- = -------------------------------------
2A 2A
Note: There are three possible outcomes of finding the roots of the equa-
tions: two different real roots, two identical real roots, or two complex
roots. Therefore there are three fundamentally different results.
If the values for Y are both real, but different, the general form is,
Y = R 1, R 2 xh = X1 e
R1t
+ X2 e
R2 t
Note: The initial conditions are then used to find the values for X1 and X2.
If the values for Y are both real, and identical, the general form is,
Y = R 1, R 1 xh = X1 e
R1t
+ X 2 te
R1t
The initial conditions are then used to find the values for X1 and X2.
Y = σ ± ωj σt
x h = X 3 e cos ( ωt + X 4 )
The initial conditions are then used to find the values of X3 and X4.
Consider the situation where the results of a homogeneous solution are the complex
conjugate pair..
Y = R ± Cj
This gives the general result, as shown below:
( R + C j )t ( R – Cj )t
x = X1 e + X2 e
Rt Cjt Rt – Cjt
x = X1 e e + X2 e e
Rt Cjt – Cjt
x = e ( X1 e + X2 e )
Rt
x = e ( X 1 ( cos ( Ct ) + j sin ( Ct ) ) + X 2 ( cos ( – C t ) + j sin ( –C t ) ) )
Rt
x = e ( X 1 ( cos ( Ct ) + j sin ( Ct ) ) + X 2 ( cos ( ( Ct ) – j sin ( Ct ) ) ) )
Rt
x = e ( ( X 1 + X 2 ) cos ( Ct ) + j ( X 1 – X 2 ) sin ( Ct ) )
Rt
x = e ( ( X 1 + X 2 ) cos ( Ct ) + j ( X 1 – X 2 ) sin ( Ct ) )
2 2 2
( X 1 + X 2 ) + j ( X1 – X 2 )
Rt
x = e ------------------------------------------------------------------ ( ( X 1 + X 2 ) cos ( Ct ) + j ( X 1 – X2 ) sin ( Ct ) )
2 2 2
( X 1 + X 2 ) + j ( X1 – X 2 )
2 2 2 2
X 1 + 2X 1 X 2 + X2 – ( X 1 + – 2 X1 X 2 + X 2 )
Rt
x = e ---------------------------------------------------------------------------------------------------- ( ( X 1 + X 2 ) cos ( Ct ) + j ( X1 – X 2 ) sin ( Ct )
2 2 2 2
X 1 + 2X 1 X 2 + X2 – ( X 1 + – 2 X1 X 2 + X 2 )
Rt 4X 1 X 2
x = e -------------------- ( ( X 1 + X 2 ) cos ( Ct ) + j ( X 1 – X2 ) sin ( Ct ) )
4X 1 X 2
Rt ( X1 + X2 ) ( X 1 – X2 )
x = e 4X 1 X 2 ----------------------- cos ( Ct ) + j ----------------------- sin ( Ct )
4X1 X 2 4X 1 X 2
( X1 – X2 )
4X1 X 2 cos Ct + atan -----------------------
Rt
x = e ( X 1 + X 2 )
Rt
x = e X 3 cos ( Ct + X 4 ) where, X3 = 4X 1 X 2
( X1 – X 2 )
X 4 = atan -----------------------
frequency phase shift ( X1 + X2 )
The methods for solving non-homogeneous differential equations builds upon the
methods used for the solution of homogeneous equations. This process adds a step to find
the particular solution of the equation. An example of the solution of a first-order non-
homogeneous equation is shown in Figure 42. To find the homogeneous solution the non-
homogeneous part of the equation is set to zero. To find the particular solution the final
form must be guessed. This is then substituted into the equation, and the values of the
coefficients are found. Finally the homogeneous and particular are added to get the final
equation form. The overall response of the system can be obtained by adding the homoge-
neous and particular parts because the equations are linear, and the principle of superposi-
tion applies. The homogeneous equation deals with the response to initial conditions, and
the particular solution deals with the response to forced inputs.
Generally,
Ax' + Bx = Cf ( t ) x ( 0 ) = x0
First, find the homogeneous solution as before in Figure 39.
B
– --- t
A
xh = x0 e
Next, guess the particular solution by looking at the form of ’f(t)’. This step is highly
subjective, and if an incorrect guess is made, it will be unsolvable. When this hap-
pens, just make another guess and repeat the process. An example is given below. In
the case below the guess should be similar to the exponential forcing function.
For example, if we are given
4t
6x' + 2x = 5e
A reasonable guess for the particular solution is,
4t 4t
xp = C1e ∴x' p = 4C 1 e
differential equation is shown in Figure 43. In this example the forcing function is sinuso-
idal, so the particular result should also be sinusoidal. The final result is converted into a
phase shift form.
Generally,
Ax'' + Bx' + Cx = Df ( t ) x ( 0 ) = x0 and x' ( 0 ) = v 0
1. Find the homogeneous solution as before.
σt
x h = e X 3 cos ( ωt + X 4 )
2. Guess the particular solution by looking at the form of ’f(t)’. This step is highly sub-
jective, and if an incorrect guess is made it will be unsolvable. When this happens,
just make another guess and repeat the process. For the purpose of illustration an
example is given below. In the case below it should be similar to the sine function.
For example, if we are given
2x'' + 6x' + 2x = 2 sin ( 3t + 4 )
A reasonable guess is,
x p = A sin ( 3t ) + B cos ( 3t )
x'p = A cos ( 3t ) – B sin ( 3t )
x'' p = – A sin ( 3t ) – B cos ( 3t )
Substitute these into the differential equation ans solve for A and B.
2 ( A sin ( 3t ) + B cos ( 3t ) ) + 6 ( A cos ( 3t ) – B sin ( 3t ) ) + 2 ( – A sin ( 3t ) – B cos ( 3t ) ) = 2 sin ( 3t + 4
( 2A – 6B – 2A ) sin ( 3t ) + ( 2B + 6A – 2B ) cos ( 3t ) = 2 sin ( 3t + 4 )
( – 6B ) sin ( 3t ) + ( 6A ) cos ( 3t ) = 2 ( sin 3t cos 4 + cos 3t sin 4 )
– 6B = 2 cos 4 B = 0.2179
6A = 2 sin 4 A = – 0.2523
Mg
+ ∑ Fy = – Mg + K s y + K d y' = – M y''
Ks y K d y'
My'' + K d y' + K s y = Mg
Find the homogeneous solution.
At At 2 At
yh = e y' h = Ae y'' h = A e
My'' + K d y' + K s y = 0
2 At At At
M ( A e ) + K d ( Ae ) + K s ( e ) = 0
2
MA + K d A + K s = 0
2
– K d ± K d – 4MK s
A = ------------------------------------------------
2M
Let us assume that the values of M, Kd and Ks lead to the case of two differ-
ent positive roots. This would occur if the damper value was much larger
than the spring and mass values. Thus,
A = R 1, R 2
R1 t R2t
yh = C1 e + C2e
The solution continues by finding the particular solution and then solving it using
initial conditions in Figure 46. The final result is a second-order system that is over-
damped, with no oscillation.
page 68
3.3 RESPONSES
Solving differential equations tends to yield one of two basic equation forms. The
e-to-the-negative-t forms are the first-order responses and slowly decay over time. They
page 69
never naturally oscillate, they only oscillate if forced to do so. The second-order forms
may include natural oscillation. In general the analysis of input responses focus on the
homogeneous part of the solution.
3.3.1 First-order
If we have experimental results for a system, we can find the time constant, initial
and final values graphically. The time constant can be found two ways, one by extending
the slope of the first part of the curve until it intersects the final value line. That time is the
time constant value. The other method is to look for the time when the output value has
shifted 63.2% of the way from the initial to final values for the system. Assuming the
change started at t=0, this time at this point corresponds to the time constant.
page 70
y0 t 1
– --
τ y' + --- y = f ( t )
y ( t ) = y 1 + ( y 0 – y 1 )e τ
y1 time constant
For the motor use the differential equation and the speed curve when Vs=10V is applied:
1400 RPM 2
----
d-
+ ------ = ------ V s
K K
dt ω JR ω JR
1s 2s 3s
For steady-state
----
d- –1
dt ω
= 0 ω = 1400RPM = 146.6rads
2
0 + ------ 146.6 = ------ 10
K K
JR JR
K = 0.0682
1400 RPM
τ ≈ 0.8s
1s
2
-----
K - 1
= ----------
JR 0.8s
0.0682 ------ = ----------
K 1
JR 0.8s
K-
----- = 18.328
JR
1
Dω + ------- ω = 18.328V s
0.8
A simple mechanical example is given in Figure 49. As typical the modeling starts
with a FBD and a sum of forces. After this, the homogenous solution is found by setting
the non-homogeneous part to zero and solving. Next, the particular solution is found, and
the two solutions are combined. The initial conditions are used to find the remaining
unknown coefficients.
page 72
F
y
Ks Kd
d- y = 0
+ ∑ F y = – F + K s y + K d ----
dt
K d ----- y
d
Ks y
dt K d y' + K s y = F
Find the homogeneous solution.
Bt Bt
y h = Ae y' h = ABe
Bt Bt
K d ( ABe ) + K s ( Ae ) = 0
Kd B + K s = 0
–Ks
B = ---------
Kd
Next, find the particular solution.
yp = C y' p = 0
Kd ( 0 ) + Ks ( C ) = F F
∴C = -----
Ks
Combine the solutions, and find the remaining unknown.
–Ks
--------- t
Kd F
y ( t ) = y p + y h = Ae + -----
Ks
y( 0) = h
0 F F
h = Ae + ----- ∴A = h – -----
Ks Ks
The final solution is,
–Ks
--------- t
Kd
y ( t ) = h – ----- e
F F
+ -----
Ks Ks
Use the general form given below to solve the problem in Figure 49 without solving the
differential equation.
t
– --
1 τ
y' + --- y = f ( t ) y ( t ) = y 1 + ( y 0 – y 1 )e
τ
Figure 50 Drill problem: Developing the final equation using the first-order model
form
3.3.2 Second-order
– σt
y = A + ( B – A )e cos ( ω d t )
When only the damping coefficient is increased, the frequency of oscillation, and
overall response time will slow, as seen in Figure 52. When the damping coefficient is 0
the system will oscillate indefinitely. Critical damping occurs when the damping coeffi-
cient is 1. At this point both roots of the differential equation are equal. The system will
page 75
ξ≈0
ξ ≈ 0.5
(underdamped)
1
ξ = ------- = 0.707
2
ξ = 1 (critical)
(overdamped)
ξ»1
When observing second-order systems it is more common to use more direct mea-
surements of the response. Some of these measures are shown in Figure 53. The rise time
is the time it takes to go from 10% to 90% of the total displacement, and can be a good
page 76
measure of general system responsiveness. The settling time indicates how long it takes
for the system to pass within a tolerance band around the final value. Here the permissible
zone is 2%, but if it were slightly larger the system would have a much smaller settling
time. The period of oscillation can be measured directly as the time between peaks of the
oscillation, the inverse is the damping frequency. (Note: don’t forget to convert to radi-
ans.) The damped frequency can also be found using the time to the first peak, as half the
period. The overshoot is the height of the first peak. Using the time to the first peak, and
the overshoot the damping coefficient can be found.
0.02∆x b
0.02∆x
0.9∆x tr where,
ts
t r = rise time (from 10% to 90%)
∆x t s = settling time (to within 2-5% typ.)
0.5∆x ∆x = total displacement
T, f d = period and frequency - damped
b = overshoot
0.1∆x t p = time to first peak
e ss = steady state error
π
x = ∆xe
– σt
cos ( ω d t ) ω d ≈ ---- (1)
tp
σ = ξω n (2)
b- – σt
----- = e p (3)
∆x
1
ξ = ----------------------------- (4)
π - 2
------- +1
t p σ
Note: We can calculate these relationships using the complex homogenous form, and the
generic second order equation form.
2 2
A + 2ξω n + ω n = 0
2 2 2
– 2ξω n ± 4ξ ω n – 4ω n
A = ----------------------------------------------------------- = σ ± jω d
2
– 2ξωn
---------------- = σ = – ξω n σ
ω n = ------ (1)
2 –ξ
2 2 2
4ξ ω n – 4ω n
----------------------------------- = jω d
2
2 2 2 2
4ξ ω n – 4ω n = 4 ( – 1 )ω d
2
ωn – ξ ωn = ωd
2 2 2
ωn 1 – ξ = ωd
2 (2)
2 2
σ σ
------ – ξ 2 ------ = ω 2d
2 2
ξ ξ
1
1- ω
2 ξ = --------------------
= -----2d- + 1 2 (3)
----
2 ωd
ξ σ ------ + 1
2
σ
The time to the first peak can be used to find the approximate decay constant
– σt
x ( t ) = C1e cos ( ω d t + C 2 )
π
ω d = ---- (4)
tp
– σt p
b ≈ ∆xe (1)
ln ------
b (5)
∆x
σ = – ------------------
tp
t
0
4.0
Write a function of time for the graph given. (Note: measure using a ruler to
get values.) Also find the natural frequency and damping coefficient to
develop the differential equation. Using the dashed lines determine the set-
tling time.
Figure 55 Drill problem: Find the equation given the response curve
systems we typically add more e-to-the-t terms, and more sinusoidal terms. A possible
higher order system response is seen in Figure 56. The underlying function is a first-order
response that drops at the beginning, but levels out. There are two sinusoidal functions
superimposed, one with about one period showing, the other with a much higher fre-
quency.
The basic techniques used for solving first and second-order differential equations
can be applied to higher order differential equations, although the solutions will start to
become complicated for systems with much higher orders.
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
page 80
d- 4
---- d 3 d 2
+ 13 ----- x + 34 ----- x + 42 ----- x + 20x = 5
d
dt x dt dt dt
Guess a solution for the homogeneous equation,
At
xh = e
3 4
d- At ----
d- 2
2 At ----
d- 3 At
= A e ----
d- 4 At
= A e
----
dt h
x = Ae dt x h = A e dt x h dt x h
Substitute the values into the differential equation and find a value for the unknown.
4 At 3 At 2 At At At
A e + 13A e + 34A e + 42Ae + 20e = 0
4 3 2
A + 13A + 34A + 42A + 20 = 0
A = – 1, – 10, – 1 – j, – 1 + j
–t – 10t –t
xh = C1 e + C 2 e + C 3 e cos ( t + C4 )
0 + 13 ( 0 ) + 34 ( 0 ) + 42 ( 0 ) + 20A = 5 A = 0.25
Solve for the unknowns, assuming the system starts at rest and undeflected.
–t – 10t –t
x ( t ) = C 1 e + C2 e + C 3 e cos ( t + C 4 ) + 0.25
0 = C 1 + C 2 + C 3 cos ( C 4 ) + 0.25 (1)
C 3 cos ( C 4 ) = – C 1 – C 2 – 0.25 (2)
d- –t – 10t –t –t
---- x = – C 1 e – 10C 2 e – C 3 e cos ( t + C 4 ) – C 3 e sin ( t + C 4 )
dt h
0 = – C 1 – 10C 2 – C 3 cos ( C 4 ) – C 3 sin ( C 4 ) (3)
Equations (1) and (3) can be added to get the simplified equation below.
0 = – 9C 2 – C 3 sin ( C 4 ) + 0.25
C 3 sin ( C 4 ) = – 9C 2 + 0.25 (4)
2
----
d- –t
= C 1 e + 100C 2 e
– 10t –t –t
+ C 3 e cos ( t + C 4 ) + C 3 e sin ( t + C 4 ) +
dt x h
–t –t
C 3 e sin ( t + C 4 ) – C 3 e cos ( t + C 4 )
0 = C 1 + 100C 2 + C 3 cos ( C 4 ) + C 3 sin ( C 4 ) + C 3 sin ( C 4 ) – C 3 cos ( C 4 )
0 = C 1 + 100C 2 + 2C 3 sin ( C 4 ) (5)
Equations (4) and (5) can be combined.
0 = C 1 + 100C 2 + 2 ( – 9C 2 + 0.25 )
0 = – 17C 1 + 100C 2 + 0.5 (6)
3
----
d- –t
= – C 1 e + ( – 1000 )C 2 e
– 10t –t –t
– 2C 3 e sin ( t + C 4 ) + 2C 3 e cos ( t + C 4 )
dt x h
0 = – C 1 + ( – 1000 )C 2 – 2C 3 sin ( C 4 ) + 2C 3 cos ( C 4 ) (7)
C 1 = – --------- C 2 – ---
984 1 (8)
3 3
Equations (6) and (8) can be combined.
In some cases we will have systems with multiple differential equations, or non-
linear terms. In these cases explicit analysis of the equations may not be feasible. In these
cases we may turn to other techniques, such as numerical integration which will be cov-
ered in later chapters.
Up to this point we have mostly discussed the process of calculating the system
response. As an engineer, obtaining the response is important, but evaluating the results is
more important. The most critical design consideration is system stability. In most cases a
system should be inherently stable in all situations, such as a car cruise control. In other
page 83
cases an unstable system may be the objective, such as an explosive munition. Simple
methods for determining the stability of a system are listed below:
Beyond establishing the stability of a system, we must also consider general per-
formance. This includes the time constant for a first-order system, or damping coefficient
and natural frequency for a second-order system. For example, assume we have designed
an elevator that is a second-order system. If it is under damped the elevator will oscillate,
possibly leading to motion sickness, or worse. If the elevator is over damped it will take
longer to get to floors. If it is critically damped it will reach the floors quickly, without
overshoot.
Engineers distinguish between initial setting effects (transient) and long term
effects (steady-state). The transient effects are closely related to the homogeneous solution
to the differential equations and the initial conditions. The steady-state effects occur after
some period of time when the system is acting in a repeatable or non-changing form. Fig-
ure 60 shows a system response. The transient effects at the beginning include a quick rise
time and an overshoot. The steady-state response settles down to a constant amplitude sine
wave.
page 84
Steady-state
Transient
Note: the transient response is predicted with the homogeneous solution. The
steady state response in mainly predicted with the particular solution,
although in some cases the homogeneous solution might have steady state
effects, such as a non-decaying oscillation.
• XXXXXXXXXXXXXXXXXXXX
velocity is calculated by setting the acceleration to zero. This results in a maximum speed
of 126 kph. The equation can also be solved using explicit integration
XXXXXXXXXXXXXX
Consider the differential equation for a 100kg human ejected from an airplane. The aero-
dynamic drag will introduce a squared variable, therefore making the equation non-
linear.
2
Ns - 2
( y' )
∑ Fy
0.8 -------- 2
2 = 0.8 ( y' ) – Mg = – My''
m
2
Ns - 2 N
100kgy'' + 0.8 --------
2
( y' ) = 100kg9.81 ------
m kg
2
Ns - 2
100kgy'' + 0.8 -------- ( y' ) = 981N
y m
2
Mg 2
ms 2 m
100kgy'' + 0.8kg ----2 -----2- ( y' ) = 981kg ----2
s m s
–1 2 –2
100y'' + 0.8m ( y' ) = 981ms
The terminal velocity can be found be setting the acceleration to zero.
–1 2 –2
100 ( 0 ) + 0.8m ( y' ) = 981ms
–2
981
y' =
981ms
--------------------- = --------- m 2 s –2 = 35.0 m
---- = 126 km
-------
0.8m
–1 0.8 s h
An explicit solution can begin by replacing the position variable with a velocity variable
and rewriting the equation as a separable differential equation.
–1 2 –2
100y'' + 0.8m ( y' ) = 981ms
–1 2 –2
100v' + 0.8m v = 981ms
dv –1 2 –2
100 ------ + 0.8m v = 981ms
dt
dv –2 –1 2
100 ------ = 981ms – 0.8m v
dt
100
------------------------------------------------- dv = dt
–2 –1 2
981ms – 0.8m v
100
--------------------
–1
– 0.8m
∫ -------------------------------------------
981 - –2
- dv = ∫ dt
2
------------------- ms + v
–1
– 0.8m
– 125m
∫ --------------------------------------------
2
v – 1226.25m s
2 –2
- dv = t + C1
–125m
∫ -----------------------------------------------------------------
m m
dv = t + C1
+ 35.02 ---- v – 35.02 ----
v s s
A B
∫ --------------------------------
v + 35.02 m
+ -------------------------------- dv = t + C1
---- v – 35.02 m ----
s s
Av – A 35.02 ---- + Bv + B 35.02 ---- = – 125m
m m
s s
m
v ( A + B ) + 35.02 ---- ( – A + B ) = – 125m
s
A+B = 0 A = –B
m
35.02 ---- ( – A + B ) = – 125m
s
125
( – ( – B ) + B ) = – ------------- s B = – 1.785s
35.02
A = 1.785s
1.785s – 1.785s -
∫ -------------------------------- + ------------------------------- dv = t + C1
v + 35.02 ---- v – 35.02 ----
m m
s s
The integral can then be solved using an identity from the integral table. In this case
the integration constants can be left off because they are redundant with the one on
the right hand side.
m m
1.785s ln v + 35.02 ---- – 1.785s ln v – 35.02 ---- = t + C 1
s s
m
v + 35.02 ----
s- = t + C ln a + bx
∫
–1
1.785s ln -------------------------- 1 ( a + bx ) dx = ----------------------- + C
m b
v – 35.02 ----
s
m
--- - t -
v + 35.02 ---------------
1.785s
+ C1
--------------------------s- = e
m
v – 35.02 ----
s
m t -
---------------
v + 35.02 ---- C 1.785s
--------------------------s- = e e
1
m
v – 35.02 ----
s
m t -
v + 35.02 ---- ---------------
1.785s
--------------------------s- = C 2 e
m
v – 35.02 ----
s
An initial velocity of zero can be assumed to find the value of the integration constant
m 0 -
0 + 35.02 ---- ---------------
1.785s 1 = C2
s
--------------------------- = C 2 e
m
0 – 35.02 ----
s
This can then be simplified, and the absolute value sign eliminated.
m
v + 35.02 ---- t -
---------------
s
--------------------------- = ± e 1.785s
m
v – 35.02 ----
s
t -
--------------- t -
---------------
m 1.785s − m 1.785s
v + 35.02 ---- = ± ve + 35.02 ---- e
s s
t t
----------------
m
----------------
m
v 1 − −
1.785s 1.785s
+ e = + 35.02 ---
- e – 35.02 ----
s s
---------------
t -
− – 1 m −
0 = 35.02 ---- +
1.785s 1 – 1
+ = ------------ = ---
m e 1–1 0
v = 35.02 ---- ---------------------------- - ----------------
s s 1+1 − 1 + 1 2
t -
---------------
1− +e
1.785s
---------------
t -
m e 1.785s
– 1
v = 35.02 ---- ----------------------- -
s t -
---------------
1 + e 1.785s
As evident from the example, non-linear equations are much harder to solve and
don’t have routine methods. Typically the numerical methods discussed in the next chap-
ter are preferred.
If our models include a device that is non-linear, we will need to linearize the
page 89
model before we can proceed. A non-linear system can be approximated with a linear
equation using the following method.
Consider the non-linear function in Figure 65. The function can be approximated
as linear by picking a value XXXXXXXXXXXXXXXXXXXXXX
In this case the relationship between pressure drop and flow are non-linear. We
need to develop an equation that approximates the local operating point.
q
∆p ≈ R ( q – q )
∆q
∆ ( ∆p ) q
R ≈ --------------- R = 2 -----2-
∆q K
q
∆p
∆ ( ∆p )
Assume we have the non-linear differential equation below. It can be solved by lin-
earizing the value about the operating point
Given,
2
y' + 4y = 200 y ( 0 ) = 10
We can make the equation linear by replacing the velocity squared term with the
velocity times the actual velocity. As long as the system doesn’t vary too much
from the given velocity the model should be reasonably accurate.
y' = ± 200 – 4y
– 0.316 ( 0.1 )
y ( 0.1 ) = – 40e + 50 = 11.24
d- – 0.316 ( 0.1 )
---- y ( 0.1 ) = – 40 ( – 0.316 )e = 12.25 Note: a small change
dt
12.25y' + 4y = 20
Now recalculate the solution to the differential equation.
Homogeneous:
12.25y' + 4y = 0
12.25A + 4 = 0 A = – 0.327
– 0.327t
y h = Ce
Particular:
yp = A
12.25 ( 0 ) + 4A = 200 A = 50
Initial conditions:
– 0.327t
y ( t ) = Ce + 50
0.1
11.24 = Ce + 50 C = – 35.070575
– 0.316t
y ( t ) = – 35.07e + 50
Notice that the values have shifted slightly, and as the analysis progresses the
equations will adjust slowly. Higher accuracy can be obtained using smaller
steps in time.
In practical systems, the forces at work are continually changing. For example a
system often experiences a static friction force when motion is starting, but once motion
starts it is replaced with a smaller kinetic friction. Another example is tension in a cable.
When under tension the cable acts as a spring. But, when in compression the force goes to
zero.
page 92
Consider the example in Figure 68. A mass is pulled by a springy cable. The right
hand side of the cable is being pulled at a constant rate, while the block is free to move,
only restricted by friction forces and inertia. At the beginning all components are at rest
and undeflected.
x2 m
x 1 = 0.1 ---- t
N s
K s = 1000 ----
m
µ k = 0.1
M = 100kg
µ s = 0.3
An FBD and equation can be developed for the system. The friction force will be left
as a variable at this point.
Ks ( x1 – x 2 )
FF
M = 100kg ∑ Fx = – F F + K s ( x 1 – x 2 ) = Mx 2''
FF
M = 100kg ∑ Fx = – F F = Mx 2''
– F F = 100kgx2''
100kgx 2'' = – F F
FF
x 2'' = – ---------------
100kg
x2 m
x 1 = 0.1 ---- t
N s
K s = 1000 ----
m
µ k = 0.1
M = 100kg
µ s = 0.3
An FBD and equation can be developed for the system. The friction force will be left
as a variable at this point.
N
N = 100kg9.81 ------ = 981N
kg
d- m
static friction ---- x 2 ≤ 0 ----
dt s
0N ≤ F F < µ s N < 294.3N
d- m
kinetic friction ---- x > 0 ----
dt 2 s
F F = µ k N = 98.1N
The analysis of the system begins with assuming the system starts at rest and unde-
flected. In this case the cable/spring will be undeflected with no force, and the mass
will be experiencing static friction. Therefore the block will stay in place until the
cable stretches enough to overcome the static friction.
x2 = 0 x 2'' = 0 FF = 294.3N
–2 m FF
x 2'' + 10s x 2 = 1 ----3 t – ---------------
s 100kg
–2 m 294.3N
0 + 10s 0 = 1 ---3- t – -----------------
s 100kg
m 294.3kgm-
1 ---3- t = -----------------------
2
s 100kgs
t = 2.943s
Therefore the system is static from 0 to 2.943s
page 94
After motion begins the object will only experience kinetic friction, and continue to
accelerate until the cable/spring becomes loose in compression. This stage of motion
requires the solution of a differential equation.
–2 m 98.1N
x 2'' + 10s x 2 = 1 ----3 t – ---------------
s 100kg
–2 m 98.1N
0 + 10s ( At + B ) = 1 ---3- t – ---------------
s 100kg
–2 m m
10s A = 1 ----3 A = 0.1 ----
s s
–2 98.1N
10s B = – --------------- B = – 0.0981m
100kg
The equation of motion changes after the cable becomes slack. This point in time can
be determined when the displacement of the block equals the displacement of the
cable/spring end.
m m
0.1 ---- t = – 0.199 m sin ( 3.16t – 7.889rad ) + 0.1 ---- t – 0.0981m
s s
– 0.199 m sin ( 3.16t – 7.889rad ) = 0.0981m
3.16t – 7.889 + πn = – 0.51549413 t = 3.328s
d- m
x ( 3.328 ) = 0.137m ---- x ( 2.333 ) = 0.648 ----
dt s
After this the differential equation without the cable/spring is used.
98.1N m
x 2'' = – --------------- = – 0.981 ---2-
100kg s
The solution can continue, considering when to switch the analysis conditions.
There are a number of elements to the design and analysis of this system, but as
usual the best place to begin is by developing a free body diagram, and a differential equa-
tion. This is done in Figure 75.
page 98
F
+ ∑ Fy = F – 4K s y – 4K d y' + Mg = My''
y
M
My'' + 4K d y' + 4K s y = F + Mg
4K d y' 4K s y F 4K s y 4K d y' Mg
y'' + ------------- + ------------ = ----- + g
M M M
4K d y' 4K s y 1000N –2
y'' + ---------------------- + ---------------------- = ---------------------- sin ( 2 ( 2π )t ) + 9.81ms
10000Kg 10000Kg 10000Kg
–1 –1 –2 –2
y'' + 0.0004Kg K d y' + 0.0004Kg K s y = 0.1ms sin ( 4πt ) + 9.81ms
Using the differential equation, the spring values can be found by assuming the
machine is at rest. This is done in Figure 76.
When the system is at rest the equation is simplified; the acceleration and velocity
terms both become zero. In addition, we will assume that the cyclic force is not
applied for the unloaded/loaded case. This simplifies the differential equation by
eliminating several terms.
–1 –2
0.0004Kg K s y = 9.81ms
Now we can consider that when unloaded the spring is 0.30m long, and after loading
the spring is 0.25m long. This will result in a downward compression of 0.05m, in
the positive y direction.
–1 –2
0.0004Kg K s ( 0.05m ) = 9.81ms
9.81 – 2 –1
K s = -------------------------------- Kgms m
0.0004 ( 0.05 )
–1
∴K s = 491KNm
The remaining unknown is the damping coefficient. At this point we have deter-
mined the range of motion of the mass. This can be done by developing the particular
solution of the differential equation, as it will contain the steady-state oscillations caused
page 99
–1 –1 –1 –2 –2
y'' + 0.0004Kg K d y' + 0.0004Kg ( 491KNm )y = 0.1ms sin ( 4πt ) + 9.81ms
–1 –2 –2 –2
y'' + 0.0004Kg K d y' + 196s y = 0.1ms sin ( 4πt ) + 9.81ms
The particular solution can now be found by guessing a value, and solving for the
coefficients. (Note: The units in the expression are uniform (i.e., the same in each
term) and will be omitted for brevity.)
y = A sin ( 4πt ) + B cos ( 4πt ) + C
y' = 4πA cos ( 4πt ) – 4πB sin ( 4πt )
2 2
y'' = – 16 π A sin ( 4πt ) – 16π B cos ( 4πt )
2 2
∴( – 16 π A sin ( 4πt ) – 16π B cos ( 4πt ) ) + 0.0004K d ( 4πA cos ( 4πt ) – 4πB sin ( 4πt ) )
+ 196 ( A sin ( 4πt ) + B cos ( 4πt ) + C ) = 0.1 sin ( 4πt ) + 9.81
2
– 16π B + 0.0004K d 4πA + 196A = 0
–6
B = A ( 31.8 × 10 K d + 1.24 )
2
– 16 π A + 0.0004K d ( – 4πB ) + 196A = 0.1
2 –3
A ( – 16 π + 196 ) + B ( – 5.0 × 10 K d ) = 0.1
2 –6 –3
A ( – 16 π + 196 ) + A ( 31.8 × 10 K d + 1.24 ) ( – 5.0 × 10 K d ) = 0.1
0.1
A = ------------------------------------------------------------------------------------------------------------------------------------
2 –6 –3
-
– 16 π + 196 + ( 31.8 × 10 K d + 1.24 ) ( – 5.0 × 10 K d )
0.1
A = -------------------------------------------------------------------------------------------------------
2 –9 –3
-
K d ( – 159 × 10 ) + K d ( – 6.2 × 10 ) + 38.1
–6
3.18 × 10 K d – 0.124
B = -------------------------------------------------------------------------------------------------------
2 –9 –3
-
K d ( – 159 × 10 ) + K d ( – 6.2 × 10 ) + 38.1
–2
C = 9.81ms
The particular solution can be used to find a damping coefficient that will give an
overall oscillation of 0.02m, as shown in Figure 78. In this case Mathcad was used to find
the solution, although it could have also been found by factoring out the algebra, and find-
ing the roots of the resulting polynomial.
page 100
In the previous particular solution the values were split into cosine and sine components.
The magnitude oscillation can be calculated with the Pythagorean formula.
2 2
magnitude = A +B
2 –6 2
( 0.1 ) + ( 3.18 × 10 K d – 0.124 )
magnitude = -------------------------------------------------------------------------------------------------------
2 –9 –3
-
K d ( – 159 × 10 ) + K d ( – 6.2 × 10 ) + 38.1
The design requirements call for a maximum oscillation of 0.02m, or a magnitude of
0.01m.
2 –6 2
( 0.1 ) + ( 3.18 × 10 K d – 0.124 )
0.01 = -------------------------------------------------------------------------------------------------------
2 –9 –3
-
K d ( – 159 × 10 ) + K d ( – 6.2 × 10 ) + 38.1
A given-find block was used in Mathcad to obtain a damper value of,
s
K d = 3411N ---- Aside: the Mathcad solution
m
The values of the spring and damping coefficients can be used to select actual
components. Some companies will design and build their own components. Components
can also be acquired by searching catalogs, or requesting custom designs from other com-
panies.
page 101
3.7 SUMMARY
1. a) Write the differential equations for the system below. Solve the equations for x assuming that
the system is at rest and undeflected before t=0. Also assume that gravity is present.
Kd1 = 1 Ns/m
Ks1 = 1 N/m Kd = 1 Ns/m
M = 1 kg
x1
Kd2 = 1Ns/m
Ks2 = 1 N/m
F=1N x
Ks = 1 N/m
x2
F=1N
b) State whether the system is first or second-order. If the system if first-order find
the time constant. If it is second-order find the natural frequency and damping
ratio.
page 102
ans. ans.
–t
x1 = 1 – e – 0.5t
x = –12.485e cos ( 0.866t – 0.524 ) + 10.81
–t
x 2 = 2 – 2e
ζ = 0.5 ωn = 1
τ = 1
2. Solve the following differential equation with the given initial conditions and draw a sketch of
the first 5 seconds. The input is a step function that turns on at t=0.
0.5V o'' + 0.6V o' + 2.1V o = 3V i + 2 initial conditions V i = 5V
Vo = 0
V o' = 0
3. Solve the following differential equation with the given initial conditions and draw a sketch of
the first 5 seconds. The input is a step function that turns on at t=0.
0.5V o'' + 0.6V o' + 2.1V o = 3V i + 2 initial conditions V i = 5V
Vo = 0
V o' = 1
(ans.
– 0.6t
V 0 ( t ) = – 8.331e cos ( 1.96t – 0.238 ) + 8.095
4. The following differential equation was derived for a mass suspended with a spring. At time 0s
the system is released and allowed to drop. It then oscillates. Solve the differential equation to
page 103
∑ Fy
+ = K s y – Mg = – My''
N
K s = 100 ----
m 100 ---
N-
y – ( 1Kg ) 9.81 ------- = ( – 1Kg )y''
N
m Kg
y 1 Nm
M = 1Kg -------- y'' + 100 ---
N-
y = 9.81N
2 m
s
( 1Kg )y'' + 100 -----------
Kgm- Kgm-
y = 9.81 -----------
2 2
FBD: Ks y ms s
–2 –2
M y'' + ( 100s )y = 9.81ms
–1
y = 0m y' 0 = 0ms
Mg 0
5. Solve the following differential equation with the three given cases. All of the systems have a
step input ’y’ and start undeflected and at rest.
2 initial conditions x' = 0
x'' + 2ξωn x' + ω n x = y
x = 0
y = 1
case 1: ξ = 0.5 ω n = 10
case 2: ξ = 1 ω n = 10
case 3: ξ = 2 ω n = 10
6. Solve the following differential equation with the three given cases. All of the systems have a
sinusoidal input ’y’ and start undeflected and at rest.
2 initial conditions x' = 0
x'' + 2ξωn x' + ω n x = y
x = 0
y = sin ( t )
case 1: ξ = 0.5 ω n = 10
case 2: ξ = 1 ω n = 10
case 3: ξ = 2 ω n = 10
(ans.
Given s 28N N
K d = 6N ---- K s = 36 ----
M = ----------------- = 2.85kg
m m N
9.81 ------
kg
The typical transfer function for a mass-spring-damper systems is,
1
--x- = ----------------------------------------- A
- = -------------------------------------------
-
F 2 2 2
D M + DK d + K s D + D2ξωn + ω n
K-----d- 6N ----
s
M m
ξ = ------------ = --------------------------------------------- = 0.296
2ω n rad
2 ( 3.55 ) --------- 2.85kg
s
2 rad
ω d = ω n 1 – ξ = 3.39 ---------
s
If pulled and released the system would have a decaying oscillation about 1.9Hz
K -----d-
M Kd Ns
ξ = ------------ = --------------------------------------------- = 1 K d = 20.2 ------
2ω n rad m
2 ( 3.55 ) --------- 2.85kg
s
8. What is the transfer function for a second-order system that responds to a step input with an
overshoot of 20%, with a delay of 0.4 seconds to the first peak?
9. For our standard lumped parameter model weight is 36N, stiffness is 2.06*103 N/m and damp-
ing coefficient is 100Ns/m. What are the natural frequency (Hz) and damping ratio? (ans.
fn=3.77Hz, damp.=.575)
10. What would the displacement amplitude after 100ms for a system having a natural frequency
of 13 rads/sec and a damping ratio of 0.20. Assume an initial displacement of 50mm. (0.018m)
11. A spring damper system supports a mass of 34N. If it has a spring constant of 20.6N/cm, what
is the systems natural frequency? (ans. 24.37 rad/sec)
12. Determine the first order differential equation given the graphical response shown below.
page 106
t(s)
0 1 2 3 4
(ans.
x
4
t(s)
0 1 2 3 4
τ = 1
Given the equation form,
1
x' + --- x = A
τ
The values at steady state will be
x' = 0 x = 4
So the unknown ‘A’ can be calculated.
1 A = 4
0 + --- 4 = A
1
1
x' + --- x = 4
1
x' + x = 4
13. The second order response below was obtained experimentally. Determine the parameters of
page 107
the differential equation that resulted in the response assuming the input was a step function.
0.5s
1s
10
0 t(s)
page 108
ln ------ = – σ0.5
2
10
σ = – 2 ln ------ = 3.219
2
10 1
For the damped frequency: ξ = -----------------------------
π - 2
------- +1
2π t p σ
ω d = ------ = 2π
1s
These values can be used to find the damping coefficient and natural frequency
3.219
σ = ξω n ω n = -------------
ξ
2
ωd = ωn 1 – ξ
3.219 2
2π = ------------- 1 – ξ
ξ
2
2π - 2
------------ 1–ξ
= -------------
-
3.219 2
ξ
1
2π - 2
------------ 1 ξ = ------------------------------
- = 0.4560
+ 1 = ----2-
3.219 2π - 2
------------
ξ 3.219
+1
3.219 3.219
ω n = ------------- = ---------------- = 7.059
ξ 0.4560
This leads to the final equation using the steady state value of 10
2
x'' + 2ξωn x' + ω n x = F
2
x'' + 2 ( 0.4560 ) ( 7.059 )x' + ( 7.059 ) x = F
x'' + 6.438x' + 49.83x = F
( 0 ) + 6.438 ( 0 ) + 49.83 ( 10 ) = F F = 498.3
14. Explain with graphs how to develop first and second-order equations using experimental data.
page 109
First-order:
find initial final values
find time constant with 63% or by slope
use these in standard equation
Second-order:
find damped frequency from graph
find time to first peak
use these in cosine equation
page 110
4. NUMERICAL ANALYSIS
Topics:
• State variable form for differential equations
• Numerical integration with Mathcad and calculators
• Numerical integration theory: first-order, Taylor series and Runge-Kutta
• Using tabular data
• A design case
Objectives:
• To be able to solve systems of differential equations using numerical methods.
4.1 INTRODUCTION
This chapter focuses on techniques that can be used for numerically integrating
systems of differential equations.
At any time a system can be said to have a state. Consider a car for example, the
state of the car is described by its position and velocity. Factors that are useful when iden-
tifying state variables are:
After the state variables of a system have been identified, they can be used to write
first-order state variable equations. The general form of state variable equations is shown
in Figure 79. Notice that the state variable equation is linear, and the value of x is used to
calculate the derivative. The output equation is not always required, but it can be used to
calculate new output values.
----
d-
= Ax + Bu state variable equation
dt x
y = Cx + Du output equation
where,
x = state/output vector (variables such as position)
u = input vector (variables such as input forces)
A = transition matrix relating outputs/states
B = matrix relating inputs to outputs/states
y = non-state value that can be found directly (i.e. no integration)
C = transition matrix relating outputs/states
D = matrix relating inputs to outputs/states
An example of a state variable equation is shown in Figure 80. As always, the FBD
is used to develop the differential equation. The resulting differential equation is second-
order, but this must be reduced to first-order. Using the velocity variable, ’v’, reduces the
second-order differential equation can be reduced to a first-order equation. An equation is
also required to define the velocity as the first derivative of the position, ’x’. In the exam-
ple the two state equations are manipulated into a matrix form. This form can be useful,
and may be required for determining a solution. For example, HP calculators require the
matrix form, while TI calculators use the equation forms. Software such as Mathcad can
use either form. The main disadvantage of the matrix form is that it will only work for lin-
page 112
Given the FBD shown below, the differential equation for the system is,
F K d x'
x
M +
∑ Fx = – F + K d x' + K s x = Mx''
Ks x
– F + K d x' + K s x = Mx''
The equation is second-order, so two state variables will be needed. One obvious
choice for a state variable in this equation is ’x’. The other choice can be the veloc-
ity, ’v’. Equation (1) defines the velocity variable. The velocity variable can then be
substituted into the differential equation for the system to reduce it to first-order.
x' = v (1)
– F + K d x' + K s x = Mx''
– F + K d v + K s x = Mv'
Ks Kd
v' = x ----- + v ------ + ------
–F (2)
M M M
Equations (1) and (2) can also be put into a matrix form similar to that given in Fig-
ure 79.
0 1 0
d- x
---- = K K x + –F
dt v -----s -----d- v ------
M M M
Note: To have a set of differential equations that is solvable, there must be the
same number of state equations as variables. If there are too few equations, then
an additional equation must be developed using an unexploited relationship. If
there are too many equations, a redundancy or over constraint must be elimi-
nated.
Consider the two cart problem in Figure 82. The carts are separated from each
other and the wall by springs, and a force is applied to the left hand side. Free body dia-
grams are developed for each of the carts, and differential equations developed. For each
cart a velocity state variable is created. The equations are then manipulated to convert the
second-order differential equations to first-order state equations. The four resulting equa-
tions are then put into the state variable matrix form.
page 114
x1 x2
F K s1 K s2
M1 M2
F K s1 ( x 1 – x 2 ) + ∑ Fx = F – K s1 ( x 1 – x 2 ) = M 1 x 1''
M1
M 1 x 1'' + K s1 x 1 – K s1 x 2 = F
x 1' = v 1 (1)
M 1 v 1' + K s1 x 1 – K s1 x 2 = F
F K s1 K s1
v 1' = ------- – -------- x 1 + -------- x 2 (2)
M1 M1 M1
K s1 ( x 1 – x 2 ) K s2 ( x 2 ) + ∑ Fx = K s1 ( x 1 – x 2 ) – K s2 ( x 2 ) = M 2 x 2''
M2
M 2 x 2'' + ( K s1 + K s2 )x 2 – K s1 x 1 = 0
x 2' = v 2 (3)
M 2 v 2' + ( K s1 + K s2 )x 2 – K s1 x 1 = 0
K s1 K s1 + K s2
v 2' = -------- x 1 – ----------------------- x 2 (4)
M2 M2
x1 x2
K d1
F K s2
M1 K s1 M2
x1
K d1
M1 K s1
x1
x2
F Kd
M
F K d ( x 1' – x 2' )
+ ∑ Fx = F – K d ( x 1' – x 2' ) = 0
K d ( x 1' – x 2' ) = F
q = x1 – x2
Kd ( q ) = F
F
q' = ------ (1)
Kd
x1 = x2 + q (2)
K d ( x 1' – x 2' )
M + ∑ Fx = K d ( x 1' – x 2' ) = Mx 2''
F = Mx 2''
x 2' = v 2 (3)
F (4)
v 2' = -----
M
The state equations (1, 3, 4) can be put in matrix form. The output equation (2) can
also be put in matrix form.
F-
-----
q 0 0 0 q K d q
d-
---- x2 = 0 0 1 x2 + 0 x1 = 1 1 0 x2 + 0
dt
v2 0 0 0 v2 F- v2
----
M
Numerical solutions can be developed with hand calculations, but this is a very
time consuming task. In this section we will explore some common tools for solving state
variable equations. The analysis process follows the basic steps listed below.
An example in Figure 87 shows the first four steps for a mass-spring-damper com-
bination. The FBD is used to develop the differential equations for the system. The state
variables are then selected, in this case the position, y, and velocity, v, of the block. The
equations are then rearranged into state equations. The state equations are also put into
matrix form, although this is not always necessary. At this point the equations are ready
for solution.
Figure 88 shows the method for solving state equations on a TI-86 graphing calcu-
lator. (Note: this also works on other TI-8x calculators with minor modifications.) In the
example a sinusoidal input force, F, is used to make the solution more interesting. The
next step is to put the equation in the form expected by the calculator. When solving with
the TI calculator the state variables must be replaced with the predefined names Q1, Q2,
etc. The steps that follow describe the button sequences required to enter and analyze the
equations. The result is a graph that shows the solution of the equation. Points can then be
taken from the graph using the cursors. (Note: large solutions can sometimes take a few
minutes to solve.)
page 120
KS Kd Ks y K d y'
2
= – F – K d ----- y – K s y = M ----- y
d d
M ∑ Fy dt dt
y
d 2
∴F + Kd ----- y + K s y + M ----- y = 0
M F d
dt dt
F
Step 2: We need to identify state variables. In this case the height is clearly a defining variable.
We will also need to use the vertical velocity, because the acceleration is a second deriva-
tive (we can only have first derivatives). Using the height, y, and velocity, v, as state vari-
ables we may now proceed to rewriting the equations. (Note: this is just an algebraic trick,
but essential when setting up these matrices.)
Step 3: ----
d-
y = v
dt
----
d- – F – Kdv – Ks y
v = --------------------------------------
dt M
Step 4: We put the equations into a state variable matrix form.
----
d-
dt y 0 1
F-
y + 0 ----
= –K –Kd
----- v
d --------S- --------- v –1 M
M M
dt
page 121
First, we select some parameter values for the equations of Figure 87. The input force
will be a decaying sine wave.
----
d-
= vy
dt y
----
d- – F – Kd vy – Ks y – 0.5t
v = ---------------------------------------- = – 4e sin ( t ) – 2v y – 5y
dt y M
Next, the calculator requires that the state variables be Q1, Q2, ..., Q9, so we replace y
with Q1 and v with Q2.
Q1' = Q2
– 0.5t
Q2' = – 4e sin ( t ) – 2Q2 – 5Q1
Now, we enter the equations into the calculator and solve. To do this roughly follow
the steps below. Look at the calculator manual for additional details.
1. Put the calculator in differential equation mode
[2nd][MODE][DifEq][ENTER]
2. Go to graph mode and enter the equations above [GRAPH][F1]
3. Set up the axis for the graph [GRAPH][F2] so that time and the x-
axis is from 0 to 10 with a time step of 0.5, and the y height is from
+3 to -3.
4. Enter the initial conditions for the system [GRAPH][F3] as Q1=0,
Q2=0
5. Set the axis [GRAPH][F4] as x=t and y=Q
6. (TI-86 only) Set up the format [GRAPH][MORE][F1][Fld-
Off][ENTER]
7. Draw the graph [GRAPH][F5]
8. Find points on the graph [GRAPH][MORE][F4]. Move the left/right
cursor to move along the trace, use the up/down cursor to move
between traces.
First, we select some parameter values for the equations of Figure 87. The input force
will be a decaying sine wave.
----
d-
= vy
dt y
----
d- – F – Kd vy – Ks y – 0.5t
v = ---------------------------------------- = – 4e sin ( t ) – 2v y – 5y
dt y M
Next, the calculator requires that the state variables be Q1, Q2, ..., Q9, so we replace y
with Q1 and v with Q2.
Q1' = Q2
Now, we enter the equations into the calculator and solve. To do this roughly follow
the steps below. Look at the calculator manual for additional details.
1. Put the calculator in differential equation mode
[2nd][MODE][DifEq][ENTER]
2. Go to graph mode and enter the equations above [GRAPH][F1]
3. Set up the axis for the graph [GRAPH][F2] so that time and the x-
axis is from 0 to 10 with a time step of 0.5, and the y height is from
+3 to -3.
4. Enter the initial conditions for the system [GRAPH][F3] as Q1=0,
Q2=0
5. Set the axis [GRAPH][F4] as x=t and y=Q
6. (TI-86 only) Set up the format [GRAPH][MORE][F1][Fld-
Off][ENTER]
7. Draw the graph [GRAPH][F5]
8. Find points on the graph [GRAPH][MORE][F4]. Move the left/right
cursor to move along the trace, use the up/down cursor to move
between traces.
State equations can also be solved in Mathcad using built-in functions, as shown in
Figure 90. The first step is to enter the state equations as a function, ’D(t, Q)’, where ’t’ is
the time and ’Q’ is the state variable vector. (Note: the equations are in a vector, but it is
not the matrix form.) The state variables in the vector ’Q’ replace the original state vari-
ables in the equations. The ’rkfixed’ function is then used to obtain a solution. The argu-
ments for the function, in sequence are; the state vector, the start time, the end time, the
number of steps, and the state equation function. In this case the 10 second time interval is
divided into 100 parts each 0.1s in duration. This time is chosen because of the general
page 123
response time for the system. If the time step is too large the solution may become unsta-
ble and go to infinity. A time step that is too small will increase the computation time mar-
gnially. When in doubt, run the calculator again using a smaller time step.
Note: Notice that for the TI calculators the variables start at Q1, while in Mathcad the
arrays start at Q0. Many students encounter problems because they forget this.
page 124
The simplest form of numerical integration is Euler’s first-order method. Given the
current value of a function and the first derivative, we can estimate the function value a
short time later, as shown in Figure 91. (Note: Recall that the state equations allow us to
calculate first-order derivatives.) The equation shown is known as Euler’s equation. Basi-
cally, using a known position and first derivative we can calculate an approximate value a
short time, h, later. Notice that the function being integrated curves downward, creating an
error between the actual and estimated values at time ’t+h’. If the time step, h, were
smaller, the error would decrease.
y(t + h)
d- d
---- y( t) y ( t + h ) ≈ y ( t ) + h ----- y ( t )
dt dt
y(t)
Note: here the h value is the time step
between integrations points. A
smaller time step will increase the
accuracy.
t t+h
The example in Figure 92 shows the solution of Newton’s equation using Euler’s
method. In this example we are determining velocity by integrating the acceleration
caused by a force. The acceleration is put directly into Euler’s equation. This is then used
to calculate values iteratively in the table. Notice that the values start before zero so that
initial conditions can be used. If the system was second-order we would need two previous
values for the calculations.
page 125
F = M ----- v
d
dt
we can create difference equations using simple methods.
----
d- F
= -----
dt v M
first rearrange equation
v ( t + h ) ≈ v ( t ) + h ----- v ( t )
d put this in the Euler equation
dt
F( t)
v ( t + h ) ≈ v ( t ) + h ---------- finally substitute in known terms
M
We can now use the equation to estimate the system response. We will assume that
the system is initially at rest and that a force of 1N will be applied to the 1kg mass
for 4 seconds. After this time the force will rise to 2N. A time step of 2 seconds
will be used.
i t (sec) F (N) d/dt vi vi
-1 -2 0 0 0
0 0 1 1 0
1 2 1 1 2
2 4 2 2 4
3 6 2 2 8
4 8 2 2 12
5 10 2 2 16
6 12 2 2 20
7 14 2 etc etc
8 16 2
int main(){
double h = 0.1,
M = 1.0,
F;
FILE *fp;
double v,
t;
if( ( fp = fopen("[Link]", "w")) != NULL){
v = 0.0;
for( t = 0.0; t < 10.0; t += h ){
if((t >= 0.0) && (t < 4.0)) F = 1.0;
if(t > 4.0) F = 2.0;
v = step(v, h, F/M);
fprintf(fp, "%f, %f, %f\n", t, v, F, M);
}
}
fclose(fp);
}
First-order integration works well with smooth functions. But, when a highly
curved function is encountered we can use a higher order integration equation. Recall the
Taylor series equation shown in Figure 96 for approximating a function. Notice that the
first part of the equation is identical to Euler’s equation, but the higher order terms add
accuracy.
1 2 d 2 1 3 d 3 1 4 d 4
x ( t + h ) = x ( t ) + h ----- x ( t ) + ----- h ----- x ( t ) + ----- h ----- x ( t ) + ----- h ----- x ( t ) + …
d
dt 2! dt 3! dt 4! dt
An example of the application of the Taylor series is shown in Figure 97. Given the
differential equation, we must first determine the derivatives and substitute these into Tay-
lor’s equation. The resulting equation is then used to iteratively calculate values.
page 130
Given – 20t 3
x' – x = 1 + e +t
----
d-
= 1+e
– 20t 3
+t +x
We can write, dt x
d- 2
---- –t 2
= – e + 3t
dt x
d- 3
---- –t
= e + 6t
dt x
In the Taylor series this becomes,
– 20t 3 1 2 –t 2 1 3 –t
x( t + h ) = x ( t ) + h( 1 + e + t + x ) + ----- h ( – e + 3t ) + ----- h ( e + 6t )
2! 3!
h = 0.1 0 0
0.1 0
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
Recall that the state variable equations are first-order equations. But, to obtain
accuracy the Taylor method also requires higher order derivatives, thus making is unsuit-
able for use with state variable equations.
The equations in Figure 98 are for fourth order Runge-Kutta integration. The func-
tion ’f()’ is the state equation or state equation vector. For each time step the values ’F1’ to
’F4’ are calculated in sequence and then used in the final equation to find the next value.
The ’F1’ to ’F4’ values are calculated at different time steps, and values from previous
time steps are used to ’tweak’ the estimates of the later states. The final summation equa-
tion has a remote similarity to Euler’s equation. Notice that the two central values in time
are more heavily weighted.
F 1 = hf ( t, x )
F1
F 2 = hf t + ---, x + ------
h
2 2
F2
F 3 = hf t + ---, x + ------
h
2 2
F 4 = hf ( t + h, x + F 3 )
1
x ( t + h ) = x ( t ) + --- ( F 1 + 2F 2 + 2F 3 + F4 )
6
where,
d-
---- x = v y = 2 (assumed input)
dt
d- v0 = 1
---- v = 3 + 4v + 5y
dt x0 = 3
d- x
---- = 0 1 x + 0 0 y h = 0.1
dt v 0 4 v 5 3 1
xi + 1 xi 1
= + --- ( F 1 + 2F 2 + 2F 3 + F4 )
vi + 1 vi 6
xi + 1 1
= 3 + --- 0.1 + 2 0.185 + 2 0.202 + 0.3108 = 3.1974667
vi + 1 1 6 1.7 2.04 2.108 2.5432 3.0898667
2 use,
F = M ----- x
d x(0) = 1
dt v(0) = 2
h = 0.5 s
F = 10
M=1
y0 = 1 y 0' = 0
Ks
//
// A program to do Runge Kutta integration of a mass spring damper system
//
#include <stdio.h>
int main(){
FILE *fp;
double h = 0.001;
double t;
int j = 0;
//
// First order integration done here (could be replaced with runge kutta)
//
void step(double t, double h, double X[]){
double tmp[SIZE],
dX[SIZE],
F1[SIZE],
F2[SIZE],
F3[SIZE],
F4[SIZE];
// Calculate F1
derivative(t, X, dX);
multiply(h, dX, F1);
// Calculate F2
multiply(0.5, F1, tmp);
add(X, tmp, tmp);
derivative(t+h/2.0, tmp, dX);
multiply(h, dX, F2);
// Calculate F3
multiply(0.5, F2, tmp);
add(X, tmp, tmp);
derivative(t+h/2.0, tmp, dX);
multiply(h, dX, F3);
// Calculate F4
add(X, F3, tmp);
derivative(t+h, tmp, dX);
multiply(h, dX, F4);
//
// State Equations Calculated Here
//
void derivative(double t, double X[], double dX[]){
dX[0] = X[1];
dX[1] = (-Ks/Mass)*X[0] + (-Kd/Mass)*X[1] + (Force/Mass);
}
//
// A subroutine to add vectors to simplify other equations
//
void add(double X1[], double X2[], double R[]){
for(int i = 0; i < SIZE; i++) R[i] = X1[i] + X2[i];
}
//
// A subroutine to multiply a vector by a scalar to simplify other equations
//
void multiply(double X, double V[], double R[]){
for(int i = 0; i < SIZE; i++) R[i] = X*V[i];
}
In most cases the result of numerical analysis is graphical or tabular. In both cases
details such as time constants and damped frequencies can be obtained by the same meth-
ods used for experimental analysis. In addition to these methods there is a technique that
can determine the steady-state response of the system.
The state equations can be used to determine the steady-state response of a system
by setting the derivatives to zero, and then solving the equations. Consider the example in
Figure 105. The solution begins with a state variable matrix. (Note: this can also be done
page 138
without the matrix also.) The derivatives on the left hand side are set to zero, and the equa-
tions are rearranged and solved with Cramer’s rule.
0 1 0 0
F K ----
F- K F
– ----- – -----d- – -----s – -----
M M M F M M 0
x = ----------------------------- = ----------- = ------ v = ----------------------------- = ----------- = 0
K
0 1 K -----s S 0 1 K -----s
M M
K s Kd K K
– ----- – ------ – -----s – -----d-
M M M M
When doing experiments, data is often collected in the form of individual data
points (not as complete functions). It is often necessary to integrate or differente these val-
ues. The basic equations for integrating and differentiating are shown in Figure 106. Given
data points, y, collected at given times, t, we can integrate and differentiate using the given
equations. The integral is basically the average height of the two points multiplied by the
width to give an area, or integral. The first derivative is basically the slope between two
points. The second derivative is the change in slope values for three points. In a computer
based system the time points are often equally spaced in time, so the difference in time can
be replaced with a sample period, T. Ideally the time steps would be as small as possible to
page 139
y(t)
yi + 1
yi
yi – 1
ti – 1 T T
ti ti + 1
ti
i + y i – 1
y--------------------
∫t y ( t ) d t ≈ - ( t i – ti – 1 ) = T
--- ( y i + y i – 1 )
i 2 2
i–1
yi – yi – 1 yi + 1 – yi
y ( t i ) ≈ --------------------- = --------------------- = --- ( y i – y i – 1 ) = --- ( y i + 1 – y i )
d-
---- 1 1
dt ti – ti – 1 t i + 1 – ti T T
--- ( y i + 1 – y i ) – --1- ( y i – y i – 1 )
1
----
d- 2
T T –2 yi + yi – 1 + yi + 1
dt y ( t i ) ≈ ----------------------------------------------------------------- = --------------------------------------------
2
-
T T
When analyzing a system, we may need to choose an input that is more complex
than the inputs such as the step, ramp, sinusoidal and parabolic. The easiest way to do this
is to use switching functions. Switching functions turn on (have a value of 1) when their
arguments are greater than or equal to zero, or off (a value of 0) when the argument is neg-
ative. Examples of the use of switching functions are shown in Figure 107. By changing
page 140
the values of the arguments we can change when a function turns on and off.
u(t)
1
t
u ( –t )
1
t
u(t – 1)
1
t
u(t + 1)
1 t
u(t + 1) – u(t – 1 )
1 t
These switching functions can be multiplied with other functions to create a com-
plex function by turning parts of the function on or off. An example of a curve created
with switching functions is shown in Figure 108.
page 141
f(t)
5
t
seconds
0 1 3 4
f ( t ) = 5t ( u ( t ) – ( t – 1 ) ) + 5 ( u ( t – 1 ) – u ( t – 3 ) ) + ( 20 – 5t ) ( u ( t – 3 ) – u ( t – 4 ) )
or
f ( t ) = 5tu ( t ) – 5 ( t – 1 )u ( t – 1 ) – 5 ( t – 3 )u ( t – 3 ) + 5 ( t – 4 )u ( t – 4 )
The unit step switching function is available in Mathcad and makes creation of
complex functions relatively trivial. Step functions are also easy to implement when writ-
ing computer programs, as shown in Figure 109.
f= 5.0 * t * u(t)
- 5.0 * (t - 1.0) * u(t - 1.0)
- 5.0 * (t - 3.0) * u(t - 3.0)
+ 5.0 * (t - 4.0) * u(t - 4.0);
return f;
}
In some cases we are given tables of numbers instead of equations for a system
component. These can still be used to do numerical integration by calculating coefficient
values as required, in place of an equation.
Tabular data consists of separate data points as seen in Figure 110. But, we may
need values between the datapoints. A simple method for finding intermediate values is to
interpolate with the "lever law". (Note: it is called this because of its’ similarity to the
equation for a lever.) The table in the example only gives flow rates for a valve at 10
degree intervals, but we want flow rates at 46 and 23 degrees. A simple application of the
lever law gives approximate values for the flow rates.
Figure 110 Using tables of values to interpolate numerical values using the lever law
The subroutine in Figure 111 was written to return the numerical value for the data
table in Figure 110. In the subroutine the tabular data is examined to find the interval that
the flow rate value falls between. Once this is found the valve angle is calculated as the
ratio between the two known values.
page 143
When more accuracy is required smooth curves can be fitted to interpolate points.
These curves are known as splines. There are multiple methods for creating splines, but
the simplest is to use a polynomial fitted to a set of points.
The example in Figure 112 shows a spline curve being fitted for three data points.
In this case a second order polynomial is used. The three data points are written out as
equations, and then put into matrix form, using the coefficients as the unknown values.
The matrix is then solved to obtain the coefficient values for the final equation. This equa-
tion can then be used to build a mathematical model of the system.
page 144
The datapoints below might have been measured for the horsepower of an internal
combustion engine on a dynamometer.
S (RPM) P (HP)
1000 105
4000 205
6000 110
In this case there are three datapoints, so we can fit the curve with a second (3-1)
order polynomial. The major task is to calculate the coefficients so that the
curve passes through all of the given points.
2
P ( S ) = AS + BS + C
Data values can be substituted into the equation,
2
P ( 1000 ) = A1000 + B1000 + C = 105
2
P ( 4000 ) = A4000 + B4000 + C = 205
2
P ( 6000 ) = A6000 + B6000 + C = 110
This can then be put in matrix form to find the coefficients,
2 Note: in this example the
1000 1000 1 A 105
inverse matrix is used, but
4000 4000 1 B = 205
2
other methods for solving
2 C 110 systems of equations are
6000 6000 1
–1
equally valid. If the equa-
A 1000000 1000 1 105 tions were simpler, substitu-
B = 16000000 4000 1 205 tion might have been a better
approach.
C 36000000 6000 1 110
–8 –7 –7
A 6.667 × 10 – 1.667 × 10 1.000 × 10 105
B = – 6.667 × 10 –4 1.167 × 10 –3 – 5.000 × 10 –4 205
C 1.600 –1.000 0.400 110
–5
A – 1.617 × 10
B = 0.114
C 7.000
–5 2
P ( S ) = ( – 1.617 × 10 )S + 0.114S + 7.000
The order of the polynomial should match the number of points. Although, as the
number of points increases, the shape of the curve will become less smooth. A common
way for dealing with this problem is to fit the spline to a smaller number of points and then
verify that it matches the remaining points.
Despite our deepest wishes for simplicity, most systems contain non-linear compo-
nents. In the last chapter we looked at dealing with non-linearities by linearizing them
locally. Numerical techniques will handle non-linearities easily, but smaller time steps are
required for accuracy.
Consider the mass and an applied force shown in Figure 113. As the mass moves
an aerodynamic resistance force is generated that is proportional to the square of the
velocity. This results in a non-linear differential equation. This equation can be numeri-
cally integrated using a technique such as Runge-Kutta. Note that the state equation matrix
form cannot be used because it requires linear equations.
x
2
∑ Fx
F 20x' 2
= F – 20x' = Mx''
M
x' = v (1)
– 20 2 F
v' = --------- v + ----- (2)
M M
Consider the simplified model of a car suspension shown in Figure 114. The model
distributes the vehicle weight over four tires with identical suspensions, so the mass of the
vehicle is divided by four. In this model the height of the road will change and drive the
tire up, or allow it to drop down. The tire acts as a stiff spring, with little deflection. The
upper spring and damper are the vibration isolation units. The damper has been designed
to stiffen as the damper is compressed. The given table shows how the damping coeffi-
cient varies with the amount of compression.
page 146
yc L Kd
Mc N (cm) (Ns/m)
K s1 = 50000 ----
m
N 30 1000
K s2 = 200000 ----
K s1 Kd m 0 1600
M c = 400Kg -20 2000
-30 2250
M t = 20Kg
Mt
yt
K s2
yr
For our purposes we will focus only on the translation of the tire, and ignore its
rotational motion. The differential equations describing the system are developed in Fig-
ure 115.
page 147
yc
Mc
∑F = K s1 ( y t – y c ) + K d ( y t' – y c' ) – M c g = M c y c''
K s2 – K s2 – K s1 K s1 –Kd Kd
v t' = -------- y r + -------------------------- y t + -------- y c + --------- v t + ------ v c + ( – g ) (4)
K s2 ( y r – y t ) Mt Mt Mt Mt Mt
Figure 115 Differential and state equations for the car suspension system
The damping force must be converted from a tabular form to equation form. This
is done in Figure 116.
page 148
3 2 30 1000
K d ( L ) = AL + BL + CL + D 0 1600
-20 2000
-30 2250
The four data points can now be written in equation form, and then put into matrix form.
3 2
1000 = A ( 0.3 ) + B ( 0.3 ) + C ( 0.3 ) + D
3 2
1600 = A ( 0 ) + B ( 0 ) + C ( 0 ) + D
3 2
2000 = A ( – 0.2 ) + B ( – 0.2 ) + C ( – 0.2 ) + D
3 2
2250 = A ( –0.3 ) + B ( – 0.3 ) + C ( – 0.3 ) + D
0.027 0.09 0.3 1 A 1000
0 0 0 1 B = 1600
– 0.008 0.04 – 0.2 1 C 2000
– 0.027 0.09 – 0.3 1 D 2250
The matrix can be solved to find the coefficients, and the final equation written.
A – 2778
B = 277.8
C – 1833
D 1600
3 2
K d ( L ) = ( – 2778 )L + ( 277.8 )L + ( – 1833 )L + 1600
The system is to be tested for overall deflection when exposed to obstacles on the
road. For the initial conditions we need to find the resting heights for the tire and car body.
This can be done by setting the accelerations and velocities to zero, and finding the result-
ing heights.
page 149
The initial accelerations and velocities are set to zero, assuming the car has settled to a
steady state height. This then yields equations that can be used to calculate the ini-
tial deflections. Assume the road height is also zero to begin with.
K s1 – K s1 K –K
0 = -------
- y t + ----------
- y c + ------d- 0 + --------d- 0 + ( – g )
Mc Mc M c Mc
Mc
y c = y t – g --------
K s1
K s2 – K s2 – K s1 K s1 –K K
0 = -------
- 0 + -------------------------
- y t + -------
- y c + --------d- 0 + -----d- 0 + ( – g )
Mt Mt Mt Mt M t
gM t = ( – K s2 – K s1 )y t + ( K s1 )y c
Mc Mc + Mt
gM t = ( – K s2 – K s1 )y t + ( K s1 ) y t – g -------- y t = – g --------------------
K s2
K s1
Mc + Mt Mc Mc + Mt Mc
y c = – g -------------------- – g -------- y c = – g -------------------- + --------
K s2 K s1 K s2 K s1
The resulting calculations can then be written in a computer program for analysis,
as shown in Figure 118.
page 150
#include <stdio.h>
#include <math.h>
main(){
double state[SIZE];
double derivative[SIZE];
FILE *fp_out;
double t;
int i;
This program was then used to test various design cases by selecting input types
page 152
for changes in the road height, and then calculating how the tire and vehicle heights would
change as a result. Some of these results are seen in Figure 120. These results were
obtained by running the program, and then graphing the results in a spreadsheet program.
The input of zero for the road height was used to test the program. As shown the height of
the vehicle changes, indicating that the initial height calculations are correct, and the
model is stable. The step function shows some oscillations that settle out to a stable final
value. The oscillation is relatively slow, and is fully transmitted to the automobile. The
ramp function shows that the car follows the rise of the slope with small transient effects
at the start.
y r ( t ) = 0.0 y r ( t ) = 0.2m
0 0.3
1 8 15 22 29 36 43 50 57 64 71 78 85 92 99
0.25
-0.02
0.2
-0.04 0.15
0.1
Series1 Series
-0.06
Series2 Series
0.05
-0.08 0
1 8 15 22 29 36 43 50 57 64 71 78 85 92 99
-0.05
-0.1
-0.1
-0.12 -0.15
0.2
2
0.1
1.5
0
1 8 15 22 29 36 43 50 57 64 71 78 85 92 99 Series 1 Series
Series 2 1
Series
-0.1
0.5
-0.2
0
-0.3
1 8 15 22 29 36 43 50 57 64 71 78 85 92 99
-0.4 -0.5
4.8 SUMMARY
• State variable equations are used to reduced to first order differential equations.
• First order equations can be integrated numerically.
• Higher order integration, such as Runge-Kutta increase the accuracy.
• Switching functions allow functions terms to be turned on and off to provide
more complex function.
Kd
F
M Ks
3. The system below is comprised of two masses. There is viscous damping between the masses
and between the bottom mass and the floor. The masses are also connected with a cable that is
run over a massless and frictionless pulley. Write the differential equations for the system, and
page 154
B1
x2
F
M2
B2
+y
(ans.
+x
∑F
T Ks x 1 = – T – K s x 1 – B 1 ( x 1' – x 2' ) = M 1 x 1''
M1
v 1 = x 1'
B 1 ( x 1' – x 2' ) v 2 = x 2'
–Ks –B1 B1
v 1' = x 1 --------- + v 1 --------- + v 2 ------- + -------
–T
M1 M1 M 1 M 1
B 1 ( x 1' – x 2' )
T
M2 ∑F = – T + B 1 ( x 1' – x 2' ) + F – B2 x 2' = M 2 x 2''
F
B1 –B 1 – B 2
v 2' = v 1 ------- + v 2 --------------------- + -----------------
–T+F
B 2 x 2' M 2 M2 M2
4. Given the differential equation below integrate the values numerically (show all work) for the
first ten seconds in 1 second intervals. Assume the initial value of x is 1. You may use first
order or Runge Kutta integration.
x' + 0.25x = 3
page 155
(ans.
t x x’
x' = 3 – 0.25x
x ( t + h ) = x ( t ) + h ----- x ( t )
d 0 1 2.75
dt 1 3.75 2.06
2 5.81 1.55
x ( t + h ) = x ( t ) + 1 ( 3 – 0.25x ( t ) ) 3 7.36 1.16
4 8.52 0.870
x ( t + h ) = 0.75x ( t ) + 3 5 9.39 0.652
6 10.0 0.489
7 10.5 0.367
8 10.9 0.275
9 11.2 0.206
10 11.4
5. Do a first order numerical integration of the derivative below from 0 to 10 seconds in one sec-
ond step. Assume the system starts at rest.
d- 2
---- x ( t ) = 5( t – 4 )
dt
6. Given the following differential equation and initial conditions, draw a sketch of the first 5 sec-
onds of the output response. The input is a step function that turns on at t=0. Use at least two
different methods, and compare the results.
0.5V o'' + 0.6V o' + 2.1V o = 3V i + 2 initial conditions V i = 5V
Vo = 0
V o' = 1
7. a) For the mass-spring-damper system below solve the differential equation as a function of
time. Assume the system starts at rest and undeflected. b) Also solve the problem using your
calculator (and state equations) to verify your solution. Sketch the results.
x
K s = 10 Kd
K d = 10 F
M = 10 M Ks
F = 10
page 156
(ans. K d x'
∑F
F = F – K d x' – K s x = Mx''
M Ks x
Mx'' + K d x' + K s x = F
10x'' + 10x' + 10x = 10
x'' + x' + x = 1
homogeneous:
x'' + x' + x = 0
2
A +A+1 = 0
– 1 ± 1 – 4( 1 )( 1 ) 3
A = ---------------------------------------------- = – 0.5 ± j -------
2(1) 2
cos ------- t + C 2
– 0.5t 3
xh = C1 e
2
particular: xp = B
0+0+B = 1
xp = 1
initial conditions:
cos ------- t + C 2 + 1
– 0.5t 3
x = xh + xp = C1e
2
8. The mechanical system below is a mass-spring-damper system. A force ’F’ of 100N is applied
to the 10Kg cart at time t=0s. The motion is resisted by the spring and damper. The spring
coefficient is 1000N/m, and the damping coefficient is to be determined. Follow the steps
below to develop a solution to the problem. Assume the system always starts undeflected and
page 157
at rest.
a) Develop the differential equation for the system.
b) Solve the differential equation using damping coefficients of 100Ns/m and
10000Ns/m. Draw a graph of the results.
c) Develop the state equations for the system.
d) Solve the system with a first order numerical analysis using Mathcad for damp-
ing coefficients of 100Ns/m and 10000Ns/m. Draw a graph of the results.
e) Solve the system with a Runge Kutta numerical analysis using Mathcad for
damping coefficients of 100Ns/m and 10000Ns/m. Draw a graph of the results.
f) Write a computer program (in C, Java or Fortran) to do the Runge Kutta numer-
ical integration in step e). Draw a graph of the results.
g) Compare all of the solutions found in the previous steps.
h) Select a damper value to give an overall system damping coefficient of 1. Verify
the results by numerically integrating.
Kd
F
M Ks
F K s1 K s2
M1 M2
a. Find the differential equations for the system. Consider the effects of gravity.
b. Put the equations in state variable form.
c. Put the equations in state variable matrices.
d. Use your calculator to find values for x1 and x2 over the first 10 seconds using 1/
2 second intervals. Use the values, K1=K2=100N/m, B=10Nm/s, M1=M2=1kg.
Assume that the system starts at rest, and the springs are undeformed initially.
e. Use Mathcad to plot the values for the first 10 seconds.
f. Use working model to find the values for the first 10 seconds.
g. Use Mathcad and the Runge-Kutta method to find the first 10 seconds using half
second intervals.
page 158
x1 x2
K d1
F K s2
M1 K s1 M2
5. ROTATION
Topics:
• Basic laws of motion
• Inertia, springs, dampers, levers, gears and belts
• Design cases
Objectives:
• To be able to develop and analyze differential equations for rotational systems.
5.1 INTRODUCTION
The equations of motion for a rotating mass are shown in Figure 121. Given the
angular position, the angular velocity can be found by differentiating once, the angular
acceleration can be found by differentiating again. The angular acceleration can be inte-
grated to find the angular velocity, the angular velocity can be integrated to find the angu-
lar position. The angular acceleration is proportional to an applied torque, but inversely
proportional to the mass moment of inertia.
equations of motion
ω = ----- θ
d
θ (1)
dt
T
d 2
α = ----- ω = ----- θ
d (2)
dt dt
OR θ(t) = ∫ ω ( t ) dt = ∫ ∫ α ( t ) dt dt (3)
ω( t ) = ∫ α ( t ) dt (4)
T(t )
α ( t ) = ---------- (5)
JM
where,
θ, ω, α = position, velocity and acceleration
J M = second mass moment of inertia of the body
T = torque applied to body
Note: A ’torque’ and ’moment’ are equivalent in terms of calculations. The main differ-
ence is that ’torque’ normally refers to a rotating moment.
Given the initial state of a rotating mass, find the state 5 seconds later.
rad rad-
θ = 1rad ω = 2 --------- α = 3 --------
2
s s
Figure 122 Drill problem: Find the position with the given conditions
5.2 MODELING
Free Body Diagrams (FBDs) are required when analyzing rotational systems, as
they were for translating systems. The force components normally considered in a rota-
tional system include,
5.2.1 Inertia
When unbalanced torques are applied to a mass it will begin to accelerate, in rota-
tion. The sum of applied torques is equal to the inertia forces shown in Figure 123.
θ, ω, α
∑T = JM α (6)
J M = I xx + I yy (7)
∫ y dM
2 (8)
I xx =
J
∫ x dM
2 (9)
T I yy =
Note: The ’mass’ moment of inertia will be used when dealing with acceleration of a
mass. Later we will use the ’area’ moment of inertia for torsional springs.
The mass moment of inertia determines the resistance to acceleration. This can be
calculated using integration, or found in tables. When dealing with rotational acceleration
it is important to use the mass moment of inertia, not the area moment of inertia.
The center of rotation for free body rotation will be the centroid. Moment of inertia
values are typically calculated about the centroid. If the object is constrained to rotate
about some point, other than the centroid, the moment of inertia value must be recalcu-
lated. The parallel axis theorem provides the method to shift a moment of inertia from a
centroid to an arbitrary center of rotation, as shown in Figure 124.
page 162
J M = J˜M + Mr
2
where,
J M = mass moment about the new point
J˜M = mass moment about the centroid
Figure 124 Parallel axis theorem for shifting a mass moment of inertia
J A = J˜A + Ar
2
where,
J A = area moment about the new point
J˜A = area moment about the centroid
Figure 125 Parallel axis theorem for shifting a area moment of inertia
Aside: If forces do not pass through the center of an object, it will rotate. If the object
is made of a homogeneous material, the area and volume centroids can be used as
the center. If the object is made of different materials then the center of mass should
be used for the center. If the gravity varies over the length of the (very long) object
then the center of gravity should be used.
The centroid can now be shifted to the center of rotation using the parallel axis theorem.
-4
Figure 128 Drill problem: Find the velocity of the rotating shaft
5.2.2 Springs
Twisting a rotational spring will produce an opposing torque. This torque increases
as the deformation increases. A simple example of a solid rod torsional spring is shown in
Figure 129. The angle of rotation is determined by the applied torque, T, the shear modu-
lus, G, the area moment of inertia, JA, and the length, L, of the rod. The constant parame-
ters can be lumped into a single spring coefficient similar to that used for translational
springs.
page 166
L
JAG
T = ---------- θ (8)
L
θ
T = – K S ( ∆θ ) (9)
T
Note: Remember to use radians for these calculations. In fact you are advised to use
radians for all calculations. Don’t forget to set your calculator to radians also.
The spring constant for a torsional spring will be relatively constant, unless the
material is deformed outside the linear elastic range, or the geometry of the spring changes
significantly.
When dealing with strength of material properties the area moment of inertia is
required. The calculation for the area moment of inertia is similar to that for the mass
moment of inertia. An example of calculating the area moment of inertia is shown in Fig-
ure 130, and based on the previous example in Figure 126. The calculations are similar to
those for the mass moments of inertia, except for the formulation of the integration ele-
ments. Note the difference between the mass moment of inertia and area moment of inertia
for the part. The area moment of inertia can be converted to a mass moment of inertia sim-
ply by multiplying by the density. Also note the units.
page 167
4
-2.5
-5 5
First, the area moment of inertia is calculated about the cen- -1
troid by integration. All dimensions are in m.
-4
3 4m 3 3
( 4m ) ( – 4m )
= 10m --------------- – ------------------ = 426.7m
y
∫–4m ∫–4m y 2 ( 5m ) dy = 10m ----3-
4m 2 4m 2 4
I xx = y dA = 3
– 4m
3
5m
3 3 3
( 5m ) ( – 5m )
= 8m --------------- – ------------------ = 666.7m
x
= ∫ x dA = ∫
5m 2 5m 2 4
I yy x 2 ( 4m ) dx = 8m ----- 3
– 5m – 5m 3 – 5m
3
Next, shift the area moment of inertia from the centroid to the other point of rotation.
J A = J˜A + Ar
2
4 2 2
∴ = 1093.4m + ( ( 4m – ( –4m ) ) ( 5m – ( – 5m ) ) ) ( ( – 1m ) + ( – 2.5m ) )
4
∴ = 1673m
∫ y dA
2 (8)
Note: The basic definitions for the area I xx =
moment of inertia are shown to the
∫ x dA
2 (9)
right. I yy =
J A = I xx + I yy (10)
J A = J˜A + Ar
2
(11)
Note: You may notice that when the area moment of inertia is multiplied by the den-
sity of the material, the mass moment of inertia is the result. Therefore if you
have a table of area moments of inertia, multiplying by density will yield the mass
moment of inertia. Keep track of units when doing this.
For a 1/2" 1020 steel rod that is 1 yard long, find the torsional spring coefficient.
An example problem with torsional springs is shown in Figure 132. There are three
torsional springs between two rotating masses. The right hand spring is anchored solidly
in a wall, and will not move. A torque is applied to the left hand spring. Because the tor-
sional spring is considered massless the tow will be the same at the other end of the spring,
at mass J1. FBDs are drawn for both of the masses, and forces are summed. (Note: the
similarity in the methods used for torsional, and for translational springs.) These equations
are then rearranged into state variable equations, and finally put in matrix form.
page 169
J M1 J M2
τ K s1 K s2 K s3
Model the system above assuming that the center shaft is a torsional spring, and that a
torque is applied to the leftmost disk. Leave the results in state variable form.
θ1
K s2 ( θ 1 – θ 2 ) + ∑M = τ – K s2 ( θ 1 – θ 2 ) = J M1 θ 1''
J M1 θ 1'' = – K s2 θ 1 + K s2 θ 2 + τ
θ 1' = ω 1 (1)
J M1
– K s2 K s2
τ ω 1' = ----------- θ 1 + -------- θ 2 + τ (2)
JM JM
1 1
θ2
K s2 ( θ 2 – θ 1 ) + ∑M = – K s2 ( θ 2 – θ 1 ) – K s3 θ 2 = J M2 θ 2''
– K s3 – K s2 K s2
θ 2'' = --------------------------- θ 2 + -------- θ 1
J M2 JM
2
J M2 θ 2' = ω 2 (3)
– K s3 – K s2 K s2
K s3 θ 2 ω 2' = --------------------------- θ 2 + -------- θ 1
(4)
JM 2
JM 2
0 1 0 0
θ1 – K s2 K s2 θ1 0
----------- 0 -------- 0
d- ω 1 J M1 J M1 ω1
---- = + τ
dt θ 0 0 0 1 θ2 0
2
ω2 K s2
-------
– K s3 – K s2
- 0 ω2
- 0 --------------------------
0
J M2 J M2
5.2.3 Damping
Rotational damping is normally caused by viscous fluids, such as oils, used for
lubrication. It opposes angular velocity with the relationships shown in Figure 133. The
first equation is used for a system with one rotating and one stationary part. The second
equation is used for damping between two rotating parts.
T = –K d ω
T = Kd ( ω1 – ω2 )
If a wheel (JM=5kg m**2) is turning at 150 rpm and the damping coefficient is 1Nms/
rad, what is the deceleration?
The example in Figure 132 is extended to include damping in Figure 135. The pri-
mary addition from the previous example is the addition of the damping forces to the
FBDs. In this case the damping coefficients are indicated with ’B’, but ’Kd’ could have
also been used. The state equations were developed in matrix form. Visual comparison of
the final matrices in this and the previous example reveal that the damping terms are the
page 171
only addition.
J M1 J M2
τ K s1 K s2 K s3
B1 B2
Model the system above assuming that the center shaft is a torsional spring, and that a
torque is applied to the leftmost disk. Leave the results in state variable form.
θ1
K s2 ( θ 1 – θ 2 ) + ∑ M = τ – K s2 ( θ 1 – θ 2 ) – B 1 θ 1' = J M1 θ 1''
J M1 θ 1'' = – B 1 θ 1' – K s2 θ 1 + K s2 θ 2 + τ
θ 1' = ω 1 (1)
J M1
–B1 – K s2 K s2
τ ω 1' = --------- ω 1 + ----------- θ 1 + -------- θ 2 + τ (2)
JM JM JM
B 1 θ 1' 1 1 1
θ2
K s2 ( θ 2 – θ 1 ) +∑ M = – K s2 ( θ 2 – θ 1 ) – B 2 θ 2' – K s3 θ2 = J M 2 θ 2''
–B2 – K s3 – K s2 K s2
θ 2'' = --------- θ 2' + --------------------------- θ 2 + -------- θ 1
JM 2
JM 2 2
JM
J M2 θ 2' = ω 2 (3)
– B2 – K s3 – K s2 K s2
K s3 θ 2 ω 2' = --------- ω 2 + --------------------------- θ 2 + -------- θ 1
(4)
B 2 θ 2' J M2 J M2 J M2
0 1 0 0
θ1 – K s2 –B K s2 θ1 0
----------- --------1- -------- 0
d- ω 1 J M1 JM1 J M1 ω1
---- = + τ
dt θ 0 0 0 1 θ2 0
2
ω2 K s2
-------
-
– K s3 – K s2 –B2 ω
2
0
0 --------------------------
- ---------
J M2 J M2 J M2
5.2.4 Levers
The lever shown in Figure 136 can be used to amplify forces or motion. Although
theoretically a lever arm could rotate fully, it typically has a limited range of motion. The
amplification is determined by the ratio of arm lengths to the left and right of the center.
F2
Note: As the lever rotates
d1 d2 the length ratio will be
maintained because of
δ2 similar triangles. This
allows the lever to
F1 work over a range of
d1 F δ
----- = -----2- = ----1- angles. The lever
δ1 d2 F1 δ2 above would become
ineffective if it was
vertical.
Given a lever set to lift a 1000 kg rock - if the lever is 2m long and the distance from the
fulcrum to the rock is 10cm, how much force is required to lift it?
While levers amplify forces and motions over limited ranges of motion, gears can
rotate indefinitely. Some of the basic gear forms are listed below.
Gear teeth are carefully designed so that they will ’mesh’ smoothly as the gears
rotate. The forces on gears acts at a tangential distance from the center of rotation called
the ’pitch diameter’. The ratio of motions and forces through a pair of gears is propor-
tional to their radii, as shown in Figure 138. The number of teeth on a gear is proportional
to the diameter. The gear ratio is used to measure the relative rotations of the shafts. For
example a gear ratio of 20:1 would mean the input shaft of the gear box would have to
rotate 20 times for the output shaft to rotate once.
n n –T r n
T 1 = Fc r1 T2 = –Fc r2 ----1- = ----2- --------1- = ----1 = ----1-
r1 r2 T2 r2 n2
r –ω –α –∆ θ n
Vc = ω1 r1 = –ω2 r2 ----2 = ---------1 = --------1- = ------------1 = ----2-
r1 ω2 α2 ∆θ 2 n1
where,
n = number of teeth on respective gears
r = radii of respective gears
Fc = force of contact between gear teeth
Vc = tangential velocity of gear teeth
T = torques on gears
For lower gear rations a simple gear box with two gears can be constructed. For
higher gear ratios more gears can be added. To do this compound gear sets are required. In
a compound gear set two or more gears are connected on a single shaft, as shown in Figure
139. In this example the gear ratio on the left is 4:1, and the ratio for the set on the right is
4:1. Together they give a gear ratio of 16:1.
page 174
N 2 = 60
N2 N4
N 5 = 15 e = ------------- = 16
N3 N5
A manual transmission is shown in Figure 140. In the transmission the gear ratio is
changed by sliding some of the gears to change the sequence of gears transmitting the
force. Notice that when in reverse an additional compound gear set is added to reverse the
direction of rotation.
page 175
9
clutch 8
stem gear
2 7
Motor shaft
reverse idler
3 4
10
11
6
5
Speed (gear) Gear Train In this manual transmission the gear shifter
will move the gears in and out of con-
1 2-3-6-9 tact. At this point all of the needed gears
2 2-3-5-8 will be meshed and turning. The final
3 2-3-4-7 step is to engage the last gear in the gear
4 bypass gear train train with the clutch (plate) and this
reverse 2-3-6-10-11-9 couples the gears to the wheels.
Rack and pinion gear sets are used for converting rotational to translation. A rack
is a long straight gear that is driven by a small mating gear called a pinion. The basic rela-
tionships are shown in Figure 141.
page 176
T = Fr V c = ωr ∆l = r∆θ
where,
r = radius of pinion
F = force of contact between gear teeth
Vc = tangential velocity of gear teeth and velocity of rack
T = torque on pinion
Belt based systems can be analyzed with methods similar to gears (with the excep-
tion of teeth).
• A belt wound around a drum will act like a rack and pinion gear pair.
• A belt around two or more pulleys will act like gears.
A gear train has an input gear with 20 teeth, a center gear that has 100 teeth, and an
output gear that has 40 teeth. If the input shaft is rotating at 5 rad/sec what is the
rotation speed of the output shaft?
5.2.6 Friction
Basically these problems require that the problem be solved as if the friction sur-
face is fixed. If the friction force exceeds the maximum static friction the mechanism is
then solved using the dynamic friction torque. There is friction between the shaft and the
hole in the wall. The friction force is left as a variable for the derivation of the state equa-
tions. The friction value must be calculated using the appropriate state equation. The result
of this calculation and the previous static or dynamic condition is then used to determine
the new friction value.
page 178
θ
+ ∑M = τ – K s θ – T F = J M θ''
Ks θ
J M θ'' = τ – K s θ – T F (1)
θ' = ω (2)
JM
τ – TF Ks
τ ω' = -------------- + ------ θ (3)
JM JM
FF
Next, the torque force must be calculated, and then used to determine the new torque force.
J M ω' = τ – K s θ – T test
T test = τ – K s θ – J M ω' (4)
cases:
Not slipping previously
T test ≤ 10Nm T F = T test
T test > 10Nm T F = 6Nm
Slipping previously
T test < 6Nm T F = T test
T test ≥ 6Nm T F = 6Nm
The friction example in Figure 143 can be solved using the C program in Figure
144. For the purposes of the example some component values are selected and the system
is assumed to be at rest initially. The program loops to integrate the state equations. Each
loop the friction conditions are checked and then used for a first-order solution to the state
equations.
page 179
int main(){
double h = 0.1, // time step
theta, w, // the state variables
acceleration, // the acceleration
TF, // friction force
Ttest, // the friction test force
J = 10, // the moment of inertia (I picked the value)
tau = 5, // the applied torque (I picked the value)
Ks = 10; // the spring constant (I picked the value)
int slip = 0; // the system starts with no slip
FILE *fp;
theta = 0; w = 0; // the initial conditions - starting at rest here
TF = 0.0; // set the initial friction to 0.0;
acceleration = 0.0; // set the initial acceleration to zero also
if( ( fp = fopen("[Link]", "w")) != NULL){ // open a file to write the results to
for( t = 0.0; t < 10.0; t += h ){ // loop
Ttest = tau - Ks*theta - J*acceleration;
if(slip == 0){ // not slipping
if(Ttest >= 10){ TF = 6; slip = 1;
} else { TF = Ttest;}
} else { // slipping
if(Ttest < 6){ TF = Ttest; slip = 0;
} else { TF = 6;}
}
acceleration = (tau - TF + Ks*theta) / J;
w = w + h * acceleration;
theta = theta + h * w;
fprintf(fp, "%f, %f, %f\n", t, theta, w);
}
}
fclose(fp);
}
DC motors create a torque between the rotor (inside) and stator (outside) that is
related to the applied voltage or current. In a permanent magnet motor there are magnets
page 180
mounted on the stator, while the rotor consists of wound coils. When a voltage is applied
to the coils the motor will accelerate. The differential equation for a motor is shown in
Figure 145, and will be derived in a later chapter. The value of the constant ’K’ is a func-
tion of the motor design and will remain fixed. The value of the coil resistance ’R’ can be
directly measured from the motor. The moment of inertia ’J’ should include the motor
shaft, but when a load is added this should be added to the value of ’J’.
2 T load
∴ ----- ω + ω ------ = V s ------ – -----------
d K K -
dt JR JR JM
where,
T voltage/current increases
ω ss
The energy and power relationships for rotational components are given in Figure
page 181
147. These can be useful when designing a system that will store and release energy.
E = E K + EP (5)
2
EK = JM ω (6)
E P = Tθ (7)
P = Tω (8)
To begin the analysis the velocity curve in Figure 148 was obtained experimentally
by applying a voltage of 15V to the motor with no load attached. In addition the resistance
of the motor coils was measured and found to be 40 ohms. The steady-state speed and time
constant are used to determine the constants for the motor.
page 182
rpm
2400
R = 40Ω
0.5s
----
d- K2 T load
ω m + ω m ---------- = V s ---------- – -----------
K -
dt J M R J M R JM
The steady-state velocity can be used to find the value of K.
K2
( 0 ) + 2400 --------- ---------- = 15V ---------- – ( 0 )
rot K
min J M R JMR
2400 --------
rot- 1min ---------------- ( K ) = 15V
------------- 2πrad
min 60s 1rot
15V Vs-
- = 39.8 × 10 – 3 --------
K = ----------------------------
–1 rad
120πrads
The time constant can be used to find the remaining parameters.
2
K - 1 –1
--------- = ---------- = 2s
JM R 0.5s
39.8 × 10 –3 -------- Vs- 2
rad
- = 0.198005 ×10-4 = 19.8 × 10 –6 Kgm 2
J = --------------------------------------------
–1
( 40Ω ) ( 2s )
----
d- –1 –1 –2 T load
ω + ω m 2s = V s ( 50.3V s rad ) – -----------------------------------------
-
dt m –6 2
19.8 × 10 Kgm
θ m' = ω m (1)
– 1 –2 –1 –1 –2
ω m' = V s 50.3V s rad – ω m 2s – 50505Kg m T load (2)
Figure 148 Motor speed curve and the derived differential equation
The remaining equations describing the system are developed in Figure 149. These
calculations are done with the assumption that the inertias of the gears and other compo-
page 183
The long shaft must now be analyzed. This will require that angles at both ends be
defined, and the shaft be considered as a spring.
θ gear, ω gear = angular position and velocity of the shaft at the gear box
θ pinion, ω pinion = angular position and velocity of the shaft at the pinion
1 1
θ gear = ------ θ m ω gear = ------ ω m
20 20
The rotation of the pinion is related to the displacement of the rack through the circum-
ferential travel. This ratio can also be used to find the force applied to the mass.
K s ( θ gear – θ pinion )
--------------------------------------------- = M mass θ pinion''π6in
6in
--------
2
–6 –2 –1
θ pinion'' = ( θ gear – θ pinion )1.768 × 10 in Kg K s
0.0254in 2
θ pinion'' = ------ θ m – θ pinion 1.768 × 10 in Kg K s ---------------------
1 –6 – 2 –1
20 1.0m
– 12 –2 –1 –9 –2 –1
ω pinion' = 57.1 × 10 m Kg K s θ m – 1.141 × 10 m Kg K s θ pinion (4)
If the gear box is assumed to have relatively small inertia, then we can say that the
torque load on the motor is equal to the torque in the shaft. This then allows the equation
for the motor shaft to be put into a useful form, as shown in Figure 150. Having this differ-
ential equation now allows the numerical analysis to proceed. The analysis involves itera-
tively solving the equations and determining the point at which the system begins to
overshoot, indicating critical damping.
θm 0 1 0 0 θm 0
d- ω m
----
–2525 K s –2 50505K s 0 ωm Vs 50.3
= +
dt θ 0 0 0 1 θpinion 0
pinion
– 12 –9
ω pinion 57.1 × 10 K s 0 – 1.141 × 10 K s 0 ω pinion 0
5.5 SUMMARY
1. Draw the FBDs and write the differential equations for the mechanism below. The right most
shaft is fixed in a wall.
Τ θ1 θ2
JM1 JM2
Ks1 Ks2
(ans. θ1 θ2
T K s1 ( θ 1 – θ 2 )
J M1 J M2
K s1 ( θ 1 – θ 2 ) Bθ 2'
K s2 θ 2
+ ∑ M1 = T – K s1 ( θ1 – θ 2 ) = J M1 θ 1''
+ ∑ M2 = K s1 ( θ 1 – θ 2 ) – Bθ 2' – K s2 θ2 = J M 2 θ 2''
page 186
2. Draw the FBDs and write the differential equations for the mechanism below.
θ2
R1
JM1
θ1
R2
JM2
Ks
Kd
x1
x2 M1
(ans.
T1
T2
M1 J M1
J M2
K d x 1'
gM 1 T1 T2
–x 1 x1
θ 1 = -------- θ 2 = ------ T1 = Ks ( x2 – x1 )
R2 R1
+ ∑ Fy = T 1 – gM 1 = M 1 x 2''
+ ∑ M1 = – T 1 R 1 + T 2 R 1 = – J M1 θ 2''
+ ∑ M2 = T 2 R 2 – R 2 K d x 1' = – J M2 θ 1''
6 equations, 6 unknowns
3. The system below consists of two masses hanging by a cable over mass ‘J’. There is a spring in
the cable near M2. The cable doesn’t slip on ‘J’.
a) Derive the differential equations for the following system.
b) Convert the differential equations to state variable equations
page 187
R
JM
K s1
K s2
x1 M1
M2 x2
(ans. θK s1 T K s2 ( x 2 – θR )
a)
JM
RT
M1 M2
RK s2 ( x 2 – θR )
F M1 g M2 g
∑ MJ = – RT – θK s1 + RK s2 ( x 2 – θR ) = J M θ''
2 2
– R ( M 1 g + F ) – θ ( K s1 + R K s2 ) + ( RK s2 )x 2 = ( J M – R M 1 )θ'' (1)
4. Write the state equations for the system to relate the applied force ’F’ to the displacement ’x’.
K d1
F
r
JM θ
M
K s2
K s1 K s3
K d2
5. for the system pictured below a) write the differential equations (assume small angular deflec-
tions) and b) put the equations in state variable form.
i)
Two gears with fixed
R1 R2
centers of rotation
J M1, N 1 x3 and lever arms.
x2 J M2, N 2
F1
Kd1 Ks1
M x1
(ans. θ1 θ2 K d1 D ( x 1 – x 3 )
R 2 K d1 D ( x 1 – x 3 )
F1 R1 K s1 ( x 1 – x 3 )
JM1 JM2
N2 M
τ τ ------
N1 R 2 K s1 ( x 1 – x 3 )
θ1 N 1 = θ2 N2
x3 Mg
θ 2 = ------
R2
6. for the system pictured below a) write the differential equations (assume small angular deflec-
page 189
ii)
Kd1 A mass slides on a plane with
dry kinetic friction (0.3). It
is connected to a round
Ks1 mass that rolls and does
not slip.
M2 x1
Ks2
x2
J M1, R 1
θ2 M1 θ1
F1
K d1 Dx 1
(ans. K s2 ( x 1 – x 2 )
K s1 x 1
J M1, R 1
x1 M1 θ1
µ k N -------- M2
x1 K s2 ( x 1 – x 2 )
τc F1
N = M 2 g cos ( θ 2 ) x2
θ 1 = ------
M 2 g sin ( θ 2 ) R1
7. for the system pictured below a) write the differential equations (assume small angular deflec-
page 190
J1
x2
Kd1 Ks1
θ1
F1
M1 x1
8. for the system pictured below a) write the differential equations (assume small angular deflec-
tions) and b) put the equations in state variable form.
M1 x1
9. for the system pictured below a) write the differential equations (assume small angular deflec-
page 191
v) R2
R1
θ2
N2 M1
N1
x1
J1 J2
x2 θ1 T1
Two gears have levers attached. On
Kd1 Ks1 one side is a mass, the other side
a spring damper pair. A torque is
applied to one gear.
10. for the system pictured below a) write the differential equations (assume small angular deflec-
tions) and b) put the equations in state variable form.
vi)
Kd3 Ks3
A pulley system has the
bottom pulley
anchored. A mass is
hung in the middle of M3 x3
the arrangement with
springs and dampers
on either side. Ks2 F1
R2,J2,M2
x2
θ1
R1,J1
11. for the system pictured below a) write the differential equations (assume small angular deflec-
page 192
vii) M1
x1
Kd1
Ks1
R1 R2
x2
A mass is suspended over a Kd2 Ks2
lever arm. Forces are
applied to the lower side of
the moment arm through a
spring damper pair. F1 x3
12. for the system pictured below a) write the differential equations (assume small angular deflec-
tions) and b) put the equations in state variable form.
R2
viii) R1
Two gears have a force on
Kd1 one side, and a mass
N1 N2 on the other, both sus-
pended from moment
J1 J2 arms. There is a rota-
x2 tional damping on one
F1 θ1 Ks1 of the gears.
θ2
M1 x1
page 193
J,R
M1 F
Ks1 y y
Kd1 µk=0.2
θ=45 M2 M1 M2
a) Draw FBDs and write the differential equations for the individual masses.
b) Combine the equations in input-output form with y as he output and F as the
input.
c) Write the equations in state variable matrix form.
d) Use Runge-Kutta to find the system state after 1 second.
14. Find the polar moments of inertia of area and mass for a round cross section with known
radius and mass per unit area. How are they related?
(ans.
R R R R
For area: r
4
πR
4
= ∫ r dA = ∫ r ( 2πr dr ) = 2π ∫ r dr = 2π ----
2 2 3
J area = ---------
4 0
2
0 0 0
For mass: ρ = M M-
----- = --------
A 2
πR
R R R R
4 4 2
πR
= ρ --------- = -----------
r MR
= ∫ r dM = ∫ r ( ρ2πr dr ) = 2πρ ∫ r dr = 2πρ ----
2 2 3
J mass
4 2 2
0
0 0 0
The mass moment can be found by multiplying the area moment by the area density.
15. The rotational spring is connected between a mass ‘J’, and the wall where it is rigidly held.
The mass has an applied torque ‘T’, and also experiences damping ‘B’.
page 194
B
c) A differential equation for the rotating mass with a spring and damper is given
below. Solve the differential equation to get a function of time. Assume the sys-
tem starts at rest.
–1 –2 –2
θ'' + ( 1s )θ' + ( 10s )θ = 10s
(ans. T
a)
+ ∑M = T – K s θ – Bθ' = J M θ''
JM
J M θ'' + Bθ' + K s θ = T
Ks θ
Bθ'
T Ks B
b) θ' = ω ω' = ------ – ------ θ – ------ ω
JM JM JM
Nm Nms
10 --------- 1 -----------
rad
10Nm ----------------- rad
ω' = -----------------2 – 2
θ – -----------------
2
ω
2 1Kgm 1Kgm 1Kgm
(c homogeneous:
–1 –2
θ'' + ( 1s )θ' + ( 10s )θ = 0
guess: At At 2 At
θh = e θ h' = Ae θ h'' = A e
2 At –1 At –2 At
A e + ( 1s )Ae + ( 10s )e = 0
–1 –1 2 –2
2
A + ( 1s )A + 10s
–1 –2
= 0 – 1s ± ( 1s ) – 4 ( 1 ) ( 10s )
A = -------------------------------------------------------------------------------
2( 1)
–1 –2 –2
– 1s ± 1s – 40s –1
A = ------------------------------------------------------- = ( – 0.5 ± j3.123 )s
2(1)
–1
– 0.5s t –1
θh = C1 e cos ( 3.123s t + C 2 )
particular:
–1 –2 –2
θ'' + ( 1s )θ' + ( 10s )θ = 10s
guess: θp = A θ p' = 0 θ p'' = 0 –2
–1 –2 –2 10s
( 0 ) + ( 1s ) ( 0 ) + ( 10s ) ( A ) = 10s A = ------------
–2
- = 1
10s
θp = 1
Initial conditions:
–1
– 0.5s t –1
θ ( t ) = C1e cos ( 3.123s t + C 2 ) + 1
–1
– 0.5s 0 –1
θ ( 0 ) = C1 e cos ( 3.123s 0 + C 2 ) + 1 = 0
C 1 cos ( C 2 ) + 1 = 0
–1 –1
–1 – 0.5s t –1 –1 – 0.5s t –1
θ' ( t ) = – 0.5s C 1 e cos ( 3.123s t + C 2 ) – 3.123s C 1 e sin ( 3.123s t + C 2 )
–1 –1
θ' ( 0 ) = – 0.5s C 1 ( 1 ) cos ( C 2 ) – 3.123s C 1 ( 1 ) sin ( C 2 ) = 0
b) θ' = ω
2
– K s1 – R K s2 RK s2 – RM 1 g – RF
ω' = θ ---------------------------------
- + x 2 -------------------------
- + ---------------------------------
JM – R2 M1 J M – R2 M 1 J M – R2 M 1
x 2' = v 2
RK s2 – K s2
v 2' = θ ------------ + x 2 ----------- + g
M2 M2
c) 2
K s2 ( x 2 – θR ) – M 2 g = – M 2 x 2 D
2
x 2 ( K s2 + M 2 D ) + θ ( – RK s2 ) = M 2 g
1
x 2 = ----------------------------2- ( ( M 2 g ) + θ ( RK s2 ) ) (3)
K s2 + M 2 D
1 2
θ = ------------ ( ( – M 2 g ) + x 2 ( K s2 + M 2 D ) ) (4)
RK s2
2 2 2
– R ( M 1 g + F ) – θ ( K s1 + R K s2 ) + ( RK s2 )x 2 = ( J M – R M 1 )θD
2 2 2
– θ ( ( K s1 + R K s2 ) – ( J M – R M 1 )D ) + x 2 ( RK s2 ) = R ( M 1 g + F )(5)
for x2 put (4) into (5)
( ( – M 2 g ) + x 2 ( K s2 + M 2 D ) ) ( ( K s1 + R K s2 ) – ( J M – R M 1 )D ) + x 2 ( RK s2 ) = R ( M 1 g +
1 -
--------- 2 2 2 2
K s2
2 2 2 2 2 2 2 2
( M 2 g – x 2 ( K s2 + M 2 D ) ) ( K s1 + R K s2 – J M D + D R M 1 ) + x 2 ( R K s2 ) = R K s2 ( M 1 g + F )
2 2 2 2 2 2 2
x 2 ( ( – K s2 – M 2 D ) ( K s1 + R K s2 – J M D + D R M 1 ) + R K s2 )
2 2 2 2 2
= R K s2 ( M 1 g + F ) – M 2 g ( K s1 + R K s2 – J M D + D R M 1 )
etc....
page 197
6. INPUT-OUTPUT EQUATIONS
Topics:
• The differential operator, input-output equations
• Design case - vibration isolation
Objectives:
• To be able to develop input-output equations for mechanical systems.
6.1 INTRODUCTION
The differential operator ’d/dt’ can be written in a number of forms. In this book
there have been two forms used thus far, d/dt x and x’. For convenience we will add a
third, ’D’. The basic definition of this operator, and related operations are shown in Figure
151. In basic terms the operator can be manipulated as if it is a normal variable. Multiply-
ing by ’D’ results in a derivative, dividing by ’D’ results in an integral. The first-order
axiom can be used to help solve a first-order differential equation.
page 198
n
d- d- n 1-
∫ x dt
---- x = Dx ------ = D --- x =
basic definition dt dt
n
D
algebraic manipulation Dx + Dy = D ( x + y )
Dx + Dy = Dy + Dx
Dx + ( Dy + Dz ) = ( Dx + Dy ) + Dz
n
simplification D
---------x = D n – m x
m
D
( D + a )-
x--------------------
= x
(D + a)
x( t) -
= e ( ∫ x ( t )e dt + C )
first-order axiom – at at
-----------------
(D + a)
Note: x' + Ax = y ( t ) xD + Ax = y ( t )
xD + Ax = y ( t ) x( D + A) = y( t)
y( t)
At At At x = --------------
e xD + e Ax = e y ( t ) D+A
At At
e xD = e y ( t )
At At
e xD = e y ( t )
d- at at d at
---- ( e x ) = e ----- x + ae x
At dt dt
∫e
At
e x = y ( t )dt + C
at at at
–A t
De x = e Dx + ae x
+
At
x = e ∫ e y ( t )dt C
y(t )-
= e ∫ e y ( t )dt + C
–A t At
-------------
D+A
d- 2
---- d
x + ----- x + 5x = 5t
dt dt
2
D x + Dx + 5x = 5t
2
x ( D + D + 5 ) = 5t
5t
x = --------------------------
2
D +D+5
x = t --------------------------
5
2
D +D+5
d-
Given, ---- x + 5x = 3t x ( 0 ) = 10
dt
Dx + 5x = 3t d- 5t 5t
guess, ---- ( te – e )
3t dt
x = -------------
D+5 5t 5t 5t
= 5te + e – e
–5 t
3tdt + C
5t
∫ e
x = e 5t
= 5te
d- 5t 5t 5t
–5 t
5t 5t ---- ( te – e ) = 5e t
3 --------------------- + C
te – e dt
x = e
5 5t 5t
te –e -
∫e
5t
-------------------- = t dt
Initial conditions, 5
(0)( 1) – ( 1)
x ( 0 ) = ( 1 ) 3 ----------------------------- + C = 10
5
C = 10.6
5t 5t
–5 t
3 --------------------- + 10.6
te – e
x = e
5
–5t
x = 0.6 ( t – 1 ) + 10.6e
–5t
x = 0.6t – 0.6 + 10.6e
A typical system will be described by more than one differential equation. These
equations can be solved to find a single differential equation that can then be integrated.
The basic technique is to arrange the equations into an input-output form, such as that in
Figure 155. These equations will have only a single output variable, and these are always
shown on the left hand side. The input variables (there can be more than one) are all on the
right hand side of the equation, and act as the non-homogeneous forcing function.
page 201
e.g.,
2y 1''' + y 1'' + y 1' + 4y 1 = u 1' + u 1 + 3u 2 + u 3'' + u 3
∴y 2 = y 1 ------------- – 0.5u 1 – Du 2
D+3
2
(2) Dy 2 = 2y 1 + y 2 + Du 1
∴y 2 ( D – 1 ) = 2y 1 + Du 1
Find the second equation for the example in Figure 156 for the output y2.
Figure 157 Drill problem: Find the second equation in the previous example
x1 x2
F M1 Ks M2
Ks ( x2 – x 1 ) ∑ Fx
2
= –Ks ( x2 – x1 ) = M2 D x2
M2
2
Ks x1 = x 2 ( M2 D + Ks )
The equations can be combined to eliminate x2.
2 Ks x 1
x 1 ( M 1 D + K s ) = F + K s --------------------------
-
M 2 D + K s2
2 2 2 2
x1 ( ( M1 D + K s ) ( M2 D + Ks ) – Ks ) = F ( M2 D + Ks )
4 2 2 2 2
x1 ( D M1 M2 + D Ks ( M1 + M2 ) + Ks – Ks ) = F ( M 2 D + Ks )
4 2 2
x1 ( D M1 M2 + D Ks ( M1 + M2 ) ) = F ( M2 D + Ks )
4 2 2
----
d-
+ -----
d
( + ) = ----- FM + FK s
d
dt x 1 M 1 M 2 dt x 1 K s M 1 M 2 dt 2
This equation can’t be analyzed because of the derivatives on the right hand side. These
can be eliminated by integrating the equation twice.
d- 2
---- + ( + ) = FM 2 + ( ∫ ∫ F ( dt ) dt )K
dt x 1 M 1 M 2 x 1 K s M 1 M 2 s
This can then be written in state variable form by creating dummy variables for integrating
the function ’F’.
----
d-
= v1
dt x 1
----
d-
= q1
dt q 2
----
d-
= F
dt q 1
----
d-
dt v 1 M 1 M 2 x 1 K s ( M 1 M 2 )
+ + = FM 2 + q 2 K s
----
d- Ks ( M1 + M2 ) F q2 Ks
v = – x 1 -------------------------------
- + ------- + --------------
-
dt 1 M1 M2 M1 M1 M2
x1 0 0 01 x 0
1
0 0 10 0
d- q 2
----
q2
= 0 0 00 + F
dt q q1
1 Ks ( M1 + M2 ) Ks F-
v1 - ---------------
– ------------------------------- 0 0 v ------
M1 M2 M1 M2 1 M1
2
----
d-
dt x 1 M 1 M 2 x 1 K s ( M 1 M 2 )
+ + = 0
Ks ( M1 + M2 )
2
A M1 M2 + Ks ( M1 + M2 ) = 0 A = ± -------------------------------
-j
M1 M2
Ks ( M1 + M2 )
x 1h = C 1 cos -------------------------------
- t + C2
M1 M2
The particular solution can also be found, but in this case the input force must be speci-
fied, and then integrated. For this example a step function of magnitude ’P’ is used.
d- 2
---- = PM 2 + ( ∫ ∫ P ( dt ) dt )K
dt x 1 M 1 M 2 x 1 K s ( M 1 M 2 )
+ +
s
2 2
----- x M M + x K ( M + M ) = PM + P ---- K
d t
dt 1 1 2 1 s 1 2 2 2 s
Guess,
2
x 1 p = At + Bt + C x 1p' = 2At + B x 1p'' = 2A
2
2 t
( 2A )M 1 M 2 + ( At + Bt + C )K s ( M 1 + M 2 ) = PM 2 + P ---- K
2 s
PK s P
AK s ( M 1 + M 2 ) = ---------- A = -----------------------------
2 2 ( M1 + M2 )
BK s ( M 1 + M 2 ) = 0 B = 0
( 2A )M 1 M 2 + CK s ( M 1 + M 2 ) = PM 2
CK s ( M 1 + M 2 ) = PM 2 – 2 ----------------------------- M 1 M 2
P
2 ( M1 + M2 )
PM 2 M1 2
C = -------------------------------- 1 – -------------------------- PM 2
C = ----------------------------------2-
Ks ( M1 + M2 ) ( M1 + M2 )
Ks ( M1 + M2 )
2
2 PM 2
= ----------------------------- t + ----------------------------------2-
P
x 1p 2 ( M 1 + M 2 ) Ks ( M1 + M2 )
The initial conditions can then be used to find the values of the coefficients. It will be
assumed that the system starts undeflected and at rest.
2
Ks ( M1 + M2 ) 2 PM 2
- t + C 2 + ----------------------------- t + ----------------------------------2-
P
x 1 = C 1 cos -------------------------------
M1 M2 2 ( M 1 + M 2 ) Ks ( M1 + M2 )
2
PM 2
0 = C 1 cos ( C 2 ) + ----------------------------------2-
Ks ( M1 + M2 )
Ks ( M1 + M2 ) Ks ( M1 + M2 )
- t + C2 + 2 ----------------------------- t
d- P
---- - C sin -------------------------------
x = – -------------------------------
dt 1 M1 M2 M1 M2 2 ( M 1 + M 2 )
1
Ks ( M1 + M2 )
- C sin ( C 2 )
0 = – ------------------------------- C2 = 0
M1 M2 1
2 2
PM 2 –P M2
0 = C 1 cos ( 0 ) + ----------------------------------2- C 1 = ----------------------------------2-
Ks ( M1 + M2 ) Ks ( M1 + M2 )
2 2
–P M2 Ks ( M1 + M2 ) 2 PM 2
- t + ----------------------------- t + ----------------------------------2-
P
x 1 = ----------------------------------2- cos -------------------------------
Ks ( M1 + M2 ) M1 M2 2 ( M 1 + M 2 ) Ks ( M1 + M2 )
2
dx- d x
∑ Fy = – F + Kd -----
dt
+ K s x = – M -------2-
dt
Ks 2
Kd d x dx
F = M -------2- + K d ------ + K s x
dt dt
M x 2
F = MD x + K d Dx + K s x
F
--- = MD 2 x + K d Dx + K s x
F x
OR
1
--x- = -----------------------------------------
-
F 2
MD K d D K s + +
Aside: An important concept that is ubiquitous yet largely unrecognized is the use of
functional design. We look at parts of systems as self contained modules that use
inputs to produce outputs. Some systems (such a mechanisms) are reversible, others
are not (consider a internal combustion engine, turning the crank does not produce
gasoline). An input is typically something we can change, an output is the resulting
change in a system. For the example above ‘F’ over ‘x’ implies that we are chang-
ing the input ‘x’, and there is some change in ‘F’. We know this could easily be
reversed mathematically and practically.
Aside: Keep in mind that the mathematical expression ‘F/x’ is a ratio between input
(displacement action) and output (reaction force). When shown with differentials it
is obvious that the ratio is not simple, and is a function of time. Also keep in mind
that if we were given a force applied to the system it would become the input
(action force) and the output would be the displacement (resulting motion). To do
this all we need to do is flip the numerators and denominators in the transfer func-
tion.
Mass-spring-damper systems are often used when doing vibration analysis and
design work. The first stage of such analysis involves finding the actual displacement for a
given displacement or force. A system experiencing a sinusoidal oscillating force is given
in Figure 163. Numerical values are substituted and the homogeneous solution to the
equation is found.
page 208
The solution continues in Figure 164 where the particular solution is found and put
in phase shift form.
page 209
The system is assumed to be at rest initially, and this is used to find the constants in
the homogeneous solution in Figure 165. Finally the displacement of the mass is used to
find the force exerted through the spring on the ground. In this case there are two force fre-
quency components at 1.392rad/s and 6rad/s. The steady-state force at 6rad/s will have a
magnitude of .2932N. The transient effects have a time constant of 4 seconds (1/0.25), and
should be negligible within a few seconds of starting the machine.
page 210
C 1 cos ( C 2 ) = – 0.1460
– 0.1460
C 1 = --------------------
cos ( C 2 )
0 0
0 = – 0.25C 1 e cos ( 0 + C 2 ) – 1.392 ( C 1 e sin ( 0 + C 2 ) ) + 6 ( 0.1466 cos ( 0 + 1.483 )
F = 2 ---- ( – 0.1673 e
N – 0.25t
cos ( 1.392t – 0.5099 ) + 0.1466 sin ( 6t + 1.483 ) )m
m
– 0.25t
F = ( – 0.3346 e cos ( 1.392t – 0.5099 ) + 0.2932 sin ( 6t + 1.483 ) )N
A decision has been made to reduce the vibration transmitted to the ground to
0.1N. This can be done by adding a mass-spring isolator, as shown in Figure 166. In the
figure the bottom mass-spring-damper combination is the original system. The mass and
spring above have been added to reduce the vibration that will reach the ground. Values
must be selected for the mass and spring. The design begins by developing the differential
page 211
K s2
x2
M2
Kd K s1
M1 x1
– K s2 x 2
∑F = –K s2 x 2 – K d ( x 2' – x 1' ) – K s1 ( x 2 – x 1 ) = M 2 x 2''
2
M2 –K s2 x 2 – K d ( x 2 D – x1 D ) – K s1 ( x 2 – x 1 ) = M 2 x 2 D
2
K d ( x 2' – x 1' ) K s1 ( x 2 – x 1 ) x 2 ( – K s2 – K d D – K s1 – M 2 D ) = x 1 ( – K d D – K s1 )
2
K s2 + K d D + K s1 + M 2 D
x 1 = x 2 ------------------------------------------------------------- (1)
K d D + K s1
K d ( x 2' – x 1' ) K s1 ( x 2 – x 1 )
∑F = K d ( x 2' – x 1' ) + K s1 ( x 2 – x 1 ) – F = M 1 x 1''
2
M1 K d ( x 2 D – x 1 D ) + K s1 ( x 2 – x 1 ) – F = M 1 x 1 D
2
F x 1 ( – K d D – K s1 – M 1 D ) + x 2 ( K d D + K s1 ) = F (2)
For the design we are only interested in the upper spring, as it determines the force
on the ground. An input-output equation for that spring is developed in Figure 167. The
given values for the mass-spring-damper system are used. In addition a value for the upper
mass is selected. This is arbitrarily chosen to be the same as the lower mass. This choice
may need to be changed later if the resulting spring constant is not practical.
page 212
The solution begins by combining equations (1) and (2) and inserting [Link] values
for the lower mass, spring and damper. We can also limit the problem by selecting a
mass value for the upper mass.
2
K s2 + K d D + K s1 + M 2 D 2
x 2 ------------------------------------------------------------- ( – K d D – K s1 – M 1 D ) + x 2 ( K d D + K s1 ) = F
K d D + K s1
N Ns
M 1 = 1Kg K s1 = 2 ---- K d = 0.5 ------ M 2 = 1Kg
m m
2
K s2 + 0.5D + 2 + D 2
x 2 ------------------------------------------------- ( – 0.5D – 2 – D ) + x 2 ( 0.5D + 2 ) = F
0.5D + 2
2 2 2
x 2 ( D + 0.5D + 2 + K s2 ) ( D – 0.5D – 2 ) + x 2 ( 0.5D + 2 ) = F ( 0.5D + 2 )
4 2 1
x 2 ( D ( – 1 ) + D ( K s2 ) + D ( – 0.5K s2 ) + ( – 2K s2 ) ) = F ( 0.5D + 2 )
This can now be converted back to a differential equation and combined with the force.
d 4 d 2
– ----- x + K s2 ----- x 2 – 0.5K s2 ----- x 2 – 2K s2 x 2 = 0.5 ----- F + 2F
d d
dt 2 dt dt dt
d 4 d 2
– ----- x + K s2 ----- x 2 – 0.5K s2 ----- x 2 – 2K s2 x 2 = 0.5 ----- 5 sin ( 6t ) + 2 ( 5 ) sin ( 6t )
d d
dt 2 dt dt dt
d 4 d 2
– ----- x + K s2 ----- x 2 – 0.5K s2 ----- x 2 – 2K s2 x 2 = 15 cos ( 6t ) + 10 sin ( 6t )
d
dt 2 dt dt
This particular solution of the differential equation will yield the steady-state dis-
placement of the upper mass. This can then be used to find the needed spring coefficient.
page 213
d 4 d 2
– ----- x + K s2 ----- x 2 – 0.5K s2 ----- x 2 – 2K s2 x 2 = 15 cos ( 6t ) + 10 sin ( 6t )
d
dt 2 dt dt
x p = A sin 6t + B cos 6t
----
d-
= 6A cos 6t – 6B sin 6t
dt x p
d- 2
---- = – 36 A sin 6t – 36B cos 6t
dt x p
d- 3
---- = – 216 A cos 6t + 216B sin 6t
dt x p
4
----
d-
= 1296A sin 6t + 1296B cos 6t
dt x p
sin ( 6t ) ( – 1296A – 36AK s2 + 0.5K s2 6B – 2K s2 A ) = 10 sin ( 6t )
A ( – 1296 – 38K s2 ) + B ( 3K s2 ) = 10
10 + A ( 1296 + 38K s2 )
B = ------------------------------------------------------
3K s2
cos ( 6t ) ( – 1296B – 36BK s2 + ( – 0.5 )K s2 6A – 2K s2 B ) = 15 cos ( 6t )
A ( – 3K s2 ) + B ( – 1296 – 38K s2 ) = 15
10 + A ( 1296 + 38K s2 )
A ( – 3K s2 ) + ------------------------------------------------------ ( – 1296 – 38K s2 ) = 15
3K s2
2
A ( – 9K s2 ) + ( 10 + A ( 1296 + 38K s2 ) ) ( – 1296 – 38K s2 ) = 45K s2
2
– 9K s2 45K s2
A ------------------------------------------ + A ( 1296 + 38K s2 ) = ------------------------------------------ – 10
( – 1296 – 38K s2 ) ( – 1296 – 38K s2 )
45K s2
-----------------------------------------
- – 10
( – 1296 – 38K s2 )
A = --------------------------------------------------------------------------------------
2
– 9K s2
------------------------------------------ + ( 1296 + 38K s2 )
( – 1296 – 38K s2 )
45K s2 + 10 ( 1296 + 38K s2 )
A = ------------------------------------------------------------------------------------------------------
2
-
– 9K s2 + ( 1296 + 38K s2 ) ( – 1296 – 38K s2 )
425K 2s + 12960
A = ---------------------------------------------------------------------------------
2
-
– 1453K 2s – 98496K 2s – 1679616
425K 2s + 12960
10 + --------------------------------------------------------------------------------- - ( 1296 + 38K s2 )
– 1453K 22s – 98496K 2s – 1679616
B = ------------------------------------------------------------------------------------------------------------------------------------------
3K s2
2
10 ( – 1453K 2s – 98496K 2s – 1679616 ) + ( 425K 2s + 12960 ) ( 1296 + 38K s2 )
B = -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2
-
3K s2 ( – 1453K 2s – 98496K 2s – 1679616 )
2 8
1620K 2s + 2.097563 ×10 K 2s
B = --------------------------------------------------------------------------------------------------
2
-
3K s2 ( – 1453K 2s – 98496K 2s – 1679616 )
540K 2s + 69918768
B = ---------------------------------------------------------------------------------
2
-
– 1453K 2s – 98496K 2s – 1679616
Finally the magnitude of the particular solution is calculated and set to the desired
amplitude of 0.1N. This is then used to calculate the spring coefficient.
2 2
amplitude = A +B
425K 2s + 12960 2 540K 2s + 69918768 2
0.1 = ---------------------------------------------------------------------------------
- + ----------------------------------------------------------------------------------
– 1453K 22s – 98496K 2s – 1679616 – 1453K 22s – 98496K 2s – 1679616
A value for the spring coefficient was then found using Mathcad to get a value of 662N/m.
page 215
6.5 SUMMARY
1. Develop the input-output equation for the mechanical system below. There is viscous damping
between the block and the ground. A force is applied to cause the mass the accelerate.
x
F
M
3. The following differential equations were converted to the matrix form shown. Use Cramer’s
rule to find ‘y’.
F
y'' + 2x = ------ 2 F
10 (D ) (2) y = ------
10
2
7y' + 4y + 9x'' + 3x = 0 ( 7D + 4 ) ( 9D + 3 ) x 0
page 216
(ans.
F-
----- (2)
10
F- 2
0 ( 9D + 3 )
2 ----- ( 9D + 3 ) 2
10 F ( 0.9D + 0.3 ) -
y = -------------------------------------------------------- = --------------------------------------------------------------
2 2
= ---------------------------------------------------
4 2
2 D ( 9D + 3 ) – 2 ( 7D + 4 ) 9D + 3D – 14D – 8
(D ) (2)
2
( 7D + 4 ) ( 9D + 3 )
4 2 2
y ( 9D + 3D – 14D – 8 ) = F ( 0.9D + 0.3 )
d- 4
---- d 2 d 1 d 2
y ( 9 ) + ----- y ( 3 ) + ----- y ( –14 ) + y ( – 8 ) = ----- F ( 0.9 ) + F ( 0.3 )
dt dt dt dt
4. Find the input-output equations for the systems below. Here the input is the torque on the left
hand side.
θ1 θ2
J1 J2
τ K s1 K s2
B1 B2
5. Write the input-output equations for the mechanical system below. The input is force ‘F’, and
the outputs are ‘y’ and the angle theta. Include the inertia of both masses, and gravity for mass
page 217
‘M’.
K
θ
R JM
K y
F
page 218
(ans.
θ
∑M = – R ( K ( θR ) ) + R ( K ( – y – θR ) ) = J M θ''
2 2
JM R Kθ + RKy + R Kθ = – J M θ''
2 2
R ( K ( θR ) ) 2R K + J M D
R ( K ( – y – θR ) ) θ ---------------------------------- = y
– RK
K ( – y – θR ) y
∑F = K ( – y – θR ) – F – Mg = My''
2
K ( y + θR ) + F + Mg = – M yD
M
2
θ ( KR ) + F + Mg = y ( – MD – K )
2
F+Mg θ ( KR ) + y ( MD + K ) = – F – Mg
– RK
- ( KR ) + y ( MD 2 + K ) = – F – Mg
y ---------------------------------
2R4
2
K + JM D
2
2
2 2 JM D M 2 2 JM D 2
y 2R MD + ------------------- + K2R + J M D – R K = – F 2R + ------------- – Mg 2R + ---------------
2 2 2 JMD
K K K
d- J-----------
----
4
M M
2
- + ----
d- 2JM
y ( 2R M + J M ) + y ( R K ) = ----- F ------ + F ( 2R ) + ( – 2 MgR )
2 2 d 2 2
y
dt K dt dt K
page 219
6. The applied force ‘F’ is the input to the system, and the output is the displacement ‘x’.
K1 = 500 N/m
x K2 = 1000 N/m
M = 10kg
w
6.7 REFERENCES
Irwin, J.D., and Graf, E.R., Industrial Noise and Vibration Control, Prentice Hall Publishers,
1979.
Close, C.M. and Frederick, D.K., “Modeling and Analysis of Dynamic Systems, second edition,
John Wiley and Sons, Inc., 1995.
page 220
7. ELECTRICAL SYSTEMS
Topics:
• Basic components; resistors, power sources, capacitors, inductors and op-amps
• Device impedance
• Example circuits
Objectives:
• To apply analysis techniques to circuits
7.1 INTRODUCTION
A voltage is a pull or push acting on electrons. The voltage will produce a current
when the electrons can flow through a conductor. The more freely the electrons can flow,
the lower the resistance of a material. Most electrical components are used to control this
flow.
7.2 MODELING
Kirchoff’s voltage and current laws are shown in Figure 171. The node current law
holds true because the current flow in and out of a node must total zero. If the sum of cur-
rents was not zero then electrons would be appearing and disappearing at that node, thus
violating the law of conservation of matter. The loop voltage law states that the sum of all
rises and drops around a loop must total zero.
The simplest form of circuit analysis is for DC circuits, typically only requiring
algebraic manipulation. In AC circuit analysis we consider the steady-state response to a
page 221
sinusoidal input. Finally the most complex is transient analysis, often requiring integra-
tion, or similar techniques.
There is a wide range of components used in circuits. The simplest are passive,
such as resistors, capacitors and inductors. Active components are capable of changing
their behaviors, such as op-amps and transistors. A list of components that will be dis-
cussed in this chapter are listed below.
7.2.1 Resistors
+ V
I = ---
V R
R
- V = IR
The voltage divider example in Figure 173 illustrates the methods for analysis of
circuits using resistors. In this circuit an input voltage is supplied on the left hand side.
The output voltage on the right hand side will be some fraction of the input voltage. If the
output resistance is very large, no current will flow, and the ratio of output to input volt-
ages is determined by the ratio of the resistance between R1 and R2. To prove this the cur-
page 222
rents into the center node are summed and set equal to zero. The equations are then
manipulated to produce the final relationship.
I1 + I2 + I3 = 0
+
Vi – Vo 0 – Vo
I1 ∴ ----------------- + I 2 + --------------- = 0
R1 R1 R2
Assume the output resistance is large, so
I2 is negligible.
Vi
Vi – V o – Vo
∴ ----------------- + --------- = 0
I2 +
R1 R2
I3 Vo
R2
∴V o ------ + ------ = V i ------
1 1 1
-
- R 1 R 2 R1
R1 + R2
∴V o ------------------ = V i ------
1
R 1 R2 R 1
Vo R2
∴------ = ------------------
Vi R 1 + R2
If two resistors are in parallel or series they can be replaced with a single equiva-
lent resistance, as shown in Figure 174.
page 223
R1
series resistors
R eq = R 1 + R 2
R2
1- 1 1
------- = ------ + ------
parallel resistors R eq R1 R2
R1 R2
1
R eq = -------------------
1 1
------ + ------
R1 R2
R1 R 2
R eq = ------------------
R1 + R2
+ +
V+
V V I
- V
- -
A circuit containing a voltage source and resistors is shown in Figure 176. The cir-
cuit is solved using the node voltage method.
+
Vi + R2 R3 Vo
-
-
Examining the circuit there are two loops, but only one node, so the node current meth-
ods is the most suitable for calculations. The currents into the upper right node, Vo,
will be solved.
Vo – Vi Vo Vo
∑ ----------------
I =
R1
- + ------ + ------ = 0
R2 R3
Aside: when doing node-cur-
rent methods, select cur-
rents out of a node as
V o ------ + ------ + ------ = V i -------
1 1 1 1
R1 R2 R3 R1 positive, and in negative.
This will reduce the
R1 + R2 + R3
V o ------------------------------- = V i -------
1 chances of careless mis-
R 1 R 2 R3 R1 takes.
R2 R3
V o = Vi -------------------------------
R1 + R2 + R3
Solve the circuit in Figure 176 using the loop voltage method.
Solve the voltage divider problem in Figure 173 using the loop current method. Hint: Put a
voltage supply on the left, and an output resistor on the right. Remember that the output
resistance should be infinite.
Dependant (variable) current and voltage sources are shown in Figure 179. The
voltage and current values of these supplies are determined by their relationship to some
other circuit voltage or current. The dependant voltage source will be accompanied by a
’+’ and ’-’ symbol, while the current source has an arrow inside.
V = f( )
+ I = f( )
2ohm + + 3ohm
1A V1 I
- - V=f(V1)
Figure 180 Drill problem: Find the currents in the circuit above
7.2.3 Capacitors
Capacitors are composed of two isolated metal plates very close together. When a
voltage is applied across the capacitor, electrons will be forced into one plate, and pulled
out of the other plate. Temporarily this creates a small current flow until the plates reach
equilibrium. So, any voltage change will result in some current flow. In practical terms
this means that the capacitor will block any DC voltages, except for transient effects. But,
high frequency AC currents will be pass through the device. The equation for a capacitor
and schematic symbols are given in Figure 181.
page 228
+
+
I = C ----- V = CDV
C d
C V I dt
The symbol on the left is for an electrolytic capacitor. These contain a special fluid
that increases the effective capacitance of the device but requires that the positive and neg-
ative sides must be observed in the circuit. (Warning: reversing the polarity on an electro-
lytic capacitor can make them explode.) The other capacitor symbol is for a regular
capacitor.
+ C=1uF
-
V= I
5cos(10t)V
Figure 182 Drill problem: Find the current through the capacitor
page 229
7.2.4 Inductors
While a capacitor will block a DC current, and inductor will pass it. Inductors are
basically coils of wire. When a current flows through the coils, a magnetic field is gener-
ated. If the current through the inductor changes then the magnetic field must change, oth-
erwise the field is maintained without effort (i.e., voltage). Therefore the inductor resists
changes in the current. The schematic symbol and relationship for an inductor are shown
in Figure 183.
+ I
V = L ----- I = LDI
d
L
V dt
+ L=1mH
-
V= I
5cos(10t)V
Figure 184 Drill problem: Find the current through the inductor
7.2.5 Op-Amps
The ideal model of an op-amp is shown in Figure 185. On the left hand side are the
inverting and non-inverting inputs. Both of these inputs are assumed to have infinite
impedance, and so no current will flow. Op-amp application circuits are designed so that
the inverting and non-inverting inputs are driven to the same voltage level. The output of
the op-amp is shown on the right. In circuits op-amps are used with feedback to perform
standard operations such as those listed below.
V-
I- Note: for analysis use,
- Vo
I- = I+ = 0
I+ +
V+ V- = V+
A simple op-amp example is given in Figure 186. As expected the voltages on both
of the op-amp inputs are the same. This is a function of the circuit design. (Note: most op-
amp circuits are designed to force both inputs to have the same voltage, so it is always rea-
sonable to assume they are the same.) The non-inverting input is connected directly to
ground, so it will force both of the inputs to 0V. When the currents are summed at the
inverting input, an equation with both the input and output voltages is obtained. The final
equation shows the system is a simple multiplier, or amplifier. The gain of the amplifier is
determined by the ratio of the input and feedback resistors.
page 232
R2
R1
-
+
Vi + +
- Vo
-
The voltage at the non-inverting input will be 0V, by design the voltage at the invert-
ing input will be the same.
V + = 0V
V - = V + = 0V
V- – Vi V- – Vo
∑ IV- = ---------------
R1
- + ----------------- = 0
R2
0–V 0–V
--------------i + --------------o- = 0
R1 R2
–R 2 Vi
V o = --------------
R1
–R2
V o = --------- Vi
R1
R2
Find the input/output ratio,
R1
+
-
+
Vi R5 +
- + R3 Vo
Vref -
R4
-
For ideal op-amp problems the node voltage method is normally the best choice.
The equations for the circuit in Figure 187 and derived in Figure 188. The general
approach to this solution is to sum the currents into the inverting and non-inverting input
nodes. Notice that the current into the op-amp is assumed to be zero. Both the inverting
and non-inverting input voltages are then set to be equal. After that algebraic manipulation
results in a final expression for the op-amp. Notice that if all of the resistor values are the
same then the circuit becomes a simple subtractor.
page 234
Note: normally node voltage methods work best with op-amp circuits, although others
can be used if the non-ideal op-amp model is used.
First sum the currents at the inverting and non-inverting op-amp terminals.
V+ – Vi V + – V o
∑ IV+ = ----------------
R1
- + ------------------ = 0
R2
V - – V ref V-
∑ V- -------------------
I =
R5
- + ------ = 0
R4
V- = V+
R4 R2 R1
V ref ------------------ = V i ------------------ + V o ------------------
R4 + R5 R1 + R2 R1 + R 2
R1 R2 R4
V o ------------------ = Vi ------------------ – V ref ------------------
R1 + R2 R1 + R2 R4 + R5
R2 R4 ( R1 + R2 )
V o = Vi ------ – V ref ------------------------------
R1 R1 ( R4 + R5 )
100KHz. When the op-amp is being used for high frequencies or large gains, the model of
the op-amp in Figure 189 should be used. This model includes a large resistance between
the inverting and non-inverting inputs. The voltage difference drives a dependent voltage
source with a large gain. The output resistance will limit the maximum current that the
device can produce.
V–
typically,
rn r n > 1MΩ
+ Vo
5
- ro A > 10
V A ( V+ – V- ) r o < 100Ω
+
7.3 IMPEDANCE
When representing component values with impedances the circuit solution is done
as if all circuit components are resistors. An example of this is shown in Figure 191.
Notice that the two impedances at the right (resistor and capacitor) are equivalent to two
resistors in parallel, and the overall circuit is a voltage divider. The impedances are written
beside the circuit elements.
DL
t=0sec
50VDC +
+ R Vo
- 1/DC -
50VDC 1 1 R
+ ------------------------ = ------------------ = ----------------------
1 - --1- 1 RCD + 1
- ------------- + DC + ---
-------
1 - R R
DC
---------------------
R -
1 + DCR
Vo = 50V ------------------------------------------ = 50V ------------------------------------------
-
R
2
DL + ----------------------
R D RLC + DL + R
1 + DCR
The list of instructions can be useful when approaching a circuits problem. The
most important concept to remember is that a minute of thinking about the solution
approach will save ten minutes of backtracking and fixing mistakes.
The circuit in Figure 192 could be solved with two loops, or two nodes. An arbi-
trary decision is made to use the current loop method. The voltages around each loop are
summed to provide equations for each loop.
page 238
R1
C
+
V L
I2
- I1
+
R2 Vo
-
First, sum the voltages around the loops and then eliminate I1.
∑ VL1 = – V + R 1 I 1 + L ( DI 1 – DI 2 ) = 0
( R 1 + LD )I 1 = V + ( LD )I 2 (1)
I 1 = -------------------- + -------------------- I 2
V LD
R 1 + LD R 1 + LD (2)
I2
∑ VL2 = L ( DI 2 – DI 1 ) + -------
CD
- + R2 I2 = 0
I2 (3)
L ( DI 2 – DI 1 ) + -------- + R 2 I 2 = 0
CD
( DL )I 1 = LD + -------- + R2 I 2
1
CD
1 R2
I 1 = 1 + --------------2 + -------- I 2 (4)
CLD LD
The equations in Figure 192 are manipulated further in Figure 193 to develop an
input-output equation for the second current loop. This current can be used to find the cur-
rent through the output resistor R2. The output voltage can then be found by multiplying
the R2 and I2.
page 239
First, sum the voltages around the loops and then eliminate I1.
R2
I 1 = -------------------- + -------------------- I 2 = 1 + --------------2 + -------- I 2
V LD 1
R 1 + LD R 1 + LD CLD LD
V - 1 R2 LD
------------------- = 1 + --------------2 + -------- – -------------------- I 2
R 1 + LD CLD LD R 1 + LD
2 2 3
V - ( CLD + 1 + CDR2 ) ( R 1 + LD ) – CL D
------------------- = --------------------------------------------------------------------------------------------------- I2
R 1 + LD CLD
2
CLD
2
I 2 = ---------------------------------------------------------------------------------------------------------------------------------
- V
( R 1 + LD ) ( ( CLD 2 + 1 + CDR 2 ) ( R 1 + LD ) – CL 2 D 3 )
CLD
2
I2 = - V
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CL ( R1 + R 2 )D 3 + L ( CR 21 + 2CR 1 R 2 + L )D 2 + R 1 ( CR1 R 2 + 2L )D + ( R 12 )
Convert it to a differential equation.
2
CL ( R 1 + R 2 )I 2''' + L ( CR1 + 2CR1 R 2 + L )I 2'' + R 1 ( CR 1 R 2 + 2L )I 2' + ( R 12 )I 2 = CLV''
The equations can also be manipulated into state equations, as shown in Figure
194. In this case a dummy variable is required to replace the two first derivatives in the
first equation. The dummy variable is used in place of I1, which now becomes an output
variable. In the remaining state equations I1 is replaced by q1. In the final matrix form the
state equations are in one matrix, and the output variable must be calculated separately.
page 240
State equations can also be developed using equations (1) and (3).
(1) becomes R 1 I 1 + LI 1' = V + LI 2'
LI 1' – LI 2' = V – R 1 I 1
V R1
I 1' – I 2' = --- – ------ I 1
L L
q1 = I1 – I2 (10)
V R1
q 1' = --- – ------ I 1
L L
I1 = q1 + I2 (11)
V R1
q 1' = --- – ------ ( q 1 + I 2 )
L L
R1 R1
q 1' = q 1 – ------ + I 2 – ------ + ---
V (12)
L L L
I2
(3) becomes LI 2'' – LI 1'' + ---- + R 2 I 2' = 0
C
I2
V – R1 I 1 + ---- + R 2 I 2' = 0
C
I2
V – R 1 ( q 1 + I 2 ) + ---- = – R 2 I 2'
C
I 2' = I 2 – R 1 + ---- + q 1 ( – R 1 ) + V
1 (13)
C
These can be put in matrix form,
R R
d- q 1 – -----1- – -----1- q1 V
---
---- = L L + L q1
dt I I2 I1 = 1 1
2 1 I2
– R 1 – R1 + ---- V
C
solve the problem in Figure 192 using the node voltage method.
Rf C
Ri
Vin
- Vout
+
The circuit in Figure 197 can be solved as a voltage divider when the capacitor is
represented as an impedance. In this case the result is a first-order differential equation.
t=0
C
V s = 3 cos t +
+ R Vo
- -
As normal we relate the source voltage to the output voltage. The we find the values
for the various terms in the frequency domain.
ZR 1
V o = Vs ------------------- where, ZR = R Z C = --------
DC
ZR + ZC
Next, we may combine the equations, and convert it to a differential equation.
V o = Vs ------------------
R
1
R + --------
DC
V o = Vs ----------------------
CRD
CRD + 1
V o ( CRD + 1 ) = V s ( CRD )
V o' ( CR ) + V o = Vs' ( CR )
The first-order differential equation in Figure 197 is continued in Figure 198 where
the equation is integrated. The solution is left in variable form, except for the supply volt-
age.
page 244
– B + B -------- -------- = – 3
–1 1
CR CR
B ------------ + 1 = 3
1
2 2
C R
2 2
3C R - 3C 2 R 2 – 1 – 3 CR
B = ---------------------
2 2 A = ---------------------
- -------- = ---------------------
2 2 CR
-
1+C R 1 + C R 1+C R
2 2
DC motors apply a torque between the rotor and stator that is related to the applied
voltage/current. When a voltage is applied the torque will cause the rotor to accelerate. For
any voltage and load on the motor there will tend to be a final angular velocity due to fric-
tion and drag in the motor. And, for a given voltage the ratio between steady-state torque
and speed will be a straight line, as shown in Figure 199.
T voltage/current increases
The basic equivalent circuit model is shown in Figure 200, includes the rotational
inertia of the rotor and any attached loads. On the left hand side is the resistance of the
motor and the ’back emf’ dependent voltage source. On the right hand side the inertia
components are shown. The rotational inertia J1 is the motor rotor, and the second inertia
is an attached disk.
page 246
I R
J1 J2
+ T, ω
Voltage
Supply Vm +
Vs -
-
Because a motor is basically wires in a magnetic field, the electron flow (current) in
the wire will push against the magnetic field. And, the torque (force) generated
will be proportional to the current.
Tm
T m = KI ∴I = ------
K
Next, consider the power in the motor,
P = V m I = Tω = KIω ∴V m = Kω
Consider the dynamics of the rotating masses by summing moments.
These basic equations can be manipulated into the first-order differential equation
in Figure 201.
The current-voltage relationship for the left hand side of the equation can be writ-
ten and manipulated to relate voltage and angular velocity.
Vs – V m
I = ------------------
R
Tm V s – Kω
∴------ = ------------------- -
K R
J ----- ω + T load
d
dt V s – Kω
∴------------------------------------ = -------------------
-
K R
2 T load
∴ ----- ω + ω ------ = Vs ------ – -----------
d K K -
dt JR JR J
Ls Rs Lr Rr
IL RL
V Lm
1–f
R L = ---------- R r
f
- the motors use a permanent magnet on the rotor, and coils on the stator.
page 249
Va
windings on stator
Vb
N S
permanent
magnet rotor
Vc
V t = R m + ----- L I m + E
d
dt
E = Ke ω
T = Kt Im
where,
V t = terminal voltage across motor windings
R m = resistance of a motor winding
L = phase to phase inductance
I m = current in winding
E = back e.m.f. of motor
K e = motor speed constant
ω = motor speed
K t = motor torque constant
T = motor torque
page 250
d- 2 Rm d Ke Kt Kt V Rm T load
---- ω - ω = ----------t – 1--- ----
- ----- ω + -----------
+ ------
d-
T – -------------------
dt L dt LJ LJ J dt load LJ
Vt
t(ms)
The relationships in Figure 207 can be used to calculate the power and energy in a
system. Notice that the power calculations focus on resistance, as resistances will dissipate
power in the form of heat. Other devices, such as inductors and capacitors, store energy,
but don’t dissipate it.
2
2 V
P = IV = I R = ------ E = Pt
R
7.9 SUMMARY
1. Find the combined values for resistors, capacitors and inductors in series and parallel.
L +
Vi + C
Vo
- R
-
3. Develop differential equations and the input-output equation for the electrical system below.
R1
+
Vi C
+ L R2 Vo
-
-
4. Consider the following circuit. Develop a differential equation for the circuit.
L +
C
Vi + R1
R2 R3 Vo
-
-
5. Find the input-output equation for the circuit below, and then find the natural frequency and
damping coefficient.
R1
+
Vi R2 Vo
+ L C
-
-
(ans.
Vo'' ( C ) + Vo' ------ + ------ + V o --- = V i' ------
1 1 1 1
a) R1 R2 L R1
1- L ( R1 + R2 )
b) ωn = ------ ζ = -------------------------------
LC 2 CR 1 R 2
page 253
6. a) Find the differential equation for the circuit below where the input is Vi, and the output is Vo.
L
+
Vi
+ C R Vo
- -
(ans.
Sum currents at node Vo
( Vo – Vi ) ( Vo )
∑ IVo = ---------------------
DL
- + ( V o )DC + ----------
R
- = 0
2 V o DL
V o – V i + V o D LC + -------------
- = 0
R
V o'' ( LC ) + V o' --- + V o = Vi
L
R
b) Convert the equation to an input-output equation.
(ans.
V o'' ( LC ) + V o' --- + V o = V i
L
R
c) Solve the differential equation found in part b) using the numerical values given
below. Assume at time t=0, the circuit has the voltage Vo and the first derivative
shown below.
L = 10mH C = 1µF R = 1KΩ V i = 10V
V
at t=0s V o = 2V V o ′ = 3 ---
s
page 254
(ans. 10 –2
V o'' ( LC ) + V o' --- + V o = V i
L – 2 –6
R V o'' ( 10 10 ) + V o' ---------- + V o = 10
10 3
–8 –5
V o'' ( 10 ) + V o' ( 10 ) + V o = 10
3 8 9
V o'' + V o' ( 10 ) + V o ( 10 ) = ( 10 )
homogeneous;
2 At At 3 At 8
A e + Ae ( 10 ) + e ( 10 ) = 0
3 3 2 8
2 3
A + A ( 10 ) + ( 10 ) = 0
8 – 10 ± ( 10 ) – 4 ( 10 )
A = -------------------------------------------------------------- = – 500 ± 9987j
2
– 500t
Vh = C1 e cos ( 9987t + C2 )
particular; guess
3 8 9
Vp = A ( 0 ) + ( 0 ) ( 10 ) + ( A ) ( 10 ) = ( 10 ) A = 10
V p = 10
for initial conditions,
– 500t
Vo = C1 e cos ( 9987t + C 2 ) + 10
– 500 ( 0 )
for t=0, Vo=2V 2 = C1 e cos ( 9987 ( 0 ) + C 2 ) + 10
– 8 = C 1 cos ( C 2 ) (1)
– 500t – 500t
V o' = –500C 1 e cos ( 9987t + C 2 ) – 9987C 1 e sin ( 9987t + C 2 )
for t=0, Vo’=3V 3 = – 500C 1 cos ( C 2 ) – 9987C 1 sin ( C 2 )
7.
a) Write the differential equations for the system pictured below.
page 255
Vi
- Vo
C +
8. Given the circuit below, find the ratio between the output and the input. Simplify the results.
R2
Vi R1
C
- Vo
ans. Vo – R2
------ = -------------------------------
-
Vi R1 + sR 1 R 2 C
9. Develop the differential equation(s) for the system below, and use them to find the response to
page 256
R3
Vi - Vo
+ C
- R4
R1
R2
R1=R2=R3=R4=1Kohm
C=1uF
a) Vi = 5 sin ( 100t )
b) Vi = 5 sin ( 1000000t )
c) Vi = 5
10. Examine the following circuit and then derive the differential equation.
L R2
R1
+ -
+
+
Vi Vo
- -
page 257
11. Examine the following circuit and then derive the differential equation.
R2
R1
+ -
+
+
Vi Vo
- -
12.
a) Find the differential equation for the circuit below.
1000Ω
1µF
0.001H 1000Ω
-
+
+
Vi +
- 10Ω Vo
-
page 258
(ans.
Create a node between the inductor and resistor Va, and use the node voltage method
( VA – Vi ) ( VA – V– )
∑ IV
V– = V = 0V
= ---------------------- + -------------------------- = 0 +
A 0.001D 1000
1000000 ( V A – V i ) + V A D = 0
XXXXADD UNITSXXXXX
V A = V i -------------------------------
1000000
1000000 + D
( V– – VA ) ( V– – Vo )
∑ IV –
= -------------------------- + ------------------------- + ( V – – V o ) ( 0.000001D ) = 0
1000 1000
1000000 - ( – V o )
( – 1 )- ------------------------------
----------- Vi + -------------- + ( – V o ) ( 0.000001D ) = 0
1000 1000000 + D 1000
V o ( – 1 – 0.001D ) = V i -------------------------------
1000000
1000000 + D
2
V o ( – 1000000 – D – 1000D – 0.001D ) = 1000000V i
–9 –3
V o'' ( – 10 ) + V o' ( – 1.001 ( 10 ) ) + V o ( – 1 ) = V i
b) Put the differential equation in state variable form and use your calculator to
produce a detailed sketch of the output voltage Vo. Assume the system starts at
rest, and the input is Vi=5V.
(ans. d- d-
---- V = V o' ---- V ' = – 1000000000V i – 1001000Vo' – 1000000000V o
dt o dt o
13.
a) Write the differential equations for the system pictured below.
b) Put the equations in state variable form.
c) Use mathcad to find the ratio between input and output voltages for a range of
frequencies. The general method is put in a voltage such as Vi=1sin(___t), and
see what the magnitude of the output is. Divide the magnitude of the output sine
wave by the input magnitude. Note: This should act as a high pass or low pass
page 259
filter.
d) Plot a graph of gain against the frequency of the input.
R2
R1
Vi
- Vo
C +
C=1uF
R1=1K
R2=1K
L R
+
Vi
+ C Vo
-
-
page 260
Topics:
• Transfer functions, block diagrams and simplification
• Feedback controllers
• Control system design
Objectives:
• To be able to represent a control system with block diagrams.
• To be able to select controller parameters to meet design objectives.
8.1 INTRODUCTION
Transfer functions are used for equations with one input and one output variable.
An example of a transfer function is shown below in Figure 208. The general form calls
for output over input on the left hand side. The right hand side is comprised of constants
and the ’D’ operator. In the example ’x’ is the output, while ’F’ is the input.
output 4+D
----------------- = f ( D ) --x- = --------------------------------
-
input F 2
D + 4D + 16
If both sides of the example were inverted then the output would become ’F’, and
the input ’x’. This ability to invert a transfer function is called reversibility. In reality
many systems are not reversible.
2 f
x'' + 2ζωn x' + ω n x = -----
M
2 2 f
xD + 2ζω n xD + ω n x = -----
M
2 2 f
x ( D + 2ζω n D + ω n ) = -----
M
----
1-
x-- M particular
= -------------------------------------------
2
-
2
f D + 2ζω n D + ω n homogeneous
Figure 209 The relationship between transfer functions and differential equations for a
mass-spring-damper example
The transfer function for a first-order differential equation is shown in Figure 210.
As before the homogeneous and non-homogeneous parts of the equation becomes the
denominator and the numerator of the transfer function.
page 262
1
x' + --- x = f
τ
1
xD + --- x = f
τ
x D + --- = f
1
τ
x-- 1
= -------------
f 1
D + ---
τ
Figure 211 shows a transfer function block for a car. The input, or control variable
is the gas pedal angle. The system output, or result, is the velocity of the car. In standard
operation the gas pedal angle is controlled by the driver. When a cruise control system is
engaged the gas pedal must automatically be adjusted to maintain a desired velocity set-
point. To do this a control system is added, in this figure it is shown inside the dashed line.
In this control system the output velocity is subtracted from the setpoint to get a system
error. The subtraction occurs in the summation block (the circle on the left hand side).
This error is used by the controller function to adjust the control variable in the system.
Negative feedback is the term used for this type of controller.
page 263
Control variable
INPUT OUTPUT
(e.g. θgas) SYSTEM
(e.g. velocity)
(e.g. a car)
Note: The arrows in the diagram indicate directions so that outputs and inputs are
unambiguous. Each block in the diagram represents a transfer function.
There are two main types of feedback control systems: negative feedback and pos-
itive feedback. In a positive feedback control system the setpoint and output values are
added. In a negative feedback control the setpoint and output values are subtracted. As a
rule negative feedback systems are more stable than positive feedback systems. Negative
feedback also makes systems more immune to random variations in component values and
inputs.
The control function in Figure 211 can be defined many ways. A possible set of
rules for controlling the system is given in Figure 212. Recall that the system error is the
difference between the setpoint and actual output. When the system output matches the
setpoint the error is zero. Larger differences between the setpoint and output will result in
larger errors. For example if the desired velocity is 50mph and the actual velocity 60mph,
the error is -10mph, and the car should be slowed down. The rules in the figure give a gen-
eral idea of how a control function might work for a cruise control system.
page 264
1. If verror is not zero, and has been positive/negative for a while, increase/decrease θgas
2. If verror is very big/small increase/decrease θgas
3. If verror is near zero, keep θgas the same
4. If verror suddenly becomes bigger/smaller, then increase/decrease θgas.
5. etc.
In following sections we will examine mathematical control functions that are easy
to implement in actual control systems.
The Proportional Integral Derivative (PID) control function shown in Figure 213 is
the most popular choice in industry. In the equation given the ’e’ is the system error, and
there are three separate gain constants for the three terms. The result is a control variable
value.
u = K p e + K i ∫ edt + K d ------
de
dt
Figure 214 shows a basic PID controller in block diagram form. In this case the
potentiometer on the left is used as a voltage divider, providing a setpoint voltage. At the
output the motor shaft drives a potentiometer, also used as a voltage divider. The voltages
from the setpoint and output are subtracted at the summation block to calculate the feed-
back error. The resulting error is used in the PID function. In the proportional branch the
error is multiplied by a constant, to provide a longterm output for the motor (a ballpark
guess). If an error is largely positive or negative for a while the integral branch value will
become large and push the system towards zero. When there is a sudden change occurs in
the error value the differential branch will give a quick response. The results of all three
branches are added together in the second summation block. This result is then amplified
to drive the motor. The overall performance of the system can be changed by adjusting the
gains in the three branches of the PID function.
page 265
Kp ( e )
V V
+ +V
integral
+ e u
Ki ( ∫ e ) amp motor
+
- derivative + -V
K d ----- e
d
dt
There are other variations on the basic PID controller shown in Figure 215. A PI
controller results when the derivative gain is set to zero. Recall the second order response
- this controller is generally good for eliminating long term errors, but it is prone to over-
shoot. I a P controller only the proportional gain in non-zero. This controller will generally
work, but often cannot eliminate errors. The PD controller does not deal with longterm
errors, but is very responsive to system changes.
For a PI Controller
θ gas = K p v error + K i ∫ v error dt
For a P Controller
θ gas = K p v error
For a PD Controller
dv error
θ gas = K p v error + K d ----------------
dt
Aside: The manual process for tuning a PID controlled is to set all gains to zero. The pro-
portional gain is then adjusted until the system is responding to input changes without
excessive overshoot. After that the integral gain is increased until the longterm errors
disappear. The differential gain will be increased last to make the system respond
faster.
A block diagram for a system is not unique, meaning that it may be manipulated
into new forms. Typically a block diagram will be developed for a system. The diagram
will then be simplified through a process that is both graphical and algebraic. For exam-
ple, equivalent blocks for a negative feedback loop are shown in Figure 216, along with an
algebraic proof.
r c
G( D) r G( D)
------------------------------------
-
c
+ is equal to 1 + G ( D )H ( D )
-
c = G ( D )e
H( D)
c = G ( D ) ( r – H ( D )c )
c ( 1 + G ( D )H ( D ) ) = G ( D )r
G(D)
c = ------------------------------------- r
1 + G ( D )H ( D )
Block diagram equivalencies for other block diagram forms are shown in Figure
217 to Figure 223. In all cases these operations are reversible. Proofs are provided, except
for the cases where the equivalence is obvious.
page 267
r c
G( D) r G( D)
------------------------------------
-
c
+ is equal to 1 – G ( D )H ( D )
+
c = G ( D )e
H( D)
c = G ( D ) ( r + H ( D )c )
c ( 1 – G ( D )H ( D ) ) = G ( D )r
G(D )
c = ------------------------------------- r
1 – G ( D )H ( D )
c c 1 r
r G( D) is equal to -------------
G( D)
c = G ( D )r
r = c -------------
1
G(D )
r c r c
G( D)
is equal to G( D)
G( D)
c c
r x b is equal to
H( D) r b
G( D) G ( D )H ( D )
x = G ( D )r
b = H ( D )x
b = H ( D )G ( D ) )r
r c r c
G( D) G( D)
is equal to 1
-------------
G( D)
r r
e r ± e
r ± G( D)
G( D)
is equal to
±
±
b 1 b
c -------------
G( D)
e = ± G ( D )r ± b
e = G ( D ) ± r ± -----------------
b
±G ( D )
r c r c
G( D) G( D)
is equal to
d
d c = G ( D ) ( ±R ± d ) G( D)
c = ±R ( G ( D ) ) ± d ( G ( D ) )
Recall the example of a cruise control system for an automobile presented in Fig-
ure 211. This example is extended in Figure 224 to include mathematical models for each
of the function blocks. This block diagram is first simplified by multiplying the blocks in
sequence. The feedback loop is then reduces to a single block. Notice that the feedback
line doesn’t have a function block on it, so by default the function is ’1’ - everything that
goes in, comes out.
page 270
= G(D)
vdesired verror vactual
K + K
-----i + --------
10-
+ p D K d D MD
-
H(D) = 1
K + K -----i + --------
10-
vdesired p D K d D MD vactual
--------------------------------------------------------------------------
K
1 + K p + -----i + K d D --------- ( 1 )
10
D MD
The function block is further simplified in Figure 225 to a final transfer function
for the whole system.
page 271
K + K -----i + D
vdesired p D Kd vactual
-------------------------------------------------------
Ms - + K p + -----i + K d D
K
------
10 D
2
vdesired D ( Kd ) + D ( K p ) + ( Ki ) vactual
----------------------------------------------------------------------
D 2 -----M
10- + K d + D ( K p ) + ( K i )
2
v actual D ( K d ) + D ( Kp ) + ( Ki )
----------------- = ----------------------------------------------------------------------
v desired D 2 -----M
10- + K d + D ( K p ) + ( K i )
2.2K
-
+
+5V -5V
5K potentiometer
desired position
voltage Vd
The feedback controller can be represented with the block diagram in Figure 227.
desired
position
voltage +
Vd gain Kp op-amp motor shaft
potentiometer
The transfer functions for each of the blocks are developed in Figure 228. Two of
the values must be provided by the system user. The op-amp is basically an inverting
amplifier with a fixed gain of -2.2 times. The potentiometer is connected as a voltage
divider and the equation relates angle to voltage. Finally the velocity of the shaft is inte-
grated to give position.
– Vi – V o
-------- + ----------- = 0
1K 2.2K
Vo
------ = –2.2
Vi
For the potentiometer assume that the potentiometer has a range of 10 turns and 0 degrees
is in the center of motion. So there are 5 turns in the negative and positive direction.
θ
V o = 5V --------------
5 ( 2π )
Vo
------ = 0.159Vrad –1
θ
For the shaft, it integrates the angular velocity into position:
d
ω = ----- θ
dt
θ-
--- 1
= ----
ω D
Figure 228 Transfer functions for the power amplifier, potentiometer and motor shaft
The basic equation for the motor is derived in Figure 229 using experimental data.
In this case the motor was tested with the full inertia on the shaft, so there is no need to
calculate ’J’.
page 274
For the motor use the differential equation and the speed curve when Vs=10V is applied:
1400 RPM 2
----
d-
ω + ------ ω = ------ V s
K K
dt JR JR
1s 2s 3s
For steady-state
----
d-
ω = 0 ω = 1400RPM = 146.6rads
–1
dt
2
0 + ------ 146.6 = ------ 10
K K
JR JR
K = 0.0682
τ ≈ 0.8s
1s
2
-----
K -
= 0.8s
JR
The individual transfer functions for the system are put into the system block dia-
gram in Figure 230. The block diagram is then simplified for the entire system to a single
transfer function relating the desired voltage (setpoint) to the angular position (output).
The transfer function contains the unknown gain value ’Kp’.
page 275
Vd + θ
Kp -2.2 11.73 - 1-
----------------- ---
D + 0.8 D
-
0.159
Vd + θ
– 25.81Kp-
--------------------------
( D + 0.8 )D
-
0.159
Vd – 25.81Kp- θ
--------------------------
( D + 0.8 )D
-------------------------------------------------------
-
– 25.81Kp
1 + ( 0.159 ) ---------------------------
( D + 0.8 )D
Vd θ
– 25.81Kp
------------------------------------------------------
-
( D + 0.8 )D – 4.108Kp
Vd θ
– 25.81Kp
---------------------------------------------------
-
2
D + 0.8 D – 4.108Kp
The value of ’Kp’ can be selected to ’tune’ the system performance. In Figure 231
the gain value is calculated to give the system an overall damping factor of 1.0, or criti-
cally damped. This is done by recognizing that the bottom (homogeneous) part of the
transfer function is second-order and then extracting the damping factor and natural fre-
quency. The final result of ’Kp’ is negative, but this makes sense when the negative gain
on the op-amp is considered.
page 276
ξ = 1.0
The denominator of the system transfer function can be compared to the standard
second-order response.
2 2
D + 0.8 D – 0.0717K = x'' + 2ξω n x' + ω n x
0.8 = 2ξω n
0.8 = 2 ( 1.0 )ω n
ω n = 0.4
2
– 0.0717K = ω n
2
– 0.0717K = 0.4
K = – 2.232
System error is often used when designing control systems. The two common
types of error are system error and feedback error. The equations for calculating these
errors are shown in Figure 232. If the feedback function ’H’ has a value of ’1’ then these
errors will be the same.
e c
r
G System error, S = r–c
+
-
b e = r–b
Feedback error,
H
simple integrator, with a unity feedback loop. The overall transfer function for the system
is calculated and then used to find the system response. The response is then compared to
the input to find the system error. In this case the error will go to zero as time approaches
infinity.
Given,
Kp
G ( D ) = ------ H( D) = 1
D
c G Kp
∴-- = ------------------ = ----------------
-
r 1 + GH D + Kp
∴c' + K p c = K p r
r = A
The homogeneous solution is,
–Kp t
ch = C1 e
C1 = –A
–Kp t
c = –A e +A
The error can now be calculated.
S = r–c
–Kp t –Kp t
S = A – ( –A e + A ) = Ae
Figure 234 Drill problem: Calculate the system error for a ramp input
page 279
Find the system error ’e’ for the given ramp input, R.
1
G ( D ) = -----------------------------
2
- H(D) = 5 r = 4t
D + 4D + 5
The PID controller, and simpler variations were discussed in earlier sections. A
more complete table is given in Figure 236.
Proportional (P) Gc = K
G c = K 1 + -------
1
Proportional-Integral (PI) τD
Proportional-Derivative (PD) G c = K ( 1 + τD )
G c = K 1 + ------- + τD
1
Proportional-Integral-Derivative (PID)
τD
1 + ατD
G c = K -------------------- α>1
1 + τD
Lead
1 + τD
G c = K -------------------- α>1
Lag 1 + ατD
1 + τ 1 D 1 + ατ 2 D α>1
Lead-Lag G c = K ----------------------- -----------------------
1 + ατ 1 D 1 + τ 2 D τ1 > τ2
State variable matrices were introduced before. These can also be used to form a
control system, as shown in Figure 237.
page 281
d-
---- X = AX + BU
dt
Y = CX + D
d-
----
+ X X + Y
U dt 1-
B --- C
D
+ +
A D
When a model of a system is well known it can be used to improve the perfor-
mance of a control system by adding a feedforward function, as pictured in Figure 238.
The feedforward function is basically an inverse model of the process. When this is used
together with a more traditional feedback function the overall system can outperform
more traditional controllers function, such as PID.
feedforward
function
feedback process
function
When controlling a multistep process a cascade controller can allow refined con-
trol of sub-loops within the larger control system.
8.4 SUMMARY
1. Develop differential equations and then transfer functions for the mechanical system below.
There is viscous damping between the block and the ground. A force is applied to cause the
page 283
F
M
2. Develop a transfer function for the system below. The input is the force ‘F’ and the output is the
voltage ‘Vo’. The mass is suspended by a spring and a damper. When the spring is undeflected
y=0. The height is measured with an ultrasonic proximity sensor. When y = 0, the output
Vo=0V. If y=20cm then Vo=2V and if y=-20cm then Vo=-2V. Neglect gravity.
N s
K s = 10 ---- K d = 5N ---- M = 0.5Kg
m m
Ks Kd
Ultrasonic F y
Proximity
Sensor
3. Find the transfer functions for the systems below. Here the input is a torque, and the output is
the angle of the second mass.
θ1 θ2
J1 J2
τ K s1 K s2
B1 B2
page 284
4. Find the transfer functions for the system below where Vi is the input and Vo is the output.
C L
+ +
Vi R1 R2 Vo
- -
5. Given the transfer function, G(s), determine the time response output Y(t) to a step input X(t).
4 Y
G = ------------- = ---
D+2 X X ( t ) = 20 When t >= 0
6. Given the transfer function below, develop a mechanical system that it could be for. (Hint: Dif-
ferential Equations).
x ( D )-
------------ 1 where: x = displacement
= ---------------------
F(D) 10 + 20s F = force
7. Given a mass supported by a spring and damper, find the displacement of the supported mass
over time if it is released from neutral at t=0sec, and gravity pulls it downward.
a) find the transfer function x/F.
b) find the input function F.
c) solve the input output equation symbolically to find the position as a function of
time for Ks = 10N/m, Kd = 5Ns/m, M=10kg.
d) solve part c) numerically.
8. a) What is a Setpoint, and what is it used for? b) What does feedback do in control systems?
Vn
page 285
G1
-
R + + + C
G2 G3 G5
- -
G4 G6
11. The block diagram below is for a servo motor position control system. The system uses a pro-
portional controller.
a) Convert the system to a transfer function.
θd Vd Ve Vm 10 - ω 1- θa
2 K ------------ ---
D+1 D
Va 2
b) draw a sketch of what the actual system might look like. Identify components.
A
- +
+ +
x B y
- +
13. Find the system error when the input is a ramp with the function r(t) = 0.5t. Sketch the system
page 286
1 + 0.2D
14. Given the block diagram below, select a system gain K that will give the overall system a
damping ratio of 0.7 (for a step input). What is the resulting undamped natural frequency of the
system?
+ 2
K -----------------------------
-
2
D + 3D + 2
-
15. The following system is a feedback controller for an elevator. It uses a desired height ‘d’ pro-
vided by a user, and the actual height of the elevator ‘h’. The difference between these two is
called the error ‘e’. The PID controller will examine the value ‘e’ and then control the speed of
the lift motor with a control voltage ‘c’. The elevator and controller are described with transfer
functions, as shown below. all of these equations can be combined into a single system transfer
page 287
equation as shown.
e = d–h error
Ki 2 h--- 10 - elevator
c-- 2D + 1 + D PID controller = ----------------
= K p + ----- + K d D = ------------------------------ c D +D
2
e D D
combine the transfer functions
2 2
c-- h--- = h--- = ----------------------------- - = (--------------------
D + 1 ) - ---------------------- 10 ( D + 1 )
2D + 1 + D - ---------------- 10 10 -
= ------------------------
e c e D 2 D D(D + 1) 2
D +D D
h - 10 ( D + 1 ) eliminate ‘e’
----------- = ------------------------
d–h 2
D
( 1 )
h = ------------------------
10 D +
(d – h)
2
D
10 ( D + 1 ) 10 ( D + 1 )
h 1 + ------------------------ = ------------------------ (d)
2 2
D D
10 (D + 1)
------------------------
2
= ---------------------------------- = -----------------------------------
h--- D 10D + 10 - system transfer function
d 10 ( D + 1 ) 2
1 + ------------------------ D + 10D + 10
2
D
a) Find the response of the final equation to a step input. The system starts at rest
on the ground floor, and the input (desired height) changes to 20 as a step input.
b) Write find the damping coefficient and natural frequency of the results in part
a).
c) verify the solution using the initial and final value theorems.
16. a) Develop an equation for the system below relating the two inputs to the output. (Hint: think
of a summation block.)
R R
Vf -
Ve
R
Vd +
R
page 288
b) Develop an equation for the system below relating the input to the output.
1K 1K
-
Vs
1K
Ve +
RP
c) The equation below can be used to model a permanent magnet DC motor with
an applied torque. An equivalent block diagram is given. Prove that the block
diagram is equivalent to the equation.
----
d- K2 T load
ω + ω ------------- = V s ------------- – -----------
K
-
dt J R R M J R R M JR
Vs +
RM ω
K-
------ ------------------------------
-
RM 2
- JR RM D + K
T load
d) Write the transfer function for the system below relating the input torque to the
output angle theta2. Then write the transfer function for the angular velocity of
mass 2.
θ1 θ2
J1 J2
τ K s1 K s2
K s2
-----------------------------------------------------------------------------------------------------------------------
-
3 2
D ( J 1 J 2 ) + D ( BJ 1 ) + D ( Ks2 ( J 1 + J 2 ) ) + ( BK s2 )
KT
(ans.
a) V + = V d ------------- = 0.5V d
R
R + R
V- – V f V - – V e
∑ V- ---------------
I =
R
- + ----------------- = 0
R
V e = 2V - – V f
Vd Ve
V e = 2 ( 0.5V d ) – V f
Ve = Vd – Vf Vf
page 290
(ans.
b) V- – 0 V- – V s
∑ V- -------------
I =
1K
- + ----------------- = 0
1K
V - = 0.5V s (1)
V + – V e V+ – 0
∑ V+ -----------------
I =
1K
- + --------------- = 0
RP
V
V + ------- + ------ = ------e-
1 1
1K RP 1K
substitute in (1)
R P + 1K V
0.5V s -------------------- = ------e-
R P ( 1K ) 1K Ve 2R P Vs
Vs 2R P -------------------
-
----- = -------------------- R P + 1K
Ve RP + 1K
note: a constant set by the variable resistor Rp
(ans.
----
d- K2 T load
ω + ω ------------- = V s ------------- – ------------
c) K
dt J R R M J R R M JR
2 T load
ω D + ------------- = V s ------------- – ------------
K K
J R R M J R R M JR
JR M T load
ω = ------------------------------2- Vs ------------- – ------------
K
J R R M D + K J R R M JR
RM
ω = ------------------------------2- Vs ------- – T load
K
JR RM D + K R M
page 291
(ans. d)
K s2 ( θ 1 – θ 2 )
τ
∑M
2
= τ – K s2 ( θ 1 – θ 2 ) = J 1 θ 1 D
+
J1 2
τ – K s2 ( θ 1 – θ 2 ) = J 1 θ1 D
2
θ 1 ( J 1 D + K s2 ) + θ 2 ( – K s2 ) = τ (1)
K s2 ( θ 1 – θ 2 )
∑M
2
= K s2 ( θ 1 – θ 2 ) – Bθ2 D = J 2 θ 2 D
+
J2 2
K s2 ( θ 1 – θ 2 ) – Bθ2 D = J 2 θ 2 D
Bθ 2 D 2
θ 2 ( J 2 D + K s2 + BD ) = θ 1 ( K s2 )
2
J 2 D + K s2 + BD
θ 1 = θ 2 ----------------------------------------- (2)
K s2
substitute (2) into (1)
2
J 2 D + BD + K s2 2
θ 2 ----------------------------------------- ( J 1 D + K s2 ) + θ 2 ( – K s2 ) = τ
K s2
4 3 2
D ( J 1 J 2 ) + D ( BJ 1 ) + D ( K s2 ( J 1 + J 2 ) ) + D ( BK s2 )
θ 2 ------------------------------------------------------------------------------------------------------------------------------- = τ
K s2
θ K s2
----2- = ------------------------------------------------------------------------------------------------------------------------------
-
τ 4 3 2
D ( J 1 J 2 ) + D ( BJ 1 ) + D ( K s2 ( J 1 + J 2 ) ) + D ( BK s2 )
ω 2 = Dθ 2
ω K s2
-----2- = -----------------------------------------------------------------------------------------------------------------------
-
τ 3 2
D ( J 1 J 2 ) + D ( BJ 1 ) + D ( K s2 ( J 1 + J 2 ) ) + ( BK s2 )
page 292
9. PHASOR ANALYSIS
Topics:
• The Fourier transform
• Complex and polar calculation of steady state system responses
• Vibration analysis
Objectives:
• To be able to analyze steady state responses using the Fourier transform
9.1 INTRODUCTION
D = σ + jω where,
D = differential operator Fourier transform
σ = decay constant D = jω
ω = oscillation frequency
An example of the Fourier transform is given in Figure 241. We start with a trans-
fer function for a mass-spring-damper system. In this example numerical values are
assumed to put the equation in a numerical form. The differential operator is replaced with
’jw’, and the equation is simplified to a complex number in the denominator. This equa-
tion then described the overall response of the system to an input based upon the fre-
quency of the input. A generic form of sinusoidal input for the system is defined, and also
converted to phasor (complex) form. (Note: the frequency of the input does not show up in
the complex form of the input, but it will be used later.) The general of the system is then
obtained by multiplying the transfer function by the input, to obtain the output.
The response of the steady state output ’x’ can now be found for the given input.
x(ω ) 1 - ( A cos θ input + jA sin θ input )
x ( ω ) = ------------ F ( ω ) = ----------------------------------------------------------------------
F( ω) ( 2000 – 1000ω ) + j ( 3000ω )
2
To continue the example in Figure 241 values for the sinusoidal input force are
assumed. After this the method only requires the simplification of the complex expression.
In particular having a complex denominator makes analysis difficult and is undesirable.
To simplify this expression it is multiplied by the complex conjugate. After this, the
expression is quickly reduced to a simple complex number. The complex number is then
converted to polar form, and then finally back into a function of time.
page 294
( – 86304248 ) + j ( – 50563212 -)
x ( ω ) = -----------------------------------------------------------------------
14
1.0005 ×10
-6 -6
x ( ω ) = ( – 0.863 ×10 ) + j ( – 0.505 ×10 )
-6 2 -6 2 – 0.505 ×10-6
x(ω) = ( – 0.863 ×10 ) + ( –0.505 ×10 ) ∠ atan -----------------------------
- + π
– 0.863 ×10-6
Note: the signs of the components indicate that the angle is in the bottom left quad-
rant of the complex plane, so the angle should be between 180 and 270 degrees.
To correct for this pi radians are added to the result of the calculation.
-6
x ( ω ) = 0.9999 ×10 ∠3.671
This can then be converted to a function of time.
-6
x ( t ) = 0.9999 ×10 sin ( 100t + 3.671 )m
Note: when dividing and multiplying complex numbers in polar for the magnitudes can be
multiplied or divided, and the angles added or subtracted. XXXXX
Unfortunately when the numbers are only added or subtracted they need to be converted
back to cartesian form to perform the operations. This method eliminates the need to
multiply by the complex conjugate.
A + B ∠ atan ---
2 2 B
2 2
A
= ------------------------------------------------- = ----------------------- ∠ atan --- – atan ----
A + jB-
--------------- A +B B D
C + jD A C
C + D ∠ atan ----
2 2 D C +D
2 2
C
A ∠θ 1
-------------- = A
--- ∠( θ 1 – θ 2 )
B ∠θ 2 B
( A ∠θ 1 ) ( B ∠θ 2 ) = AB ∠( θ 1 + θ2 )
For example,
( 1 + j ) --------------
2+j
3 + 4j
5 ∠0.4636
= 2 ∠0.7854 -------------------------------
25 ∠0.9273
2 5
= -------------- ∠0.7854 + 0.4636 – 0.9273
25
= 0.6325 ∠0.3217
= 0.6 + j0.2
The cartesian form of complex numbers seen in the last section are well suited to
operations where complex numbers are added and subtracted. But, when complex num-
bers are to be multiplied and divided these become tedious and bulky. The polar form for
complex numbers simplifies many calculations. The previous example started in Figure
241 is redone using polar notation in Figure 244. In this example the input is directly con-
verted to polar form, without the need for calculation. The input frequency is substituted
into the transfer function and it is then converted to polar form. After this the output is
found by multiplying the transfer function by the input. The calculations for magnitudes
involve simple multiplications. The angles are simply added. After this the polar form of
page 296
Consider the input function from the previous example in polar form it becomes,
F ( t ) = 10 sin ( 100t + 0.5 )N F ( ω ) = 10 ∠0.5
The transfer function can also be put in polar form.
x(ω)
------------ 1 1
= ------------------------------------------------------------------------------------------
- = ---------------------------------------------------
F(ω) ( 2000 – 1000 ( 100 ) ) + j ( 3000 ( 100 ) )
2 – 9998000 + j300000
x(ω)
------------ 1 ∠0
= --------------------------------------------------------------------------------------------------------------------------------
F(ω)
( – 9998000 ) + ( 300000 ) ∠ atan ------------------------ + π
2 2 300000
– 9998000
x( ω) 1 ∠0 1 -7
------------ = ------------------------------------------ = ------------------------ ∠( 0 – 3.112 ) = 0.9998 ×10 ∠– 3.112
F(ω) 10002500 ∠3.112 10002500
The output can now be calculated.
x( ω) -7
x ( ω ) = ------------ F ( ω ) = ( 0.9998 ×10 ∠– 3.112 ) ( 10 ∠0.5 )
F(ω)
-7 -6
x ( ω ) = 0.9998 ×10 ( 10 ) ∠( – 3.112 + 0.5 ) = 0.9998 ×10 ∠– 2.612
The output function can be written from this result.
-6
x ( ω ) = 0.9998 ×10 sin ( 100t – 2.612 )
Re imaginary
Note: recall that tan θ = ------ but the atan θ function in
Im
calculators and software only returns values between - +/- +/+
90 to 90 degrees. To compensate for this the sign of the real
real and imaginary components must be considered to
determine where the angle lies. If it lies beyond the -90 -/- -/+
to 90 degree range the correct angle can be obtained by
adding or subtracting 180 degrees.
Consider the circuit analysis example in Figure 245. In this example the compo-
nent values are converted to their impedances, and the input voltage is converted to phasor
form. (Note: this is a useful point to convert all magnitudes to powers of 10.) After this the
three output impedances are combined to a single impedance. In this case the calculations
page 297
The analysis continues in Figure 246 as the output is found using a voltage divider.
In this case a combination of cartesian and polar forms are used to simplify the calcula-
page 298
tions. The final result is then converted back from phasor form to a function of time.
V o ( ω ) = ( 5 ∠0.3 ) ---------------------------------------------------------------------
-
1
4 –4
( 10 ) ( ( 10 ) + j ( 0.099 ) ) + 1
5 ∠0.3 5 ∠0.3
V o ( ω ) = ( 5 ∠0.3 ) -------------------- = ---------------------------------------------------- = ---------------------------------------
1
2 + j990 2 2 990 990 ∠1.5687761
2 + 990 ∠ atan ---------
2
5 –3
V o ( ω ) = --------- ∠( 0.3 – 1.5687761 ) = 5.05 × 10 ∠– 1.269
990
Finally, the output voltage can be written.
6
V o ( t ) = 5.05 sin ( 10 t – 1.269 ) mV
Phasor analysis is applicable to systems that are linear. This means that the princi-
ple of superposition applies. Therefore, if an input signal has more than one frequency
component then the system can be analyzed for each component, and then the results sim-
ply added. The example considered in Figure 241 is extended in Figure 247. In this exam-
ple the input has a static component, as well as frequencies at 0.5 and 20 rad/s. The
transfer function is analyzed for each of these frequencies components. The output com-
ponents are found by multiplying the inputs by the response at the corresponding fre-
quency. The results are then converted back to functions of time, and added together.
page 299
These can then be multiplied by the input components to find output components.
x ( 0 ) = ( 0.0005 ∠0 )1000 ∠0 = 0.5 ∠0
1 ∠0
x ( 20 ) = ------------------------------------ 20 ∠0 = 0.497 ×10 ∠– 2.992
-4
402497 ∠2.992
1 ∠0
x ( 0.5 ) = ------------------------------ 10 ∠0 = 4.34 × 10 ∠– 0.709
–3
2305 ∠0.709
Therefore the output is,
–6 –3
x ( t ) = 0.5 + 49.7 × 10 sin ( 20t – 2.992 ) + 4.34 × 10 sin ( 0.5t – 0.709 )
Figure 247 A example for a signal with multiple frequency components (based on the
example in Figure 241)
9.3 VIBRATIONS
F out ( ω ) x out ( ω )
T = ------------------- = ------------------ The gain of a transfer function gives transmissibility
F in ( ω ) x in ( ω )
%I = ( 1 – T )100%
Given the transfer function for a vibration isolator below, find a value of K that will
give 50% isolation for a 10Hz vibration.
x out 5D + 10 -
--------- = ----------------------------------------
x in 2
4D + 20KD + 4
9.4 SUMMARY
• Fourier transforms and phasor representations can be used to find the steady state
response of a system to a given input.
• Vibration analysis determines frequency components in mechanical systems.
1. Develop a transfer function for the system pictured below and then find the response to an input
voltage of Vi = 10cos(1,000,000 t) using Fourier transforms.
1mH
1KΩ
+
-
page 302
1KΩ Va
(ans.
1mH +
Va – Vi Va Va V a – Vo
∑ IVa = ----------------
1KΩ
- + -----------
- + -----------
1KΩ 1KΩ 0.001D
- + -----------------
- = 0
V o ------------------------------------ = V a
0.001D + 1KΩ
(2)
1KΩ
substitute (2) into (1)
2. A single d.o.f. model with a weight of 1.2 kN and a stiffness of 340 N/m has a steady-state har-
monic excitation force applied at 95 rpm (revolutions per minute). What damper value will
page 303
(ans. F
y
∑ Fy
2
M = – K s y – K d yD – F = MyD
–1
--y- = -----------------------------------------
-
F 2
D M + DK d + K s
Ks Kd
F floor = K s y + K d yD
F floor
------------
- = Ks + K d D
y
F floor F floor y –( Ks + Kd D )
------------- = ------------
- --- = -----------------------------------------
-
F y F 2
D M + DK d + K s
F floor – ( K s + K d ωj )
------------- = ----------------------------------------------
F 2
– ω M + ωjK d + K s
2 2
F floor Ks + ( K d ω )
- = ------------------------------------------------------------
------------
F 2 2 2
( K s – ω M ) + ( ωK d )
page 304
(ans. cont’d
For 92% isolation, there is 100-92 = 8% transmission, at 95rpm.
N 1200N
K s = 340 ---- M = ----------------- = 122kg
m N
9.81 ------
kg
3. Four helical compression springs are used at each corner of a piece of equipment. The spring
rate is 240 N/m for each spring and the vertical static deflection of the equipment is 10mm.
Calculate the weight of the equipment and determine the amount of isolation the springs would
afford if the equipment operating frequency is twice the natural frequency of the system.
page 305
Topics:
• Bode plots
Objectives:
• To be able to describe the response of a system using Bode plots
10.1 INTRODUCTION
Aside: Consider a ’graphic equalizer’ commonly found on home stereo equipment. The
spectrum can be adjusted so that high or low tones are emphasized or muted. The
position of the sliders adjusts the envelope that the audio signal is filtered through.
The sliders trace out a Bode gain plot. In theoretical terms the equalizer can be
described with a transfer function. As the slides are moved the transfer function is
changed, and the bode plot shifts. In the example below the slides are positioned to
pass more of the lower frequencies. The high frequencies would not be passed
clearly, and might sound somewhat muffled.
40-120 120-360 360-1K 1K-3.2K 3.2K-9.7K 9.7K-20K
gain
f(Hz)
x(ω )
------------ 1
= ----------------------------------------------------------------------
-
F( ω) j ( 3000ω ) + ( 2000 – 1000ω )
2
2
x(ω ) 1 (------------------------------------------------------------------------------
– j ) ( 3000ω ) + ( 2000 – 1000ω )-
------------ = ----------------------------------------------------------------------
-
F( ω) j ( 3000ω ) + ( 2000 – 1000ω )
2
( – j ) ( 3000ω ) + ( 2000 – 1000ω )
2
2
x(ω )
------------ ( 2000 – 1000ω ) – j ( 3000ω )-
= -------------------------------------------------------------------------
F( ω) 2 2 2
( 2000 – 1000ω ) + ( 3000ω )
2 2 2
( 2000 – 1000ω ) + ( 3000ω ) -
x ( ω ) = ----------------------------------------------------------------------------- 1
------------ = ------------------------------------------------------------------------------
F( ω) ( 2000 – 1000ω ) + ( 3000ω )
2 2 2 2 2 2
( 2000 – 1000ω ) + ( 3000ω )
The results in Figure 251 are normally left in variable form so that they may be
analyzed for a range of frequencies. An example of this type of analysis is done in Figure
252. A set of frequencies is used for calculations. These need to be converted from Hz to
rad/s before use. For each one of these the gain and phase angle is calculated. The gain
gives a ratio between the input sine wave and output sine wave of the system. The magni-
tude of the output wave can be calculated by multiplying the input wave magnitude by the
gain. (Note: recall this example was used in the previous chapter) The phase angle can be
added to the input wave to get the phase of the output wave. Gain is normally converted to
’dB’ so that it may cover a larger range of values while still remaining similar numerically.
Also note that the frequencies are changed in multiples of tens, or magnitudes.
page 308
0 0
0.001 0.006283
0.01 0.06283
0.1 0.6283
1 6.283
10 62.83
100 628.3
1000 6283
Note: the gain values will cover many magnitudes of Note: negative phase
values. To help keep the graphs rational we will angles mean that the
"compress" the values by converting them to dB mass motion lags the
(decibels) using the following formula. force.
gain db = 20 log ( gain )
Note: The frequencies chosen should be chosen to cover the points with the greatest
amount of change.
In this example gain is defined as x/F. Therefore F is the input to the system, and x
is the resulting output. The gain means that for each unit of F in, there will be gain*F=x
out. The input and output are sinusoidal and there is a difference in phase between the
input and output wave of θ (the phase angle). This is shown in Figure 253, where an input
waveform is supplied with three sinusoidal components. For each of the frequencies a gain
and phase shift are calculated. These are then used to calculate the resulting output wave.
The resulting output represents the steady-state response to the sinusoidal output.
page 309
In the previous section we calculated a table of gains and phase angles over a range
of frequencies. Graphs of these values are called Bode plots. These plots are normally
done on semi-log graph paper, such as that seen in Figure 254. Along the longer axis of
this paper the scale is base 10 logarithmic. This means that if the paper started at 0.1 on
one side, the next major division would be 1, then 10, then 100, and finally 1000 on the
other side of the paper. The basic nature of logarithmic scales prevents the frequency from
being zero. Along the linear axis (the short one) the gains and phase angles are plotted,
normally with two graphs side-by-side on a single sheet of paper.
1 2 3 4 5 6 789 1 2 3 4 5 6 789 1 2 3 4 5 6 789 1 2 3 4 5 6 789
page 310
page 311
Plot the points from Figure 252 in the semi-log graph paper in Figure 254. The general
layout is pictured below.
gain
(dB)
-40dB/dec
phase
(deg)
Figure 255 Drill problem: Plot the points from Figure 252 on graph paper
Use computer software, such as Mathcad or a spreadsheet, to calculate the points in Fig-
ure 251, and then draw Bode plots. Most software will offer options for making one
axis use a log10 scale.
Figure 256 Drill problem: Plot the points from Figure 251 with a computer
page 312
Draw the Bode plot for the transfer function by hand or D+3
-----------------------------------------------------
-
with computer. 2
D + 10000D + 10000
Figure 257 Drill problem: Draw the Bode plot for gain and phase
page 313
Bode plots for transfer functions can be approximated with the following steps.
1. Plot the straight line pieces.
a) The gain at 0rad/sec is calculated and used to find an initial off-
set. For example this transfer function starts at 10(D+1)/
(D+1000)=10(0+1)/(0+1000)=0.01=-40dB.
b) Put the transfer function in root form to identify corner frequen-
cies. For example (D+1)/(D+1000) will have corner frequencies
at 1 and 1000 rad/sec.
c) Curves that turn up or down are drawn for each corner frequency.
At each corner frequency a numerator term causes the graph to
turn up, each term in the dominator causes the graph to turn
down. The slope up or down is generally +/- 20dB/decade for
each term. Also note that squared (second-order) terms would
have a slope of +/-40dB/decade.
2. The effect of each term is added up to give the resulting straight line
approximation.
3. When the smooth curve is drawn, there should commonly be a 3dB dif-
ference at the corner frequencies. In second-order systems the damping
coefficient make may the corner flatter or peaked.
Figure 258 The method for Bode graph straight line gain approximation
page 314
Note: Some of the straight line approximation issues are discussed below.
Why is there 3dB between a first order corner and the smooth plot, and the phase
angle is 45 degrees of the way to +/- 90 degrees??
1
G ( jω ) = ------------------
ω c + jω
the initial gain is
1 1
G ( 0 ) = ----------------- = ------
ω c + j0 ωc
at the corner frequency ωc = ω
1 1 1 π
G ( jω ) = ---------------------
= ---------------------- = ------------- ∠– ---
ω c + jω c π ωc 2 4
ω c 2 ∠---
4
Therefore the difference is
G ( jω ) π π π
diff = --------------- = ------- ∠– --- = 20 log ------- ∠– --- = – 3.01dB ∠– ---
1 1
G(0) 2 4 2 4 4
Why does a first order pole go down at 20dB/dec?
1
G ( jω ) = ------------------
ω c + jω
before the corner frequency, ω c > jω
1- = 20 log ( ω –1 ) = – 20 log ( ω )
G ( jω ) = ----- c c
ωc
after the corner frequency, ω c < jω
1- = 20 log ( ω – 1 ) = – 20 log ( ω )
G ( jω ) = -----
jω
each time the frequency increases by a multiple of 10, the log value
becomes 1 larger, thus resulting in a gain change of -20 dB.
Why does a pole make the phase angle move by -90deg after the corner frequency?
1 ∠0 ω
G ( jω ) = ------------------ = --------------------------------------------------- = ----------------------- ∠– atan ------
1 1
ω c + jω ω ω
ω c + ω ∠ atan ------
2 2 2 2
ωc + ω c
ω c
before the corner frequency, ω c > jω
ω
angle ( G ( jω ) ) = – atan ------ = – atan ------ = 0
0
ωc ωc
after the corner frequency, ω c < jω
ω π
angle ( G ( jω ) ) = – atan ------ = – atan ( ∞ ) = – ---
ωc 2
Show that the second order transfer function below would result in a slope of +/- 40
dB/decade.
1
G ( jω ) = -------------------------2-
( ω c + jω )
An example of the straight line plotting technique is shown in Figure 262. In this
example the transfer function is first put into a root form. In total there are three roots, 1,
10 and 100 rad/sec. The single root in the numerator will cause the curve to start upward
with a slope of 20dB/dec after 1rad/sec. The two roots will cause two curves downwards
at -20dB/dec starting at 10 and 100 rad/sec. The initial gain of the transfer function is also
calculated, and converted to decibels. The frequency axis is rad/sec by default, but if Hz
are used then it is necessary to convert the values.
page 317
4
100D + 100 10 ( D + 1 ) -
G ( D ) = --------------------------------------------------
- = --------------------------------------------- (the equation is put in root form)
2
0.01D + 0.11D + 10 ( D + 10 ) ( D + 100 )
Step 1: Draw lines for each of the terms in the transfer function,
Gain (dB)
D+1
4
10 ( 1 )
GAIN 0 = ------------------------- = 10 = 20dB
( 10 ) ( 100 )
20dB/dec.
1 10 100
0dB freq.(rad/sec)
(could be Hz also)
-20dB/dec. -20dB/dec.
1 - 1 -
--------------- ------------------
D + 10 D + 100
The example is continued in Figure 263 where the straight line segments are added
to produce a combined straight line curve.
page 318
Step 2: Sum the individual lines, and get the straight line approximation,
Gain (dB)
40dB
20dB
1 10 100
0dB freq.(rad/sec)
Finally a smooth curve is fitted to the straight line approximation. When drawing
the curve imagine that there are rubber bands at the corners that pull slightly and smooth
out. For a simple first-order term there is a 3dB gap between the sharp corner and the func-
tion. Higher order functions will be discussed later.
40dB 3dB
20dB
1 10 100
0dB freq.(rad/sec)
page 319
The process for constructing phase plots is similar to that of gain plots, as seen in
Figure 266. The transfer function is put into root form, and then straight line phase shifts
are drawn for each of the terms. Each term in the numerator will cause a positive shift of
90 degrees, while terms in the denominator cause negative shifts of 90 degrees. The phase
shift occur over two decades, meaning that for a center frequency of 100, the shift would
start at 10 and end at 1000. If there are any lone ’D’ terms on the top or bottom, they will
each shift the initial value by 90 degrees, otherwise the phase should start at 0degrees.
Gain plots for transfer functions can be approximated with the following steps.
1. Plot the straight line segments.
a) Put the transfer function in root form to identify center frequen-
cies. For example (D+1)/(D+1000) will have center frequencies
at 1 and 1000 rad/sec. This should have already been done for the
gain plot.
b) The phase at 0rad/sec is determined by looking for any individ-
ual D terms. Effectively they have a root of 0rad/sec. Each of
these in the numerator will shift the starting phase angle up by
90deg. Each in the denominator will shift the start down by 90
deg. For example the transfer function 10(D+1)/(D+1000) would
start at 0 deg while 10D(D+1)/(D+1000) would start at +90deg.
c) Curves that turn up or down are drawn around each center fre-
quency. Again terms in the numerator cause the curve to go up 90
deg, terms in the denominator cause the curves to go down 90
deg. Curves begin to shift one decade before the center fre-
quency, and finish one decade after.
2. The effect of each term is added up to give the resulting straight line
approximation.
3. The smooth curve is drawn.
Figure 265 The method for Bode graph straight line gain approximation
The previous example started in Figure 262 is continued in Figure 266 to develop a
phase plot using the approximate technique. There are three roots for the transfer function.
None of these are zero, so the phase plot starts at zero degrees. The root in the numerator
causes a shift of positive 90 deg, starting one decade before 1rad/sec and ending one
decade later. The two roots in the denominator cause a shift downward.
page 320
4
10 ( D + 1 )
G ( D ) = ----------------------------------------------
( D + 10 ) ( D + 100 )
Step 1: Draw lines for each of the terms in the transfer function
+45
0.1 1 10 100 1000
0 freq.(rad/sec)
-45 1 -
1 - ------------------
--------------- D + 100
D + 10
-90
The straight line segments for the phase plot are added in Figure 267 to produce a
straight line approximation of the final plot. A smooth line approximation is drawn using
the straight line as a guide. Again, the concept of an rubber band will smooth the curve.
page 321
+90
+45
0.1 1 10 100 1000
0 freq.(rad/sec)
-45
-90
+90
+45
0.1 1 10 100 1000
0 freq.(rad/sec)
-45
-90
The previous example used a transfer function with real roots. In a second-order
system with double real roots (overdamped) the curve can be drawn with two overlapping
straight line approximations. If the roots for the transfer function are complex (under-
damped the corner frequencies will become peaked. This can be handled by determining
the damping coefficient and natural frequency as shown in Figure 268. The peak will
occur at the damped frequency. The peaking effect will become more pronounced as the
damping coefficient goes from 0.707 to 0 where the peak will be infinite.
page 322
Gain
Mn Resonant Peak
A
-------------------------------------------------------
-
=0.1 2 2
D + ( 2ξω n )D + ( ω n )
=0.5 2
dB = A ωd = 1 – ξ ωn
ξ = 0.707
-40dB/decade
freq
ωd
Note: If ζ is less than 1 the roots become complex, and the Bode plots get a
peak. This can be seen mathematically because the roots of the transfer
function become complex.
The approximate techniques do decrease the accuracy of the final solution, but
they can be calculated quickly. In addition these curves provide an understanding of the
system that makes design easier. For example, a designer will often describe a system with
a Bode plot, and then convert this to a desired transfer function.
page 323
If a vibration signal is measured and displayed it might look like Figure 270. The
overall sinusoidal shape is visible, along with a significant amount of ’noise’. When this is
considered in greater detail it can be described with the given function. To determine the
function other tools are needed to determine the frequencies, and magnitudes of the fre-
quency components.
x(t)
x ( t ) = A sin ---------- t + 0.3A sin ------------- t + 0.01A sin ---------------- t
displacement 2π 2π 2π
0.01 0.005 0.0005
A
5 t (ms)
frequency 1
freq. 3
freq. 2
Amplitude
A
log(freq.)
(Hz or rads.)
1- 1 - 1 -
--------- ------------ ---------------
0.01 0.005 0.0005
=100Hz =200Hz =2000Hz
10.4 SUMMARY
( D + 1 ) ( D + 1000 -)
--------------------------------------------- 5
------
AND
2 2
( D + 100 ) D
page 326
(ans.
0dB
-20dB -40dB/dec
90deg
-45deg -180deg
a) draw the straight line approximation of the bode and phase shift plots.
b) determine the steady-state output if the input is x(t) = 20 sin(9t+0.3).
page 327
(ans.
( D )-
y----------- ( D + 10 ) ( D + 5 -) ( D + 10 )
= --------------------------------------- = ---------------------
x(D ) (D + 5)
2 (D + 5)
6dB
0dB
0.8 1.6
90
0.8 1.6
-90
x ( t ) = 20 cos ( 9t + 0.3 )
Aside: the numbers should be obtained from the graphs, but I have calculated them
( D + 10 )
= --------------------- = ----------------- -------------- = -------------------------------- = 1.236 – 0.425j
y-- 9j + 10 5 – 9j 50 + 81 – 45j
x (D + 5) 9j + 5 5 – 9j 25 + 81
Aside: This can also be done entirely with phasors in cartesian notation
( D + 10 )
= --------------------- = ----------------- -------------- = -------------------------------- = 1.236 – 0.425j
y-- 9j + 10 5 – 9j 50 + 81 – 45j
x (D + 5) 9j + 5 5 – 9j 25 + 81
x = 20 ( cos ( 0.3rad ) + j sin ( 0.3rad ) ) = 19.1 + 5.91j
y - = ( 1.236 – 0.425j ) ( 19.1 + 5.91j ) = 26.1 – 0.813j = 26.1 ∠– 0.031
----------------------------
19.1 + 5.91j
(ans. cont’d
Aside: This can also be done entirely with phasors in polar notation
( D + 10 ) 13.45 ∠0.733
= --------------------- = ----------------- = ------------------------------- = ------------- ∠0.733 – 1.064 = 1.31 ∠– 0.331
y-- 9j + 10 13.45
x (D + 5) 9j + 5 10.30 ∠1.064 10.30
x = 20 ∠0.3
y -
----------------- = 1.31 ∠– 0.331
20 ∠0.3
y = 1.31 ( 20 ) ∠( – 0.331 + 0.3 ) = 26.2 ∠– 0.031
y ( t ) = 26.2 sin ( 9t – 0.031 )
3. For the transfer functions below, draw the root locus plots, and draw an approximate time
response for each.
1 - 1 - 1 - 1
------------ --------------- -------------------- -----------------------------
-
D+1 2 2 2
D +1 (D + 1) D + 2D + 2
4. Use the straightline approximation techniques to draw the Bode plot for the transfer function
below.
F D + 1000 -
G = --- = -----------------------------------
2
x D + 5D + 100
page 329
5. The applied force ‘F’ is the input to the system, and the output is the displacement ‘x’.
a) find the transfer function.
K1 = 500 N/m
x K2 = 1000 N/m
M = 10kg
F ( t ) = 10 t>0
a) Write the equation in state variable form.
b) Solve the differential equation numerically.
c) Solve the differential equation using calculus techniques.
d) Find the frequency response (gain and phase) for the transfer function using the
Fourier transform. Roughly sketch the bode plots.
7. You are given the following differential equation for a spring damper pair.
5x + ----- x = F
d F ( t ) = 10 sin ( 100t )
dt
a) Write the transfer function for the differential equation if the input is F.
b) Apply the Fourier transform to the transfer function to find magnitude and
phase as functions of frequency.
c) Draw a Bode plot for the system using either approximate or exact techniques
on semi-log graph paper
.d) Use the Bode plot to find the response to;
F ( t ) = 10 sin ( 100t )
e) Put the differential equation in state variable form and use a calculator to find
page 330
0.0
0.002
0.004
0.006
0.008
0.010
f) Give the expected ‘x’ response of this first-order system to a step function input
for force F = 1N for t > 0 if the system starts at rest. Hint: Use the canonical
form.
page 331
1 -
(ans.
a) --x- = ------------
F 5+D
1 ∠0 ω
= --------------- = ------------------------------------------------ = ---------------------- ∠– atan ----
b) 1 - 1 1
--x- = ------------
F 5+D 5 + jω ω 5
5 + ω ∠ atan ----
2 2
2 2
5 +ω
5
c)
initial gain = 20 log ------------ = – 14dB
gain(dB) 1
5 + 0
-14dB 5
corner freq. = ------ = 0.8Hz
2π
-20dB/dec
phase(deg)
0°
– 45°
– 90°
t x
e) 0.2
0.186
0.0 0
Xi 0
0.002 9.98e-4
0.004 5.92e-3
− 0.099 0.2
0 0.5 1
0 i ⋅h 0.999 0.006 0.015
0.008 0.026
– 5t 0.010 0.041
1 e
g) x = --- – ---------
5 5
Please notice that there are a few sheets of 2 and 4 cycle log paper attached, make
additional copies if required, and if more cycles are required, sheets can be cut and pasted
together. Also note that better semi-log paper can be purchased at technical bookstores, as
well at most large office supply stores.
page 333
1 2 3 4 5 6 7 8 9 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 789 1 2 3 4 5 6 789 1 2 3 4 5 6 789 1 2 3 4 5 6 789
page 334
page 335
Topics:
• Root-locus plots
Objectives:
• To be able to predict and control system stability.
11.1 INTRODUCTION
The system can also be checked for general stability when controller parameters
are varied using root-locus plots.
R = – A, – B
jw x(t)
x0
-A -B
sigma
R = ± Aj
jw x(t)
A
sigma
-A
t
R = – A ± Bj
jw x(t)
B
-A
sigma
-B t
Figure 274 Negative real and complex roots cause decaying oscillation
page 337
R = – A ± Bj
jw x(t)
B
-A
sigma
-B t
Figure 275 More negative real and complex roots cause a faster decaying oscillation
R = – A, – A
jw x(t)
-A,-A
sigma
R = A, A
jw x(t)
A,A
sigma
Figure 277 Positive real roots cause exponential growth and are unstable
page 338
R = A ± Bj
jw x(t)
B
A sigma
-B t
Figure 278 Complex roots with positive real parts have growing oscillations and are
unstable
Next, recall that the denominator of a transfer function is the homogeneous equa-
tion. By analyzing the function in the denominator of a transfer function the general sys-
tem response can be found. An example of root-locus analysis for a mass-spring-damper
system is given in Figure 279. In this example the transfer function is found and the roots
of the equation are written with the quadratic equation. At this point there are three
unspecified values that can be manipulated to change the roots. The mass and damper val-
ues are fixed, and the spring value will be varied. The range of values for the spring coef-
ficient should be determined by practical and design limitations. For example, the spring
coefficient should not be zero or negative.
page 339
x ( D )-
------------ 1
= -----------------------------------------
-
F(D) 2
MD + K d D + K s
Note: We want Ks Kd
the form below
A
--------------------------------------
-
(D + B)(D + C) M
1-
----
x ( D ) M
------------- = -------------------------------------
F(D) 2 Kd Ks Aside:
D + ------ D + -----
M M 2
ax + bx + c = ( x + A ) ( x + B )
2
–Kd K K
--------- ± ------d- – 4 -----s – b ± b – 4ac
2
M M
2 M A, B = --------------------------------------
B, C = ------------------------------------------
- 2a
2
M Kd Ks B C
0 0 0 0 0
100 100 100
100 100 1000
100 100 10000
The roots of the equation can then be plotted to provide a root locus diagram.
These will show how the values of the roots change as the design parameter is varied. If
any of these roots pass into the right hand plane we will know that the system is unstable.
In addition complex roots will indicate oscillation.
page 340
Imaginary
Real
Figure 280 Drill problem: Plot the calculated roots on the axes above
A feedback controller with a variable control function gain is shown in Figure 281.
The variable gain ’K’ calls for determining controller stability over the range of values.
This analysis begins by developing a transfer function for the overall system. The root of
the denominator is then calculated and plotted for a range of ’K’ values. In this case all of
the roots are in the left side of the plane, so the system is stable and doesn’t oscillate. Keep
in mind that gain values near zero put the control system close to the right hand plane. In
real terms this will mean that the controller becomes unresponsive, and the system can go
where it pleases. It would be advisable to keep the system gain greater than zero to avoid
this region.
page 341
+ 1-
K ---
D
-
K H(D ) = 1
G ( D ) = ----
D
First, we must develop a transfer function for the entire control system.
---
K-
G( D) D K
G S ( D ) = ------------------------------------- = --------------------------- = --------------
1 + G ( D )H ( D ) D+K
1 + ---- ( 1 )
K
D
Next, we use the characteristic equation of the denominator to find the roots as
the value of K varies. These can then be plotted on a complex plane. Note:
the value of gain ’K’ is normally found from 0 to +infinity.
D+K = 0 K root
jω
0 -0
1 -1 K→∞ K = 0 σ
2 -2
3 -3
etc...
Note: This system will always be stable because all of the roots for all values of K are
negative real, and it will always have a damped response. Also, larger values of K,
make the system more stable.
1 + -----------------------------
- ( 1 ) = 0
K Note: For a negative feedback
2 controller the denominator is,
D + 3D + 2
2 1 + G ( D )H ( D )
D + 3D + 2 + K = 0
– 3 ± 9 – 4(2 + K) 1 – 4K
roots = ------------------------------------------------ = – 1.5 ± --------------------
2 2
Next, find values for the roots and plot the values,
K roots
jω
0
1
2
3
K(D + 5 )
G ( D )H ( D ) = ---------------------------------------
2
D ( D + 4D + 8 )
11.3 SUMMARY
1. Draw the root locus diagram for the system below. specify all points and values.
+ + 1
3.0 ---------------------
2
(D + 1)
- -
KdD
page 345
(ans. + + 1 -
3.0 --------------------
2
(D + 1)
- -
KdD
+ 3.0
--------------------------------------
2
( D + 1 ) + Kd D
-
3.0
----------------------------------------------------
2
D + D ( K d + 2 ) + 4.0
2
2 – K d – 2 ± ( K d + 2 ) – 4 ( 4.0 )
D + D ( K d + 2 ) + 4.0 = 0 D = --------------------------------------------------------------------------
-
2
2
Kd roots – K d – 2 ± K d + 4K d – 12
D = ----------------------------------------------------------------
-
2
-10 7.464, 0.536
-6 2.000, 2.000 Critical points: (this is simple for a quadratic)
-2 0 +/- 2.000j
The roots becomes positive when
-1 -0.5 +/- 1.936j
2
0 -1 +/- 1.732j 0 > – K d – 2 ± K d + 4K d – 12
1 -1.5 +/- 1.323j 2
2 -2.000, -2.000 2 + K d > ± K d + 4K d – 12
5 -0.628, -6.372 16 > 0
10 -0.343, -11.657 0 > – Kd – 2 Kd > –2
100 -0.039, -102.0
1000 -0.004, -1000 The roots becomes complex when
2
0 > K d + 4K d – 12
– 4 ± 16 – 4 ( – 12 ) K d = – 6, 2
K d = -----------------------------------------------
2
M = 1 kg
M = 1kg
y
F y
F
Ks = 1 N/m
b) If the input force is a step function of magnitude 1N, convert the input to a trans-
fer function, and use it to find the time response for ‘y’ by solving a differential
equation.
c) Draw the poles on a real-complex plane.
d) Apply the Fourier transform function and make it a function of frequency. Plot
the Gain and magnitude as a function of frequency.
page 347
Re
-0.5
-0.866
1 2
d) --y- = -------------------------------- θ = angle ( 1 – ω , – ω )
F 1–ω +ω
2 4
3. The block diagram below is for a motor position control system. The system has a proportional
controller with a variable gain K.
θd Vd + Ve Vs ω θa
2 K 100 1
------------- ----
D+2 D
-
Va
ans. 200K
---------------------------------------
-
2
D + 2D + 200K
b) Draw the Root-Locus diagram for the system (as K varies). Use either the
approximate or exact techniques.
page 348
ans. – 2 ± 4 – 4 ( 200K )
roots = ------------------------------------------------ = – 1 ± 1 – 200K
2
Im
K roots
0 0,-2 K=0.005
0.001 -0.1,-1.9
0.005 -1,-1 Re
0.1 etc. -2 -1
1
5
10
a) Draw the root locus diagram and state what values of K are acceptable.
b) Select a gain value for K that has either a damping factor of 0.707 or a natural
frequency of 3 rad/sec.
c) Given a gain of K=10 find the steady-state response to an input step of 1 rad.
d) Given a gain of K=0.01 find the response of the system to an input step of
0.1rad.
page 349
(ans. a) 2
D + D + 20K = 0
– 1 ± 1 – 4 ( 20K ) For complex roots
D = --------------------------------------------- 1
2 1 – 80K < 0 K > ------
80
K roots For negative real roots (stable)
1 ± 1 – 80K-
–------------------------------------
-10 13.65, -14.65 <0
2
-1 4.000, -5.000
0 0.000, -1.000 ± 1 – 80K < 1 K>0
1/80 -0.500, -0.500
1 -0.5 +/- 4.444j
10 -0.5 +/- 14.13j
1000 -0.5 +/- 141.4j
b)
Matching the second order forms,
2
2ω n ξ = 1 ω n = 20K
θo 20 ( 10 )
c) ----- = ----------------------------------------
-
θd 2
D + D + 20 ( 10 )
θ o'' + θd' + θ d 200 = 200θd
Homogeneous:
2
A + A + 200 = 0
Particular:
θ = A
0 + 0 + A200 = 200 ( 1rad ) A = 1rad
θ o ( t ) = 1rad
– 0.5t
θo ( t ) = ( e sin ( 14.1t – 1.54 ) + 1 ) ( rad )
page 351
θo 20 ( 0.01 )
d) ----- = --------------------------------------------
-
θd 2
D + D + 20 ( 0.01 )
θ o'' + θd' + θ d 0.2 = 0.2θd
Homogeneous:
2
A + A + 0.2 = 0
Particular:
θ = A
0 + 0 + A0.2 = 0.2 ( 1rad ) A = 1rad
θ o ( t ) = 1rad
C 1 = – 0.381C 2
5. A feedback control system is shown below. The system incorporates a PID controller. The
page 352
4 2
D ( 3K d ) + D ( 3K p ) + ( 3K i )
--Y- = ----------------------------------------------------------------------------------------------
-
X 2
D ( 12K d + 1 ) + D ( 9 + 12K p ) + ( 12K i )
(ans. X + Kp D + K i + Kd D
2 Y
3 -
------------------------------------------- ------------
D D+9
-
X + 2 Y
3K p D + 3K i + 3K d D
----------------------------------------------------
-
- D(D + 9)
X 2 Y
3K p D + 3K i + 3K d D
-------------------------------------------------------------------------------------------
2
D ( D + 9 ) + 12K p D + 12K i + 12K d D
X 2 Y
3K p D + 3K i + 3K d D
----------------------------------------------------------------------------------------------
-
2
D ( 12K d + 1 ) D(+ 9 + 12K p) ( + 12K i)
page 353
b) 2
D ( 12K d + 1 ) + D ( 9 + 12K p ) + ( 12K i ) = 0
2
– 9 – 12K p ± ( 9 + 12K p ) – 4 ( 12K d + 1 )12K i
D = ------------------------------------------------------------------------------------------------------------------
-
2 ( 12K d + 1 )
Kd roots
Stable for, 2
– 9 – 12K p ± ( 9 + 12K p ) – 4 ( 12K d + 1 )12K i < 0
2
± ( 9 + 12K p ) – 4 ( 12K d + 1 )12K i < 9 + 12K p
2 2
( 9 + 12K p ) – 4 ( 12K d + 1 )12K i < ( 9 + 12K p )
c) Kp = 1 Ki = 1 Kd = 1
2
3K p D + 3K i + 3K d D
--Y- = ----------------------------------------------------------------------------------------------
-
X 2
D ( 12K d + 1 ) + D ( 9 + 12K p ) + ( 12K i )
3
2 2
- = ------ ---------------------------------------------------
3D + 3D + 3 D +D+1
--Y- = -----------------------------------------
13 2
D + D1.615 + 0.923
X 2
D 13 + D21 + 12
-12dB
page 355
2
3K p D + 3K i + 3K d D
--Y- = ----------------------------------------------------------------------------------------------
-
X 2
D ( 12K d + 1 ) + D ( 9 + 12K p ) + ( 12K i )
12K i
ωn = ---------------------
- = 2 12K i = 48K d + 4
12K d + 1
9 + 12K
2ξω n = ---------------------p- = 20.5 ( 2 ) 24K d = 7 + 12K p
12K d + 1
At this point there are two equations and two unknowns, one value
must be selected to continue, therefore,
K p = 10
0 = C11 + C2 C1 = –C2
9
– t ------
9 13
Y' ( t ) = – ------ C e
13 1
9 C1 = 0
0 = – ------ C 1
13 1
C2 = 0 no response
6. Draw a root locus plot for the control system below and determine acceptable values of K,
including critical points.
X 0.1 Y
K 5 + ---- + D
+ 1 + --------------------------------------
-
2
D D + 10D + 100
- -
10
------
D
0.01
page 357
(ans.
X 0.1 Y
K 5 + ---- + D
+ 1 + --------------------------------------
-
D 2
D + 10D + 100
- -
10
------
D
0.01
X 2 0.1 Y
K ------------------------------
+ 5D + 1 + D ----------------------------------------------------------------
-
D + 10D + 100 + 0.1 ------
D 2 10
D
-
0.01
2
X + K ( 0.5D + 0.1 + 0.1D )-
------------------------------------------------------- Y
3 2
D + 10D + 100D + 1
-
0.01
X 2 Y
K ( 0.5D + 0.1 + 0.1D )
-------------------------------------------------------------------------------------------------------------------------------------
-
3 2 2
D + 10D + 100D + 1 + 0.01 ( K ( 0.5D + 0.1 + 0.1D ) )
X 2 Y
K ( 0.5D + 0.1 + 0.1D )
----------------------------------------------------------------------------------------------------------------------------------------------
-
3 2
D + D ( 10 + 0.001K ) + D ( 100 + 0.005K ) + ( 1 + 0.001K )
page 358
Topics:
•
Objectives:
•
12.1 INTRODUCTION
- no transfer functions
12.3 SUMMARY
•
page 360
1.
page 361
Topics:
• Analog inputs and outputs
• Sampling issues; aliasing, quantization error, resolution
Objectives:
• To understand the basics of conversion to and from analog values.
13.1 INTRODUCTION
An analog value is continuous, not discrete, as shown in Figure 284. In the previ-
ous chapters, techniques were discussed for designing logical control systems that had
inputs and outputs that could only be on or off. These systems are less common than the
logical control systems, but they are very important. In this chapter we will examine ana-
log inputs and outputs so that we may design continuous control systems in a later chapter.
Voltage
logical
continuous
Typical analog inputs and outputs for PLCs are listed below. Actuators and sensors
that can be used with analog inputs and outputs will be discussed in later chapters.
Inputs:
• oven temperature
• fluid pressure
• fluid flow rate
page 362
Outputs:
• fluid valve position
• motor position
• motor velocity
This chapter will focus on the general principles behind digital-to-analog (D/A)
and analog-to-digital (A/D) conversion.
To input an analog voltage (into a computer) the continuous voltage value must be
sampled and then converted to a numerical value by an A/D converter. Figure 285 shows a
continuous voltage changing over time. There are three samples shown on the figure. The
process of sampling the data is not instantaneous, so each sample has a start and stop time.
The time required to acquire the sample is called the sampling time. A/D converters can
only acquire a limited number of samples per second. The time between samples is called
the sampling period T, and the inverse of the sampling period is the sampling frequency
(also called sampling rate). The sampling time is often much smaller than the sampling
period. The sampling frequency is specified when buying hardware, but for a PLC a max-
imum sampling rate might be 20Hz.
voltage
time
A more realistic drawing of sampled data is shown in Figure 286. This data is nois-
ier, and even between the start and end of the data sample there is a significant change in
the voltage value. The data value sampled will be somewhere between the voltage at the
start and end of the sample. The maximum (Vmax) and minimum (Vmin) voltages are a
function of the control hardware. These are often specified when purchasing hardware, but
reasonable ranges are;
0V to 5V
0V to 10V
-5V to 5V
-10V to 10V
The number of bits of the A/D converter is the number of bits in the result word. If
the A/D converter is 8 bit then the result can read up to 256 different voltage levels. Most
A/D converters have 12 bits, 16 bit converters are used for precision measurements.
page 364
V(t)
V max
V ( t2 )
V ( t1 )
V min
t
τ
t1 t2
where,
V ( t ) = the actual voltage over time
τ = sample interval for A/D converter
t = time
t 1, t 2 = time at start,end of sample
V ( t 1 ), V ( t 2 ) = voltage at start, end of sample
V min, V max = input voltage range of A/D converter
N = number of bits in the A/D converter
The parameters defined in Figure 286 can be used to calculate values for A/D con-
verters. These equations are summarized in Figure 287. Equation 1 relates the number of
bits of an A/D converter to the resolution. Equation 2 gives the error that can be expected
with an A/D converter given the range between the minimum and maximum voltages, and
the resolution (this is commonly called the quantization error). Equation 3 relates the volt-
age range and resolution to the voltage input to estimate the integer that the A/D converter
will record. Finally, equation 4 allows a conversion between the integer value from the A/
D converter, and a voltage in the computer.
page 365
R = 2
N (1)
V max – V min
V ERROR = -----------------------------
(2)
2R
V in – V min
V I = INT ----------------------------- ( R – 1 ) (3)
V max – V min
VI
V C = ------------ ( V max – V min ) + Vmin (4)
R–1
where,
R = resolution of A/D converter
V I = the integer value representing the input voltage
V C = the voltage calculated from the integer value
V ERROR = the maximum quantization error
Consider a simple example, a 10 bit A/D converter can read voltages between -
10V and 10V. This gives a resolution of 1024, where 0 is -10V and 1023 is +10V. Because
there are only 1024 steps there is a maximum error of ±9.8mV. If a voltage of 4.564V is
input into the PLC, the A/D converter converts the voltage to an integer value of 746.
When we convert this back to a voltage the result is 4.570V. The resulting quantization
error is 4.570V-4.564V=+0.006V. This error can be reduced by selecting an A/D con-
verter with more bits. Each bit halves the quantization error.
page 366
Given,
N = 10
V max = 10V
V min = – 10V
V in = 4.564V
Calculate,
N
R = 2 = 1024
V max – V min
V ERROR = ----------------------------- = 0.0098V
2R
V in – V min
V I = INT ----------------------------- R = 746
V max – V min
VI
V C = ----- ( V max – Vmin ) + V min = 4.570V
R
If the voltage being sampled is changing too fast we may get false readings, as
shown in Figure 289. In the upper graph the waveform completes seven cycles, and 9 sam-
ples are taken. The bottom graph plots out the values read. The sampling frequency was
too low, so the signal read appears to be different that it actually is, this is called aliasing.
page 367
The Nyquist criterion specifies that sampling frequencies should be at least twice
the frequency of the signal being measured, otherwise aliasing will occur. The example in
Figure 289 violated this principle, so the signal was aliased. If this happens in real applica-
tions the process will appear to operate erratically. In practice the sample frequency should
be 4 or more times faster than the system frequency.
There are other practical details that should be considered when designing applica-
tions with analog inputs;
• Noise - Since the sampling window for a signal is short, noise will have added
effect on the signal read. For example, a momentary voltage spike might result
in a higher than normal reading. Shielded data cables are commonly used to
reduce the noise levels.
• Delay - When the sample is requested, a short period of time passes before the
final sample value is obtained.
• Multiplexing - Most analog input cards allow multiple inputs. These may share
the A/D converter using a technique called multiplexing. If there are 4 channels
page 368
using an A/D converter with a maximum sampling rate of 100Hz, the maximum
sampling rate per channel is 25Hz.
• Signal Conditioners - Signal conditioners are used to amplify, or filter signals
coming from transducers, before they are read by the A/D converter.
• Resistance - A/D converters normally have high input impedance (resistance), so
they affect circuits they are measuring.
• Single Ended Inputs - Voltage inputs to a PLC can use a single common for mul-
tiple inputs, these types of inputs are called single ended inputs. These tend to
be more prone to noise.
• Double Ended Inputs - Each double ended input has its own common. This
reduces problems with electrical noise, but also tends to reduce the number of
inputs by half.
page 369
ASIDE: This device is an 8 bit A/D converter. The main concept behind this is the succes-
sive approximation logic. Once the reset is toggled the converter will start by setting
the most significant bit of the 8 bit number. This will be converted to a voltage Ve that
is a function of the +/-Vref values. The value of Ve is compared to Vin and a simple
logic check determines which is larger. If the value of Ve is larger the bit is turned off.
The logic then repeats similar steps from the most to least significant bits. Once the last
bit has been set on/off and checked the conversion will be complete, and a done bit can
be set to indicate a valid conversion value.
Vin
+
-
+Vref
successive 8
approximation D to A
clock converter
logic Ve
reset done
-Vref 8
data out
Quite often an A/D converter will multiplex between various inputs. As it switches the
voltage will be sampled by a sample and hold circuit. This will then be converted to a
digital value. The sample and hold circuits can be used before the multiplexer to collect
data values at the same instant in time.
Analog outputs are much simpler than analog inputs. To set an analog output an
integer is converted to a voltage. This process is very fast, and does not experience the
timing problems with analog inputs. But, analog outputs are subject to quantization errors.
Figure 291 gives a summary of the important relationships. These relationships are almost
page 370
R = 2
N (18.5)
V max – V min
V ERROR = -----------------------------
(18.6)
2R
V desired – V min
VI = INT ----------------------------------- R (18.7)
Vmax – V min
VI
V output = ----- ( V max – V min ) + V min (18.8)
R
where,
R = resolution of A/D converter
V ERROR = the maximum quantization error
V I = the integer value representing the desired voltage
V output = the voltage output using the integer value
V desired = the desired output voltage
Assume we are using an 8 bit D/A converter that outputs values between 0V and
10V. We have a resolution of 256, where 0 results in an output of 0V and 255 results in
10V. The quantization error will be 20mV. If we want to output a voltage of 6.234V, we
would specify an output integer of 160, this would result in an output voltage of 6.250V.
The quantization error would be 6.250V-6.234V=0.016V.
page 371
Given,
N = 8
V max = 10V
V min = 0V
V desired = 6.234V
Calculate,
N
R = 2 = 256
V max – V min
V ERROR = ----------------------------- = 0.020V
2R
V in – V min
V I = INT ----------------------------- R = 160
V max – V min
VI
V C = ----- ( V max – Vmin ) + V min = 6.250V
R
The current output from a D/A converter is normally limited to a small value, typi-
cally less than 20mA. This is enough for instrumentation, but for high current loads, such
as motors, a current amplifier is needed. This type of interface will be discussed later. If
the current limit is exceeded for 5V output, the voltage will decrease (so don’t exceed the
rated voltage). If the current limit is exceeded for long periods of time the D/A output may
be damaged.
page 372
ASIDE:
5KΩ
10KΩ V– V ss
MSB bit 3 -
V +
20KΩ + +
bit 2
0
Computer Vo
40KΩ
bit 1
-
80KΩ
LSB bit 0
Next, sum the currents into the inverting input as a function of the output voltage and the
input voltages from the computer,
Vb3 V b2 Vb1 V b0 Vo
--------------
- + --------------
- + --------------
- + --------------
- = -----------
-
10KΩ 20KΩ 40KΩ 80KΩ 5KΩ
∴V o = 0.5V b3 + 0.25V b2 + 0.125V b1 + 0.0625Vb 0
Consider an example where the binary output is 1110, with 5V for on,
∴V o = 0.5 ( 5V ) + 0.25 ( 5V ) + 0.125 ( 5V ) + 0.625 ( 0V ) = 4.375V
13.4 SHIELDING
When a changing magnetic field cuts across a conductor, it will induce a current
flow. The resistance in the circuits will convert this to a voltage. These unwanted voltages
result in erroneous readings from sensors, and signal to outputs. Shielding will reduce the
effects of the interference. When shielding and grounding are done properly, the effects of
electrical noise will be negligible. Shielding is normally used for; all logical signals in
noisy environments, high speed counters or high speed circuitry, and all analog signals.
page 373
There are two major approaches to reducing noise; shielding and twisted pairs.
Shielding involves encasing conductors and electrical equipment with metal. As a result
electrical equipment is normally housed in metal cases. Wires are normally put in cables
with a metal sheath surrounding both wires. The metal sheath may be a thin film, or a
woven metal mesh. Shielded wires are connected at one end to "drain" the unwanted sig-
nals into the cases of the instruments. Figure 293 shows a thermocouple connected with a
thermocouple. The cross section of the wire contains two insulated conductors. Both of
the wires are covered with a metal foil, and final covering of insulation finishes the cable.
The wires are connected to the thermocouple as expected, but the shield is only connected
on the amplifier end to the case. The case is then connected to the shielding ground, shown
here as three diagonal lines.
Insulated wires
Two conductor
shielded cable
cross section Metal sheath
Insulating cover
A twisted pair is shown in Figure 294. The two wires are twisted at regular inter-
vals, effectively forming small loops. In this case the small loops reverse every twist, so
any induced currents are cancel out for every two twists.
When designing shielding, the following design points will reduce the effects of
electromagnetic interference.
13.5 SUMMARY
(ans. b)
2. You need to read an analog voltage that has a range of -10V to 10V to a precision of +/-0.05V.
What resolution of A/D converter is needed?
(ans.
10V – ( – 10V ) 7 bits = 128
R = ---------------------------------- = 200
0.1V 8 bits = 256
The minimum number of bits is 8.
3. We are given a 12 bit analog input with a range of -10V to 10V. If we put in 2.735V, what will
page 375
the integer value be after the A/D conversion? What is the error? What voltage can we calcu-
late?
(ans.
N = 12 R = 4096 V min = – 10V V max = 10V V in = 2.735V
V in – V min
V I = INT ----------------------------- R = 2608
V max – V min
VI
V C = ----- ( V max – Vmin ) + V min = 2.734V
R
page 376
Topics:
• Continuous sensor issues; accuracy, resolution, etc.
• Angular measurement; potentiometers, encoders and tachometers
• Linear measurement; potentiometers, LVDTs, Moire fringes and accelerometers
• Force measurement; strain gages and piezoelectric
• Liquid and fluid measurement; pressure and flow
• Temperature measurement; RTDs, thermocouples and thermistors
• Other sensors
• Continuous signal inputs and wiring
• Glossary
Objectives:
• To understand the common continuous sensor types.
• To understand interfacing issues.
14.1 INTRODUCTION
Most of these sensors are based on subtle electrical properties of materials and
devices. As a result the signals often require signal conditioners. These are often amplifi-
ers that boost currents and voltages to larger voltages.
Sensors are also called transducers. This is because they convert an input phenom-
ena to an output in a different form. This transformation relies upon a manufactured
device with limitations and imperfection. As a result sensor limitations are often charac-
page 377
terized with;
Accuracy - This is the maximum difference between the indicated and actual read-
ing. For example, if a sensor reads a force of 100N with a ±1% accuracy, then
the force could be anywhere from 99N to 101N.
Resolution - Used for systems that step through readings. This is the smallest
increment that the sensor can detect, this may also be incorporated into the
accuracy value. For example if a sensor measures up to 10 inches of linear dis-
placements, and it outputs a number between 0 and 100, then the resolution of
the device is 0.1 inches.
Repeatability - When a single sensor condition is made and repeated, there will be
a small variation for that particular reading. If we take a statistical range for
repeated readings (e.g., ±3 standard deviations) this will be the repeatability.
For example, if a flow rate sensor has a repeatability of 0.5cfm, readings for an
actual flow of 100cfm should rarely be outside 99.5cfm to 100.5cfm.
Linearity - In a linear sensor the input phenomenon has a linear relationship with
the output signal. In most sensors this is a desirable feature. When the relation-
ship is not linear, the conversion from the sensor output (e.g., voltage) to a cal-
culated quantity (e.g., force) becomes more complex.
Precision - This considers accuracy, resolution and repeatability or one device rel-
ative to another.
Range - Natural limits for the sensor. For example, a sensor for reading angular
rotation may only rotate 200 degrees.
Dynamic Response - The frequency range for regular operation of the sensor. Typ-
ically sensors will have an upper operation frequency, occasionally there will be
lower frequency limits. For example, our ears hear best between 10Hz and
16KHz.
Environmental - Sensors all have some limitations over factors such as tempera-
ture, humidity, dirt/oil, corrosives and pressures. For example many sensors
will work in relative humidities (RH) from 10% to 80%.
Calibration - When manufactured or installed, many sensors will need some cali-
bration to determine or set the relationship between the input phenomena, and
output. For example, a temperature reading sensor may need to be zeroed or
adjusted so that the measured temperature matches the actual temperature. This
may require special equipment, and need to be performed frequently.
Cost - Generally more precision costs more. Some sensors are very inexpensive,
but the signal conditioning equipment costs are significant.
This section describes sensors that will be of use for industrial measurements. The
sections have been divided by the phenomena to be measured. Where possible details are
provided.
page 378
[Link] - Potentiometers
V1
resistive
film V1
Vw
Vw
V2
wiper
V2 physical
schematic
The potentiometer in Figure 296 is being used as a voltage divider. As the wiper
rotates the output voltage will be proportional to the angle of rotation.
page 379
V1
θ max θw
θw
V out = ( V 2 – V 1 ) ----------- + V 1
θ max
V out
V2
Potentiometers are popular because they are inexpensive, and don’t require special
signal conditioners. But, they have limited accuracy, normally in the range of 1% and they
are subject to mechanical wear.
Potentiometers measure absolute position, and they are calibrated by rotating them
in their mounting brackets, and then tightening them in place. The range of rotation is nor-
mally limited to less than 360 degrees or multiples of 360 degrees. Some potentiometers
can rotate without limits, and the wiper will jump from one end of the resistor to the other.
14.2.2 Encoders
Encoders use rotating disks with optical windows, as shown in Figure 297. The
encoder contains an optical disk with fine windows etched into it. Light from emitters
passes through the openings in the disk to detectors. As the encoder shaft is rotated, the
light beams are broken. The encoder shown here is a quadrature encode, and it will be dis-
cussed later.
page 380
light light
emitters detectors
Shaft rotates
There are two fundamental types of encoders; absolute and incremental. An abso-
lute encoder will measure the position of the shaft for a single rotation. The same shaft
angle will always produce the same reading. The output is normally a binary or grey code
number. An incremental (or relative) encoder will output two pulses that can be used to
determine displacement. Logic circuits or software is used to determine the direction of
rotation, and count pulses to determine the displacement. The velocity can be determined
by measuring the time between pulses.
Encoder disks are shown in Figure 298. The absolute encoder has two rings, the
outer ring is the most significant digit of the encoder, the inner ring is the least significant
digit. The relative encoder has two rings, with one ring rotated a few degrees ahead of the
other, but otherwise the same. Both rings detect position to a quarter of the disk. To add
accuracy to the absolute encoder more rings must be added to the disk, and more emitters
and detectors. To add accuracy to the relative encoder we only need to add more windows
to the existing two rings. Typical encoders will have from 2 to thousands of windows per
ring.
page 381
relative encoder
(quadrature) absolute encoder
When using absolute encoders, the position during a single rotation is measured
directly. If the encoder rotates multiple times then the total number of rotations must be
counted separately.
Quad input A
clockwise rotation
Quad Input B
Quad input A
counterclockwise rotation
Quad Input B
Note: To determine direction we can do a simple check. If both are off or on, the first
to change state determines direction. Consider a point in the graphs above where
both A and B are off. If A is the first input to turn on the encoder is rotating clock-
wise. If B is the first to turn on the rotation is counterclockwise.
Aside: A circuit (or program) can be built for this circuit using an up/down counter. If
the positive edge of input A is used to trigger the clock, and input B is used to drive
the up/down count, the counter will keep track of the encoder position.
Interfaces for encoders are commonly available for PLCs and as purchased units.
Newer PLCs will also allow two normal inputs to be used to decode encoder inputs.
page 383
Normally absolute and relative encoders require a calibration phase when a con-
troller is turned on. This normally involves moving an axis until it reaches a logical sensor
that marks the end of the range. The end of range is then used as the zero position.
Machines using encoders, and other relative sensors, are noticeable in that they normally
move to some extreme position before use.
[Link] - Tachometers
pickup Vout
rotating coil
shaft Vout
t
magnet
1/f
[Link] - Potentiometers
page 384
V2
Vout = V 1 + ( V 2 – V1 ) ---
a
L
V out
L
a
V1
A rod drives
the sliding core
∆x
∆V = K∆x
where,
AC input
∆V = output voltage
K = constant for device
∆x = core displacement
signal out
Aside: The circuit below can be used to produce a voltage that is proportional to position.
The two diodes convert the AC wave to a half wave DC wave. The capacitor and resis-
tor values can be selected to act as a low pass filter. The final capacitor should be large
enough to smooth out the voltage ripple on the output.
These devices are more accurate than linear potentiometers, and have less friction.
Typical applications for these devices include measuring dimensions on parts for quality
page 386
control. They are often used for pressure measurements with Bourdon tubes and bellows/
diaphragms. A major disadvantage of these sensors is the high cost, often in the thousands.
Stationary
Moving
Note: you can recreate this effect with the strips below. Photocopy the pattern twice,
overlay the sheets and hold them up to the light. You will notice that shifting one
sheet will cause the stripes to move up or down.
A device to measure the motion of the moire fringes is shown in Figure 305. A
light source is collimated by passing it through a narrow slit to make it one slit width. This
is then passed through the fringes to be detected by light sensors. At least two light sensors
are needed to detect the bright and dark locations. Two sensors, close enough, can act as a
quadrature pair, and the same method used for quadrature encoders can be used to deter-
mine direction and distance of motion.
page 387
on
off
on
off
These are used in high precision applications over long distances, often meters.
They can be purchased from a number of suppliers, but the cost will be high. Typical
applications include Coordinate Measuring Machines (CMMs).
[Link] - Accelerometers
Base
Mounting Force
Stud Sensor Mass Housing
between 10Hz to 10KHz. Temperature variations will affect the accuracy of the sensors.
Standard accelerometers can be linear up to 100,000 m/s**2: high shock designs can be
used up to 1,000,000 m/s**2. There is often a trade-off between a wide frequency range
and device sensitivity (note: higher sensitivity requires a larger mass). Figure 307 shows
the sensitivity of two accelerometers with different resonant frequencies. A smaller reso-
nant frequency limits the maximum frequency for the reading. The smaller frequency
results in a smaller sensitivity. The units for sensitivity is charge per m/s**2.
The force sensor is often a small piece of piezoelectric material (discussed later in
this chapter). The piezoelectic material can be used to measure the force in shear or com-
pression. Piezoelectric based accelerometers typically have parameters such as,
The accelerometer is mounted on the vibration source as shown in Figure 308. The
accelerometer is electrically isolated from the vibration source so that the sensor may be
grounded at the amplifier (to reduce electrical noise). Cables are fixed to the surface of the
vibration source, close to the accelerometer, and are fixed to the surface as often as possi-
ble to prevent noise from the cable striking the surface. Background vibrations can be
detected by attaching control electrodes to non-vibrating surfaces. Each accelerometer is
different, but some general application guidelines are;
• The control vibrations should be less than 1/3 of the signal for the error to be less
than 12%).
• Mass of the accelerometers should be less than a tenth of the measurement mass.
• These devices can be calibrated with shakers, for example a 1g shaker will hit a
peak velocity of 9.81 m/s**2.
page 389
accelerometer
isolated
stud isolated
wafer
surface
Equipment normally used when doing vibration testing is shown in Figure 309.
The sensor needs to be mounted on the equipment to be tested. A pre-amplifier normally
converts the charge generated by the accelerometer to a voltage. The voltage can then be
analyzed to determine the vibration frequencies.
Sensor
Source of vibrations,
pre- or site for vibration
amp measurement
Accelerometers are commonly used for control systems that adjust speeds to
reduce vibration and noise. Computer Controlled Milling machines now use these sensors
to actively eliminate chatter, and detect tool failure. The signal from accelerometers can be
page 390
Strain gages measure strain in materials using the change in resistance of a wire.
The wire is glued to the surface of a part, so that it undergoes the same strain as the part (at
the mount point). Figure 310 shows the basic properties of the undeformed wire. Basi-
cally, the resistance of the wire is a function of the resistivity, length, and cross sectional
area.
t
L
-
V L L
+ R = --- = ρ --- = ρ ------
I A wt
I
where,
R = resistance of wire
V, I = voltage and current
L = length of wire
w, t = width and thickness
A = cross sectional area of conductor
ρ = resistivity of material
After the wire in Figure 310 has been deformed it will take on the new dimensions
and resistance shown in Figure 311. If a force is applied as shown, the wire will become
longer, as predicted by Young’s modulus. But, the cross sectional area will decrease, as
predicted by Poison’s ratio. The new length and cross sectional area can then be used to
find a new resistance.
w’
t’
L’
F F F
σ = --- = ------ = Eε ∴ε = ----------
A wt Ewt
L(1 + ε)
R' = ρ -------- = ρ ----------------------------------------------
L'
w't' w ( 1 – νε )t ( 1 – νε )
F
(1 + ε)
∴∆R = R' – R = R ---------------------------------------- – 1
( 1 – νε ) ( 1 – νε )
where,
ν = poissons ratio for the material
F = applied force
E = Youngs modulus for the material
σ, ε = stress and strain of material
Figure 311 The Electrical and Mechanical Properties of the Deformed Wire
page 392
Aside: Changes in strain gauge resistance are typically small (large values would require
strains that would cause the gauges to plastically deform). As a result, Wheatstone
bridges are used to amplify the small change. In this circuit the variable resistor R2
would be tuned until Vo = 0V. Then the resistance of the strain gage can be calculated
using the given equation.
R2 R1
V+ R strain = ------------ when Vo = 0V
R3
R4
R2 R1
+
Vo
R3
Rstrain
R5
A strain gage must be small for accurate readings, so the wire is actually wound in
a uniaxial or rosette pattern, as shown in Figure 313. When using uniaxial gages the direc-
tion is important, it must be placed in the direction of the normal stress. (Note: the gages
cannot read shear stress.) Rosette gages are less sensitive to direction, and if a shear force
is present the gage will measure the resulting normal force at 45 degrees. These gauges are
sold on thin films that are glued to the surface of a part. The process of mounting strain
gages involves surface cleaning. application of adhesives, and soldering leads to the strain
gages.
page 393
direction
stress
uniaxial rosette
A design techniques using strain gages is to design a part with a narrowed neck to
mount the strain gage on, as shown in Figure 314. In the narrow neck the strain is propor-
tional to the load on the member, so it may be used to measure force. These parts are often
called load cells.
F F
Strain gauges are inexpensive, and can be used to measure a wide range of stresses
with accuracies under 1%. Gages require calibration before each use. This often involves
making a reading with no load, or a known load applied. An example application includes
using strain gages to measure die forces during stamping to estimate when maintenance is
needed.
[Link] - Piezoelectric
the Piezoelectric effect. Figure 315 shows the relationships for a crystal undergoing a lin-
ear deformation. The charge generated is a function of the force applied, the strain in the
material, and a constant specific to the material. The change in capacitance is proportional
to the change in the thickness.
b
+
q
-
c a
F
εab d-
C = --------
- i = εg F
----
c dt
where,
C = capacitance change
a, b, c = geometry of material
ε = dielectric constant (quartz typ. 4.06*10**-11 F/m)
i = current generated
F = force applied
g = constant for material (quartz typ. 50*10**-3 Vm/N)
E = Youngs modulus (quartz typ. 8.6*10**10 N/m**2)
These crystals are used for force sensors, but they are also used for applications
such as microphones and pressure sensors. Applying an electrical charge can induce
strain, allowing them to be used as actuators, such as audio speakers.
When using piezoelectric sensors charge amplifiers are needed to convert the small
amount of charge to a larger voltage. These sensors are best suited to dynamic measure-
ments, when used for static measurements they tend to drift or slowly lose charge, and the
signal value will change.
page 395
[Link] - Pressure
Figure 316 shows different two mechanisms for pressure measurement. The Bour-
don tube uses a circular pressure tube. When the pressure inside is higher than the sur-
rounding air pressure (14.7psi approx.) the tube will straighten. A position sensor,
connected to the end of the tube, will be elongated when the pressure increases.
pressure pressure
increase increase
position sensor
position sensor
pressure pressure
These sensors are very common and have typical accuracies of 0.5%.
When a flowing fluid or gas passes through a narrow pipe section (neck) the pres-
sure drops. If there is no flow the pressure before and after the neck will be the same. The
faster the fluid flow, the greater the pressure difference before and after the neck. This is
known as a Venturi valve. Figure 317 shows a Venturi valve being used to measure a fluid
flow rate. The fluid flow rate will be proportional to the pressure difference before and at
the neck of the valve.
page 396
differential
pressure
transducer
fluid flow
Aside: Bernoulli’s equation can be used to relate the pressure drop in a venturi valve.
2
--p- + ----
v-
+ gz = C
ρ 2
where,
p = pressure
ρ = density
v = velocity
g = gravitational constant
z = height above a reference
C = constant
Consider the centerline of the fluid flow through the valve. Assume the fluid is incom-
pressible, so the density does not change. And, assume that the center line of the valve
does not change. This gives us a simpler equation, as shown below, that relates the
velocit and pressure before and after it is compressed.
2 2
p before v before p after v after
---------------- + ------------------ + gz = C = ------------ + -------------- + gz
ρ 2 ρ 2
2 2
p before v before p after v after
---------------- + ------------------ = -----------
- + --------------
ρ 2 ρ 2
2 2
v after v before
p before – p after = ρ -------------- – ------------------
2 2
The flow velocity v in the valve will be larger than the velocity in the larger pipe sec-
tion before. So, the right hand side of the expression will be positive. This will
mean that the pressure before will always be higher than the pressure after, and the
difference will be proportional to the velocity squared.
Venturi valves allow pressures to be read without moving parts, which makes them
very reliable and durable. They work well for both fluids and gases. It is also common to
use Venturi valves to generate vacuums for actuators, such as suction cups.
Fluid passes through thin tubes, causing them to vibrate. As the fluid approaches
the point of maximum vibration it accelerates. When leaving the point it decelerates. The
page 398
result is a distributed force that causes a bending moment, and hence twisting of the pipe.
The amount of bending is proportional to the velocity of the fluid flow. These devices typ-
ically have a large constriction on the flow, and result is significant loses. Some of the
devices also use bent tubes to increase the sensitivity, but this also increases the flow resis-
tance. The typical accuracy for a corriolis flowmeter is 0.1%.
These flowmeters don’t oppose fluid flow, and so they don’t result in pressure
drops.
A transmitter emits a high frequency sound at point on a tube. The signal must then
pass through the fluid to a detector where it is picked up. If the fluid is flowing in the same
direction as the sound it will arrive sooner. If the sound is against the flow it will take
longer to arrive. In a transit time flow meter two sounds are used, one traveling forward,
and the other in the opposite direction. The difference in travel time for the sounds is used
to determine the flow velocity.
The transmitter and receiver have a minimal impact on the fluid flow, and there-
fore don’t result in pressure drops.
Fluid flowing past a large (typically flat) obstacle will shed vortices. The fre-
quency of the vortices will be proportional to the flow rate. Measuring the frequency
allows an estimate of the flow rate. These sensors tend be low cost and are popular for low
accuracy applications.
page 399
Gas flow rates can be measured using Pitot tubes, as shown in Figure 319. These
are small tubes that project into a flow. The diameter of the tube is small (typically less
than 1/8") so that it doesn’t affect the flow.
gas flow
pitot
tube
14.2.6 Temperature
Temperature measurements are very common with control systems. The tempera-
ture ranges are normally described with the following classifications.
When a metal wire is heated the resistance increases. So, a temperature can be
measured using the resistance of a wire. Resistive Temperature Detectors (RTDs) nor-
mally use a wire or film of platinum, nickel, copper or nickel-iron alloys. The metals are
page 400
wound or wrapped over an insulator, and covered for protection. The resistances of these
alloys are shown in Figure 320.
A current must be passed through the RTD to measure the resistance. (Note: a volt-
age divider can be used to convert the resistance to a voltage.) The current through the
RTD should be kept to a minimum to prevent self heating. These devices are more linear
than thermocouples, and can have accuracies of 0.05%. But, they can be expensive
[Link] - Thermocouples
Each metal has a natural potential level, and when two different metals touch there
is a small potential difference, a voltage. (Note: when designing assemblies, dissimilar
metals should not touch, this will lead to corrosion.) Thermocouples use a junction of dis-
similar metals to generate a voltage proportional to temperature. This principle was dis-
covered by T.J. Seebeck.
The basic calculations for thermocouples are shown in Figure 321. This calcula-
tion provides the measured voltage using a reference temperature and a constant specific
to the device. The equation can also be rearranged to provide a temperature given a volt-
age.
page 401
measuring +
device - V out
V out = α ( T – T ref )
V out
∴T = ---------
- + T ref
α
where,
µV
α = constant (V/C) 50 ------- (typical)
°C
T, T ref = current and reference temperatures
The list in Table 1 shows different junction types, and the normal temperature
ranges. Both thermocouples, and signal conditioners are commonly available, and rela-
tively inexpensive. For example, most PLC vendors sell thermocouple input cards that
will allow multiple inputs into the PLC.
Temperature
ANSI Voltage Range
Materials Range
Type (mV)
(°F)
mV
80
E
60 K
J C
40
20 T R
S
0
0 500 1000 1500 2000 2500
( °F )
[Link] - Thermistors
Thermistors are non-linear devices, their resistance will decrease with an increase
in temperature. (Note: this is because the extra heat reduces electron mobility in the semi-
conductor.) The resistance can change by more than 1000 times. The basic calculation is
shown in Figure 323.
β --- – -----
1 1
T T o
Rt = Ro e
βT o
∴T = --------------------------------
-
R
T o ln ------ + β
t
Ro
where,
R o, R t = resistances at reference and measured temps.
T o, T = reference and actual temperatures
β = constant for device
Aside: The circuit below can be used to convert the resistance of the thermistor to a volt-
age using a Wheatstone bridge and an inverting amplifier.
+V
R5
R1 R3
-
+
Vout
R2 R4
Thermistors are small, inexpensive devices that are often made as beads, or metal-
lized surfaces. The devices respond quickly to temperature changes, and they have a
higher resistance, so junction effects are not an issue. Typical accuracies are 1%, but the
devices are not linear, have a limited temperature/resistance range and can be self heating.
IC sensors are becoming more popular. They output a digital reading and can have
accuracies better than 0.01%. But, they have limited temperature ranges, and require some
knowledge of interfacing methods for serial or parallel data.
Pyrometers are non-contact temperature measuring devices that use radiated heat.
These are normally used for high temperature applications, or for production lines where it
is not possible to mount other sensors to the material.
14.2.7 Light
Light dependant resistors (LDRs) change from high resistance (>Mohms) in bright
light to low resistance (<Kohms) in the dark. The change in resistance is non-linear, and is
also relatively slow (ms).
page 405
Aside: an LDR can be used in a voltage divider to convert the change in resistance to a
measurable voltage.
V high
V out
V low
Signals from sensors are often not in a form that can be directly input to a control-
ler. In these cases it may be necessary to buy or build signal conditioners. Normally, a sig-
nal conditioner is an amplifier, but it may also include noise filters, and circuitry to
convert from current to voltage. This section will discuss the electrical and electronic
interfaces between sensors and controllers.
Analog signal are prone to electrical noise problems. This is often caused by elec-
tromagnetic fields on the factory floor inducing currents in exposed conductors. Some of
the techniques for dealing with electrical noise include;
twisted pairs - the wires are twisted to reduce the noise induced by magnetic fields.
shielding - shielding is used to reduce the effects of electromagnetic interference.
single/double ended inputs - shared or isolated reference voltages (commons).
When a signal is transmitted through a wire, it must return along another path. If
the wires have an area between them the magnetic flux enclosed in the loop can induce
page 406
current flow and voltages. If the wires are twisted, a few times per inch, then the amount
of noise induced is reduced. This technique is common in signal wires and network cables.
A shielded cable has a metal sheath, as shown in Figure 326. This sheath needs to
be connected to the measuring device to allow induced currents to be passed to ground.
This prevents electromagnetic waves to induce voltages in the signal wires.
+ IN1
- REF1
SHLD
device + device +
#1 Ain 0 #1 Ain 0
- -
Ain 1 Ain 0
device + device +
#1 Ain 2 #1 Ain 1
- -
Ain 3 Ain 1
Ain 4 Ain 2
Ain 5 Ain 2
Ain 6 Ain 3
Ain 7 Ain 3
COM
Single ended - with this arrangement the Double ended - with this arrangement the
signal quality can be poorer, but more signal quality can be better, but fewer
inputs are available. inputs are available.
Signals from transducers are typically too small to be read by a normal analog
input card. Amplifiers are used to increase the magnitude of these signals. An example of
a single ended signal amplifier is shown in Figure 328. The amplifier is in an inverting
configuration, so the output will have an opposite sign from the input. Adjustments are
provided for gain and offset adjustments.
Note: op-amps are used in this section to implement the amplifiers because they are
inexpensive, common, and well suited to simple design and construction projects.
When purchasing a commercial signal conditioner, the circuitry will be more com-
plex, and include other circuitry for other factors such as temperature compensation.
page 408
+V
Ro offset Rf Rg
-V gain
-
+
Ri
Vin Vout
Rf + Rg
V out = ----------------- V in + offset
Ri
A differential amplifier with a current input is shown in Figure 329. Note that Rc
converts a current to a voltage. The voltage is then amplified to a larger voltage.
R1 Rf
Rc -
Iin +
R2
Vout
R3
R4
The circuit in Figure 330 will convert a differential (double ended) signal to a sin-
gle ended signal. The two input op-amps are used as unity gain followers, to create a high
input impedance. The following amplifier amplifies the voltage difference.
-
+
-
Vin +
Vout
-
+
CMRR
adjust
+V
R5
R1 R3
-
+
Vout
R2 R4
R2
V out = V ( R 5 ) ------------------ ------ + ------ + ------ – ------
1 1 1 1
R1 + R2 R3 R4 R5 R3
or if R = R 1 = R 2 = R 4 = R 5
V out = V ---------
R
2R 3
14.5 SUMMARY
• Selection of continuous sensors must include issues such as accuracy and resolu-
tion.
• Angular positions can be measured with potentiometers and encoders (more
accurate).
• Tachometers are useful for measuring angular velocity.
page 412
14.6 REFERENCES
Bryan, L.A. and Bryan, E.A., Programmable Controllers; Theory and Implementation, Industrial
Text Co., 1988.
Swainston, F., A Systems Approach to Programmable Controllers, Delmar Publishers Inc., 1992.
1. Name two types of inputs that would be analog input values (versus a digital value).
2. Search the web for common sensor manufacturers for 5 different types of continuous sensors. If
possible identify prices for the units. Sensor manufacturers include (hyde park, banner, allen
bradley, omron, etc.)
3. What is the resolution of an absolute optical encoder that has six tracks? nine tracks? twelve
tracks?
5. If a thermocouple generates a voltage of 30mV at 800F and 40mV at 1000F, what voltage will
be generated at 1200F?
6. A potentiometer is to be used to measure the position of a rotating robot link (as a voltage
divider). The power supply connected across the potentiometer is 5.0 V, and the total wiper
travel is 300 degrees. The wiper arm is directly connected to the rotational joint so that a given
rotation of the joint corresponds to an equal rotation of the wiper arm.
a) To position the joint at 42 degrees, what voltage is required from the potentiom-
eter?
b) If the joint has been moved, and the potentiometer reads 2.765V, what is the
position of the potentiometer?
page 413
7. A motor has an encoder mounted on it. The motor is driving a reducing gear box with a 50:1
ratio. If the position of the geared down shaft needs to be positioned to 0.1 degrees, how many
divisions are needed on the encoder?
8. What is the difference between a strain gauge and an accelerometer? How do they work?
9. Use the model or equations for a permanent magnet DC motor to explain how it can be used as
a tachometer.
11. A potentiometer is connected to a PLC analog input card. The potentiometer can rotate 300
degrees, and the voltage supply for the potentiometer is +/-10V. Write a ladder logic program
to read the voltage from the potentiometer and convert it to an angle in radians stored in F8:0.
4. data bucket, smart machines, PLCs with analog inputs and network connections
5.
V out = α ( T – T ref ) 0.030 = α ( 800 – T ref ) 0.040 = α ( 1000 – T ref )
6.
θw
V out = ( V2 – V 1 ) ----------- + V 1 = ( 5V – 0V ) ------------------ + 0V = 0.7V
42deg
a)
θ max 300deg
θw
2.765V = ( 5V – 0V ) ------------------ + 0V
b) 300deg
θw
2.765V = ( 5V – 0V ) ------------------ + 0V
300deg
θ w = 165.9deg
7.
θ input
deg
θ output = 0.1 -------------- - = 50
--------------- ------ θ input = 50 0.1 -------------- = 5 --------------
deg deg
count θ output 1 count count
deg
360 ---------
rot count
R = ------------------ = 72 --------------
deg rot
5 --------------
count
8.
strain gauge measures strain in a material using a stretching wire that increases resis-
tance - accelerometers measure acceleration with a cantilevered mass on a piezoelec-
tric element.
9.
R
When the motor shaft is turned by
another torque source a voltage is gener-
ated that is proportional to the angular
DMM V = Ks ω +
velocity. This is the reverse emf. A dmm,
- or other high impedance instrument can
be used to measure this, thus minizing
the loses in resistor R.
10.
encoders cost more but have higher costs. Potentiometers have limited ranges of
motion
page 415
11.
FS BTW
Rack: 0
Group: 0
Module: 0
BT Array: BT9:0
Data File: N7:0
Length: 37
Continuous: no
BT9:0/EN BT9:1/EN
BTR
Rack: 0
Group: 0
Module: 0
BT Array: BT9:1
Data File: N7:37
Length: 20
Continuous: no
BT9:1/DN
CPT
Dest F8:0
Expression
"20.0 * N7:41 / 4095.0 - 10"
CPT
Dest F8:0
Expression
"300.0 * (F8:0 + 10) / 20"
RAD
Source F8:0
Dest F8:1
Topics:
• Servo Motors; AC and DC
• Stepper motors
• Single axis motion control
• Hydraulic actuators
Objectives:
• To understand the main differences between continuous actuators
• Be able to select a continuous actuator
• To be able to plan a motion for a single servo actuator
15.1 INTRODUCTION
An electric motor is composed of a rotating center, called the rotor, and a station-
ary outside, called the stator. These motors use the attraction and repulsion of magnetic
fields to induce forces, and hence motion. Typical electric motors use at least one electro-
magnetic coil, and sometimes permanent magnets to set up opposing fields. When a volt-
age is applied to these coils the result is a torque and rotation of an output shaft. There are
a variety of motor configuration the yields motors suitable for different applications. Most
notably, as the voltages supplied to the motors will vary the speeds and torques that they
will provide.
A control system is required when a motor is used for an application that requires
page 417
continuous position or velocity. A typical controller is shown in Figure 332. In any con-
trolled system a command generator is required to specify a desired position. The control-
ler will compare the feedback from the encoder to the desired position or velocity to
determine the system error. The controller with then generate an output, based on the sys-
tem error. The output is then passed through a power amplifier, which in turn drives the
motor. The encoder is connected directly to the motor shaft to provide feedback of posi-
tion.
command
generator
(e.g., PLC)
desired position
or velocity amplified encoder
voltage/ voltage/
current power current motor
controller
amp
In a DC motor there is normally a set of coils on the rotor that turn inside a stator
populated with permanent magnets. Figure 333 shows a simplified model of a motor. The
magnetics provide a permanent magnetic field for the rotor to push against. When current
is run through the wire loop it creates a magnetic field.
page 418
magnetic
field
axis of
rotation ω
The power is delivered to the rotor using a commutator and brushes, as shown in
Figure 334. In the figure the power is supplied to the rotor through graphite brushes rub-
bing against the commutator. The commutator is split so that every half revolution the
polarity of the voltage on the rotor, and the induced magnetic field reverses to push against
the permanent magnets.
page 419
motor
shaft brushes
motor
shaft
brushes
V+ power V-
supply
The direction of rotation will be determined by the polarity of the applied voltage,
and the speed is proportional to the voltage. A feedback controller is used with these
motors to provide motor positioning and velocity control.
These motors are losing popularity to brushless motors. The brushes are subject to
wear, which increases maintenance costs. In addition, the use of brushes increases resis-
tance, and lowers the motors efficiency.
page 420
ASIDE: The controller to drive a servo motor normally uses a Pulse Width Modulated
(PWM) signal. As shown below the signal produces an effective voltage that is rel-
ative to the time that the signal is on. The percentage of time that the signal is on is
called the duty cycle. When the voltage is on all the time the effective voltage deliv-
ered is the maximum voltage. So, if the voltage is only on half the time, the effec-
tive voltage is half the maximum voltage. This method is popular because it can
produce a variable effective voltage efficiently. The frequency of these waves is
normally above 20KHz, above the range of human hearing.
ASIDE: A PWM signal can be used to drive a motor with the circuit shown below. The
PWM signal switches the NPN transistor, thus switching power to the motor. In this
case the voltage polarity on the motor will always be the same direction, so the
motor may only turn in one direction.
power
V+ supply
V+ V-
signal
source DC motor
com
+Vs
ASIDE: When a motor is to be con-
trolled with PWM in two directions
the H-bridge circuit (shown below)
is a popular choice. These can be
built with individual components, or Va Vb
purchased as integrated circuits for
smaller motors. To turn the motor in
one direction the PWM signal is
applied to the Va inputs, while the
Vb inputs are held low. In this
arrangement the positive voltage is
at the left side of the motor. To
reverse the direction the PWM sig- Vb Va
nal is applied to the Vb inputs, while
the Va inputs are held low. This
applies the positive voltage to the
right side of the motor.
-Vs
A synchronous motor has the windings on the stator. The rotor is normally a squir-
rel cage design. The squirrel cage is a cast aluminum core that when exposed to a chang-
ing magnetic field will set up an opposing field. When an AC voltage is applied to the
stator coils an AC magnetic field is created, the squirrel cage sets up an opposing magnetic
field and the resulting torque causes the motor to turn.
The motor is called synchronous because the rotor will turn at a frequency close to
that of the applied voltage, but there is always some slip. It is possible to control the speed
of the motor by controlling the frequency of the AC voltage. Synchronous motor drives
control the speed of the motors by synthesizing a variable frequency AC waveform, as
shown in Figure 338.
page 423
Controller
These drives should be used for applications that only require a single rotational
direction. The torque speed curve for a typical induction motor is shown in Figure 339.
When the motor is used with a fixed frequency AC source the synchronous speed of the
motor will be the frequency of AC voltage divided by the number of poles in the motor.
The motor actually has the maximum torque below the synchronous speed. For example a
motor 2 pole motor might have a synchronous speed of (2*60*60/2) 3600 RPM, but be
rated for 3520 RPM. When a feedback controller is used the issue of slip becomes insig-
nificant.
torque
synchronous speed
speed
f120
RPM = -----------
p
where,
f = power frequency (60Hz typ.)
Brushless motors use a permanent magnet on the rotor, and user wire windings on
the stator. Therefore there is no need to use brushes and a commutator to switch the polar-
ity of the voltage on the coil. The lack of brushes means that these motors require less
maintenance than the brushed DC motors.
To continuously rotate these motors the current in the outer coils must alternate
continuously. If the power supplied to the coils is an AC sinusoidal waveform, the motor
will behave like an AC motor. The applied voltage can also be trapezoidal, which will give
a similar effect. The changing waveforms are controller using position feedback from the
motor to select switching times. The speed of the motor is proportional to the frequency of
the signal.
A typical torque speed curve for a brushless motor is shown in Figure 340.
torque
speed
page 425
Stepper motors are designed for positioning. They move one step at a time with a
typical step size of 1.8 degrees giving 200 steps per revolution. Other motors are designed
for step sizes of 2, 2.5, 5, 15 and 30 degrees.
There are two basic types of stepper motors, unipolar and bipolar, as shown in Fig-
ure 341. The unipolar uses center tapped windings and can use a single power supply. The
bipolar motor is simpler but requires a positive and negative supply and more complex
switching circuitry.
a b 1a 1b
a b 2a 2b
2
unipolar bipolar
The motors are turned by applying different voltages at the motor terminals. The
voltage change patterns for a unipolar motor are shown in Figure 342. For example, when
the motor is turned on we might apply the voltages as shown in line 1. To rotate the motor
we would then output the voltages on line 2, then 3, then 4, then 1, etc. Reversing the
sequence causes the motor to turn in the opposite direction. The dynamics of the motor
and load limit the maximum speed of switching, this is normally a few thousand steps per
second. When not turning the output voltages are held to keep the motor in position.
page 426
1a Step 1a 2a 1b 2b
2a stepper
controller 1 1 0 1 0
1b motor
2 0 1 1 0
2b 3 0 1 0 1
4 1 0 0 1
To turn the motor the phases are stepped through 1, 2, 3, 4, and then back to 1. To
reverse the direction of the motor the sequence of steps can be reversed, eg. 4,
3, 2, 1, 4, ..... If a set of outputs is kept on constantly the motor will be held in
position.
Stepper motors do not require feedback except when used in high reliability appli-
cations and when the dynamic conditions could lead to slip. A stepper motor slips when
the holding torque is overcome, or it is accelerated too fast. When the motor slips it will
move a number of degrees from the current position. The slip cannot be detected without
position feedback.
Stepper motors are relatively weak compared to other motor types. The torque
speed curve for the motors is shown in Figure 343. In addition they have different static
and dynamic holding torques. These motors are also prone to resonant conditions because
of the stepped motion control.
torque
speed
The motors are used with controllers that perform many of the basic control func-
tions. At the minimum a translator controller will take care of switching the coil voltages.
page 427
A more sophisticated indexing controller will accept motion parameters, such as distance,
and convert them to individual steps. Other types of controllers also provide finer step res-
olutions with a process known as microstepping. This effectively divides the logical steps
described in Figure 342 and converts them to sinusoidal steps.
translators - the user indicates maximum velocity and acceleration and a distance
to move
indexer - the user indicates direction and number of steps to take
microstepping - each step is subdivided into smaller steps to give more resolution
15.3 HYDRAULICS
Hydraulic systems are used in applications requiring a large amount of force and
slow speeds. When used for continuous actuation they are mainly used with position feed-
back. An example system is shown in Figure 344. The controller examines the position of
the hydraulic system, and drivers a servo valve. This controls the flow of fluid to the actu-
ator. The remainder of the provides the hydraulic power to drive the system.
valve hydraulic
controller power
supply
position position
sensor hydraulic
actuator
sump
The valve used in a hydraulic system is typically a solenoid controlled valve that is
simply opened or closed. Newer, more expensive, valve designs use a scheme like pulse
page 428
with modulation (PWM) which open/close the valve quickly to adjust the flow rate.
The continuous actuators discussed earlier in the chapter are the more common
types. For the purposes of completeness additional actuators are listed and described
briefly below.
15.5 SUMMARY
1. A stepping motor is to be used to drive each of the three linear axes of a cartesian coordinate
robot. The motor output shaft will be connected to a screw thread with a screw pitch of 0.125”.
It is desired that the control resolution of each of the axes be 0.025”
a) to achieve this control resolution how many step angles are required on the step-
per motor?
b) What is the corresponding step angle?
c) Determine the pulse rate that will be required to drive a given joint at a velocity
of 3.0”/sec.
2. For the stepper motor in the previous question, a pulse train is to be generated by the robot con-
troller.
page 429
a) How many pulses are required to rotate the motor through three complete revo-
lutions?
b) If it is desired to rotate the motor at a speed of 25 rev/min, what pulse rate must
be generated by the robot controller?
3. Explain the differences between stepper motors, variable frequency induction motors and DC
motors using tables.
1.
P = 0.125 -------
in in
a) R = 0.025 ----------
rot step
in
0.025 ---------- 1 step
R step rot
θ = --- = --------------------------- = 0.2 ---------- Thus ------------------
rot
= 5 ----------
rot
P step
0.125 -------
in 0.2 ----------
rot step
rot deg
b) θ = 0.2 ---------- = 72 ----------
step step
in
c) 3 -----
s steps
PPS = ------------------------ = 120 -------------
in s
0.025 ----------
step
2.
a)
pulses = ( 3rot ) 5 ---------- = 15steps
step
rot
---------------- = 25 --------- 5 ---------- = 125 ------------- = 125 ------------- ------------- = 2.08 ----------
b) pulses rot step steps 1min steps step
s min rot min 60s min s
3.
speed torque
stepper motor very low speeds low torque
vfd limited speed range good at rated speed
dc motor wide range decreases at higher speeds
page 430
1. A stepper motor is to be used to actuate one joint of a robot arm in a light duty pick and place
application. The step angle of the motor is 10 degrees. For each pulse received from the pulse
train source the motor rotates through a distance of one step angle.
a) What is the resolution of the stepper motor?
b) Relate this value to the definitions of control resolution, spatial resolution, and
accuracy, as discussed in class.
c) For the stepper motor, a pulse train is to be generated by a motion controller.
How many pulses are required to rotate the motor through three complete revo-
lutions? If it is desired to rotate the motor at a speed of 25 rev/min, what pulse
rate must be generated by the robot controller?
page 431
Topics:
• Motion controllers
• Motion profiles, trapezoidal and smooth
• Gain schedulers
Objectives:
• To understand single and multi axis motion control systems.
16.1 INTRODUCTION
A system with a feedback controller will attempt to drive the system to a state
described by the desired input, such as a velocity. In earlier chapters we simply chose step
inputs, ramp inputs and other simple inputs to determine the system response. In practical
applications this setpoint needs to be generated automatically. A simple motion control
system is used to generate setpoints over time.
An example of a motion control system is shown in Figure 345. The motion con-
troller will accept commands or other inputs to generate a motion profile using parameters
such as distance to move, maximum acceleration and maximum velocity. The motion pro-
file is then used to generate a set of setpoints, and times they should be output. The set-
point scheduler will then use a realtime clock to output these setpoints to the motor drive.
page 432
motion controller
motion Motor
commands Setpoint Setpoint Servo
Generator Scheduler Drive
setpoint schedule
The combination of a motion controller, drive and actuator is called an axis. When
there is more than one drive and actuator the system is said to have multiple axes. Com-
plex motion control systems such as computer controlled milling machines (CNC) and
robots have 3 to 6 axes which must be moved in coordination.
θ ( deg )
100
20
t (s)
A trapezoidal velocity profile is shown in Figure 347. The area under the curve is
the total distance moved. The slope of the initial and final ramp are the maximum acceler-
ation and deceleration. The top level of the trapezoid is the maximum velocity. Some con-
trollers allow the user to use the acceleration and deceleration times instead of the
maximum acceleration and deceleration. This profile gives a continuous acceleration, but
there will be a jerk (third order derivative) at the four sharp corners.
ω ( deg )
ω max
– α max
α max
t (s)
0
where,
ω max = the maximum velocity
α max = the maximum acceleration
The basic relationships for these variables are shown in Figure 348. The equations
can be used to find the acceleration and deceleration times. These equations can also be
used to find the time at the maximum velocity. If this time is negative it indicates that the
axis will not reach the maximum velocity, and the acceleration and deceleration times
must be decreased. The resulting velocity profile will be a triangle.
ω max
t acc = t dec = ------------ (1)
α max
t total = t acc + t max + t dec (2)
t acc t dec
θ = --- t acc ω max + t max ω max + --- t dec ω max = ω max -------
1 1 (3)
- + t max + -------
-
2 2 2 2
θ t acc t dec
(4)
t max = ------------ – ----------- – -----------
ω max 2 2
Note: if the time calculated in equation 4 is negative then the axis never reaches
maximum velocity, and the velocity profile becomes a triangle.
For the example in Figure 349 the move starts at 100deg and ends at 20 deg. The
acceleration and decelerations are completed in half a second. The system moves for 7.5
seconds at the maximum velocity.
page 435
The motion example in Figure 350 is so short the axis never reaches the maximum
velocity. This is made obvious by the negative time at maximum velocity. In place of this
the acceleration and deceleration times can be calculated by using the basic acceleration
position relationship. The result in this example is a motion that accelerates for 0.316s and
then decelerates for the same time.
page 436
Given the parameters calculated for the motion, the setpoints for motion can be
calculated with the equations in Figure 351.
page 437
0s ≤ t < t acc
1 2
θ ( t ) = --- α max t + θ start
2
t acc ≤ t < t acc + t max
1 2
θ ( t ) = --- α max t acc + ω max ( t – t acc ) + θ start
2
t acc + t max ≤ t < t acc + t max + t dec
1 2 1 2
θ ( t ) = --- α max t acc + ω max t max + --- α max ( t – t max – t acc ) + θ start
2 2
t acc + t max + t dec ≤ t
θ ( t ) = θ end
A subroutine that implements these is shown in Figure 352. In this subroutine the
time is looped with fixed time steps. The position setpoint values are put into the setpoint
array, which will then be used elsewhere to guide the mechanism.
page 438
In some cases the jerk should be minimized. This can be achieved by replacing the
ulceration ramps with a smooth polynomial, as shown in Figure 353. In this case two qua-
dratic polynomials will be used for the acceleration, and another two for the deceleration.
page 439
2
ω ( deg ) ω ( t ) = At + Bt + C
ω max
α max – α max
t (s)
0
where,
ω max = the maximum velocity
α max = the maximum acceleration
The distance covered during acceleration, the area under the curves, is,
t acc 2 2
-------- α max 2 t acc α max 2
∫0 - t dt + ∫ ω max – --------------
- ( t – 2t acc t + t 2acc ) dt
2
θ acc = --------------
--------
4ω max tacc 4ω max
t acc 2
-------- t acc
2 2 2
α max 3 α max t 3
θ acc = ------------------ t + ω max t – - ---- – t acc t 2 + t 2acc t
--------------
12ω max 4ω max 3
0 t acc
-------
-
2
2 3 2 3 2 3 3 3
α max t acc αmax t acc 3 t acc α max t acc t acc t acc
acc = ----------------- - -------- – t acc + t 3acc – ω max -------
- -------- + ω max t acc – -------------- - + --------------- -------- – -------- + -------
-
12ω max 8 4ω max 3 2 4ω max 24 4 2
2 2 2
αmax 3 ω max t acc α max 3 7α max 3
θ acc = ------------------ t acc + --------------------
- – -----------------
- t acc – -----------------
-t
96ω max 2 12ω max 96ω max acc
2
– 14αmax 3 ω max t acc
θ acc = --------------------- t acc + --------------------
-
96ω max 2
In a machine with multiple axes the motions of individual axes must often be coor-
dinated. A simple example would be a robot that needed to move two joints to reach a new
position. We could extend the motion of the slower joints so that the motion of each joint
would begin and end together.
When the individual axis of a machine are not coordinated this is known as slew
motion. Each of the axes will start moving at the same time, but finish at separate times.
Consider the example in Figure 356. A three axis motion is required from the starting
angles of (40, 80, -40)deg, and must end at (120, 0, 0)deg. The maximum absolute acceler-
page 442
ations and decelerations are (50, 100, 150) degrees/sec/sec, and the maximum velocities
are (20, 40, 50) degrees/sec.
90
time(sec)
θ3
θ2
-90 θ1
The calculations for the motion parameters are shown in Figure 357. These are
done in vector format for simplicity. All of the joints reach the maximum acceleration.
The fastest motion is complete in 1.13s, while the longest motion takes 4.4s.
page 443
The area under the velocity curve is the distance (angle in this case) travelled. First we
can determine the distance covered during acceleration, and deceleration and the
time during acceleration, and deceleration.
ω max
t acc = t dec = ------------ = ------, ---------, --------- = ( 0.4, 0.4, 0.333 )sec.
20 40 50
αmax 50 100 150
t acc ω [Link]. 0.4 ( 20 ) 0.4 ( 40 ) 0.333 ( 50 )
θ acc. = θ dec. = ---------------------------- = ------------------, ------------------, ------------------------ = ( 4, 8, 8.33 )deg.
2 2 2 2
Remove the angles covered during accel./deccel., and find the travel time at maximum
velocity.
θ move – 2θ acc 80 – 2 ( 4 ) 80 – 2 ( 8 ) 40 – 2 ( 8.333 )
t max = ----------------------------------- = -----------------------, -----------------------, ---------------------------------
ω max 20 40 50
In interpolated motion the faster joints are slowed so that they finish in coordina-
tion with the slowest. This is essential in devices such as CNC milling machines. If this
did not occur a straight line cut in the x-y plane would actually be two straight lines. The
slew motion example can be extended to be slew motion where all joints finish their
motion at 4.4s. This can be done for each joint by finding a multiplying factor to reduce
accelerations and velocities, and increase times, as shown in Figure 358.
page 444
The longest time is 4.4, and this is used to calculate adjustment factors.
( 4.4s, 2.4s, 1.13s )
F = -------------------------------------------- = ( 1, 0.55, 0.26 )
4.4s
These can be used to calculate new maximum accelerations, velocities and times.
ω max = ( 1 ( 20 ), 0.55 ( 40 ), 0.26 ( 50 ) ) = ( 20, 22, 13 )
2 2 2
α max = ( 1 ( 50 ), 0.55 ( 100 ), 0.26 ( 150 ) ) = ( 50, 30.25, 10.14 )
After the setpoint schedule has been developed, it is executed by the setpoint
scheduler. The setpoint scheduler will use a clock to determine when an output setpoint
should be updated. A diagram of a scheduler is shown in Figure 359. In this system the
setpoint scheduler is an interrupt driven subroutine that compares the system clock to the
total motion time. When enough time has elapsed the routine will move to the next value
in the setpoint table. The frequency of the interrupt clock should be smaller than or equal
to the time steps used to calculate the setpoints. The servo drive is implemented with an
algorithm such a PID control.
page 445
Compute
θ desired error
Interrupt
Clock
Output actuator
signal
Return
The output from the scheduler updates every time step. This then leads to a situa-
tion where the axis is always chasing the target value. This leads to small errors, as shown
in Figure 360.
page 446
speed
actual position
trajectory table
time
trajectory table time step
position
required
actual
time
16.4 SUMMARY
1. a) Develop a motion profile for a joint that moves from -100 degrees to 100 degrees with a
maximum velocity of 20 deg/s and a maximum acceleration of 100deg/s/s. b) Develop a set-
point table that has values for positions every 0.5 seconds for the entire motion.
page 447
(ans. Given,
deg deg-
ω max = 20 --------- α max = 100 -------- 2
∆θ = 100 – ( – 100 ) = 200°
s s
The motion times can be calculated.
deg
ω max 20 ---------
s
t acc = t dec = ------------ = ------------------ = 0.2s
α max deg-
100 -------- 2
s
deg
∆θ – ω max t acc 200deg – 20 --------- 0.2s
s
t max = ---------------------------------- = --------------------------------------------------- = 9.8s
ω max deg
20 ---------
s
t total = t acc + t max + t dec = 0.2s + 9.8s + 0.2s = 10.2s
t (s) angle
(deg)
0.0 -100 1 deg- 2 deg
θ 0.5s = --- 100 -------- ( 0.2s ) + 20 --------- ( 0.5s – 0.2s ) – 100deg
0.5 -92 2 s
2 s
1.0 -82
1.5 -72 θ0.5s = – 92deg
2.0 -62
deg
2.5 -52 θ 1.0s = θ 0.5s + 20 --------- ( 0.5s ) = – 92deg + 10deg
s
3.0 -42
3.5 -32
4.0 -22
4.5 -12
5.0 -2
5.5 8
6.0 18
6.5 28
7.0 38
7.5 48
8.0 58
8.5 68
9.0 78
9.5 88
10.0 98
10.5 100
11.0 100
2. Find a smooth path for a robot joint that will turn from θ= 75° to θ = -35° in 10 seconds. Do this
page 448
by developing an equation then calculating points every 1.0 seconds along the path for a total
motion time of 10 seconds.
3. Paths are to be planned for a three axis motion controller. Each of the joints has a maximum
velocity of 20 deg/s, and a maximum acceleration of 30 deg/s/s. Assuming all of the joints start
at an angle of 0 degrees. Joints 1, 2 and 3 move to 40 deg, 100deg and -50deg respectively.
Develop the motion profiles assuming,
a) slew motion
b) interpolated motion
4. Develop a smooth velocity profile for moving a cutting tool that starts at 1000 inches and
moves to -1000 inches. The maximum velocity is 100 in/s and the maximum acceleration is
50in/s/s.
page 449
Topics:
Objectives:
17.1 INTRODUCTION
• Magnetic fields and forces are extremely useful. The fields can allow energy stor-
age, or transmit forces.
• Magnetic fields have direction. As a result we must pay special attention to direc-
tions, and vector calculations.
17.2.1 Induction
• Flux density,
I
B = --------- For an infinitely long straight conductor
2πr
where,
B = Flux density -------2- or Tesla
Wb
m
I = Current in the conductor (A)
r = radial distance from the conductor
B
Φ = ---
A
where,
Φ = Flux density ( Wb )
• Permeability,
page 451
B
µ = ----
H
–7 H
µ 0 = 4π10 ----
m
µ = µr µ0
where,
• Permeability is approximately linear for smaller electric fields, but with larger
magnetic fields the materials saturate and the value of B reaches a maximum value.
1.5
linear saturation
H
4000
• When a material is used out of the saturation region the permeabilities may be
written as reluctances,
page 452
L
R = -------
µA
where,
R = reluctance of a magnetic path
L = length of a magnetic path
A = cross section area of a magnetic path
• Faraday’s law,
d
e = N ----- Φ For a coil
dt
where,
e = the potential voltage across the coil
N = the number of turns in the coil
• The basic property of induction is that it will (in the presence of a magnetic field)
convert a changing current flowing in a conductor to a force or convert a force to a current
flow from a change in the current or the path.
page 453
F = ( I × B )L B
NOTE: As with all cross prod-
F = ( L × B )I ucts we can use the right
hand rule here.
I, L
F
where,
L = conductor length
F = force (N)
The FBD/schematic equivalent is,
I F
M
B
e m = ( v × B )L
where,
v
e m = electromotive force (V)
e
φ = magnetic flux (Wb - webers)
v = velocity of conductor
The FBD/schematic equivalent
e
+
M
-
• Hysteresis
• These systems are very common, take for example a DC motor. The simplest
motor has a square conductor loop rotating in a magnetic field. By applying voltage the
wires push back against the magnetic field.
page 455
y
I
B
x
1 I
z
2 5
4
b 3
a
axis of
rotation ω
For wire 3,
r cos ( ωt )
– rω sin ( ωt ) 0
P 3 = r sin ( ωt ) V3 = rω cos ( ωt ) B = –B
b b
– --- to --- 0 0
2 2
de m3 = ( V × B )dL
b--- – rω sin ( ωt ) 0
∫–b---
2
e m3 = rω cos ( ωt ) × – B dr
2 0 0
b--- 0
∫–b---
2
e m3 = 0 dr
2 Brω sin ( ωt )
b---
2 2
b 2
= Bω sin ( ωt ) --- – – --- = 0
r b
e m3 = B ---- ω sin ( ωt )
2 2 2
b
– ---
2
For wires 1 and 5,
By symmetry, the two wires together will act like wire 3. Therefore they both
have an emf (voltage) of 0V.
e m1 = e m5 = 0V
b
– --- ω sin ( ωt )
a 2 0
e m2 = ∫0 b---
ω cos ( ωt )
× – B dl
2 0
0
0
a
b
e m2 = ∫0 b
0 dl = aB --- cos ( ωt )
2
B --- ω cos ( ωt )
2
e m4 = e m2
e m = e m1 + e m2 + e m3 + e m4 + e m5
b b
e m = 0 + aB --- ω cos ( ωt ) + 0 + aB --- ω cos ( ωt ) + 0
2 2
e m = aBbω cos ( ωt )
• As can be seen in the previous equation, as the loop is rotated a voltage will be
generated (a generator), or a given voltage will cause the loop to rotate (motor).
• In this arrangement we have to change the polarity on the coil every 180 deg of
rotation. If we didn’t do this the loop the torque on the loop would reverse for half the
motion. The result would be that the motor would swing back and forth, but not rotate
fully. To make the torque push consistently in the same direction we need to reverse the
page 458
applied voltage for half the cycle. The device that does this is called a commutator. It is
basically a split ring with brushes.
e m = aBbω cos ( ωt )
• Real motors also have more than a single winding (loop of wire). To add this into
the equation we only need to multiply by the number of loops in the winding.
e m = NaBbω cos ( ωt )
• As with most devices the motor is coupled. This means that one change, say in
torque/force will change the velocity and hence the voltage. But a change in voltage will
also change the current in the windings, and hence the force, etc.
F w = ( I × B )L = IBa
T w = 2 F × --- = Fb = IBab
b
2
∑M = T w – T f = Jα
IBab – T f = Jα
• We still need to relate the voltage and current on the motor. The equivalent circuit
for a motor shows the related components.
page 459
IA
RA LA
em
eA +
-
-
where,
d
e A – I A RA – L A ----- I A – NaBbω cos ( ωt ) = 0
dt
and recall the previous equation,
IBab – T f = Jα
• Practice problem,
page 460
N Ks
M
Kd
S
R
x
17.4 SUMMARY
1.
page 462
Topics:
Objectives:
18.1 SUMMARY
w = flow rate
p = pressure
page 463
18.2.1 Resistance
• If fluid flows freely, we say it is without resistance. In reality, every fluid flow
experiences some resistance. Even a simple pipe has resistance. Of similar interest is the
resistance of a value.
w = K ∆p
where,
w = flow rate through the pipe
∆p = pressure difference across valve/pipe
K = a constant specific to the pipe/valve/orifice
NOTE: In this case the relationship between pressure drop and flow are non-linear.
We have two choices if we want to analyze this system.
1. We can do a non-linear analysis (e.g. integration)
2. We can approximate the equation with a linear equation. This is only good for
operation near the chosen valve position. As the flow rate changes significantly
the accuracy of the equation will decrease.
w
∆p ≈ R ( w – w )
∆w
∆ ( ∆p ) w
R ≈ --------------- R = 2 -----2-
∆w K
w
∆p
∆ ( ∆p )
• Resistance may also result from valves. Valves usually restrict flow by reducing
an area for fluid to flow through.
• A simple form of valve is a sliding plunger. The valve below is called a two way
page 464
• Four way valve allow fluid force to be applied in both directions of a cylinder
motion.
page 465
to
reservoir
fluid in fluid in
to
reservoir
retract
no motion
advance
18.2.2 Capacitance
• Fluids are often stored in reservoirs or tanks. In a tank we have little pressure
near the top, but at the bottom the mass of the fluid above creates a hydrostatic pressure.
Other factors also affect the pressure, such as the shape of the tank, or whether or not the
top of the tank is open.
• To calculate the pressure we need to integrate over the height of the fluid.
page 466
A
Fp
h
F p + Fg Fp + Fg
Fg
F p + Fg
Fg
P = ------
A
F g = ρV = ρgAh
ρgAh
P = -------------- = ρgh
A
• Consider a tank as a capacitor. As fluid is added the height of the fluid rises, and
the hydrostatic pressure increases. Hence we can pump fluid into a tank to store energy,
and letting fluid out recovers the energy. A very common application of this principle is a
municipal water tower. Water is pumped into these tanks. As consumers draw water
through the system these tanks provide pressure to the system. When designing these
tanks we should be careful to keep the cross section constant (e.g. a cylinder). If the cross
section varies then the fluid pressure will not drop at a linear rate and you won’t be able to
use linear analysis techniques (i.e., Laplace and State Space).
A
C = ------
ρg
d
w = C ----- p
dt
page 467
• As with most systems we need power sources. In hydraulics these are pumps that
will provide pressure and/or flow to the system.
Fluid In
Normally closed
inlet valve
Fluid Out
piston
Normally
Closed Valve
• A geared hydraulic pump is pictured below. Other types use vanes and pistons.
page 468
• Vane based pumps can be used to create fluid flow. As the pump rotates the vanes
move to keep a good seal with the outer pump wall. The displacement on the advance and
return sides are unequal (aided by the sliding vanes). The relative displacement across the
pump determines the fluid flow.
Fluid in
As the center core of the pump rotates, the vanes
will slide in and out. Fluid is trapped between
vanes. On the inlet side the volume enclosed by
the vanes expands, drawing fluid in. On the outlet
side the volume between vanes decreases, forcing
fluid out.
Fluid out
page 469
• As with the resistance of valves, these are not linear devices. It is essential that
we linearize the devices. To do this we look at the pressure flow curves. (Note: most
motors and engines have this problem)
∆p ∆ ( ∆p )
K = ---------------
∆p ∆w
1
w ≈ ---- ( ∆p – ∆p )
K
∆ ( ∆p )
w
∆w
• We can model a simple hydraulic system using the elements from before. Con-
sider the example below,
∆p
For the pump the relationship is
shown in the graph, and it will
operate at the point marked.
w
For the valve the relationship is
given below
∆p
w
The pipes are all equal length and
have the relationships shown
below.
∆p
18.4 SUMMARY
1.
page 472
Topics:
Objectives:
19.1 INTRODUCTION
19.2.1 Resistance
------ = --- dθ
1 dq 1 ------
q = --- ( θj – θ i ) dl
R dl R
where,
d
R = -------
Aα
• When dealing with thermal resistance there are many parallels to electrical resis-
tance. The flow of heat (current) is proportional to the thermal difference (voltage). If we
have thermal systems in parallel or series they add as normal resistors do.
R1
R1 R2
R2
1- 1 1
----- = ------ + ------ RT = R1 + R2
RT R1 R2
19.2.2 Capacitance
1 1 ------
∆θ = ---- ( qin – q out ) ------ = ---- dq
dθ
C dt C dt
where,
C = thermal capacitance
C = Mσ
where,
M = mass of thermal body
σ = specific heat of material in mass
• One consideration when dealing with heating capacitance is that the heat will not
instantly disperse throughout the mass. When we want to increase the rate of heat absorp-
tion we can use a mixer (with a gas or fluid). A mixer is shown in the figure below. This
mixer is just a rotating propeller that will cause the liquid to circulate.
19.2.3 Sources
• If we plan to design a thermal system we will need some sort of heat source. One
popular heating source is an electrical heating element.
• heating coils are normally made out of some high resistance metal/alloy such as
nichrome (nickel and chrome) or tungsten.
• If we run a current through the wire the resistance will generate heat. As these
metals get hotter the resistance rises, hence the temperature is self regulating. If we control
the voltage and current we can control the amount of heat delivered by the coil.
resistance
I
+
V
-
temp
P = IV
where,
P = power generated as heat
I = current into coil
V = voltage across coil
• We know that as we heat materials at one point, they do not instantly heat at all
points, there is some delay (consider a spoon in a hot bowl of soup). This delay is a func-
tion of heat capacitance (yes there is a parallel to the electrical description).
page 476
• Consider an insulated sealed chamber with a resistive barrier between sides, and
a heating element in one side.
qi
θ 1, C 1 R θ 2, C 2
Given
q 0 = heat flow into the left chamber from the heating element
Next,
q 1 = heat flow through the center barrier
1
q 1 = --- ( θ 1 – θ 2 )
R
d- 1 d- 1
---- θ 1 = ------ ( q 0 – q 1 ) ---- θ 2 = ------ ( q 1 )
dt C1 dt C2
θ 1 ( 1 + sRC 1 ) = θ2 + Rq o
θ2 + Rq
θ 1 = ---------------------o-
1 + sRC 1
θ 2 + Rq
θ 1 = ---------------------o- = θ 2 + sRC 2 θ 2
1 + sRC 1
θ 2 + Rq o
------------------------------
- = 1 + sRC 1
θ 2 + sRC 2 θ 2
Rq o
---------
1 θ2
---------------------- + ---------------------- = 1 + sRC 1
1 + sRC 2 1 + sRC 2
Rq
1 + --------o- = 1 + s ( RC 1 + RC 2 ) + s R C 1 C 2
2 2
θ2
Rqo
--------- = s ( RC 1 + RC 2 ) + s 2 R 2 C 1 C 2
θ2
q
----o- = s ( C1 + C 2 ) + s 2 RC 1 C 2
θ2
qo
-----------------
RC 1 C 2 A B
θ2 = -------------------------------------- = --- + ----------------------------
C 1 C2 + s C 1 + C2
s ------------------- + s
2
s + -------------------
RC 1 C 2 RC 1 C 2
qo qo
----------------
RC C ----------------
- -
RC 1 C 2 qo
1 2
A = lim -------------------------------------- s = --------------------------------------- = -------------------
s → 0 C 1 + C 2 C 1 + C 2
------------------ C1 + C2
s ------------------- + s 2 - + (0)
RC 1 C 2 RC 1 C 2
qo qo
----------------
----------------
RC 1 C 2
-
C 1 + C 2 RC 1 C 2
-
– qo
B = lim
-------------------------------------- s + ------------------- = ---------------------------- = ------------------
-
C 1 + C 2 C 1 + C 2 RC 1 C 2 C + C C + C
s → – ------------------ s ------------------- + s – -------------------
2 1 2 1 2
RC 1 C 2 RC C RC 1 C 2
1 2
qo –qo
------------------- ------------------
-
C1 + C2 C1 + C2
θ 2 = ------------------- + ----------------------------
s C 1 + C2
s + -------------------
RC 1 C 2
–1 qo –1 1 –1 1
L ( θ 2 ) = ------------------- L --- – L ----------------------------
C 1 + C2 s C1 + C2
s + -------------------
RC 1 C 2
C1 + C 2
– ------------------ t
qo RC 1 C 2
θ 2 ( t ) = ------------------- 1 – e
C1 + C 2
19.4 SUMMARY
1.
page 479
Topics:
Objectives:
20.1 INTRODUCTION
• We can model systems as a ratio between output and input. This allows powerful
mathematical manipulation.
• The Laplace transform allows us to reverse time. And, as you recall from before
the inverse of time is frequency. Because we are normally concerned with response, the
Laplace transform is much more useful in system analysis.
∞
∫0 f ( t )e
– st
F(s) = dt
where,
f ( t ) = the function in terms of time t
F ( s ) = the function in terms of the Laplace s
page 480
ASIDE:
- Recall that, ∞
∫0 f ( t )e
– st
F(s) = dt = L [ f ( t ) ]
- so for f(t) = 5,
∞ ∞ – s0
5 –st 5 –s∞ 5e 5
∫0
– st
F(s) = 5e dt = – --- e = – --- e – – ------------ = ---
s 0
s s s
a
∞
∫0 (d/dt)f ( t )e
– st
dt
therefore,
– st
du = df ( t ) v = e
– st
u = f(t) dv = – se dt
∞ ∞ ∞
∴∫ f ( t ) ( – s )e – ∫ (d/dt)f ( t )e
– st – st – st
dt = f ( t )e 0
dt
0 0
∞ ∞
– ∞s
∴∫ (d/dt)f ( t )e ] + s ∫ f ( t )e
– st – 0s – st
dt = [ f ( t )e – f ( t )e dt
0 0
d
∴L ----- f ( t ) = – f ( 0 ) + sL [ f ( t ) ]
dt
f(t ) f(s )
Kf ( t ) KL [ f ( t ) ]
f1 ( t ) + f2 ( t ) –f3 ( t ) + … f 1 ( s ) + f 2 ( s ) –f 3 ( s ) + …
df (t) –
----------- sL [ f ( t ) ] – f ( 0 )
dt
2 –
f ( t -)
d------------- 2 – df ( 0 )
2
s L [ f ( t ) ] – sf ( 0 ) – ------------------
dt dt
n – n –
f ( t -)
d------------- n n–1 – n – 2 df ( 0
------------------) – … – d-------------------
f ( 0 )-
n
s L[f(t ) ] – s f(0 ) – s n
dt dt dt
t
[ f ( t ) -]
∫0 f ( t ) dt L
----------------
s
– as
f ( t – a )u ( t – a ), a > 0 e L[ f( t )]
– at
e f(t) f(s – a)
f ( at ), a > 0 1 s
--- f ---
a a
df ( s -)
–--------------
tf ( t )
ds
n
n n d f(s)
t f(t) ( – 1 ) --------------
n
-
ds
∞
( t )-
f-------
t ∫ f ( u ) du
s
• A set of useful functional Laplace transforms are given below. These are mainly
used for converting to and from time ’t’ to the Laplace ’s’.
step A
---
A
s
ramp 1
t ----
2
s
2 2
t ----
3
s
n n!
t ,n>0 -----------
n+1
s
– at exponential decay 1-
----------
e
s+a
sin ( ωt ) ω
-----------------
2 2
s +ω
s
cos ( ωt ) -----------------
2 2
s +ω
– at 1
te -------------------
2
(s + a)
2 – at 2! -
t e ------------------
3
(s + a)
– at ω
e sin ( ωt ) -------------------------------
2
-
2
(s + a) + ω
– at s+a -
e cos ( ωt ) -------------------------------
2 2
(s + a) + ω
– at ω
e sin ( ωt ) -------------------------------
2
-
2
(s + a) + ω
– αt complex conjugate
2Ae cos ( βt + θ ) A
----------------------- A
+ --------------------------------------
s + α – βj s + α + βj
– αt complex conjugate
2t A e cos ( βt + θ ) A -+A
------------------------------ --------------------------------------
2 2
( s + α – βj ) ( s + α + βj )
– at – bt
( c – a )e – ( c – b )e
--------------------------------------------------------- s+c
--------------------------------
-
b–a ( s + a)(s + b)
– at – bt
e –e -
-----------------------
1
--------------------------------
-
b–a ( s + a)(s + b)
• Consider a system model. That model can be said to have an input (forcing func-
tion) and an output (resulting response function).
page 484
2
F ( t ) = ----- x ( t )
d
dt
where,
F ( t ) = force (forcing function or input)
x ( t ) = displacement (resulting/output function)
x ( t )-
--------- = g(t )
F(t)
where,
g ( t ) = a function that is the ratio of input and output
• If we look at an input signal (force here) we can break it into very small segments
in time. As the time becomes small we call it an impulse function.
F(t) ∆t → 0
An impulse
F(t) x( t)
∫ g ( t )F ( t ) dt
t t
• If we add all of the impulse responses together we will get a total system
response. This operation is called convolution.
F( t) x(t)
sum of responses
t
∫ g ( t – τ )F ( τ ) dτ
0
t t
impulse responses
The convolution integral
t
c(t) = ∫ g ( t – τ )r ( τ ) dτ
0
Figure 396 A set of pulses for a system gives summed responses to give the output
• The convolution integral can be difficult to deal with because of the time shift.
But, the Laplace transform for the convolution integral turns it into a simple multiplica-
tion.
page 486
c(t) = ∫ g ( t – τ )r ( τ ) dτ
0
C ( s ) = G ( s )R ( s )
• Before doing any sort of analysis of a vibrating system, a system model must be
developed. The obvious traditional approach is with differential equations.
2
d x dx
F = M -------2- + K d ------ + K s x
dt dt
Ks
Kd
2
F ( t )- d d
--------- = M ------2- + K d ----- + K s
M x x(t ) dt dt
F(t) F( s) 2
L ---------- = ----------- = Ms + K d s + K s
F x( t) x(s )
ASIDE: An important concept that is ubiquitous yet largely unrecognized is the use of
functional design. We look at parts of systems as self contained modules that use
inputs to produce outputs. Some systems (such a mechanisms) are reversible, others
are not (consider a worm gear). An input is typically something we can change, an
output is the resulting change in a system. For the example above ‘F’ over ‘x’
implies that we are changing the input ‘x’, and there is some change in ‘F’. We
know this could easily be reversed mathematically and practically.
ANOTHER ASIDE: Keep in mind that the mathematical expression ‘F/x’ is a ratio
between input (displacement action) and output (reaction force). When shown with
differentials it is obvious that the ratio is not simple, and is a function of time. Also
keep in mind that if we were given a force applied to the system it would become
the input (action force) and the output would be the displacement (resulting
motion). To do this all we need to do is flip the numerators and denominators in the
transfer function.
Resistor V ( t ) = RI ( t ) V ( s ) = RI ( s ) Z = R
1 I(s)
V ( s ) = ---- ---------
1 1
Capacitor V ( t ) = ---- ∫ I ( t ) dt Z = ------
C C s sC
d
Inductor V ( t ) = L ----- I ( t ) V ( s ) = LsI ( s ) Z = Ls
dt
Note: Impedance is like resistance, except
that it includes time variant features also. V = ZI
L
t=0sec
50VDC +
+ R Vo
- C
-
50V 1
----------------
1 50V --------------------
R
sC + --- 1 + sCR
V o = ----------------------------------- = ------------------------------------------ = 50V ---------------------------------------------
R R
2 2
sLR + --------------------
R s R LC + sLR + R
1
sL + ---------------- 1 + sCR
1-
sC + --
R
• Inputs must in the time domain must also be converted to the frequency domain.
page 489
• Normally at this point we would have the input to the system, and the system dif-
ferential equation. The convolution integral would be used to find the time response, but
using Laplace transforms this becomes a simple substitution.
A ---
F ( s )- 2 s
---------- = Ms + K d s + K s = ----------
x( s) x(s)
A
∴x ( s ) = --------------------------------------------
2
-
( Ms + K d s + Ks )s
Ns
Assume some values such as, K d = 3000 ------
m
N
K s = 2000 ----
m
M = 1000kg
A = 1000N
1
∴x ( s ) = --------------------------------
2
-
( s + 3s + 2 )s
• At this point we have ‘x’ as a function of ‘s’ (later we will see ‘s’ is equivalent to
frequency). We can find the initial, and final values (steady state) of ‘x’ using the final
page 490
value theorem.
1s 1 1
∴x ( t → ∞ ) = lim --------------------------------- = lim ------------------------- - = 1---
- = ------------------------------------
2
s → 0 ( s + 3s + 2 )s 2
s → 0 s + 3s + 2 2 2
(0 ) + 3(0) + 2
1(s) 1 1
∴x ( t → 0 ) = lim --------------------------------- = -------------------------------------------
- = ---- = 0
2
s → ∞ ( s + 3s + 2 )s 2
( ( ∞ ) + 3( ∞) + 2 ) ∞
• All that is needed to get the time domain function is an inverse Laplace trans-
form. This is quite often done by using partial fraction expansion of the equations, fol-
lowed by Inverse Laplace transforms of the simpler parts.
page 491
1 1 A B C
x ( s ) = --------------------------------- = ------------------------------------ = --- + ----------- + -----------
2
( s + 3s + 2 )s ( s + 1 ) ( s + 2 )s s s + 1 s +2
A = lim s ------------------------------------
1 1
= ---
s→0 ( s + 1 ) ( s + 2 )s 2
B = lim ( s + 1 ) ------------------------------------
1
= –1
s → –1 ( s + 1 ) ( s + 2 )s
C = lim ( s + 2 ) ------------------------------------
1 1
= ---
s → –2 ( s + 1 ) ( s + 2 )s 2
Aside: the short cut above can reduce time for simple partial fraction
expansions. A simple proof for finding ‘B’ above is given in this box.
1 - = A
----------------------------------- B - ----------
--- + ---------- +
C-
( s + 1 ) ( s + 2 )s s s+1 s+2
1 A B C
( s + 1 ) ------------------------------------ = ( s + 1 ) --- + ( s + 1 ) ----------- + ( s + 1 ) -----------
( s + 1 ) ( s + 2 )s s s+1 s+2
1 - A C
------------------ = ( s + 1 ) --- + B + ( s + 1 ) -----------
( s + 2 )s s s+2
1 A C
lim ------------------- = lim ( s + 1 ) --- + lim B + lim ( s + 1 ) -----------
s → – 1 ( s + 2 )s s → –1 s s → –1 s → –1 s+2
1
lim ------------------- = lim B = B
s → – 1 ( s + 2 )s s → –1
1 0.5 –1 0.5
x ( s ) = ---------------------------------
2
= ------- + ----------- + -----------
( s + 3s + 2 )s s s + 1 s +2
• The terms from the partial fraction expansion are put through an inverse Laplace
transform using a lookup table. (A sample table is given later)
page 492
–1 –1 0.5 – 1 - ----------
0.5-
x( t) = L [x(s )] = L ------- + ---------- +
s s+1 s+2
–1 0.5 –1 - – 1 0.5
x( t) = L ------- + L – 1 ---------- + L -----------
s s+1 s+2
–t – 2t
x ( t ) = [ 0.5 ] + [ ( – 1 )e ] + [ ( 0.5 )e ]
–t – 2t
x ( t ) = 0.5 – e + 0.5e Actual response of the system in time
t (sec.) x(t)
x(t)
0.0 0.00000 0.5
0.1 0.00453
0.2 0.01643
keep in mind this is the drop
0.3 0.03359 (i.e., down is positive)
0.4 0.05434
0.5 0.07741
0.6 0.10179
0.7 0.12671
0.8 0.15162
0.9 0.17608 0.0 t
1.0 0.19979
10.0 0.49995
100.0 0.50000
1000.0 0.50000
• Note that the damper is relatively larger than the spring, therefore no “oscilla-
tion”.
x(t)
• The following is a flowchart that shows the general method for doing inverse
Laplace transforms.
page 494
is the
function in
simplify the
yes the transform
function
tables?
no
can the
function be
simplified? yes
no
Done
is the
order of the use long division to
numerator >= yes reduce the order of the
denominator? numerator
no
Find roots of the denominator
and break the equation into
partial fraction form with
unknown values
OR
use limits technique. use algebra technique
If there are higher order
roots (repeated terms)
then derivatives will be
required to find solutions
Done
1 - A B C
x ( s ) = --------------------
2
= ----2 + --- + -----------
s (s + 1) s s s+1
C = lim ( s + 1 ) --------------------
1 -
= 1
s → –1 2
s (s + 1)
A = lim s --------------------
-
2 1 1
= lim ----------- = 1
s→0 2 s→0 s 1 +
s (s + 1)
• Consider the example below where the order of the numerator is larger than the
denominator.
page 497
3 2
5s + 3s + 8s + 6-
x ( s ) = -------------------------------------------
2
s +4
This cannot be solved using partial fractions because the numerator is 3rd order
and the denominator is only 2nd order. Therefore long division can be used to
reduce the order of the equation.
5s + 3
2 3 2
s +4 5s + 3s + 8s + 6
3
5s + 20s
2
3s – 12s + 6
2
3s + 12
– 12s – 6
This can now be used to write a new function that has a reduced portion that can be
solved with partial fractions.
– 12s – 6- –---------------------
12s – 6- A B
x ( s ) = 5s + 3 + ---------------------
2
solve
2
= ------------- + -------------
s +4 s +4 s + 2j s – 2j
Figure 411 Partial fractions when the numerator is larger than the denominator
• When the order of the denominator terms is greater than 1 it requires an expanded
partial fraction form, as shown below.
5
F ( s ) = -----------------------3-
2
s (s + 1)
5 - A B C D E
----------------------- = ----2 + --- + ------------------3- + ------------------2- + ----------------
2 3 s (s + 1) (s + 1) ( s 1)+
s (s + 1) s
5 A B C D E
------------------------ = ---- + --- + ------------------3- + ------------------2- + ----------------
2 3 2 s (s + 1) (s + 1) ( s + 1)
s (s + 1) s
3 3 2 2 2 2
A ( s + 1 ) + Bs ( s + 1 ) + Cs + Ds ( s + 1 ) + Es ( s + 1 ) -
= -----------------------------------------------------------------------------------------------------------------------------------------
3
2
s (s + 1)
4 3 2
s ( B + E ) + s ( A + 3B + D + 2E ) + s ( 3A + 3B + C + D + E ) + s ( 3A + B ) + ( A )-
= --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3
2
s (s + 1)
–1
0 1 0 0 1 A 0 A 0 1 0 0 1 0 5
1 3 0 1 2 B 0 B 1 3 0 1 2 0 – 15
3 3 1 1 1 C = 0 C = 3 3 1 1 1 0 = 5
3 1 0 0 0 D 0 D 3 1 0 0 0 0 10
1 0 0 0 0 E 5 E 1 0 0 0 0 5 15
5 - 5- –--------
15- ------------------
5 - ------------------
10 - ---------------
15 -
----------------------- = --- + + + +
3 2 s 3 2 (s + 1)
2
s (s + 1) s (s + 1) (s + 1)
• This problem can also be solved using the limits technique. But, because of the
repeated roots we will need to differentiate to find the repeated roots.
page 499
5 - A B C D E
----------------------- = ---2- + --- + ------------------3- + ------------------2- + ----------------
2 3 s (s + 1) (s + 1) ( s 1)+
s (s + 1) s
5( –3 )
B = lim ----- -----------------------3- s = lim ----- ------------------3-
d 5 2 d 5
= lim ------------------4- = – 15
s→0 ds 2 s→0 ds (s + 1) s → 0 (s + 1)
s (s + 1)
E = lim ----- ----- -----------------------3- ( s + 1 ) = lim ----- ----- ----2 = lim ----- -----4- = 15
1 d2 5 3 1 d25 1 30
s → –1 2! ds 2 s → –1 2! ds s → –1 2!
s (s + 1) s s
5 - 5 – 15 5 10 15
----------------------- = ---2- + --------- + ------------------3- + ------------------2- + ----------------
2 3 s (s + 1) (s + 1) ( s + 1)
s (s + 1) s
5 - A B C D E
----------------------- = ---2- + --- + ------------------3- + ------------------2- + ----------------
2 3 s (s + 1) (s + 1) ( s + 1)
s (s + 1) s
5 A B C D E
lim -----------------------3- = ---2- + --- + ------------------3- + ------------------2- + ----------------
s → –1 2 s (s + 1) (s + 1) ( s + 1)
s (s + 1) s
3 5 A B C D E
lim ( s + 1 ) -----------------------3- = ---2- + --- + ------------------3- + ------------------2- + ----------------
s → –1 s2 ( s + 1 ) s s (s + 1) (s + 1) ( s + 1 )
3 3
5 A(s + 1) - B (s + 1) 2
lim ---2- = ----------------------
2
+ ----------------------- + C + D ( s + 1 ) + E ( s + 1 )
s → –1 s s s
page 500
– 2 ( 5 -) 2 ( s + 1 )3 3 ( s + 1 ) 2 s + 1 )3 3 ( s + 1 ) 2
lim ------------- = - + ---------------------- + B – (------------------
A – --------------------- - + ---------------------- + D + 2E ( s + 1 )
s → –1 s
3
s
3
s
2
s
2 s
2 ( 5 -)
–-------------
3
= D = 10
( –1 )
For E, differentiate twice, then evaluate (the terms for A and B will be ignored to save
space, but these will drop out anyway).
d- 2 ---- 2
3 3
5 A (s + 1)- B (s + 1)-
lim ---- = ---------------------- + ---------------------- + C + D ( s + 1 ) + E ( s + 1 )
s → – 1 dt s 2 s
2 s
d – 2 ( 5 -)
lim ----- ------------- = A ( … ) + B ( … ) + D + 2E ( s + 1 )
s → – 1 dt s 3
–3 ( –2 ( 5 ) )
lim -------------------------
4
= A ( … ) + B ( … ) + 2E
s → –1 s
3 ( –2 ( 5 ) )
–-------------------------
4
= A ( 0 ) + B ( 0 ) + 2E E = 15
( –1 )
Figure 415 A proof of the need for differentiation for repeated roots
page 501
f(t)
t
seconds
0 1 3 4
f ( t ) = 5tu ( t ) – 5 ( t – 1 )u ( t – 1 ) – 5 ( t – 3 )u ( t – 3 ) + 5 ( t – 4 )u ( t – 4 )
–s – 3s – 4s
5 5e
- – 5e
f ( s ) = ---2- – --------- ------------ + 5e
------------
2 2 2
s s s s
20.5.3 Examples
• These systems tend to vibrate simply. This vibration will often decay naturally.
The contrast is the first order system that tends to move towards new equilibrium points
without any sort of resonance or vibration.
page 502
•
F(t)
** Assume gravity is negligible
M
x +y
Kd Ks
2
dx- d x
∑ Fy = – F ( t ) + Kd -----
dt
+ K s x = – M -------2-
dt
2
∴–F ( s ) + K d sx + K s x + Ms x = 0
F(s) 2
∴----------- = K d s + K s + Ms
x
x 1
∴----------- = -------------------------------------
-
F(s) 2
Ms + K d s + K s
1-
----
x M
∴----------- = ---------------------------------
F s ( ) 2 Kd Ks
s + ------ s + -----
M M
F ( t ) = 5 cos ( 6t )N
5s -
∴F ( s ) = ---------------
2 2
s +6
This means,
1---
( )
x ( s ) = F ( s ) ----------- = ---------------
- -----------------------------
-
x s 5s 1
F( s) 2 2 2
s + 6 s + 0.5s + 2
5s
∴x ( s ) = ---------------------------------------------------------
2 2
-
( s + 36 ) ( s + 0.5s + 2 )
A B C D
∴x ( s ) = ------------- + ------------- + ---------------------------------- + ----------------------------------
s + 6j s – 6j s – 0.5 + 1.39j s – 0.5 – 1.39j
( s + 6j ) ( 5s )
--------------------------------------------------------------------------- – 30j
- = ----------------------------------------------
A = lim -
s → – 6j 2
( s – 6j ) ( s + 36 ) ( s + 0.5s + 2 )
2 ( – 12j ) ( 36 – 3j + 2 )
t=0
C
V s = 3 cos t +
+ R Vo
- -
As normal we relate the source voltage to the output voltage. The we find the values
for the various terms in the frequency domain.
ZR 2
V o = Vs -------------------
3s
V s ( s ) = -------------
-
ZR + ZC s
2
+ 1
ZR = R
1
Z C = ------
sC
Next, we may combine the equations, and find a partial fraction equivalent.
2 3 3
3s
V o = ------------- R 3s RC 3s
- ---------------- = -------------------------------------------- = -----------------------------------------
2 1- 2
s + 1 R + ----- ( s + 1 ) ( 1 + RsC ) ( s + 1 ) s + --------
2 1
sC RC
A B C
V o = --- + --- + ----
A = lim [ ] =
s→
Finally we do the inverse transform to get the function back into the time
domain.
• The following map is to be used to organize the various topics covered in the
course.
Transfer
Function Input described with
Laplace Equation
We can figure
out from plots
Substitute
Experiments Root-Locus
for stability
Output Function
(Laplace form)
Bode and Phase Plots Fourier Transform
- Straight line
- Exact plot
Output Function
Equations for gain and phase (Laplace terms)
at different frequencies Partial Fraction
Approximate equations for Inverse Laplace
steady state vibrations
• If our models include a device that is non linear we will need to linearize the
model before we can proceed.
• A non-linear system can be approximated with a linear equation using the follow-
ing method.
In this case the relationship between pressure drop and flow are non-linear. We
need to develop an equation that approximates the local operating point.
q
∆p ≈ R ( q – q )
∆q
∆ ( ∆p ) q
R ≈ --------------- R = 2 -----2-
∆q K
q
∆p
∆ ( ∆p )
20.8 SUMMARY
•
page 508
e) L [ 5t ] w) L [ 5e
– 3t
+ u(t – 1) – u(t – 2)]
2
f) L [ 4t ] x) L [ cos ( 7t + 2 ) + e
t–3
]
–( t + 1 )
g) L [ cos ( 5t ) ] y) L[ 3( t – 1) + e ]
h) L [ cos ( 5t + 1 ) ] z) 3
L [ 3t ( t – 1 ) + e
– 5t
]
– 2.7t
i) L [ 5e
– 3t
cos ( 5t ) ] aa) L [ 6e cos ( 9.2t + 3 ) ]
– 3t
j) L [ 5e cos ( 5t + 1 ) ]
k) L [ sin ( 5t ) ]
l) L [ sinh ( 3t ) ]
2
m) L [ t sin ( 2t ) ]
n) d 2 – 3t
L ----- t e
dt
t
∫0 x
2 –x
o) L e dx
d
p) L ----- sin ( 6t )
dt
d 32
q) L ----- t
dt
t
r) L ∫0 y dy
page 509
–s – 2s
ans. 5 - e------- e---------
w) ---------- + –
s+3 s s
–3 –3
x) cos ( 2 ) s – sin ( 2 ) 7- ---------- e - – 0.416s – 6.37- ---------- e -
------------------------------------------- + = ------------------------------------ +
2 s – 1 2 s –1
s + 49 s + 49
–1
---- – 3--- + ----------
y) 3 e -
2 s s +1
s
2. Convert the following functions below from the laplace to time domains.
–1 1- –1 6- -------------
6
a) L ---------- k) L --- + 2 -
s+1 s
4
s +9
–1 5- –1
b) L ---------- l) L [ ]
s+1
–1 6- –1
c) L ---
2
m) L [ ]
s
–1 6- –1
d) L ---
3
n) L [ ]
s
–1 s+2 - –1
e) L -------------------------------- o) L [ ]
( s + 3)( s + 4)
–1 6 –1
f) L -------------------------
2
- p) L [ ]
s + 5s + 6
–1 6 –1
g) L ----------------------------------
2
- q) L [ ]
4s + 20s + 24
–1 6 - –1
h) L -------------
2
r) L [ ]
s +6
–1 – 4.5s –1
i) L [5(1 – e )] s) L [ ]
–1 4 + 3j - ----------------------
4 – 3j - –1
j) L --------------------- + t) L [ ]
s + 1 – 2j s + 1 + 2j
page 510
ans. –t
a) e
3. Convert the following functions below from the laplace to time domains using partial fractions.
2
–1 s+2 -
-------------------------------- –1 + 3s + 5-
s-------------------------
a) L k) L
( s + 3)( s + 4) 6s + 6
2
2
–1 6 –1 s + 2s + 3-
b) L -------------------------
- l) L -------------------------
2 2
s + 5s + 6 s + 2s + 1
–1 6 –1
c) L ----------------------------------
2
- m) L [ ]
4s + 20s + 24
–1 6 - –1
d) L -------------
2
n) L [ ]
s +6
–1 6 –1
e) L ----------------
2
o) L [ ]
s + 5s
2
–1 9s + 6s + 3 –1
f) L ----------------------------------------
3 2
p) L [ ]
s + 5s + 4s + 6
3 2
–1 + 9s + 6s + 3
s---------------------------------------- –1
g) L 3 2
q) L [ ]
s + 5s + 4s + 6
–1 9s + 4- –1
h) L ------------------
3
r) L [ ]
(s + 3)
–1 9s + 4 - –1
i) L -----------------------
3 3
s) L [ ]
s (s + 3)
2
–1 + 2s + 1-
s------------------------- –1
j) L 2
t) L [ ]
s + 3s + 2
page 511
ans. – 2t
j) δ(t) – e
δ(t)
k) --------- + 0.834 cos ( t + 0.927 )
6
–t
l) δ ( t ) + 2te
a) 5x'' + 6x' + 2x = 5F f)
b) y' + 8y = 3x g)
c) y' – y + 5x = 0 h)
d) i)
e) j)
page 512
5. Given the following input functions and transfer functions, find the response in time.
x ( s )-
c) ---------- = F(t) =
F(s)
x ( s )-
d) ---------- = x(t) =
F(s)
x ( s )-
e) ---------- = F(t) =
F(s)
x ( s )-
f) ---------- = x(t) =
F(s)
L f ---
t
a) = aF ( as ) g)
a
L [ f ( at ) ] = --- F ---
1 s
b) h)
a a
– at
c) L[ e f(t )] = F(s + a) i)
d) lim f ( t ) = lim sF ( s ) j)
t→∞ s→0
e) lim f ( t ) = lim sF ( s ) k)
t→∞ s→0
d
f) L [ tf ( t ) ] = – ----- F ( s ) l)
dt
V2. Given the transfer function, G(s), determine the time response output Y(t) to a step input X(t).
4 Y( s)
G ( s ) = ----------- = ----------- X ( t ) = 20 When t >= 0
s+2 X(s)
V3. Given a mass supported by a spring and damper, find the displacement of the supported mass
over time if it is released from neutral at t=0sec, and gravity pulls it downward.
a) find the transfer function x/F (as a Laplace function of time).
page 513
V4. The applied force ‘F’ is the input to the system, and the output is the displacement ‘x’.
a) find the transfer function.
K1 = 500 N/m
x K2 = 1000 N/m
M = 10kg
F
b) What is the steady state response for an applied force F(t) = 10cos(t + 1) N ?
c) Give the transfer function if ‘x’ is the input.
d) Draw the bode plots.
e) Find x(t), given F(t) = 10N for t >= 0 seconds.
a) draw the straight line approximation of the bode and phase shift plots.
b) determine the steady state output if the input is x(s) = 20 cos(9t+.3)
V6. Convert the Laplace function below Y(s) to the time domain Y(t).
5 3 - ----------------------
12 - --------------------- 3 -
Y ( s ) = --- + ------------- + +
s s 2 + 4 s + 2 – 3j s + 2 + 3j
1. Develop differential equations and then transfer functions for the mechanical and electrical sys-
tems below.
a) There is viscous damping between the block and the ground. A force is applied
page 514
F
M
b)
R1
+
Vi C
+ L R2 Vo
-
-
F ( t ) = 10 t>0
a) Write the equation in state variable form.
b) Convert the differential equation to the Laplace domain, including initial condi-
tions. Solve to find the time response to the given input using Laplace trans-
forms.
c) Solve the differential equation using calculus techniques.
d) Find the frequency response (gain and phase) for the transfer function using the
Fourier transform. Roughly sketch the bode plots.
3.
a) Write the differential equations for the system pictured below.
b) Put the equations in state variable form.
c) Use mathcad to find the ratio between input and output voltages for a range of
frequencies. The general method is put in a voltage such as Vi=1sin(___t), and
see what the magnitude of the output is. Divide the magnitude of the output sine
wave by the input magnitude. Note: This should act as a high pass or low pass
filter.
page 515
Vi
- Vo
C +
C=1uF
R1=1K
R2=1K
+ +
Vi R1 R2 Vo
- -
b) Here the input is a torque, and the output is the angle of the second mass.
θ1 θ2
J1 J2
τ K s1 K s2
B1 B2
5. Develop a transfer function for the system below. The input is the force ‘F’ and the output is the
voltage ‘Vo’. The mass is suspended by a spring and a damper. When the spring is undeflected
y=0. The height is measured with an ultrasonic proximity sensor. When y = 0, the output
page 516
Vo=0V. If y=20cm then Vo=2V and if y=-20cm then Vo=-2V. Neglect gravity.
N s
K s = 10 ---- K d = 5N ---- M = 0.5Kg
m m
Ks Kd
Ultrasonic F y
Proximity
Sensor
d 3
L ----- y + 2 ----- y + y =
c) d where at t=0 y0 = 1
dt dt
y 0' = 2
y 0'' = 3
y 0''' = 4
d) –1 1 + j - ---------------------
1–j -
L ---------------------- + =
s + 3 + 4j s + 3 – 4j
–1 1 3
e) L s + ----------- + ----------------------------
2
- =
s + 2 s + 4s + 40
(ans. a)
L [ 5e
–4 t
cos ( 3t + 2 ) ] = L [ 2 A e
– αt
cos ( βt + θ ) ] α = 4 β = 3
A = 2.5 θ = 2
A = 2.5 cos 2 + 2.5j sin 2 = – 1.040 + 2.273j
complex conjugate
A A – 1.040 + 2.273j – 1.040 – 2.273j
----------------------- + -------------------------------------- = --------------------------------------- + ---------------------------------------
s + α – βj s + α + βj s + 4 – 3j s + 4 + 3j
page 517
(ans. b)
– 2t – 2t
L[e + 5t ( u ( t – 2 ) – u ( t ) ) ] = L [ e ] + L [ 5tu ( t – 2 ) ] – L [ 5tu ( t ) ]
1 5 1 5
= ----------- + 5L [ tu ( t – 2 ) ] – ----2 = ----------- + 5L [ ( t – 2 )u ( t – 2 ) + 2u ( t – 2 ) ] – ----2
s + 2 s s + 2 s
1 5
= ----------- + 5L [ ( t – 2 )u ( t – 2 ) ] + 10L [ u ( t – 2 ) ] – ---2-
s+2 s
1 – 2s – 2s 5
= ----------- + 5e L [ t ] + 10e L [ 1 ] – ----2
s+2 s
– 2s – 2s
1 5e 10e 5
= ----------- + ------------
2
+ --------------- – ----2
s+2 s s s
(ans. c) 3
----
d- 3 2 1
= s y + 1s + 2s + 3s
0
dt y
----
d- 1 0
y = s y+s 1
dt
d 3
L ----- y + 2 ----- y + y = ( s y + 1s + 2s + 3 ) + ( sy + 1 ) + ( y )
d 3 2
dt dt
3 2
= y ( s + s + 1 ) + ( s + 2s + 4 )
π
θ = atan ------ = – ---
–1
A =
2
1 + 1 = 1.141
2 α = 3 β = 4
1 4
π
cos 4t – ---
– αt – 3t
= 2Ae cos ( βt + θ ) = 2.282e
4
–1 1 3 1 3
(ans. e) L - = L [ s ] + L ----------- + L -----------------------------
s + ----------- + ----------------------------
2
s + 2 s + 4s + 40 s+2 2
s + 4s + 40
d – 2t 3 d- – 2t 6
= ----- δ ( t ) + e + L ------------------------------
2
- = ---- δ ( t ) + e + 0.5L ------------------------------
2
-
dt ( s + 2 ) + 36 dt ( s + 2 ) + 36
d – 2t – 2t
= ----- δ ( t ) + e + 0.5e sin ( 6t )
dt
page 518
7. Solve the following partial fractions by hand, and convert them back to functions of time. You
may use your calculator to find roots of equations, and to verify the solutions.
a) 3 2
s + 4s + 4s + 4
----------------------------------------
3
s + 4s
b) 2
s +4
------------------------------------------------------------------
-
4 3 2
s + 10s + 35s + 50s + 24
(ans. a) s 3 + 4s 2 + 4s + 4 1
---------------------------------------- 3 3 2
3
s + 4s s + 4s s + 4s + 4s + 4
3
– ( s + 4s )
2
4s + 4
2 2 A = 1
4s + 4- A Bs + C- s ( A + B ) + s ( C ) + ( 4A )
= 1 + ---------------- = 1 + --- + --------------- = 1 + -----------------------------------------------------------
3
s + 4s s 2
s +4
3
s + 4s C = 0
B = 3
1 3s
= 1 + --- + -------------
-
s s2 + 4
= δ ( t ) + 1 + 3 cos ( 2t )
(ans. b) 2
s +4
------------------------------------------------------------------ A - ----------
- = ---------- B - ----------
C - ----------
D-
4 3 2
+ + +
s + 10s + 35s + 50s + 24 s + 1 s + 2 s + 3 s +4
2
A = lim -------------------------------------------------- = ---
s +4 5
s → –1 ( s + 2 ) ( s + 3 ) ( s + 4 ) 6
2
B = lim -------------------------------------------------- = ------
s +4 8
s → –2 ( s + 1 ) ( s + 3 ) ( s + 4 ) –2
2
C = lim -------------------------------------------------- = ------
s +4 13
s → –3 ( s + 1 ) ( s + 2 ) ( s + 4 ) 2
2
D = lim -------------------------------------------------- = ------
s +4 20
s → –4 ( s + 1 ) ( s + 2 ) ( s + 3 ) – 6
5--- –t – 2t 13 – 3t 10 – 4t
e – 4e + ------ e – ------ e
6 2 3
page 519
20.10 REFERENCES
Irwin, J.D., and Graf, E.R., Industrial Noise and Vibration Control, Prentice Hall Publishers,
1979.
Close, C.M. and Frederick, D.K., “Modeling and Analysis of Dynamic Systems, second edition,
John Wiley and Sons, Inc., 1995.
page 520
Topics:
Objectives:
21.1 INTRODUCTION
• Control systems use some output state of a system and a desired state to make
control decisions.
• Consider the system below, and how it is enhanced by the addition of a control
system.
page 521
Control variable
INPUT OUTPUT
(e.g. θgas) SYSTEM
(e.g. velocity)
(e.g. a car)
The control system is in the box and could be a driver or a cruise control
(this type is known as a feedback control system)
1. If verror is not zero, and has been positive/negative for a while, increase/decrease θgas
2. If verror is very big/small increase/decrease θgas
3. If verror is near zero, keep θgas the same
4. If verror suddenly becomes bigger/smaller, then increase/decrease θgas.
5. etc.
• Some of the things we do naturally (like the rules above) can be done with math-
ematics
• The basic equation for a PID controller is shown below. This function will try to
compensate for error in a controlled system (the difference between desired and actual
output values).
u = K c e + K i ∫ edt + K d ------
de
dt
• The figure below shows a basic PID controller in block diagram form.
Kp ( e )
V V
+ +V
integral
+ e u
Ki ( ∫ e ) amp motor
+
- derivative + -V
K d ----- e
d
dt
e.g.
dv error
θ gas = K c v error + K i ∫ v error dt + K d ----------------
dt
Rule 4
Rules 2 & 3
(Immediate error)
(general difference)
Rule 1
(Long term error)
Kc
Ki Relative weights of components
Kd
Proportional
Integral
Derivative
For a PI Controller
θ gas = K c v error + K i ∫ v error dt
For a P Controller
θ gas = K c v error
For a PD Controller
dv error
θ gas = K c v error + K d ----------------
dt
dv error
θ gas = K c v error + K i ∫ v error dt + K d ----------------
dt
θ gas
- = K c + K i ∫ dt + K d -----
d
------------
v error dt
d- dx
---- →s ------ → sx
dt dt
1 x
∫ dt = ---
s ∫ xdt = --
s
F-
--------- Transfer function for engine and transmission. (Laplace
= 10
θ gas transform would be the same as initial value.)
2
d x dv
F = Ma = M -------2- = M ------
dt dt
F d
--- = M -----
v dt
v 1
L --- = ------- Transfer function for acceleration of car mass
F Ms
θgas F 1- vactual
10 ------
Ms
5. Finally, knowing the error is verror, and we can control θgas (the control variable),
we can select a control system.
verror θgas
Controller
• Even though the transfer function uses the Laplace ‘s’, it is still a ratio of input to
output.
vdesired
100 step
vdesired(t) = 100 for t >= 0 sec
ramp
vdesired(t) = 50t for t >= 0 sec
t(sec)
0
A
RAMP f ( t ) = Atu ( t ) f ( s ) = ----2
s
2
Aω
SINUSOID f ( t ) = A sin ( ωt )u ( t ) f ( s ) = -----------------
2 2
s +ω
PULSE f ( t ) = A ( u ( t ) – u ( t – t1 ) ) f( s) =
etc......
page 528
Therefore to continue the car example, lets assume the input below,
100
v desired ( s ) = L [ v desired ( t ) ] = ---------
s
Next, lets use the input, and transfer function to find the output of the system.
v actual
v actual = ----------------- v desired
v desired
2
s ( K d ) + s ( K c ) + K i 100
v actual = ------------------------------------------------------------- ---------
s 2 -----
M-
+ K + s(K ) + K s
10 d
c i
At this point we have the output function, but not in terms of time yet. To do this
we break up the function into partial fractions, and then find inverse Laplace
transforms for each.
2
2
s + s + 0.1
v actual = 10 -------------------------------------------------
-
s ( s ( 1.01 ) + s + 0.1 )
2
2
– 1 ± 1 – 4 ( 1.01 ) ( 0.1 )
∴x = ------------------------------------------------------------ = – 0.113, – 0.877
2 ( 1.01 )
2 2
v actual = ---------- ----------------------------------------------------
10 s + s + 0.1
1.01 s ( s + 0.113 )s + 0.877
A B C
v actual = --- + ---------------------- + ----------------------
s s + 0.114 s + 0.795
page 530
2 2 2
A = lim s ---------- --------------------------------------------------------- = ---------- -------------------------------------
10 s + s + 0.1 10 0.1
s→0 1.01 s ( s + 0.113 ) ( s + 0.877 ) 1.01 ( 0.113 ) ( 0.877 )
∴A = 99.9
2 2
B = lim ---------
10 - --------------------------------------------------------
s + s + 0.1 - ( s + 0.113 )
s → – 0.113 1.01 s ( s + 0.113 ) ( s + 0.877 )
2 2
10 ( – 0.113 ) + ( – 0.113 ) + 0.1
∴B = ---------- ----------------------------------------------------------------- = 0.264
1.01 ( – 0.113 ) ( – 0.113 + 0.877 )
2 2
C = lim ---------
10 s + s + 0.1 - ( s + 0.877 )
- --------------------------------------------------------
s → – 0.877 1.01 s ( s + 0.113 ) ( s + 0.877 )
2 2
10 ( – 0.877 ) + ( – 0.877 ) + 0.1
∴C = ---------- ----------------------------------------------------------------- = – 1.16
1.01 ( – 0.877 ) ( – 0.877 + 0.113 )
f(t ) f(s )
A
A ---
s
A-
---
At 2
s
– αt A -
Ae -----------
s+α
Aω -
A sin ( ωt ) ----------------
2 2
s +ω
2
– ξω n t 2 ωn 1 – ξ for ( ξ < 1 )
e sin ( ω n t 1 – ξ ) ---------------------------------------
2
-
2
s + 2ξω n s + ω n
etc.
To finish the problem, we simply convert each term of the partial fraction back to
the time domain.
– 0.113t – 0.877t
v actual = 99.9 + 0.264e – 1.16e
page 532
Proportional (P) Gc = K
G c = K 1 + -----
1
Proportional-Integral (PI) τs
Proportional-Derivative (PD) G c = K ( 1 + τs )
G c = K 1 + ----- + τs
1
Proportional-Integral-Derivative (PID)
τs
1 + ατs
G c = K ------------------ α>1
1 + τs
Lead
1 + τs
G c = K ------------------ α>1
Lag 1 + ατs
1 + τ 1 s 1 + ατ 2 s α>1
G c = K --------------------- ---------------------
Lead-Lag 1 + ατ 1 s 1 + τ 2 s τ1 > τ2
• Consider the basic transform tables. A superficial examination will show that the
denominator (bottom terms) are the main factor in determining the final form of the solu-
tion. To explore this further, consider that the roots of the denominator directly impact the
partial fraction expansion and the following inverse Laplace transfer.
• Root locus plots allow us to determine instabilities (poles on the right hand side
of the plane), overdamped systems (negative real roots) and oscillations (complex roots).
page 533
• Note: this procedure can take some time to do, but the results are very important
when designing a control system.
+ 1---
K
s
-
K H(s) = 1
G ( s ) = ----
s
First, we must develop a transfer function for the entire control system.
K ----
G ( s ) s K
G S ( s ) = --------------------------------- = --------------------------- = ------------
1 + G ( s )H ( s ) s+K
1 + ---- ( 1 )
K
s
Next, we use the characteristic equation of the denominator to find the roots as
the value of K varies. These can then be plotted on a complex plane. Note:
the value of gain ’K’ is normally found from 0 to +infinity.
s+K = 0 K root
jω
0
1 K→∞ K = 0 σ
2
3
etc..
Note: because all of the roots for all values of K are real negative this system will
always be stable, and it will always tend to have a damped response. The large the
value of K, the more stable the system becomes.
• Consider the previous example, the transfer function for the whole system was
found, but then only the denominator was used to determine stability. So in general we do
not need to find the transfer function for the whole system.
page 535
The transfer function values will often be supplied in a pole zero form.
K ( s + z0 ) ( s + z1 )… ( s + z m )
G ( s )H ( s ) = -------------------------------------------------------------------
( s + p 0 ) ( s + p 1 )… ( s + p n )
First, find the characteristic equation,. and an equation for the roots,
1 + -------------------------
- ( 1 ) = 0
K
2
s + 3s + 2
2
s + 3s + 2 + K = 0
– 3 ± 9 – 4(2 + K) 1 – 4K
roots = ------------------------------------------------ = – 1.5 ± --------------------
2 2
Next, find values for the roots and plot the values,
K root
jω
0 0
1 -1 σ
2 -2
3 -3
1. write the characteristic equation. This includes writing the poles and zeros of the
page 537
equation.
( s + z 1 ) ( s + z 2 )… ( s + z m )
1 + G ( s )H ( s ) = 1 + K ---------------------------------------------------------------- = 0
( s + p1 ) ( s + p 2 )… ( s + pn )
2. count the number of poles and zeros. The difference (n-m) will indicate how
many root loci lines end at infinity (used later).
3. plot the root loci that lie on the real axis. Points will be on a root locus line if
they have an odd number of poles and zeros to the right. Draw these lines in.
4. determine the asymptotes for the loci that go to infinity using the formula below.
Next, determine where the asymptotes intersect the real axis using the second
formula. Finally, draw the asymptotes on the graph.
± 180° ( 2k + 1 )
β ( k ) = ----------------------------------- k ∈ [ 0, n – m – 1 ]
n–m
( p1 + p2 + … + pn ) ( z 1 + z2 + … + z m )
σ = -------------------------------------------------------------------------------------------
-
n–m
5. the breakaway and breakin points are found next. Breakaway points exist
between two poles on the real axis. Breakin points exist between zeros. to cal-
culate these the following polynomial must be solved. The resulting roots are
the breakin/breakout points.
A = ( s + p 1 ) ( s + p 2 )… ( s + p n ) B = ( s + z 1 ) ( s + z 2 )… ( s + z m )
----
d-
A B – A ----- B = 0
d
ds ds
6. Find the points where the loci lines intersect the imaginary axis. To do this sub-
stitute the fourier frequency for the laplace variable, and solve for the frequen-
cies. Plot the asymptotic curves to pass through the imaginary axis at this point.
( jω + z 1 ) ( jω + z 2 )… ( jω + z m )
1 + K --------------------------------------------------------------------------- = 0
( jω + p 1 ) ( jω + p2 )… ( jω + p n )
1 + G ( s )H ( s ) = 1 + -------------------------
- ( 1 ) = 1 + K --------------------------------
K 1 -
2 (s + 1)(s + 2)
s + 3s + 2
Step 2: (find loci ending at infinity)
σ
-2 -1
d-
---- d-
----
A = 0 B = 2s + 3
ds ds
σ
A ----- B – B ----- A = 0
d d
ds ds -2 -1
2
1 ( 2s + 3 ) – ( s + 3s + 2 ) ( 0 ) = 0 -1.5
2s + 3 = 0
s = – 1.5
Note: because the loci do not intersect the imaginary axis, we know the system will be
stable, so step 6 is not necessary, but we it will be done for illustrative purposes.
1 + G ( s )H ( s ) = 0
1
1 + K -------------------------
2
- = 0
s + 3s + 2
2
s + 3s + 2 + K = 0
2
( jω ) + 3 ( jω ) + 2 + K = 0
2
– ω + 3jω + 2 + K = 0
2
ω + ω ( – 3j ) + ( – 2 – K ) = 0
2
3j ± ( – 3j ) – 4 ( – 2 – K ) 3j ± – 9 + 8 + 4K 3j ± 4K – 1
ω = -------------------------------------------------------------- = ---------------------------------------------- = -------------------------------
2 2 2
In this case the frequency has an imaginary value. This means that there will be no
frequency that will intercept the imaginary axis.
K( s + 5 )
G ( s )H ( s ) = ---------------------------------
2
s ( s + 4s + 8 )
21.5 SUMMARY
•
page 541
3. Given the transfer function below, and the input ‘x(s)’, find the output ‘y(t)’ as a function of
time.
( s )-
y--------- 5
= ----------- x( t) = 5 t ≥ 0 sec
x( s) s+2
8. Draw a detailed root locus diagram for the transfer function below. Be careful to specify angles
of departure, ranges for breakout/breakin points, and gains and frequency at stability limits.
2
2K ( s + 0.5 ) ( s + 2s + 2 )-
G ( s ) = -----------------------------------------------------------
3
s (s + 1)(s + 2)
10. Draw the root locus diagram for the transfer function below,
2
K(s + 4)-
G ( s ) = ----------------------
2
s (s + 1)
11. Draw the root locus diagram for the transfer function below,
K(s + 1)(s + 2)
G ( s ) = -------------------------------------
3
s
12. The block diagram below is for a motor position control system. The system has a propor-
tional controller with a variable gain K.
θd Vd + Ve Vs ω θa
2 K 100 1
----------- ---
s+2 s
-
Va
ans. 200K
-----------------------------------
-
2
s + 2s + 200K
b) Draw the Root-Locus diagram for the system (as K varies). Use either the
approximate or exact techniques.
page 542
ans. – 2 ± 4 – 4 ( 200K )
roots = ------------------------------------------------ = – 1 ± 1 – 200K
2
Im
K r
o
o K=0.005
ts
Re
0 -2 -1
0
0
c) Select a K value that will result in an overall damping coefficient of 1. State if the Root-Locus
diagram shows that the system is stable for the chosen K.
(ans. 2
s + 2s + 200K = s + 2ζωn s + ω n
2 2 ∴ω n = 1 ∴K = 0.005
13. Draw a Bode Plot for either one of the two transfer functions below.
(-----------------------------------------
s + 1 ) ( s + 1000 -) 5-
---
OR
2 2
( s + 100 ) s
17. The equation below describes a dynamic system. The input is ‘F’ and the output is ‘V’. It has
the initial values specified. The following questions ask you to find the system response to a
page 543
18. A feedback control system is shown below. The system incorporates a PID controller. The
closed loop transfer function is given.
X + Y
Ki 3-
K p + ----- + K d s ----------
s s+9
-
4 2
s ( 3K d ) + s ( 3K p ) + ( 3K i )
--Y- = ------------------------------------------------------------------------------------
-
X 2
s ( 4 + 3K d ) + s ( 36 + 3K p ) + ( 3K i )
a) Verify the close loop controller function given.
b) Draw a root locus plot for the controller if Kp=1 and Ki=1. Identify any values
of Kd that would leave the system unstable.
c) Draw a Bode plot for the feedback system if Kd=Kp=Ki=1.
d) Select controller values that will result in a natural frequency of 2 rad/sec and
damping coefficient of 0.5. Verify that the controller will be stable.
e) For the parameters found in the last step find the initial and final values.
f) If the values of Kd=1 and Ki=Kd=0, find the response to a ramp input as a func-
tion of time.
19. The following system is a feedback controller for an elevator. It uses a desired heigh ‘d’ pro-
vided by a user, and the actual height of the elevator ‘h’. The difference between these two is
called the error ‘e’. The PID controller will examine the value ‘e’ and then control the speed of
the lift motor with a control voltage ‘c’. The elevator and controller are described with transfer
functions, as shown below. all of these equations can be combined into a single system transfer
page 544
equation as shown.
e = d–h error
Ki 2 h--- 10 - elevator
c-- 2s + 1 + s PID controller = ------------
= K p + ----- + K d s = -------------------------- c 2
s +s
e s s
combine the transfer functions
2 2
c-- h--- = h--- = -------------------------
2s + 1 + s - ------------ 10 ( s + 1 ) - ------------------
- = ------------------ 10 - 10 ( s + 1 )
= ----------------------
e c e s 2 s s(s + 1 ) 2
s +s s
h - 10 ( s + 1 ) eliminate ‘e’
----------- = ----------------------
d–h 2
s
( 1 )
h = ----------------------
10 s +
(d – h)
2
s
10 ( s + 1 ) 10 ( s + 1 )
h 1 + ---------------------- = ---------------------- (d)
2 2
s s
10 (s + 1)
----------------------
2
= -------------------------------- = -------------------------------
h--- s 10s + 10 - system transfer function
d 10 ( s + 1 ) 2
1 + ---------------------- s + 10s + 10
2
s
a) Find the response of the final equation to a step input. The system starts at rest
on the ground floor, and the input (desired height) changes to 20 as a step input.
b) Write find the damping coefficient and natural frequency of the results in part
a).
c) verify the solution using the initial and final value theorems.
page 545
(ans. a) h 10s + 10 - 20
--- = ------------------------------- d ( t ) = 20u ( t ) d ( s ) = ------
d 2 s
s + 10s + 10
h = -------------------------------
10s + 10 - 20 ------ = A B
--- + -------------------------------- C
- + --------------------------------
-
2
s + 10s + 10 s s s + 5 – 3.873j s + 5 + 3.873j
A = lim -------------------------------
200s + 200 -
= 20
s → 0 s + 10s + 10
2
B = lim ----------------------------------------
200s + 200 -
= – 2.5 – 22.6j
s → – 5 + 3.873j s ( s + 5 + 3.873j )
C = – 2.5 + 22.6j
2 2
–1 – 2.5 – 22.6j- --------------------------------
– 2.5 + 22.6j- A = 2.5 + 22.6 = 22.73
h ( t ) = 20 + L -------------------------------- +
s + 5 – 3.873j s + 5 + 3.873j
θ = 4.602
α = 5
β = 3.873
– 5t
h ( t ) = 20 + 2 ( 22.73 )e cos ( 3.873t + 4.602 )
5
b) –5 = – ωn ζ ζ = ------
ωn
2 25
3.873 = 1 – ζ ωn = 1 – -----2- ω n
ωn
25 2 2 ωn = 35 = 5.916
15 = 1 – -----2- ω n = ω n – 25
ω n
5
ζ = ---------- = 0.845
35
c)
h ( 0 ) = lim s -------------------------------
10s + 10 - 20 ------ = lim -------
10s-
20 = 0
s → ∞ s 2 + 10s + 10 s s → ∞ s2
• The laboratory work will help enforce the concepts presented in this and previous
courses.
• These tutorials prepare you to use computer and other resources throughout the
semester.
need to enter your user name and your password (DO NOT SAVE THE PASS-
WORD - SOMEBODY ELSE CAN GET ACCESS TO YOUR ACCOUNT).
You should see a message that indicates files have been uploaded successfully.
7. Use Netscape, not the editor, to see if the changes have occurred. Your changes
may not show up on the browser. This is because Netscape does not reload
pages every time to look at them. Pages are often stored for up to 1 month on
the PCs hard drive, and reused when you look at them. There are two ways to
update the screen before this time limit - click on the reload button.
8. Next we will add links to your home page. First, run Mathcad, and create a sim-
ple file, and then save it in the same folder/directory you saved. Use a file name
that is all lower case such as ‘[Link]’ - any upper case letters cause problems
in Windows 95.
9. Get your home page back in the Netscape editor. Someplace type the word
‘GVSU’. Use the mouse to select what you just typed, and then click on the link
button. For the link name enter ‘[Link] and apply the change.
This will now be a link to the Grand Valley home page. For your Mathcad file
type something like ‘Mathcad file’, highlight it, and add a link to ‘[Link]’.
This link will connect to your Mathcad file.
10. Publish the file, but first add the Mathcad file to the list of files at the bottom of
the screen.
11. Test the page.
- Windows will not allow multiple applications to open the same file at the same
time. If you seem to be having trouble opening a file, make sure it is not open in
another application.
- As you add other files to your homepage, put them in the ‘temp’ directory. This
will make all of the procedures simpler.
- Try to make your web pages small, and link them together. This will decrease
download time and make browsers happier.
- Avoid using excessive images. Anything over 10K will make it very slow down-
loading over modem. Anything over 100K makes modem downloading pain-
fully slow.
- When putting images on the web page use ‘jpg’ for photographic images, and
‘gif’ for line images. ‘jpg’ images can be compressed more than ‘gif’, but lines
will become blurred.
- To link to other files or web pages there will be a ‘link’ command. If you want to
add a file that is in your ‘temp’ directory, just put the name of the file in the
‘URL’ field.
- Watch upper/lower case. This is a major cause of web page problems. It is best to
keep to lower case for all file names.
page 548
• Objective:
Working Model 2D, Mathcad and the Internet will be used in this course. In some
cases students have not been exposed to one or more of these software packages
in the past. This session will be used as a refresher for those with little prior
exposure, and as a tutorial for those with no experience.
• Theory:
• Procedure
• Post-lab:
None
page 549
• Submit:
• Objective:
• Theory:
The essential purpose of engineering is to apply principles of the arts and sciences
to solve real problems. Scientific principles tend to evolve over time, but the
essential principles and written works are valid for a number of decades or cen-
turies. As a result, books can be excellent resources for this knowledge. The
applications that make use of the basic principles tend to be more revolutionary.
As a result, printed books have a value for teaching the fundamentals, but the
’state of the art’ must often be found in magazines, journals, etc. To put this in
simpler terms, when we look for scientific resources, we will often use sources
over a decade old. When using engineering resources, most will be less than
five years old. Until recently, print has been the major means of exchanging
information, and libraries have been the traditional repositories of printed mate-
rials. To deal with the extensive number of publications available in a library,
we need to learn how to search for needed information, and what resources are
available.
New technology has changed access to library materials. Libraries pool resources
and share materials. Internet technology has also helped increase accessibility.
In particular internet tools allow the entire library catalog to be examined with-
out visiting the library. There are also a number of resources that can be
searched and retrieved over the internet.
• Procedure
1. A presentation will be made by Mr. Lee Lebin, the University Library Director.
2. Use the library resources to identify an application of systems modeling.
• Post-lab:
page 550
• Submit:
Objective:
Theory:
To obtain the greatest computing power and flexibility we need to write computer
programs. But, traditional programming languages are not well suited to
designing user interfaces and dealing with data flows.
Most computer programs are written with lines of program and compiled to exe-
cute. LabVIEW allows you to “write” programs using graphical symbols. This
graphical programming approach allows systems to be designed by connecting
the symbols with "wires" (i.e., lines).
Equipment:
Procedure:
Marking:
page 551
• To obtain the greatest computing power and flexibility we need to write computer
programs. But, traditional programming languages are not well suited to designing user
interfaces and dealing with data flows.
• LabVIEW allows you to “write” programs using graphical symbols. This graphi-
cal programming approach allows systems to be designed by connecting the symbols with
"wires" (i.e., lines).
• The remainder of the labs will focus on using LabVIEW to write programs to
allow a computer to interact with the environment outside the computer.
• The computers we will use all have DAQ (Data AcQuisition) boards - National
Instruments PCI-1200 DAQ cards. These cards have capabilities that include:
• The connector for the card can be found on the back of the computer. It will have
a connector with pinouts like the one shown below. A ribbon cable will be used to make
electrical connection to the connector in the back of the computer.
page 552
EXTCONV
DAC0OUT
DAC1OUT
EXTTRIG
OUTB2
CLKB2
GATB0
GATB1
DGND
ACH1
ACH3
ACH5
ACH7
PB0
PB2
PB4
PB6
PC0
PC2
PC4
PC6
PA0
PA2
PA4
PA6
10
12
14
16
18
20
22
24
26
28
30
32
34
36
38
40
42
44
46
48
50
2
4
6
8
13
15
17
19
21
23
25
27
29
31
33
35
37
39
41
43
45
47
49
11
1
3
5
7
9
OUTB1
OUTB2
ACH0
ACH2
ACH4
ACH6
PA1
PA3
PA5
PA7
PB1
PB3
PB5
PB7
PC1
PC3
PC5
PC7
EXTUPDATE
CLKB1
GATB2
AISENSE/AIGND
AGND
DGND
+5V
LEGEND:
Objective:
page 553
Theory:
The computer reads data at discrete points in time (like a strobe light). We can read
the data into the computer and then do calculations with it.
To read the data into a computer we write programs, and use "canned" software to
help with the task. LabVIEW allows us to write programs for data collection,
but instead of typing instructions we draw function blocks and connect them.
How we connect them determines how the data (numbers) flow. The functions
are things like data reads and calculations.
In this lab we will be using Labview to connect to a data acquisition (DAQ) board
in the computer. This will allow us to collect data from the world outside the
computer, and make changes to the world outside with outputs.
When interfacing to the card using a program such as Labview, there must be ways
to address or request information for a specific input or output (recall memory
addresses in EGR226). The first important piece of information is the board
number. There can be multiple DAQ boards installed in the computer. In our
case there is only one, and it is designated device ’1’. There are also many
inputs and outputs available on the card. For analog outputs there are two chan-
nels so we need to specify which one when using the output with 0 or 1. For
analog inputs there are 8 channels, and as before, we must specify which one
we plan to read from using 0 to 7. For digital I/O there are a total of 24 pin dis-
tributed across 3 ports (1 byte each). Therefore when connecting inputs and out-
put we must specify the port (PA=0, PB=1, PC=2) and the channel from 0 to 7.
Note is that we can make the ports inputs or outputs, but not mixed - in other
words we must pick whether a port will only be used for inputs or for outputs.
The voltage levels for the inputs and outputs are important, and you will need to be
aware of these. For the digital outputs they will only ever be 0V or 5V. But the
analog inputs and outputs will vary from -5V to 5V. This is build into the board.
If we exceed these voltage limits by a few volts on the inputs, the boards have
built in protection and should be undamaged. If we exceed the input voltages
significantly, there is a potential to permanently damage the board.
Equipment:
Procedure:
page 554
1
single
analog SGL
0 in
waveform chart
ACH0
+
signal
generator
com
AIGND
2b. Use a stop watch to determine the average number of samples per second. Run
additional programs such as browsers, spreadsheets, etc. and see how this
affects the data colection speed.
3. Connect the multimeter as shown below. Test the circuit using the ‘DAQ Con-
figure’ utility. Enter the LabVIEW program schematically illustrated below and
then run it. You should be able to control the output voltage from the screen
using the mouse. Record your observations.
page 555
DBL 1
0 single
DBL analog
out
input knob output meter
DAC0OUT
+
multimeter
com
AGND
4. Connect the digital input and output circuits to the DAQ card and use the test
panel to test the circuits. To do this, run the ‘DAQ Configure’ utility, double
click on the ‘PCI-1200’, run the test panel window and ensure that the inputs
and outputs are working correctly. Create the LabVIEW screen schematically
illustrated below. This should allow you to scan an input switch and set an out-
put light. When done, quit the program and run your LabVIEW program.
page 556
1
single
line T/F
1
toggle light/led write
1
0 single
0 line
T/F read
0
PA0
100K
DGND DGND
Marking:
Theory:
metals
Capacitive Proximity Sensors - use capacitance to detect most objects
Optical Proximity Sensors - use light to detect presence
Contact Switches - require physical contact
Continuous sensors output values over a range. Examples of these are,
Potentiometers - provide a resistance proportional to an angle or displace-
ment
Ultrasonic range sensors - provides a voltage output proportional to dis-
tance
Strain Gauges - their resistance changes as they are stretched
Accelerometers - output a voltage proportional to acceleration
Thermocouples - output small voltages proportional to temperature
In both cases these sensors will have ranges of operation, maximum/minimum res-
olutions and sensitivities.
Prelab:
Objective:
Procedure:
1. Sensors will be set up in the laboratory at multiple stations. You and your team
should circulate to each station and collect results as needed. Instructions will
be provided at each station to clarify the setup. The stations might include,
- a mass on a spring will be made to oscillate. The mass will be observe by
measuring position and acceleration.
- a signal generator with an oscilloscope to read voltages phenomenon
observe should include sampling rates and clipping.
2. Enter the data into Mathcad and develop a graph for each of the sensors relating
input and output.
Submit:
page 558
1. A full laboratory report with graphs and mathematical functions for each sensor.
• This set of labs will examine devices that have multiple phenomenon occurring.
• Theory:
DC motors will apply a torque between the rotor and stator that is related to the
applied voltage or current. When a voltage is applied the torque will cause the
rotor to accelerate. For any voltage and load on the motor there will tend to be a
final angular velocity due to friction and drag in the motor. And, for a given
voltage the ratio between steady-state torque and speed will be a straight line.
T voltage/current increases
ω
The basic equivalent circuit model for the motor is shown below. We can develop
equations for this model. This model must also include the rotational inertia of
the rotor and any attached loads. On the left hand side is the resistance of the
motor and the ’back emf’ dependent voltage source. On the right hand side the
inertia components are shown. The rotational inertia J1 is the motor rotor, and
the second inertia is an attached disk.
page 559
I R
J1 J2
+ T, ω
Voltage
Supply Vm +
Vs -
-
Because a motor is basically wires in a magnetic field, the electron flow (current) in
the wire will push against the magnetic field. And the torque (force) generated
will be proportional to the current.
T
T = KI ∴I = ----
K
Next, consider the power in the motor,
P = V m I = Tω = KIω ∴V m = Kω
Consider the dynamics of the rotating masses by summing moments.
= T = J M ----- ω ∴T = J M ----- ω
d d
∑M dt dt
The model can now be considered as a complete system.
The current-voltage relationship for the left hand side of the equation can be writ-
ten and manipulated to relate voltage and angular velocity.
Vs – Vm
I = ------------------
R
T V s – Kω
∴---- = --------------------
K R
XXXXXXAdd friction to the model
J M ----- ω
d
dt V s – Kω
∴---------------------- = --------------------
K R
K2
∴ ----- ω + ω ---------- = V s ----------
d K
dt J M R JM R
• Prelab:
2. Develop a Mathcad document that will accept values for time constant, supplied
voltage and steady-state speed and calculate the coefficients in the differential
equation for the motor.
3. In the same Mathcad sheet add a calculation that will accept the motor resistance
and calculate values for K and J.
4. Get the data sheets for an LM675 from the web ([Link]).
• Objective:
• Procedure
1. With the motor disconnected from all other parts of the circuit, measure the
resistance across the motor terminals.
2. Connect the motor amplifier, motor and computer as shown in the figure below.
Note: The motor being tested is the large motor. The small motor will be driven
and act as a generator. In this case we will refer to it as a tachometer.
3. Write a Labview program that will output an analog voltage to drive the motor
amplifier. An analog input will be used to measure the motor speed from the
tachometer.
page 561
4. Use a strobe light to find the relationship between the tachometer voltage and
the angular speed.
5. Obtain velocity curves for the motor with different voltage step functions.
6. Use a fish scale and a lever arm to determine the torque when the motor is
stalled with an input voltage.
• Post-lab:
1. Determine the values of K for the motor. Determine the J for the rotor, and cal-
culate J values for different load masses added.
2. Use the values of R, J and K to compare theoretical to the actual motor response
curves found in procedure step #5.
3. Use the values of R, J and K to determine what the stalled torque should be in
procedure step #6. Compare this to the actual.
4. Find the time constant of the unloaded motor.
• Submit:
Theory:
2
----
d-
ω + ω ------ = V s ------
K K
dt JR JR
We can develop a simple control technique for control of the velocity using the
equation below. For this form of control, we need to specify a desired velocity
(or position) by setting a value ’Vd’. The difference between the desired speed
and actual speed is calculated (Vd-Vi). This will give a voltage difference
between the two values. This difference is multiplied by a constant ’K’. The
value of ’K’ will determine how the system responds.
page 562
Vo = P ( Vd – Vi )
where,
Vo = Voltage to motor amplifier to control speed
Vi = Voltage from tachometer to measure speed or position
Vd = Desired motor speed voltage (user input)
P = Controller gain
The basic controller is set up as shown in the figure below. We can use a Labview
program to implement the basic control equation described above.
Computer
The system below shows the components in the laboratory. The power supply may
need to be constructed using two power supplies connected together. The ana-
log output from the computer must be amplified (the computer can only output
about 20mA maximum). The amplifier is constructed with an LM675 high cur-
rent op-amp. The amplifier drives the large DC motor, which in turn drives a
small DC motor being used as a tachometer. The voltage from the tachometer is
input into the computer to determine the speed. A Labview program will sub-
tract the tachometer voltage from the desired tachometer voltage, multiply the
difference by a gain constant, and output the result to drive the motor.
page 563
V+
power
analog supply
output Amp COM
Computer
with
Labview V-
analog
input
Prelab:
1. Develop a Mathcad document that will model the velocity feedback controller
given, motor parameters, desired velocity, an inertial load, and a gain constant.
This is to be solved two different ways i) with Runge-Kutta integration, ii) inte-
gration of differential equations.
2. Test the controller model using a step function.
Objective:
Procedure
Post-lab:
page 564
1. Compare the theoretical and actual response curves on the same graphs.
2. Find and compare the time constants for experimental and theoretical results.
Submit:
• Theory:
Recall that for a rigid body we can sum forces. If the body is static (not moving),
these forces and moments are equal to zero. If there is motion/acceleration, we
use d’Alembert’s equations for linear motion and rotation.
∑ F = Ma
∑ M = Jα
If we have a system that is comprised of a spring connected to a mass, it will oscil-
late. If the system also has a damper, it will tend to return to rest (static) as the
damper dissipates energy. Recall that springs ideally follow Hooke’s law. We
can find the value of the spring constant by stretching the spring and measuring
the forces at different points or we can apply forces and measure the displace-
ments.
page 565
F = K s ∆x
∆x = x – x 0
x2
F = Ks ( x – x0 ) x1
x 0 (undeflected)
F1 F2
K s = ---------------- = ---------------- Ks
x1 – x0 x2 – x0 F F
1 x1 – x0 x2 – x0
----- = ---------------- = ----------------
Ks F1 F2
∆x
F1 F2 OR
x 0 = x 1 – ------ = x 2 – ------ F = Ks x
Ks Ks
∆F = K s ∆x
1 ∆F
( F – F1 ) = x2 – x1 K s = -------
-----
Ks 2 ∆x
F2 – F1
K s = ------------------
F2 – F1 x2 – x1
K s = ------------------
x2 – x1
In many cases we will get springs and devices that are preloaded. Both of the
devices used in this lab have a preloaded spring. This means that when the
spring has no force applied and appears to be undeflected, it is already under
tension or compression, and we cannot use the unloaded length as the unde-
flected length. But, we can find the true undeflected length using the relation-
ships from before.
F1 F2
x 0 = x 1 – ------ = x 2 – ------
Ks Ks
Next, recall that the resistance force of a damper is proportional to velocity. Con-
sider that when velocity is zero, the force is zero. As the speed increases, so
does the force. We can measure this using the approximate derivatives as
before.
d Kd
F = K d ----- x
dt F F
x ( t + ∆T ) – x ( t )
F = K d --------------------------------------
∆T
F∆T
K d = -------------------------------------- ∆x
x ( t + ∆T ) – x ( t )
Now, consider the basic mass-spring combinations. If the applied forces are static,
page 566
the mass and spring will remain still, but if some unbalanced force is applied,
they will oscillate.
d- 2
----
+ ∑ y
F = – F s – F g = M
dt
y
d 2
– K s y – Mg = M ----- y
dt Ks
2
M ----- y + K s y = – Mg
d
dt
y
Ks
y h ( t ) = C 1 cos -----t + C 2
M
yp ( t ) = A
M
----
d-
y (t) = 0
dt p
Fg
2
----
d-
y y (t) = 0
dt p
M ( 0 ) + K s ( A ) = – Mg –Mg
∴A = -----------
Ks
Ks
y ( t ) = y h ( t ) + y p ( t ) = C 1 cos -----t + C 2 + -----------
– Mg
M Ks
page 567
K
y ( 0 ) = 0 = C 1 cos -----s ( 0 ) + C 2 + -----------
– Mg
M Ks
Mg
∴C 1 = --------------------------
K s cos ( C 2 )
K K
y' ( 0 ) = 0 = C 1 -----s sin -----s ( 0 ) + C 2
M M
∴C 2 = 0
K s – Mg
y ( t ) = -------- cos -----t
Mg
+ -----------
Ks M Ks
Ks K 1
2π = -----T = -----s ---
M Mf
1 K
∴f = ------ -----s
2π M
In the lab an ultrasonic sensor will be used to measure the distances to the compo-
nents as they move. The sensor used is an Allen Bradley 873C Ultrasonic Proximity Sen-
sor. It emits sound pulses at 200KHz and waits for the echo from an object that is 30 to
100cm from it. It outputs an analog voltage that is proportional to distance. This sensor
requires a 18-30 VDC supply to operate. The positive supply voltage is connected to the
Brown wire, and the common is connected to the blue wire. The analog voltage output (for
distance) is the black wire. The black wire and common can be connected to a computer
with a DAQ card to read and record voltages. The sound from the sensor travels outwards
in an 8 degree cone. A solid target will give the best reflection.
• Prelab:
• Objective:
This lab will explore a simple translational system consisting of a spring mass and
damper using instrumentation and Labview.
• Procedure
1. Use two masses to find the spring constant or stiffness of the spring. Use a mea-
surement with a third mass to verify. If the spring is pretensioned determined
the ’undeformed length’.
2. Hang a mass from the spring and determine the frequency of oscillation. Deter-
mine if the release height changes the frequency. Hint: count the cycles over a
period of time.
3. Connect the computer to the ultrasonic sensor (an Allen Bradley Bulletin 873C
Ultrasonic Range Sensor, see [Link]), and calibrate the voltages to the
position of the target (DO NOT FORGET TO DO THIS). Write a Labview pro-
gram to read the voltage values and save them to a data file. In the program set
a time step for the voltage readings, or measure the relationship between the
reading number and actual time for later calculation.
4. Attach a mass to the damper only and use Labview to collect position as a func-
tion of time as the mass drops. This can be used to find the damping coefficient.
5. Place the spring inside the damper and secure the damper. This will now be used
as a combined spring damper. In this arrangement the spring will be precom-
pressed. Make sure you know how much the spring has been compressed when
the damper is in neutral position.
6. Use the spring-damper cylinder with an attached mass and measure the position
of the mass as a function of time.
7. Use Working Model 2D to model the spring, damper and spring-damper
responses.
• Post-lab:
• Submit:
• Many systems undergo periodic motion. For example, the pendulum of a clock.
• Theory:
Suppose a large symmetric rotating mass has a rotational inertia J, and a twisting
rod has a torsional spring coefficient K. Recall the basic torsional relationships.
d- 2
----
∑ T = – T = Jα = J
dt θ
T = K∆θ = K ( θ – θ 0 )
We can calculate the torsional spring coefficient using the basic mechanics of
materials
JGθ
T = ----------
L
Finally, consider the rotating mass on the end of a torsional rod.
d1
h1
J 1 G
-------- d- 2
----
θ ∑ T = –
L
- θ = J
dt θ
h2
d2
• Prelab:
page 570
1. Calculate the equation for the natural frequency for a rotating mass with a tor-
sional spring.
2. Set up a Mathcad sheet that will
- accept material properties and a diameter of a round shaft and determine
the spring coefficient.
- accept geometry for a rectangular mass and calculate the polar moment of
inertia.
- use the spring coefficient and polar moment of inertia to estimate the nat-
ural frequency.
- use previous values to estimate the oscillations using Runge-Kutta.
- plot the function derived using the homogeneous and particular solutions.
• Objective:
• Procedure
1. Calibrate the potentiometer so that the relationship between and output voltage
and angle is known. Plot this on a graph and verify that it is linear before con-
necting it to the mass.
2. Set up the apparatus and connect the potentiometer to the mass. Apply a static
torque and measure the deflected position.
3. Apply a torque to offset the mass, and release it so that it oscillates. Estimate the
natural frequency by counting cycles over a long period of time.
4. Set up LabVIEW to measure the angular position of the large mass. The angular
position of the mass will be measured with a potentiometer.
• Post-lab:
• Submit:
• Theory:
This lab explores the use of advanced servo control systems. In particular Allen
Bradley 5000 drives will be used. These drives are programmed using C. The drives can
be interfaced to digital and analog IO, as well a handle serial commonucations.
• Prelab:
1. Visit the Allen Bradley web site ([Link]) and review the manuals for the
Ultra5000 drives. In particular look at the installation manuals and program-
ming manuals.
2. If necessary, review the principles of programming in C. Please note that the
programming guide for the Ultra5000 drive contains a brief review of C pro-
page 572
gramming practices.
• Objective:
• Procedure
• Submit:
1. A lab report including the fully commented C program for the drive.
1. (If not installed, install the Ultraware software, version 1.1.) Connect the
ULTRA 5000 drive to the serial port, set the drive to ’01’ on the front of the
drive, and then apply power.
2. Run the ’Motor Configuration’ program and open the ’Motors’ file. Select the
correct motor type and then select ’New Rotary....’. Notice the motor parame-
ters. Close the program.
3. Run the ’Ultraware’ software. Select ’Create new file....’ and give it a unique
name such as ’[Link]’ (Note: you should put this file on a floppy disk, or zip
disk so that you may use it again later.). It will scan the available drives to
page 573
locate the drive. When done, a ’5KDrive’ should appear under ’On-line drives’.
4. Right click on the ’%KDrive’ and select properties. For the ’Drive Type’ select
the correct version indicated on the Ultra 5000 drive. Use ’Setup’ to update the
drive parameters, then close the window.
5. Under the ’5KDrive’ select ’Motor’ and then select the motor type. Then select
’Setup’ to update the motor parameters. Notice the values and units. Close the
window.
6. Turn the motor shaft by hand, it should turn easily. Enable the motor with ’Com-
mands’ ’Enabled’ on the tool bar. The motor should now be controlled, and the
shaft hard to turn.
7. For the motor select ’Motion’ then ’Jog’. In the window set the values below.
After this hold the shaft and hit ’Jog forward’ then ’Jog reverse’ then ’Stop’.
Notice how the values at the bottom of the screen change.
Program Velocity 100,000
Program Acceleration 100,000
Program Deceleration 100,000
8. Now select ’Motion’ then ’Move’ and set the values below. When done, click
’Start’ to cause the motion. Change the value in ’Profile Distance’ and click
’Start’ again.
Profile Distance 40,000
Velocity 20,000
Acceleration 20,000
Deceleration 20,000
9. Create a project with ’Insert’ then ’Project’. Click on the ’Project’ that was cre-
ated on the tree, then ’Insert Source File’. Type in the following file, and then
click ’Build’. If there are any errors fix them before continuing to the next step.
page 574
#include <motion.h>
int main(void){
InitMotionLibrary(); // Start the motor control functions
return 1;
}
10. Drag the new file ’[Link]’ to the ’Programs’ under the ’5KDrive’. Hold
the shaft of the motor and right click on the new file just dropped and click
’Run’. The motor shaft should move forward, pause for 1 second, reverse, then
stop.
11. Enter the following program and observe the results. It should behave the same
as the previous program, but it has more structure. When developing control
applications it is important to structure the programs so that they are easier to
write and debug.
page 575
#include <motion.h>
void setup(){
InitMotionLibrary();
AxisEnable();
MoveSetAcc(2000);
MoveSetVel(1000);
MoveSetDec(2000);
}
void shutdown(){
AxisDisable();
}
int main(void){
setup();
jog(10000);
Sleep(1000);
jog(-10000);
Sleep(1000);
shutdown();
return 1;
}
12. Digital inputs and outputs for the drive are located on the upper connector,
CN1A. The pin out for this connector is given below. Wires can be connected
by pushing a thin slot screwdriver into the slot to release the pressure clamp,
and then inserting the wire. The nominal voltages to activate an input are
between 12V and 24V - do not exceed the maximum voltage as this may dam-
age the drive.
page 576
13. Connect an external power supply to the digital IO and connect a proximity
sensor to input 1, as shown in the diagram below. Verify that the sensor is con-
nected properly using the Ultraware software. Also connect a multimeter to
OUTPUT1 to read the output voltage.
page 577
IOPWR V+
power
supply
IOCOM V-
Ultra 5000
drive
V+ (brown)
V- (blue) sensor
INPUT1
out (black)
14. Enter the program below and determine what the program does.
page 578
#include <motion.h>
void setup(){
InitMotionLibrary();
AxisEnable();
MoveSetAcc(2000);
MoveSetVel(1000);
MoveSetDec(2000);
}
void shutdown(){
AxisDisable();
}
int main(void){
int count = 0,
state_last = OFF,
state_now;
setup();
shutdown();
return 1;
}
15. Analog outputs (and connections for additional encoders) are available on con-
nector CN1B. Connect a variable power supply to act as an analog input across
AIN1 and +5VCOM (WARNING: TURN THE POWER SUPPLY OFF AND
SET THE VOLTAGE AT THE MINIMUM BEFORE TURNING THE SUP-
PLY BACK ON). Connect a multimeter across AOUT1 and +5VCOM to read
page 579
an analog output voltage. Verify the connection using the Ultraware software.
#include <motion.h>
void setup(){
InitMotionLibrary();
AxisEnable();
MoveSetAcc(2000);
MoveSetVel(1000);
MoveSetDec(2000);
}
void shutdown(){
AxisDisable();
}
int main(void){
float a_in;
int new_location;
setup();
shutdown();
return 1;
}
17. Communications?????????????????????
page 581
Theory:
We can build simple filters using op-amps, and off the shelf components such as
resistors and capacitors. The figure below shows a band pass filter. This filter
will pass frequencies near a central frequency determined by the resistor and
capacitor values. By changing the values we can change the overall gain of the
amplifier, or the tuned frequency.
C2
R2
R1 C1
-
+
+ +
Vi
Vo
R3
- -
gain
(dB)
freq
page 582
The equations for this filter can be derived with the node voltage method, and the
final transfer function is shown below.
Vo 1- ------------------------------------------------------------------------------------------
DC 1 R 1 R 2
------ = – ----- -
R 1
1 + DC R + DC R + D C C R R
Vi 2
2 1 1 1 1 2 1 2
As dictated by the ear, audio signals have frequencies that are between 10Hz and
16KHz as illustrated in the graph below. This graph shows perceived sound
level, with the units of ’phons’. For example, we can follow the 100 phons
curve (this would be like a loud concert or very noisy factory requiring ear pro-
tection). At much lower and higher frequencies there would have to be more
sound pressure for us to perceive the same loudness, or phon value. If the sound
were at 50Hz and 113 dB it would sound as loud as 100dB sound at 1KHz.
page 583
120
120
110
110
100
100
Sound Pressure Level (dB)
90
90
80
80
70
70
60
60
50
50
40
40
30
30
20
20
10
10
Phons
0
You may appreciate that these curves are similar to transfer functions, but they are
non-linear. For this lab it is important to know how the ear works because you
will be using your ear as one of the experimental devices today.
Prelab:
Objective:
Procedure:
1. Set up the circuit shown in the theory section. Connect a small speaker to the
output of the amplifier.
2. Apply a sinusoidal input from a variable frequency source. Use an oscilloscope
to compare the amplitudes and the phase difference. Also record the relative
volumes you notice.
3. Supply an audio signal, from a radio, CD player, etc. Record your observations
about the sound.
Submit:
1. Bode plots for both theory and actual grain and phase angle.
2. A discussion of the sound levels you perceived.
page 585
Theory:
Stepper motors move to positions, steps, but don’t rotate continuously. To achieve
continuous rotation the motor is moved, or stepped, continuosly in one direc-
tion. A full rotation of the motor is often divided into 200 steps (of 1.8 degrees
each), although other resolutions are common. The motors we will use in the
lab have 400 steps per revolution. When rotating the motor it can be stepped in
the clockwise (CW) or counterclockwise (CCW) direction.
The equipment to be used in the lab is comprised of a stepper motor, a drive unit, a
motion controller (indexer), and a computer running terminal software for pro-
gramming. The motor is connected to the drive unit which will power the coils
and step in the positive or negative directions, as indicated by pulses from the
motion controller. The motion controller will accept motion commands, or run
programs which generate the overall motion. The motion controller commands
the motor drive to move by sending it pulses. The motor controller varies the
period of the pulses. When motion is starting or ending a longer period corre-
sponds to a slower angular velocity. At the midpoint of motion the pulse period
is the shortest, at the maximum velocity.
The motion is normally described with a velocity profile. This can be given by
defining the maximim acceleration/deceleration and maximum velocity. An
alternative way to define these limits is to provide an acceleration and decelera-
tion time, with a total motion time.
page 586
90
time(sec)
-90 θ1
Prelab:
1. In the textbook review the sections on stepper motors and motion control. Make
sure you are familiar with the basic operation of a stepper motor and the struc-
ture of a velocity profile.
2. Review the manuals for the stepper motor on the course home page on clay-
more.
Objective:
Procedure:
Submit:
2. Obtain and examine the stepper motor equipment. There are three main compo-
nents: stepper motor, drive unit, and indexer. Identify each unit. Verify the com-
ponents are connected together properly based on the diagram shown below.
Note that the drive unit obtains power from an AC source (outlet) while the
indexer receives power from a DC source (power supply). Once all of the con-
nections have been verified, apply power to the system. If set up properly, the
power LEDs on the drive unit and indexer will turn on and the stepper motor
will have holding torque (the shaft won’t turn freely).
personal RS-232
computer serial cable SC8800 cw/pls p/cw UMK 2 phase
with motor 2112A stepper
terminal controller drive motor
software (indexer) ccw/dir d/ccw unit
10-24V 115Vac
power
supply
3. The indexer communicates with the PC via text transfers across a serial port.
Connect a serial cable from the indexer to the COM port on the back of the PC.
On the PC, run HyperTerminal (located under Programs->Accessories-
>Communications) or any other terminal emulation program. Set it to go
"Direct to Com 1". Check to make sure the communication parameters are set
to 9600 baud, 8 data bits, 1 stop bit, no parity, and no flow control/handshaking.
Once connected the prompt 0> will appear on the screen. If nothing appears,
press enter several times. Cycling power on the indexer will cause a reset ban-
page 588
ner to appear. To display all of the available indexer commands, type HELP.
4. The indexer commands of interest are the ones used to generate and execute dif-
ferent velocity profiles. The list below highlights the commands used in this
lab. Typing HELP2, HELP3, HELP4, etc... will display a more
detailed lists of these and other profiling commands
Command Description
5. To see what the current velocity profile parameters are, type the parameter name
followed immediately by a question mark (i.e. T? will display the current accel-
eration/deceleration time).
6. Type in the following series of commands. Observe how the stepper motor
responds and how the response relates to the parameter values entered.
VS0
V2000
T0.5
D10000
MI
7. Change the acceleration and decelleration times to be longer and shorter and
observe the effects using the values below. As part of your observations, hold
the shaft while the motion is in progress.
8. Generate and execute a velocity profile that will cause the motor to rotate at one
revolution/second using the continuous motion command. Based on the run
velocity parameter value, determine what angle one pulse (step) corresponds to.
Compare your number to the resolution value on the stepper motor label.
10. Decrease the run velocity to about one half the maximum speed determined
previously. Using the acceleration/deceleration parameter and the continuous
motion command, make the stepper motor accelerate at various rates. Deter-
mine the maximum acceleration for the stepper motor (i.e. at what point does
the motor lose synchronization with the input pulses). Make a note of any
strange phenomena that may occur.
11. Determine the parameter values for a velocity profile with an acceleration of
18000 rpm2, maximum velocity of 600 rpm, and a total run time of 10 seconds.
Generate, execute, and verify the profile. For this profile you will need to use
the incremental motion command.
12. Based on your experiences in lab with motors, discuss some advantages and
disadvantages of using a stepper motor compared to a DC motor. Some issues
to think about are torque, position control, velocity control, and interface.
13. Enter a program with the following commands. Notice that the editor has com-
mands to alter ’Ax’ line ’x’, delete ’Dx’ line ’x’ or insert ’Ix’ a line ’x’. Each
program will be assigned a number between 0 and 49. The program can be run
with ’RUN TEST’.
EDIT TEST
PC0
TA0.5
TD0.5
VS2000
D6000
MI
Q
NOTE: After this point you should use the manual for a source of examples.
14. You can see a list of programs in the memory using ’LIST’. Programs can be
deleted with ’DELETE’.
page 590
15. The motion controller has a limited set of variables available for user pro-
grams. Unlike normal programming variables, there are a fixed set availabe, as
indicated below. The integers values are all 4 bytes and can range in value
between +/-2,147,483,647. Write a simple program that sets a general variable
value.
W, X, Y, Z - general purpose integer
V- velocity
VS -
LOOP -
D - distance
INx - input bit ’x’
PC - position counter, the current motor position in steps
16. Outputs can be set using the ’OUTx’ command, where ’x’ is the output bit
number. Connect a voltage supply to the inputs and a multimeter to the outputs
and create a program to read an input and set an output as shown below. Refer
to the manual for pinouts and electrical specifications.
17. Logical operations can be performed using ’IF’ and ’WHILE’ statements. The
operations can include =, !=, <, <=, >, >=. The if statements can include ’ELSE’
conditions and should terminate with ’ENDIF’ statements. The while loops
must end with ’ENDW’ statements. The equivalent to a for-loop is the ’LOOP
x’ statement. It will loop the code ’x’ times to the ’ENDL’ statement. Write a
simple program that will loop until an input becomes true.
18. It is possible to branch within a program using ’JMP’. To jump to another pro-
gram (subroutine) the ’JMP_SEQ’ command can be used, the program can then
return using the ’RET’ command. Write a program that has a subroutine.
page 591
Theory: AC induction motors are designed with motor winding on the stator (out-
side) of the motor. The AC current in the stator coils sets up an alternating magnetic field.
This field induces currents in the conductors (squirrel cage) in the rotor. This current cre-
ates a magnetic field that opposes the field from the stator. As a result a torque is created.
In actuality the rotor must rotate somewhat slower than the field changes in the stator, this
difference is called slip. For example a 3 phase motor (with two poles) that has a 60Hz
power applied will with absolutly no rotational resistance rotate at 60 times per second.
But in use it might rotate at 58 or 59Hz. As the number of poles in the motor rises, the
speed of rotation decreases. For example a motor with four poles would rotate at half the
speed of a two pole motor. The speed of the motor can be controlled by changing the fre-
quency of the AC power supplied to the [Link] motor that we will use in the lab is a 3
phase AC motor made by Marathon Electric. It is a Black Max model number
8VF56H17T2001. The motor drives are Allen Bradley model 160 and 161 motor drives.
Prelab:
1. Visit the Marathon Electric and Allen Bradley web sites and review the manuals
for the motor and controllers. Don’t print these, but make a not of the web
address so that you can find the manuals easily during the lab.
Objective: To learn the basic operation of Varaible Frequency Drives (VFD) and
motors.
Procedure:
1. The motor should be connected the the drive as shown in the figure below. The
three phase power lines are T1, T2 and T3. These can be connected to the drive
by loosening the screw on the front face of the drive. (WARNING: make sure
the power is off before opening the drive, and relseal the drive when done) The
two other lines P1 and P2 from the drive are for a thermal overload relay, we
will not use these. For general caution the ends of the wires should be covered
with electrical tape to prevent accidental contact with other conductors. The
wire from P24 (a 24V power source) and input 3 are for an emergency stop and
must be connected for the drive to work. These terminals can be found under a
flip up panel on the bottom front of the drive that can be opened by pulling on
the right side of the face.
AB 161
drive P24 estop
115Vac P1
L1 3 P2 3 phase
N T1 T1 motor
GND T2 T2
green
T3 T3
2. Notice the display and lights on the front face of the drive. When a program is
running the ’RUN’ light is on. The program can be started using the green ’1’
button, and stopped with the red ’0’ button.
3. Program the unit using the buttons on the front panel, following the steps below
(from page 17 in the manual). After the steps have been followed press the run
button and turn the potentiometer to vary the speed. Try holding the shaft (cover
the shaft to avoid cuts) at high and low speeds. What do you notice at very low
speeds?
button(s) result description
the input values using ’D05’.The bits on the screen should move up for an
active input, and down for an inactive input. Input 3 will always be active
because it is being used for the emergency stop (a factory default).
BRN
drive P24 V+ sensor
BLK
1 signal
L BLU
V-
5. Various display parameters are listed below. Try these to see what information
they show.
D02 - display the motor current (try holding the shaft while turning slowly)
D01 - display the frequency of rotation
D03 - the direction of rotation
D04 - PID parameters (when in use)
D05 - input status
D06 - output status
D16 - total drive run time in 10 hour blocks
6. Function parameters can be set with the ’F’ locations. Change the acceleration
and decelleration times to 1 second using the ’F02’ and ’F03’ locations.
7. Restore the controller to the factory defaults using the sequence below from
page 16 of the manual.
1. Obtain the motor and controller sets. This should include a brushless servo
motor (Y-1003-2H), an Ultra 100 Controller and miscellaneous cables. The
cables are described below. Locate and verify they are connected as indicated in
the sequence given below.
a) The motor is connected to the controller with two cables, one for the
power to drive the motor, and the other a feedback from the encoder. The
encoder is used to measure the position and velocity of the motor. If not
connected already, connect these to the motor controller.
b) The controller should also have a serial cable for connecting to a PC
serial port. Connect this to a PC.
c) A breakout board is provided with that will connect to the motor control-
ler through a ribbon cable to J1. The pin mapping from the motor con-
troller to the terminal numbers on the motor controller are given below.
1 9 26 50
2 25 27 17
3 41 28 33
4 8 29 49
5 24 30 16
6 40 31 32
7 7 32 48
8 23 33 15
9 39 34 31
10 6 35 47
11 22 36 14
12 38 37 30
13 5 38 46
14 21 39 13
15 37 40 29
16 4 41 45
17 20 42 12
18 36 43 28
19 3 44 44
20 19 45 11
21 35 46 27
22 2 47 43
23 18 48 10
24 34 49 26
25 1 50 42
40 6
Variable + 2 22
Power Supply
-10V to 10V - 18 23
32 31
Oscilloscope A 33 28
com
50 26
B
com 19 20
3. Plug in the power cord for the Ultra 100 drive and look for a light on the front to
indicate that it is working. WARNING: The motor might begin to turn after the
next step --> Turn on the power supplies and the oscilloscope.
4. Run the ’Ultramaster’ software on the PC. When prompted select ’drive 0’. At
this point the software should find the drive and automatically load the control-
ler parameters from the controller. When it is done a setup window will appear.
5. In the "drive setup" window ensure the following settings are made. When done
close the setup window.
Motor Model: Y-1003-2-H - this is needed so that the proper electrical and
mechanical properties of the motor will be used in the control of the
motor (including rotor inertia).
Operation Mode Override: Analog Velocity Input - This will allow the
voltage input (C+ and C-) to control motor velocity.
6. Select the ’IO Configuration’ window and make the following settings.
Analog Output 1: Velocity - Motor Feedback - this will make the analog
voltage output from the controller (R+ and R-) indicate the velocity of
the motor, as measured by the encoder.
Scale: 500 RPM/VOLT - this will set the output voltage so that every
page 596
• As engineers, reports are the most common form of document we will write.
• Report writing is an art that we often overlook, but in many cases can make a dra-
matic impact on our progression.
• Your reports are most likely to find their way to a superiors desk than you are to
meet the individual.
• Note: typically these documents are done as a long written document -this is done
in point form for more mercenary reasons.
- (lets forget about this one) as a student you must do them to get marks
- to let other engineers know the results of an experiment
- to leave a record of work done so that others may continue on
- as a record you may use yourself if you must do work again some time later
- they are required for legal reasons (contract or legislation)
- they bring closure to the project
• Always follow the doctrine - “What happens if I am hit by a car; could another
pick up my report and continue?” if the answer to this question is no the report is too short.
• Always ask the question - “If I was reading this before starting the project would
I look at this section and say it is not needed?”. If the question we are probably best to con-
dense the section or leave it out.
• Avoid more artistic sections. If you put these in, make it clear that they are an
optional part of the report and can be skipped. It is somewhat arrogant to force the reader
page 600
to
Laboratory - Theses ‘Lab Reports’ describe one or more experiments, the results,
and the conclusions drawn from them.
Consulting - A summary of details, test results, observations, and a set of conclu-
sions. Typically they will also contain a recommendation.
Project - A description of work done in a project to inform other engineers who
may be asked to take up further work on the project.
Research - A summary of current advances in a topic. This should end with some
comparison of alternatives.
Interim - A report to apprise supervisors and others as to the progress of a project
or other major undertaking.
Executive - A brief summary of the report, and any implications for decision mak-
ing at the management levels.
23.3.1 Laboratory
• Purpose: These reports should outline your procedure and results in detail. They
should also contain the analysis and conclusions. The completeness of detail allows you
(and others) to review these and verify the correctness of what has been done. These have
been historically used for hundreds of years and are accepted as a form of scientific and
legal evidence. It is completely unacceptable to make incorrect entries or leave out impor-
tant steps or data.
• Standard Format:
1. Title, Author, Date - these make it clear what the labs contain, who did the work,
and when it was done.
2. Purpose - a brief one line statement that allows a quick overview of what the
experiment is about. This is best written in the form of a scientific goal using
the scientific methods.
3. Theory - a review of applicable theory and calculations necessary. Any design
work is done at this stage
4. Equipment - a list of the required equipment will help anybody trying to repli-
cate the procedure. Specific identifying numbers should be listed when possi-
ble. If there are problems in the data, or an instrument is found to be out of
page 601
calibration, we can track the problems to specific sets of data and equipment.
5. Procedure - these are sequential operations that describe what was done during
the experiment. The level of detail should be enough that somebody else could
replicate the procedure. We want to use this as a scientific protocol.
6. Results (Note: sometimes procedure and results are mixed) - the results are
recorded in tables, graphs, etc. as appropriate. It will also be very helpful to note
other events that occur (e.g. power loss, high humidity, etc.)
7. Discussion - At this stage the results are reviewed for trends and other observa-
tions. At this point we want to consider the scientific method.
8. Conclusions - To conclude we will summarize the significant results, and make
general statements either upholding or rejecting our purpose.
• Style: These are meant to be written AS the work is done. As a result the work
should be past tense
• Laboratory reports should have one or more hypotheses that are to be tested. If
testing designs these are the specifications. Examples might be,
• NOTE: These reports are much easier to write if you prepare all of the calcula-
tions, graphs, etc. before you start to write. If you sit down and decide to do things as you
write it will take twice as long and get you half the marks...... believe me, I have written
many in the past and I mark them now.
Laboratory Exercise 7
Author: I. M. Wyred
page 602
Purpose: To derive a theoretical model of the rate at which coffee cools and exper-
imentally verify the model and find coefficients.
Theory:
When coffee is heated kinetic energy is added, when coffee is cooled kinetic
energy is removed. In a typical use, coffee cools as heat is lost through convection and
conduction to the air and solids in contact. The factors involved in this convection/conduc-
tion can be difficult to measure directly, but we can approximate them with a simple ther-
mal resistance. Consider the temperature difference between the coffee and the ambient
temperature. The greater the temperature difference, the higher the rate of heat flow out of
the coffee. This relationship can be seen formally in the equation below. We can also
assume that the atmosphere is so large that the heat transfer will not change the tempera-
ture.
1
q = --- ( θ coffee – θ air )
R
where,
We can also consider that coffee has a certain thermal capacity for the heat energy.
As the amount of energy rises, there will be a corresponding temperature increase. This is
known as the thermal capacitance, and this value is unique for every material. The basic
relationships are given below. I will assume that the energy flow rate into the coffee is
negligible.
page 603
1 –1 dθ coffee –1
∆θ coffee = ---------------- ( q in – qout ) = ---------------- q - = ---------------- q
-----------------
C coffee C coffee dt C coffee
where,
C coffee = thermal capacitance
C coffee = M coffee σ coffee
where,
M coffee = mass of thermal body
σ coffee = specific heat of material in mass
The temperatures can be found by consider that the energy flowing out of the cup,
and into the atmosphere is governed by the resistance. And, the temperature in the coffee
and air are governed by the two capacitances. We will make two assumptions, that the
thermal capacitance of the atmosphere is infinite, and that there is no energy flowing into
the coffee.
dθ coffee –1
------------------ = ---------------- q
dt C coffee
dθ coffee
∴------------------ = --------------------------------- --- ( θ coffee – θ air )
–1 1
dt M coffee σ coffee R
dθ coffee
∴------------------ + ------------------------------------- θ coffee = ------------------------------------- θair
1 1
dt M coffee σ coffee R M coffee σ coffee R
This differential equation can then be solved to find the temperature as a function
of time.
page 604
Guess Ct d- Ct
θ = A + Be ---- θ = BCe
dt
B –1
BC + ------------------------------------- = 0 C = -------------------------------------
M coffee σ coffee R M coffee σ coffee R
- + ------------------------------------- θ air = 0
A –1
------------------------------------ A = θ air
M coffee σ coffee R M coffee σ coffee R
C(0)
θ 0 = A + Be = θ air + B B = θ 0 – θair
The final equation is,
–t
----------------------------------
-
M coffee σ coffee R
θ = θ air + ( θ 0 – θ air )e
The time constant of this problem can be taken from the differential equation
above.
τ = M coffee σ coffee R
Equipment:
1. The coffee pot was filled with water and this was put into the coffee maker. The
coffee filter and grounds were put into the machine, and the machine was turned on. After
five minutes approximately the coffee was done, and the pot was full.
2. The mass of the empty coffee cup was measured on the scale and found to be
214g.
3. The air temperature in the room was measured with the thermometer and found
to be 24C. The temperature of the coffee in the pot was measured using the thermocouple
and temperature meter and found to be 70C.
4. Coffee was poured into the cup and, after allowing 1 minute for the temperature
to equalize, the temperature was measured again. The temperature was 65C. Readings of
the coffee temperature were taken every 10 minutes for the next 60 minutes. These values
were recorded in Table 1 below. During this period the cup was left on a table top and
allowed to cool in the ambient air temperature. During this period the mass of the full cof-
fee cup was measured and found to be 478g.
0 65
10 53
20 43
30 35
40 30
50 28
60 26
Discussion:
The difference between the temperature of the coffee in the pot and in the cup was
page 606
5C. This indicates that some of the heat energy in the coffee was lost to heating the cup.
This change is significant, but I will assume that the heating of the cup was complete
within the first minute, and this will have no effect on the data collected afterwards.
The readings for temperature over time are graphed in Figure 1 below. These show
the first-order response as expected, and from these we can graphically estimate the time
constant at approximately 32 minutes.
temp
(deg C)
60
40
24
20 t (min)
0 20 40 60
τ ≈ 32min
We can compare the theoretical and experimental models by using plotting both on
the same graph. The graph clearly shows that there is good agreement between the two
curves, except for the point at 30 minutes, where there is a difference of 3.5 degrees C.
page 607
temp
(deg C)
experimental data
60 mathematical model
max. difference
40 of 3.5 deg. C
20 t (min)
0 20 40 60
This gives an overall error of 8.5% between these two curves, compared to the
total range of the data.
3.5
error = ------------------ 100 = 8.5%
65 – 24
Finally, the results can be used to calculate a thermal resistance. If we know the
mass of the coffee and assume that the coffee has the same specific heat as water, and have
the time constant, the thermal resistance is found to be 1731sC/J.
Conclusion:
In general the models agreed well, except for a single data point. This error was
relatively small, only being 8.5% of the entire data range. This error was most likely
page 608
caused by a single measurement error. The error value is greater than the theoretical value,
which suggests that the temperature might have been read at a "hot spot". In the procedure
the temperature measuring location was not fixed, which probably resulted in a variation
in measurement location.
• A final draft of the report is available on the course website in Mathcad format,
and it will be distributed in the lab.
23.3.2 Research
• Purpose: After looking at a technical field we use these reports to condense the
important details and differences. After reading a research report another reader should be
able to discuss advanced topics in general terms.
• Strategy A:
23.3.3 Project
• Purpose: These reports allow the developer or team to document all of the design
decisions made during the course of the project. This report should also mention avenues
not taken. Quite often the projects that we start will be handed off to others after a period
of time. In many cases they will not have the opportunity to talk to us, or we may not have
the time. These reports serve as a well known, central document that gathers all relevant
information.
• Strategy A:
23.3.4 Executive
• Purpose: These reports condense long topics into a very brief document, typically
less than one page in length. Basically these save a manager from having to read a com-
plete report to find the details that interest him/her.
23.3.5 Consulting
23.3.6 Interim
• Purpose: This report is normally a formal report to track the progress of a project.
When a project is initially planned, it will be given a timeline to follow. The interim report
will indicate progress relative to the initial timeline, as well as major achievements and
problems.
23.4 ELEMENTS
• In reports we must back up our opinions with data, equations, drawings, etc. As a
result we use a number of common items,
- figures
- tables
- equations
-
page 610
• When these elements are included, there MUST be a mention of them in the writ-
ten text.
• These days it is common to cut and paste figures in software. Make sure
23.4.1 Figures
• They should be labelled underneath sequentially and given a brief title to distin-
guish it from other graphs. For example “Figure 1 - Voltage and currents for 50 ohm resis-
tor”
• The figures do not need to immediately follow the reference, but they should be
kept in sequence. We will often move figures to make the type setting work out better.
- if fitting a line/curve to the points indicate the method used (e.g. linear regres-
sion)
- try not to use more than 5 curves on the same graph
- use legends that can be seen in black and white
- clearly label units and scales
- label axes with descriptive term. For example “Hardness (RHC)” instead of
“RHC”
- scale the curve to make good use of the graph
- avoid overly busy graphs
page 611
23.4.2 Tables
23.4.3 Equations
• When presenting equations, use a good equation editor, and watch to make sure
subscripts, etc are visible.
+
∑ Fx = – T 1 sin 60° + F R sin θ R = 0 (1)
0.866
∴ tan θ R = ----------------
1 + 0.5
∴θ R = 30°
∴F R = 170N
• When analyzing the results from an experiment there are a few basic methods
that may be used,
Percent difference -
Mean and standard deviation -
Point by point -
Matching functions -
page 613
etc......
XXXXXXXXXXXXX
23.4.6 References
• References help provide direction to the sources of information when the infor-
mation may be questioned, or the reader may want to get additional detail.
• Reference formats vary between publication sources. But, the best rule is be con-
sistent.
• One popular method for references is to number them. The numbers are used in
the body of the paper (eg, [14]), and the references are listed numerically at the end.
• Another method is to list the author name and year (eg, [Yackish, 1997]) and then
list the references at the end of the report.
23.4.7 Acknowledgments
• When others have contributed to the work but are not listed as authors we may
choose to recognize them.
23.4.8 Appendices
• When we have information that is needed to support a report, but is too bulky to
include, one option is to add an appendix.
• For numbers,
- use engineering notation (move exponents 3 places) so that units are always
micro, milli, kilo, mega, giga, etc.
- use significant figures to round the numbers
- units are required always
- check spelling - note that you must read to double guess the smell checker.
- check grammar
- avoid informal phrases (e.g. “show me the money”)
- define acronyms and jargon the first time you use them (e.g., IBM means “Ion
Beam Manufacturing”)
page 615
• We use math in almost every problem we solve. As a result the more relevant top-
ics of mathematics are summarized here.
24.1 INTRODUCTION
• This section has been greatly enhanced, and tailored to meet our engineering
requirements.
• The section outlined here is not intended to teach the elements of mathematics,
but it is designed to be a quick reference guide to support the engineer required to use
techniques that may not have been used recently.
• For those planning to write the first ABET Fundamentals of Engineering exam,
the following topics are commonly on the exam.
- quadratic equation
- straight line equations - slop and perpendicular
- conics, circles, ellipses, etc.
- matrices, determinants, adjoint, inverse, cofactors, multiplication
- limits, L’Hospital’s rule, small angle approximation
- integration of areas
- complex numbers, polar form, conjugate, addition of polar forms
- maxima, minima and inflection points
- first-order differential equations - guessing and separation
- second-order differential equation - linear, homogeneous, non-homogeneous,
second-order
- triangles, sine, cosine, etc.
- integration - by parts and separation
- solving equations using inverse matrices, Cramer’s rule, substitution
- eigenvalues, eigenvectors
- dot and cross products, areas of parallelograms, angles and triple product
- divergence and curl - solenoidal and conservative fields
- centroids
- integration of volumes
page 617
• A good place to start a short list of mathematical relationships is with greek let-
ters
name
lower case upper case
α Α alpha
β Β beta
γ Γ gamma
δ ∆ delta
ε Ε epsilon
ζ Ζ zeta
η Η eta
θ Θ theta
ι Ι iota
κ Κ kappa
λ Λ lambda
µ Μ mu
ν Ν nu
ξ Ξ xi
ο Ο omicron
π Π pi
ρ Ρ rho
σ Σ sigma
τ Τ tau
υ Υ upsilon
φ Φ phi
χ Χ chi
ψ Ψ psi
ω Ω omega
page 618
• The constants listed are amount some of the main ones, other values can be
derived through calculation using modern calculators or computers. The values are typi-
cally given with more than 15 places of accuracy so that they can be used for double preci-
sion calculations.
1 n
e = 2.7182818 = lim 1 + --- = natural logarithm base
n→∞ n
π = 3.1415927 = pi
1radian = 57.29578°
• These operations are generally universal, and are described in sufficient detail for
our use.
distributive a ( b + c ) = ab + ac
associative a ( bc ) = ( ab )c a + (b + c) = (a + b) + c
[Link] - Factorial
n! = 1 ⋅ 2 ⋅ 3 ⋅ 4 ⋅ … ⋅ n
0! = 1
• The basic properties of exponents are so important they demand some sort of
mention
1
---
n m n+m 0 n
(x )( x ) = x x = 1 , if x is not 0 x = n x
m
–p 1 ----
n
(x ) x = ----p- n n m
---------- n–m x = x
m
= x x
(x )
n n n x-- = n------x-
n m n⋅m
( xy ) = ( x ) ( y ) n
(x ) = x y n y
logn ( 1 ) = 0
logn -- = log n ( x ) – logn ( y )
x
y
y
log n ( x ) = ylogn ( x )
logm ( x )
log n ( x ) = ------------------
-
log m ( n )
ln ( A ∠θ ) = ln ( A ) + ( θ + 2πk )j k∈I
n n n–1 n( n – 1 ) n – 2 2 n
( a + x ) = a + na x + -------------------- a x +…+x
2!
(ans.
a) A + B- A B 1 1
------------ = ------- + ------- = --- + ---
AB AB AB B A
AB
b) ------------
-
A + B cannot be simplified
3
c) (--------------
x y )
4 5
2 5 3 6 15
2 - = (x y ) = x y
x
2 3 4
a) n log ( x ) + m log ( x ) – log ( x )
(ans.
a) 2 3 4
n log ( x ) + m log ( x ) – log ( x )
2n log ( x ) + 3m log ( x ) – 4 log ( x )
( 2n + 3m – 4 ) log ( x )
( 2n + 3m – 4 ) log ( x )
page 623
5. Rearrange the following equation so that only ‘y’ is on the left hand side.
+ x-
y----------
= x+2
y+z
(ans. + x-
y----------
= x+2
y+z
y + x = (x + 2)(y + z)
y + x = xy + xz + 2y + 2z
y – xy – 2y = xz + 2z – x
y ( – x – 1 ) = xz + 2z – x
xz + 2z – x
y = --------------------------
–x–1
a) t3 + 5
lim ----------------
t → 0 5t 3 + 1
t3 + 5
b) lim ----------------
t → ∞ 5t 3 + 1
(ans. t3 + 5 3
0 +5 -
a) lim ---------------- = ---------------------- = 5
t → 0 5t 3 + 1 5(0) + 1
3
b) t3 + 5 ∞
3
+ 5 ∞
3
lim ---------------- = -----------------------
- = -------------- = 0.2
t → ∞ 5t 3 + 1 5(∞) + 1
3
5(∞)
3
page 624
24.2 FUNCTIONS
Binomial
∑ t p q
n t n–t
q, p ∈ [ 0, 1 ]
P(m) = q = 1–p
t≤m
Poisson
t –λ
λe
P(m) = ∑ ------------
t!
λ>0
t≤m
Hypergeometric
r s
t n – t
P ( m ) = ∑ -----------------------
-
r + s
t≤m
n
Normal
1 x –t2
P ( x ) = ---------- ∫ e dt
2π –∞
2
2
ax + bx + c = 0 = a ( x – r 1 ) ( x – r 2 ) – b ± b – 4ac
r 1, r 2 = --------------------------------------
2a
• Cubic equations also appear on a regular basic, and as a result should also be con-
sidered.
3 2
x + ax + bx + c = 0 = ( x – r 1 ) ( x – r 2 ) ( x – r 3 )
First, calculate,
2 3
3b – a 9ab – 27c – 2a 3 3 2 3 3 2
Q = ----------------- R = --------------------------------------- S = R+ Q +R T = R– Q +R
9 54
Then the roots,
a S+T a j 3 S+T a j 3
r 1 = S + T – --- r 2 = ------------ – --- + --------- ( S – T ) r 3 = ------------ – --- – --------- ( S – T )
3 2 3 2 2 3 2
• On a few occasions a quartic equation will also have to be solved. This can be
done by first reducing the equation to a quadratic,
4 3 2
x + ax + bx + cx + d = 0 = ( x – r 1 ) ( x – r 2 ) ( x – r 3 ) ( x – r 4 )
First, solve the equation below to get a real root (call it ‘y’),
3 2 2 2
y – by + ( ac – 4d )y + ( 4bd – c – a d ) = 0
a + a 2 – 4b + 4y
2 y + y2 – 4d
r 1, r 2 = z + ------------------------------------------- z + ------------------------------ = 0
2 2
2 a – a – 4b + 4y y – y2 – 4d
2
r 3, r 4 = z + ------------------------------------------- z + ------------------------------ = 0
2 2
is the
order of the use long division to
numerator >= yes reduce the order of the
denominator? numerator
no
Find roots of the denominator
and break the equation into
partial fraction form with
unknown values
OR
use limits technique. use algebra technique
If there are higher order
roots (repeated terms)
then derivatives will be
required to find solutions
Done
1 - A B C
x ( s ) = --------------------
2
= ----2 + --- + -----------
s (s + 1) s s s+1
C = lim ( s + 1 ) --------------------
1 -
= 1
s → –1 2
s (s + 1)
A = lim s --------------------
-
2 1 1
= lim ----------- = 1
s→0 2 s→0 s 1 +
s (s + 1)
• Consider the example below where the order of the numerator is larger than the
denominator.
page 628
3 2
5s + 3s + 8s + 6-
x ( s ) = -------------------------------------------
2
s +4
This cannot be solved using partial fractions because the numerator is 3rd order
and the denominator is only 2nd order. Therefore long division can be used to
reduce the order of the equation.
5s + 3
2 3 2
s +4 5s + 3s + 8s + 6
3
5s + 20s
2
3s – 12s + 6
2
3s + 12
– 12s – 6
This can now be used to write a new function that has a reduced portion that can be
solved with partial fractions.
– 12s – 6- –---------------------
12s – 6- A B
x ( s ) = 5s + 3 + ---------------------
2
solve
2
= ------------- + -------------
s +4 s +4 s + 2j s – 2j
Figure 443 Solving partial fractions when the numerator order is greater than the
denominator
• When the order of the denominator terms is greater than 1 it requires an expanded
partial fraction form, as shown below.
5
F ( s ) = -----------------------3-
2
s (s + 1)
5 - A B C D E
----------------------- = ----2 + --- + ------------------3- + ------------------2- + ----------------
2 3 s (s + 1) (s + 1) (s + 1)
s (s + 1) s
5 A B C D E
------------------------ = ---- + --- + ------------------3- + ------------------2- + ----------------
2 3 2 s (s + 1) (s + 1) ( s + 1)
s (s + 1) s
3 3 2 2 2 2
A ( s + 1 ) + Bs ( s + 1 ) + Cs + Ds ( s + 1 ) + Es ( s + 1 ) -
= -----------------------------------------------------------------------------------------------------------------------------------------
3
2
s (s + 1)
4 3 2
s ( B + E ) + s ( A + 3B + D + 2E ) + s ( 3A + 3B + C + D + E ) + s ( 3A + B ) + ( A )-
= --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
3
2
s (s + 1)
–1
0 1 0 0 1 A 0 A 0 1 0 0 1 0 5
1 3 0 1 2 B 0 B 1 3 0 1 2 0 – 15
3 3 1 1 1 C = 0 C = 3 3 1 1 1 0 = 5
3 1 0 0 0 D 0 D 3 1 0 0 0 0 10
1 0 0 0 0 E 5 E 1 0 0 0 0 5 15
5 - 5- –--------
15- ------------------
5 - ------------------
10 - ---------------
15 -
----------------------- = --- + + + +
3 2 s 3 2 (s + 1)
2
s (s + 1) s (s + 1) (s + 1)
• Operations on summations:
b a
∑ xi = ∑ xi
i=a i=b
page 630
b b
∑ αxi = α ∑ xi
i=a i=a
b b b
∑ xi + ∑ yj = ∑ ( xi + yi )
i=a j=a i=a
b c c
∑ xi + ∑ xi = ∑ xi
i=a i = b+1 i=a
b
d b d
y =
∑ i ∑ j ∑ ∑ xi yj
x
i = a j = c i=a j=c
N
1
∑i = --- N ( N + 1 )
2
i=1
N–1 1 – αN
----------------, α ≠ 1
∑ α = 1 – α
i
for both real and complex α .
i=0 N, α = 1
∞
1
∑α
i
= ------------, α < 1 for both real and complex α . For α ≥ 1 , the summation
1–α
i=0
does not converge.
page 631
(ans. 2
2x + 8x = – 8
2
x + 4x + 4 = 0
2
(x + 2) = 0
x = –2, – 2
(ans. x + 4-
---------------- x+4
------------------- A B-
--- + ----------- Ax + 8A + Bx-
--------------------------------
= = =
2
x + 8x x(x + 8) x x+8 2
x + 8x
( 1 )x + 4 = ( A + B )x + 8A
8A = 4 A = 0.5
1 = A+B B = 0.5
x + 4-
---------------- 0.5 0.5
2
= ------- + ------------
x + 8x x x+8
page 632
24.3.1 Trigonometry
y 1
sin θ = -- = -----------
r csc θ
x 1
cos θ = -- = ----------- r
r sec θ
y
y 1 sin θ
tan θ = -- = ----------- = ------------
x cot θ cos θ
Pythagorean Formula:
2
r = x +y
2 2 θ
Sine - sin
Cosine - cos
Tangent - tan
Cosecant - csc
Secant - sec
Cotangent -cot
• NOTE: Keep in mind when finding these trig values, that any value that does not
lie in the right hand quadrants of cartesian space, may need additions of ±90° or ±180°.
page 635
Cosine Law:
2 2 2
c = a + b – 2ab cos θ c
c
θA
b
Sine Law:
a -
------------- b c
= -------------- = --------------
sin θ A sin θ B sin θ C
θC
θB
• Now a group of trigonometric relationships will be given. These are often best
used when attempting to manipulate equations.
page 636
tan θ 1 ± tan θ 2
tan ( θ 1 ± θ 2 ) = ------------------------------------
-
1− + tan θ 1 tan θ 2
cot θ 1 cot θ2 − +1
cot ( θ 1 ± θ 2 ) = ------------------------------------
-
tan θ 2 ± tan θ 1
θ – cos θ-
sin --- = ± 1-------------------- -ve if in left hand quadrants
2 2
θ + cos θ-
cos --- = ± 1--------------------
2 2
θ sin θ 1 – cos θ
tan --- = --------------------- = ---------------------
2 1 + cos θ sin θ
2 2
( cos θ ) + ( sin θ ) = 1
jθ –jθ jθ –j θ
e +e e –e
cos θ = ---------------------- sin θ = ---------------------
2 2j
x –x
e –e
sinh ( x ) = ------------------ = hyperbolic sine of x
2
x –x
e +e
cosh ( x ) = ------------------ = hyperbolic cosine of x
2
x –x
sinh ( x ) e –e -
tanh ( x ) = ------------------- = ----------------- = hyperbolic tangent of x
cosh ( x ) x
e +e
–x
1 2
csch ( x ) = ------------------ = -----------------
- = hyperbolic cosecant of x
sinh ( x ) x
e –e
–x
1 2
sech ( x ) = ------------------- = -----------------
- = hyperbolic secant of x
cosh ( x ) x
e +e
–x
x –x
cosh ( x ) e +e -
coth ( x ) = ------------------- = ----------------- = hyperbolic cotangent of x
sinh ( x ) x
e –e
–x
sinh ( – x ) = – sinh ( x )
cosh ( –x ) = cosh ( x )
tanh ( –x ) = – tanh ( x )
csch ( – x ) = – csch ( x )
sech ( – x ) = sech ( x )
coth ( – x ) = – coth ( x )
2 2 2 2 2 2
( cosh x ) – ( sinh x ) = ( sech x ) + ( tanh x ) = ( coth x ) – ( csch x ) = 1
sinh ( x ± y ) = sinh ( x ) cosh ( y ) ± cosh ( x ) sinh ( y )
cosh ( x ± y ) = cosh ( x ) cosh ( y ) ± sinh ( x ) sinh ( y )
tanh ( x ) ± tanh ( y )
tanh ( x ± y ) = -----------------------------------------------
1 ± tanh ( x ) tanh ( y )
• Some of the relationships between the hyperbolic, and normal trigonometry func-
tions are,
1. Find all of the missing side lengths and corner angles on the two triangles below.
5 5 3
3
10°
(ans.
cos θ cos θ – sin θ sin θ = cos ( θ + θ ) = cos ( 2θ )
2 2 2 2 2
( s + 3j ) ( s – 3j ) ( s + 2j ) = ( s – 9j ) ( s + 4js + 4j )
4 3 2 2 2 2 2 2 2
s + 4js + 4j s – 9j s – 9j 4js – 9j 4j
4 3 2
s + ( 4j )s + ( 5 )s + ( 36j )s + ( – 36 )
(ans. 4 A B Ax + 2A + Bx + B ( 2A + B ) + ( A + B )x
-------------------------- = ------------ + ------------ = ------------------------------------------- = -------------------------------------------------
2 x+1 x+2 2 2
x + 3x + 2 x + 3x + 2 x + 3x + 2
A+B = 0 A = –B
4 - -----------
–4 -
----------- +
2A + B = 4 = – 2B + B = – B B = –4 A = 4 x+1 x+2
24.3.3 Geometry
• A set of the basic 2D and 3D geometric primitives are given, and the notation
used is described below,
A = contained area
P = perimeter distance
V = contained volume
S = surface area
x, y, z = centre of mass
x, y, z = centroid
I x, I y, I z = moment of inertia of area (or second moment of inertia)
page 640
AREA PROPERTIES:
∫y
2
Ix = dA = the second moment of inertia about the y-axis
A
∫x
2
Iy = dA = the second moment of inertia about the x-axis
A
∫r ∫ (x
2 2 2
JO = dA = + y ) dA = I x + I y = The polar moment of inertia
A A
∫ x dA
A
x = ------------
- = centroid location along the x-axis
∫ dA
A
∫ y dA
A
y = ------------
- = centroid location along the y-axis
∫ dA
A
page 641
y
Rectangle/Square:
A = ab
P = 2a + 2b a
b
Centroid: Moment of Inertia Moment of Inertia
(about centroid axes): (about origin axes):
3 3
b ba ba
x = --- I x = -------- I x = --------
2 12 3
3 3
b a b a
a I y = -------- I y = --------
y = --- 12 3
2
2 2
b a
I xy = 0 I xy = -----------
4
page 642
Triangle: y
bh
A = ------
2 a
P = h
θ
x
Circle: y
2
r
A = πr
P = 2πr
Half Circle: y
2
πr
A = --------
2
P = πr + 2r r
x
Quarter Circle: y
2
πr
A = --------
4
πr
P = ----- + 2r
2 r
x
Circular Arc: y
2
θr
A = --------
2
P = θr + 2r r
x
θ
I xy = I xy = 0
page 645
Ellipse: y
r1
A = πr 1 r 2 r2
π 2 2
--- r1 + r 2
P = 4r 1 ∫
2 2
1 – -------------------- ( sin θ ) dθ x
0 a
2 2
r 1 + r2
P ≈ 2π ---------------
-
2
Half Ellipse: y
πr 1 r 2
A = -------------
2
r1
π 2 2
--- r1 + r2 r2
P = 2r 1 ∫
2 2
1 – -------------------- ( sin θ ) dθ + 2r 2 x
0 a
2 2
r 1 + r2
P ≈ π ---------------
- + 2r 2
2
Quarter Ellipse: y
πr 1 r 2
A = -------------
4
π
r1
--- 2 2
r1 + r 2
r1 ∫
2 2
P = 1 – -------------------- ( sin θ ) dθ + 2r 2 r2 x
0 a
2 2
π r 1 + r2
P ≈ --- ---------------
- + 2r 2
2 2
4r 2 3
x = -------- Ix = I x = πr 2 r 1
3π
4r 1 3
y = -------- Iy = I y = πr 2 r 1
3π 2 2
r2 r1
I xy = I xy = ---------
8
Parabola: y
2
A = --- ab
3
a
b + 16a
2 2
b
2 4a + b + 16a 2 2
P = --------------------------- + ------ ln ---------------------------------------- x
2 8a b
b
Centroid: Moment of Inertia Moment of Inertia
(about centroid axes): (about origin axes):
b Ix = Ix =
x = ---
2
2a Iy = Iy =
y = ------
5
I xy = I xy =
page 648
Half Parabola: y
ab
A = ------
3
a
b + 16a
2 2
b
2 4a + b 2 + 16a 2
P = --------------------------- + --------- ln ---------------------------------------- x
4 16a b
b
• A general class of geometries are conics. This for is shown below, and can be
used to represent many of the simple shapes represented by a polynomial.
page 649
2 2
Ax + 2Bxy + Cy + 2Dx + 2Ey + F = 0
VOLUME PROPERTIES:
∫ rx
2
Ix = dV = the moment of inertia about the x-axis
V
∫ ry
2
Iy = dV = the moment of inertia about the y-axis
V
∫ rz
2
Iz = dV = the moment of inertia about the z-axis
V
∫ x dV
V
x = ------------
- = centroid location along the x-axis
∫ dV
V
∫ y dV
V
y = ------------
- = centroid location along the y-axis
∫ dV
V
∫ z dV
V
z = ------------
- = centroid location along the z-axis
∫ dV
V
page 651
Parallelepiped (box): y
V = abc c
z
S = 2 ( ab + ac + bc )
b
x
Sphere: y
r
4 3
V = --- πr
3
z
2
S = 4πr
x
Hemisphere: y
2 3
V = --- πr
3
z
S = r
x
Cap of a Sphere: y
1 2 h
V = --- πh ( 3r – h )
3
z
S = 2πrh r
x
x = r Ix = Ix =
Iy = Iy =
y =
Iz = Iz =
z = r
page 653
Cylinder: y
r
2
V = hπr h
2 z
S = 2πrh + 2πr
x
Cone: y
1 2
V = --- πr h
3
2 2 h
S = πr r + h z
r
x
Tetrahedron: y
z
1
V = --- Ah
3
h
A x
x = Ix = Ix =
h Iy = Iy =
y = ---
4
Iz = Iz =
z =
Torus: y
r2
1 2 2
V = --- π ( r 1 + r 2 ) ( r 2 – r 1 )
4 r1
z
2 2 2
S = π ( r2 – r1 ) x
x = r2 Ix = Ix =
r2 – r1
y = --------------- Iy = Iy =
2
Iz = Iz =
z = r2
page 655
Ellipsoid: y
r2 r3
4
V = --- πr 1 r 2 r 3
3
z r1
S =
x
x = r1 Ix = Ix =
Iy = Iy =
y = r2
Iz = Iz =
z = r3
Paraboloid: y
1 2
V = --- πr h h
2
z
S = r
x
x = r Ix = Ix =
Iy = Iy =
y =
Iz = Iz =
z = r
page 656
1
m perpendicular = ---- a slope perpendicular to a line
m
y2 – y1
m = ---------------- the slope using two points
x2 – x1
x y
--- + --- = 1 as defined by two intercepts
a b
• If we assume a line is between two points in space, and that at one end we have a
local reference frame, there are some basic relationships that can be derived.
page 657
θβ d ( x 2, y 2, z 2 )
( x 1, y 1, z 1 )
2 2 2 θγ θα
d = ( x2 – x1 ) + ( y2 – y1 ) + ( z2 – z1 )
x
( x 0, y 0, z 0 )
z
x2 – x1 y2 – y1 z2 – z1
θ α = acos ---------------- θ β = acos ---------------- θ γ = acos ---------------
d d d
2 2 2
( cos θ α ) + ( cos θ β ) + ( cos θ γ ) = 1
The equation of the line is,
x – x1 y – y1 z–z Explicit
--------------- - = --------------1-
- = ---------------
x2 – x1 y2 – y1 z2 – z1
( x, y, z ) = ( x 1, y 1, z 1 ) + t ( ( x 2, y 2, z 2 ) – ( x 1, y 1, z 1 ) ) Parametric t=[0,1]
Ax + By + Cz + D = 0
P 1 = ( x 1, y 1, z 1 )
z c
x – x1 y – y1 z – z1
det x – x 2 y – y 2 z – z 2 = 0
x – x3 y – y3 z – z3
y2 – y1 z2 – z1 z2 – z1 x2 – x1
∴det ( x – x 1 ) + det ( y – y1 )
y3 – y1 z3 – z1 z3 – z1 x3 – x1
x2 – x1 y2 – y1
+ det ( z – z1 ) = 0
x3 – x1 y3 – y1
( x, y, z ) = t ( A , B , C )
1. What is the circumferenece of a circle? What is the area? What is the ratio of the area to the cir-
cumference?
page 659
2. What is the equation of a line that passes through the points below?
a) (0, 0) to (2, 2)
b) (1, 0) to (0, 1)
c) (3, 4) to (2. 9)
3. Find a line that is perpendicular to the line through the points (2, 1) and (1, 2). The perpendicu-
lar line passes through (3, 5).
(ans.
a) x 2 + 3x = – 2
2
x + 3x + 2 = 0
2
– 3 ± 3 – 4( 1)( 2 ) –3± 9–8 –3±1
x = ------------------------------------------------ = ------------------------------ = ---------------- = – 1, – 2
2(1 ) 2 2
b) sin x = cos x
sin x-
---------- = 1
cos x
tan x = 1
x = atan 1
x = …, –135°, 45°, 225°, …
(ans.
2
a) ( cos 2θ )
sin 2θ ---------------------- + sin 2θ = ( cos 2θ ) + ( sin 2θ ) = 1
2 2
sin 2θ
page 660
6. A line that passes through the point (1, 2) and has a slope of 2. Find the equation for the line,
and for a line perpendicular to it.
(ans. given,
y = mx + b
m = 2
x = 1
y = 2
substituting
2 = 2(1) + b b = 0
y = 2x
perpendicular
1
m perp = – ---- = – 0.5
m
y = –0.5 x
• In this section, as in all others, ‘j’ will be the preferred notation for the complex
number, this is to help minimize confusion with the ‘i’ used for current in electrical engi-
neering.
Complex Numbers:
a + bj where,
a and b are both real numbers
( a + bj ) – ( c + dj ) = ( a – c ) + ( b – d )j
( a + bj ) ⋅ ( c + dj ) = ( ac – bd ) + ( ad + bc )j
CARTESIAN FORM
Ij
imaginary (j)
N = R + Ij
R
real
2 2
A = R +I R = A cos θ
θ
R
real
A = amplitude
θ = phase angle
• We can also do calculations using polar notation (this is well suited to multiplica-
tion and division, whereas cartesian notation is easier for addition and subtraction),
page 663
jθ
A ∠θ = A ( cos θ + j sin θ ) = Ae
( A 1 ∠θ 1 ) ( A 2 ∠θ 2 ) = ( A 1 A 2 ) ∠( θ 1 + θ 2 )
( A 1 ∠θ 1 ) A
--------------------- = -----1- ∠( θ 1 – θ 2 )
( A 2 ∠θ 2 ) A 2
n n
( A ∠θ ) = ( A ) ∠( nθ ) (DeMoivre’s theorem)
• Note that DeMoivre’s theorem can be used to find exponents (including roots) of
complex numbers
jθ
• Euler’s formula: e = cos θ + j sin θ
jθ – jθ
e +e
cos θ = ----------------------
2
jθ – jθ
e –e
sin θ = ---------------------
2j
• Basically, these coordinates appear as if the cartesian box has been replaced with
a cylinder,
page 664
z z
( x, y, z ) ↔ ( r, θ, z )
z
z
y
r
x
x y
θ
2 2
x = r cos θ r = x +y
θ = atan --
y
y = r sin θ x
z z
( x, y, z ) ↔ ( r, θ, φ ) φ
r
z
y
x
x y
θ
2 2 2
x = r sin θ cos φ r = x +y +z
(ans. a) 16 16 16-
--------------------- = ------------------------------------
- = ------- = – 0.5j
2 – 16 + 32j + 16 32j
( 4j + 4 )
24.5.1 Vectors
head
terminus
y j
x i
z k
becomes
y j
z x k i
A = ( 2, 3, 4 ) A + B = ( 2 + 7, 3 + 8, 4 + 9 )
B = ( 7, 8, 9 ) A – B = ( 2 – 7, 3 – 8, 4 – 9 )
B
Parallelogram Law
A+B
A A
B
• We can use a dot product to find the angle between two vectors
page 668
y F2 = 5i + 3j
F1 • F2
cos θ = -----------------
-
F1 F2
θ F1 = 2i + 4j
( 2 ) ( 5 ) + ( 4 )( 3)
∴θ = acos -------------------------------------------
2 2 + 4 2 5 2 + 3 2
• We can use a dot product to project one vector onto another vector.
z
F 1 = ( – 3i + 4j + 5k )N
We want to find the component of
force F1 that projects onto the
vector V. To do this we first con-
vert V to a unit vector, if we do
not, the component we find will V = 1j + 1k
be multiplied by the magnitude y
of V.
F1
V 1j + 1k
λV = ------ = --------------------- = 0.707j + 0.707k
V 2 2
1 +1
F 1V = λ V • F 1 = ( 0.707j + 0.707k ) • ( – 3i + 4j + 5k )N
∴F 1V = ( 0 ) ( – 3 ) + ( 0.707 ) ( 4 ) + ( 0.707 ) ( 5 ) = 6N V
F 1V
• We can consider the basic properties of the dot product and units vectors.
page 669
Unit vectors are useful when breaking up vector magnitudes and direction. As an exam-
ple consider the vector, and the displaced x-y axes shown below as x’-y’.
y F = 10N
y’ x’
45°
60°
x
We could write out 5 vectors here, relative to the x-y axis,
x axis = 2i
y axis = 3j
x‘ axis = 1i + 1j
y‘ axis = – 1i + 1j
F = 10N ∠60° = ( 10 cos 60° )i + ( 10 sin 60° )j
None of these vectors has a magnitude of 1, and hence they are not unit vectors. But, if
we find the equivalent vectors with a magnitude of one we can simplify many tasks.
In particular if we want to find the x and y components of F relative to the x-y axis we
can use the dot product.
This result is obvious, but consider the other obvious case where we want to project a
vector onto itself,
page 670
FF = F • F
= ( ( 10 cos 60° )i + ( 10 sin 60° )j ) • ( ( 10 cos 60° )i + ( 10 sin 60° )j )
= ( 10 cos 60° ) ( 10 cos 60° ) + ( 10 sin 60° ) ( 10 sin 60° )
2 2
= 100 ( ( cos 60° ) + ( sin 60° ) ) = 100
FF = F • λF
= ( ( 10 cos 60° )i + ( 10 sin 60° )j ) • ( ( cos 60° )i + ( sin 60° )j )
= ( 10 cos 60° ) ( cos 60° ) + ( 10 sin 60° ) ( sin 60° )
2 2
= 10 ( ( cos 60° ) + ( sin 60° ) ) = 10 Correct
Now consider the case where we find the component of F in the x’ direction. Again,
this can be done using the dot product to project F onto a unit vector.
F x' = F • λ x' = ( ( 10 cos 60° )i + ( 10 sin 60° )j ) • ( ( cos 45° )i + ( sin 45° )j )
= ( 10 cos 60° ) ( cos 45° ) + ( 10 sin 60° ) ( sin 45° )
= 10 ( cos 60° cos 45° + sin 60° sin 45° ) = 10 ( cos ( 60° – 45° ) )
Here we see a few cases where the dot product has been applied to find the vector pro-
jected onto a unit vector. Now finally consider the more general case,
page 671
y
V2
V1
θ2 V 2V1
θ1
x
First, by inspection, we can see that the component of V2 (projected) in the direction
of V1 will be,
V 2V1 = V 2 cos ( θ 2 – θ1 )
Next, we can manipulate this expression into the dot product form,
V1 V2 V 1 • V2 V1 • V2
= V 2 --------- • --------- = V 2 ------------------ = ------------------ = V2 • λ V1
V1 V2 V1 V2 V1
Or more generally,
V1 • V 2
V2 V1 = V 2 cos ( θ2 – θ 1 ) = V 2 ------------------
V1 V2
V1 • V2
∴ V 2 cos ( θ 2 – θ1 ) = V 2 ------------------
V1 V2
V1 • V2
∴ cos ( θ 2 – θ 1 ) = ------------------
V 1 V2
*Note that the dot product also works in 3D, and similar proofs are used.
page 672
F = ( – 6.43i + 7.66j + 0k )N
NOTE: note that the cross prod-
d = ( 2i + 0j + 0k )m uct here is for the right hand
rule coordinates. If the left
handed coordinate system is
i j k
used F and d should be
M = d×F = 2m 0m 0m reversed.
– 6.43N 7.66N 0N
NOTE: there are two things to note about the solution. First, it is a vector. Here
there is only a z component because this vector points out of the page, and a
rotation about this vector would rotate on the plane of the page. Second, this
result is positive, because the positive sense is defined by the vector system.
In this right handed system find the positive rotation by pointing your right
hand thumb towards the positive axis (the ‘k’ means that the vector is about
the z-axis here), and curl your fingers, that is the positive direction.
The cross (or vector) product of two vectors will yield a new vector perpendicular
to both vectors, with a magnitude that is a product of the two magnitudes.
V1 × V2
V1
V2
V1 × V2 = ( x 1 i + y1 j + z1 k ) × ( x2 i + y 2 j + z 2 k )
i j k
V1 × V2 = x1 y1 z1
x2 y2 z2
V 1 × V 2 = ( y 1 z 2 – z 1 y 2 )i + ( z 1 x 2 – x 1 z 2 )j + ( x 1 y 2 – y 1 x 2 )k
We can also find a unit vector normal ‘n’ to the vectors ‘V1’ and ‘V2’ using
a cross product, divided by the magnitude.
V1 × V2
λ n = ---------------------
V1 × V2
The positive orientation of angles and moments about an axis can be determined
by pointing the thumb of the right hand along the axis of rotation. The fingers
curl in the positive direction.
y x z
x z y
+ + +
z y x
The cross product is distributive, but not associative. This allows us to collect terms
in a cross product operation, but we cannot change the order of the cross product.
r 1 × F + r 2 × F = ( r 1 + r2 ) × F DISTRIBUTIVE
When we want to do a cross product, followed by a dot product (called the mixed triple
product), we can do both steps in one operation by finding the determinant of the follow-
ing. An example of a problem that would use this shortcut is when a moment is found
about one point on a pipe, and then the moment component twisting the pipe is found
using the dot product.
ux uy uz
( d × F) • u = dx dy dz
F x F y Fz
24.5.5 Matrices
• Matrices allow simple equations that drive a large number of repetitive calcula-
tions - as a result they are found in many computer applications.
n columns
If n=m then the matrix is said to be square.
a 11 a 21 … a n1 Many applications require square matrices.
We may also represent a matrix as a 1-by-3
a 12 a 22 … a n2 m rows for a vector.
… … … …
a 1m a 2m … a nm
• Matrix operations are available for many of the basic algebraic expressions,
examples are given below. There are also many restrictions - many of these are indicated.
3 4 5 12 13 14 21
A = 2 B = 6 7 8 C = 15 16 17 D = 22 E = 24 25 26
9 10 11 18 19 20 23
Addition/Subtraction 3 + 12 4 + 13 5 + 14
3+2 4+2 5+2
A+B = 6+2 7+2 8+2 +
B C = 6 + 15 7 + 16 8 + 17
9 + 2 10 + 2 11 + 2 9 + 18 10 + 19 11 + 20
B + D = not valid
Multiplication/Division
3--- 4--- 5---
3(2 ) 4(2 ) 5(2) 2 2 2
A ⋅ B = 6(2 ) 7(2 ) 8(2)
B
--- = 6--- 7--- 8---
9 ( 2 ) 10 ( 2 ) 11 ( 2 ) A 2 2 2
9--- 10 11
------ ------
2 2 2
( 3 ⋅ 21 + 4 ⋅ 22 + 5 ⋅ 23 )
B ⋅ D = ( 6 ⋅ 21 + 7 ⋅ 22 + 8 ⋅ 23 ) D ⋅ E = 21 ⋅ 24 + 22 ⋅ 25 + 23 ⋅ 26
( 9 ⋅ 21 + 10 ⋅ 22 + 11 ⋅ 23 )
( 3 ⋅ 12 + 4 ⋅ 15 + 5 ⋅ 18 ) ( 3 ⋅ 13 + 4 ⋅ 16 + 5 ⋅ 19 ) ( 3 ⋅ 14 + 4 ⋅ 17 + 5 ⋅ 20 )
B⋅C = ( 6 ⋅ 12 + 7 ⋅ 15 + 8 ⋅ 18 ) ( 6 ⋅ 13 + 7 ⋅ 16 + 8 ⋅ 19 ) ( 6 ⋅ 14 + 7 ⋅ 17 + 8 ⋅ 20 )
( 9 ⋅ 12 + 10 ⋅ 15 + 11 ⋅ 18 ) ( 9 ⋅ 13 + 10 ⋅ 16 + 11 ⋅ 19 ) ( 9 ⋅ 14 + 10 ⋅ 17 + 11 ⋅ 20 )
B- ---
B D
--- , -, ---- , etc = not allowed (see inverse)
C D B
Note: To multiply matrices, the first matrix must have the same number
of columns as the second matrix has rows.
page 677
Determinant
B = 3⋅ 7 8 –4⋅ 6 8 +5⋅ 6 7 = 3 ⋅ ( – 3 ) – 4 ⋅ ( –6 ) + 5 ⋅ ( – 3 ) = 0
10 11 9 11 9 10
7 8 = ( 7 ⋅ 11 ) – ( 8 ⋅ 10 ) = – 3
10 11
6 8 = ( 6 ⋅ 11 ) – ( 8 ⋅ 9 ) = – 6
9 11
6 7 = ( 6 ⋅ 10 ) – ( 7 ⋅ 9 ) = – 3
9 10
Transpose
3 6 9
T T 24
B = 4 7 10 D = 21 22 23 T
E = 25
5 8 11
26
page 678
Adjoint T
7 8 – 6 8 6 7
10 11 10 11 9 10 The matrix of determinant to
the left is made up by get-
ting rid of the row and col-
B = – 4 5 3 5 – 3 4 umn of the element, and
10 11 9 11 9 10
then finding the determi-
4 5 nant of what is left. Note
– 3 5 3 4
the sign changes on alter-
7 8 6 8 6 7 nating elements.
–1 B
B = ---------
B In this case B is singular, so the
inverse is undetermined, and the
matrix is indeterminate.
–1
D = invalid (must be square)
page 679
Identity Matrix
This is a square matrix that is the matrix equivalent to ‘1’.
B⋅I = I⋅B = B
D⋅I = I⋅D = D
–1
B ⋅B = I
1 0 0
1 0
1, , 0 1 0 , etc=I
0 1
0 0 1
A – λI = 0
Given,
2⋅x+4⋅y+3⋅z = 5
9⋅x+6⋅y+8⋅z = 7
11 ⋅ x + 13 ⋅ y + 10 ⋅ z = 12
Write down the matrix, then rearrange, and solve.
–1
2 4 3 x 5 x 2 4 3 5
9 6 8 y = 7 ∴ y = 9 6 8 7 =
11 13 10 z 12 z 11 13 10 12
page 680
Given,
2⋅x+4⋅y+3⋅z = 5
9⋅x+6⋅y+8⋅z = 7
11 ⋅ x + 13 ⋅ y + 10 ⋅ z = 12
Write down the coefficient and parameter matrices,
2 4 3 5
A = 9 6 8 B = 7
11 13 10 12
Calculate the determinant for A (this will be reused), and calculate the determinants
for matrices below. Note: when trying to find the first parameter ‘x’ we replace the
first column in A with B.
5 4 3
7 6 8
12 13 10
x = ------------------------------ =
A
2 5 3
9 7 8
11 12 10
y = ------------------------------ =
A
2 4 5
9 6 7
11 13 12
z = ------------------------------ =
A
Multiply
ANS.
1 2 3 10 1 2 3 10 68
4 5 6 11 = 4 5 6 11 = 167
7 8 9 12 7 8 9 12 266
Determinant
123 1 2 3
426 = 4 2 6 = 36
789 7 8 9
Inverse –1
–1 1 2 3 – 0.833 0.167 0.167
12 3 = 0.167 – 0.333 0.167
4 2 6
42 6 =
7 8 9 0.5 0.167 – 0.167
78 9
5. Solve the following set of equations using a) Cramer’s rule and b) an inverse matrix.
2x + 3y = 4
5x + 1y = 0
page 682
(ans. a) 4 3 2 4
2 3 x = 4
0 1 4 5 0 – 20 20
5 1 y 0 x = ---------------- = --------- y = ---------------- = --------- = ------
– 13 – 13 13
2 3 2 3
5 1 5 1
b) T
1 –( 5 ) 1 –3 4
–1
– ( 3 ) 2 – 5 2 – ------
x = 2 3 4 = -------------------------------- 4 = ------------------- 4 = – -----
1- 4
= 13
y 5 1 0 0 – 13 0 13 –20 20
2 3 ------
5 1 13
(ans.
T T T
A B C X L AX + BY + CZ L AX + BY + CZ + L
D E F Y + M = DX + EY + FZ + M = DX + EY + FZ + M
GH I Z N GX + YH + IZ N GX + YH + IZ + N
= AX + BY + CZ + L DX + EY + FZ + M GX + YH + IZ + N
a) A B C X
D E F Y =
GH I Z
b) A B C
D E F X Y Z =
GH I
page 683
8. Find the dot product, and the cross product, of the vectors A and B below.
x p
A = y B = q
z r
(ans.
A • B = xp + yq + zr
i j k yr – zq
A×B = x y z = i ( yr – zq ) + j ( zp – xr ) + k ( xq – yp ) = zp – xr
p q r xq – yp
a) T –1
a d e f b) c)
a b a b
b g h k c d c d
c mnp
(ans.
a) T
a d e f d e f
b g h k = a b c g h k = ( ad + bg + cm ) ( ae + bh + cn ) ( af + bk + cp )
c mnp mnp
b)
a b = ad – bc
c d
adj
c) a b d –c –c -
d - -----------------
–1
c d –b a -----------------
a b = ------------------- = ------------------- = ad – bc ad – bc
c d ad – bc – b - -----------------
a -
a b -----------------
ad – bc ad – bc
c d
page 684
10. Find the value of ‘x’ for the following system of equations.
x + 2y + 3z = 5
x + 4y + 8z = 0
4x + 2y + z = 1
(ans.
1 2 3 x 5
1 4 8 y = 0
4 2 1 z 1
5 2 3
0 4 8
1 2 1 5 ( 4 – 16 ) + 2 ( 8 – 0 ) + 3 ( 0 – 4 ) – 60 + 16 – 12 – 56
x = ------------------ = ---------------------------------------------------------------------------------- = ---------------------------------- = --------- = – 7
1 ( 4 – 16 ) + 2 ( 32 – 1 ) + 3 ( 2 – 16 ) – 12 + 62 – 42 8
1 2 3
1 4 8
4 2 1
a) A B C X
D E F Y =
GH I Z
b) A B C
D E F X Y Z =
GH I
c)
det A B =
C D
d) A
A B =
C D
e) –1
A B =
C D
page 685
12. Solve the following set of equations with the specified methods.
3x + 5y = 7
a) Inverse matrix
4x – 6y = 2
b) Cramer’s rule
c) Gauss-Jordan row reduction
d) Substitution
24.6 CALCULUS
• NOTE: Calculus is very useful when looking at real systems. Many students are
turned off by the topic because they "don’t get it". But, the secret to calculus is to remem-
ber that there is no single "truth" - it is more a loose collection of tricks and techniques.
Each one has to be learned separately, and when needed you must remember it, or know
where to look.
[Link] - Differentiation
Both u, v and w are functions of x, but this is not shown for brevity.
Also note that C is used as a constant, and all angles are in radians.
d-
----- (C) = 0
dx
d- d
----- ( Cu ) = ( C ) ------ ( u )
dx dx
d- d d
----- ( u + v + … ) = ------ ( u ) + ------ ( v ) + …
dx dx dx
d d
------ ( u n ) = ( nu n – 1 ) ------ ( u )
dx dx
d- d d
----- ( uv ) = ( u ) ------ ( v ) + ( v ) ------ ( u )
dx dx dx
d- u---
= ----2- ------ ( u ) – ----2- ------ ( v )
----- v d u d
dx v dx
v
dx
v
d- d d d
----- ( uvw ) = ( uv ) ------ ( w ) + ( uw ) ------ ( v ) + ( vw ) ------ ( u )
dx dx dx dx
d- d d
----- ( y ) = ------ ( y ) ------ ( u ) = chain rule
dx du dx
d- 1
----- ( u ) = --------------
dx d
------ ( x )
du
d-
----- (y)
d du
------ ( y ) = --------------
dx d-
----- (x)
du
d- 2 d
d- d ----- ( cot u ) = ( – csc u ) ------ ( u )
----- ( sin u ) = ( cos u ) ------ ( u ) dx dx
dx dx
d- d
d- d ----- ( sec u ) = ( tan u sec u ) ------ ( u )
----- ( cos u ) = ( – sin u ) ------ ( u ) dx dx
dx dx
1 2d
------ ( tan u ) = ----------- ------ ( u )
d d- d
dx cos u dx ----- ( csc u ) = ( – csc u cot u ) ------ ( u )
dx dx
d- u u d
----- ( e ) = ( e ) ------ ( u ) d- d
dx dx ----- ( sinh u ) = ( cosh u ) ------ ( u )
dx dx
d- 1
----- ( ln x ) = --- d- d
dx x ----- ( cosh u ) = ( sinh u ) ------ ( u )
dx dx
d- 2 d
----- ( tanh u ) = ( sech u ) ------ ( u )
dx dx
----
d- d- 2
----
f(x) f( x)
( ) dt dt
lim ---------- = lim --------------------- = lim -----------------------
f x - = …
x → a g ( x ) x → a d x → a d 2
----
dt- g ( x ) - g ( x )
----
dt
Leibnitz’s Rule, (notice the form is similar to the binomial equation) can be used for
finding the derivatives of multiplied functions.
d- n
----- d 0 d n n d 1 d n–1
( uv ) = ------ ( u ) ------ ( v ) + ------ ( u ) ------ (v)
dx dx dx 1 dx dx
d- 2 -----
n ----- d n–2 n d n d 0
( u ) - ( v ) + … + ------ ( u ) ------ ( v )
2 dx dx n dx dx
[Link] - Integration
∫ C dx = ax + C
∫ Cf ( x ) dx = C ∫ f ( x ) dx
∫ ( u + v + w + … ) dx = ∫ u dx + ∫ v dx + ∫ w dx + …
∫ u dv = uv – ∫ v du = integration by parts
1
∫ f ( Cx ) dx = ---- ∫ f ( u ) du
C
u = Cx
d- F(u) u = f(x)
∫ F ( f ( x ) ) dx = ∫ F ( u ) -----
du
( x ) du = ∫ ----------- du
f' ( x )
n+1
x - 1
∫ x dx = ----------- ∫ --x- dx
n
+C = ln x + C
n+1
x
a-
∫ a dx = ------- ∫ e dx
x x x
+C = e +C
ln a
3x sin 2x sin 4x
∫ sin x dx ∫ ( cos x )
4
= – cos x + C dx = ------ + ------------- + ------------- + C
8 4 32
n+1
( sin x ) -
∫ cos x dx ∫ cos x ( sin x ) dx = ------------------------
n
= sin x + C +C
n+1
sin x cos x + x
∫ ( sin x ) ∫ sinh x dx
2
dx = – ------------------------------- + C = cosh x + C
2
sin x cos x + x
∫ ( cos x ) ∫ cosh x dx
2
dx = ------------------------------- + C = sinh x + C
2
2
cos x ( ( sin x ) + 2 )-
∫ ( sin x ) dx = – ------------------------------------------- ∫ tanh x dx
3
+C = ln ( cosh x ) + C
3
2
sin x ( ( cos x ) + 2 )-
∫ ( cos x ) dx = -------------------------------------------
3
+C
3
cos ( ax ) --x-
∫ x cos ( ax ) dx a
2
- + sin ( ax ) + C
= ------------------
a
2 2
2x cos ( ax -) a-------------------
x –2
∫ x cos ( ax ) dx = -------------------------
2
2
+ 3
sin ( ax ) + C
a a
n+1
x -
∫ x dx = -----------
n
+C
n+1
ln a + bx
∫ ( a + bx )
–1
dx = ----------------------- + C
b
2 a + bx
∫ ( a + bx )
–1
dx = ---------------------- + C
b CORRECT??
1
– ---
2
∫ x(x
2 2 2 2
± a ) dx = x ±a +C
2 –1 1 b
∫ ( a + bx + cx
2
) dx = ------ ln a + bx + cx + x c + ---------- + C, c > 0
c 2 c
2 –1 1 – 2cx – b
∫ ( a + bx + cx ) dx = ---------- asin ------------------------- + C, c < 0
–c 2
b – 4ac
page 691
1 3
--- ---
2-
∫ ( a + bx ) dx = -----
2 2
( a + bx )
3b
1--- 3---
2-
∫ ( a + bx ) dx = -----
2 2
( a + bx )
3b
3
1 ---
--- 2
2 ( 2a – 3bx ) ( a + bx ) -
∫ x ( a + bx )
2
dx = – ----------------------------------------------------
2
15b
1
---
----
1 2 2
1
---
ln x +
2
- + x
2 2 2 a
1---
x ( 1 + a x ) + ---------------------------------------------
2 2 2 a
∫ ( 1 + a x ) dx = ----------------------------------------------------------------------------------
2
-
3
---
a ----2- + x
1 2 2
1
---
2 2 2 a
∫ x ( 1 + a x ) dx = ---------------------------
3
-
1
---
1 2 2
1 ln x + ----- + x
3
1
--- --- ---
2
∫ x ( 1 + a x ) dx = -----4- ----
- + x – -------- x ( 1 + a x ) – ---------------------------------------------
2 2 2 2 ax 1 2 2 8 2 2 2 a
2 2 3
a 8a 8a
1--- 1---
2 2 21--- 2 2 2 asin ( ax )
∫ ( 1 – a x ) d x =
2
x ( 1 – a x ) + ---------------------
a
1--- 3
---
∫ x ( 1 – a x ) dx = – --3- ----
- – x 2
2 2 2 a 1 2
2
a
1 3 1
--- --- ---
) + a asin ---
x- 2 2 2 1---
2 2 2 2 x
∫
2 2 2 2
x ( a – x ) d x = – -- ( a – x ) + x ( a – x
4 8 a
1 1
– --- ---
∫ ( 1 + a x ) dx = --a- ln x + ---- +x
2 2 1 2 1- 2 2
2
a
1
– ---
1 2 1
∫(1 – a
2 2
x ) dx = --- asin ( ax ) = – --- acos ( ax )
a a
page 692
ax
e -
∫ e dx = ------
ax
+C
a
ax
e -
∫ xe dx = ------
ax
2
( ax – 1 ) + C
a
• When dealing with large and/or time varying objects or phenomenon we must be
able to describe the state at locations, and as a whole. To do this vectors are a very useful
tool.
• Consider a basic function and how it may be represented with partial derivatives.
page 693
y = f ( x, y, z )
We can write this in differential form, but the right hand side must contain partial
derivatives. If we separate the operators from the function, we get a simpler form.
We can then look at them as the result of a dot product, and divide it into two vec-
tors.
∂ ∂ ∂
( d )y = f ( x, y, z ) dx + f ( x, y, z ) dy + f ( x, y, z ) dz
∂x ∂y ∂z
∂ ∂ ∂
( d )y = dx + dy + dz f ( x, y, z )
∂x ∂y ∂z
∂ ∂ ∂
( d )y = i + j + k • ( dxi + dyj + dzk ) f ( x, y, z )
∂x ∂y ∂z
We then replace these vectors with the operators below. In this form we can manipu-
late the equation easily (whereas the previous form was very awkward).
( d )y = [ ∇ • dX ]f ( x, y, z )
( d )y = ∇f ( x, y, z ) • dX
( d )y = ∇f ( x, y, z ) dX cos θ
In summary,
∂ ∂ ∂
∇ = i+ j+ k ∇ • F = the divergence of function F
∂x ∂y ∂z
∇ × F = the curl of function F
F = F x i + F y j + Fz k
• Gauss’s or Green’s or divergence theorem is given below. Both sides give the
flux across a surface, or out of a volume. This is very useful for dealing with magnetic
fields.
∫ ( ∇ • F ) dV =
°∫ FdA
V A
where,
V, A = a volume V enclosed by a surface area A
F = a field or vector value over a volume
page 694
• Stoke’s theorem is given below. Both sides give the flux across a surface, or out
of a volume. This is very useful for dealing with magnetic fields.
∫ ( ∇ × F ) dA =
°∫ FdL
A L
where,
A, L = A surface area A, with a bounding parimeter of length L
F = a field or vector value over a volume
• Solving differential equations is not very challenging, but there are a number of
forms that need to be remembered.
• Another complication that often occurs is that the solution of the equations may
vary depending upon boundary or initial conditions. An example of this is a mass spring
combination. If they are initially at rest then they will stay at rest, but if there is some dis-
turbance, then they will oscillate indefinitely.
• We can judge the order of these equations by the highest order derivative in the
equation.
• Note: These equations are typically shown with derivatives only, when integrals
occur they are typically eliminated by taking derivatives of the entire equation.
ordinary differential equations - if all the derivatives are of a single variable. In the
example below ’x’ is the variable with derivatives.
d- 2
---- x + ----- x = y
d
e.g.,
dt dt
first-order differential equations - have only first-order derivatives,
e.g., ----
d
- + ----- = 2
d
dt x dt y
page 695
d- 2
---- x + ----- y = 2
d
e.g.,
dt dt
higher order differential equations - have at least one derivative that is higher than
second-order.
partial differential equations - these equations have partial derivatives
• Note: when solving these equations it is common to hit blocks. In these cases
backtrack and try another approach.
2 3
y' + 2xy – 4x = 0
y' – 2y = 0
homogeneous
[Link].1 - Guessing
• In this technique we guess at a function that will satisfy the equation, and test it to
see if it works.
• The previous example showed a general solution (i.e., the value of ’C’ was not
found). We can also find a particular solution.
–t
y = Ce a general solution
–t
y = 5e a particular solution
dx
------ + y 2 + 2y + 3 = 0
e.g., dy
2
∴dx = ( – y – 2y – 3 )dy
3
–y 2
∴x = -------- – y – 3y + C
3
dx
------ + x = 0
e.g., dy
∴ – --- dx = dy
1
x
∴ ln ( – x ) = y
• These techniques depend upon finding some combination of the variables in the
equation that can be replaced with another variable to simplify the equation. This tech-
nique requires a bit of guessing about what to substitute for, and when it is to be applied.
page 698
e.g., dy
------ = y-- – 1 the equation given
dx x
y the substitution chosen
u = --
x
Put the substitution in and solve the differential equation,
dy
------ = u – 1
dx
du
∴u + x ------ = u – 1
dx
du –1
∴------ = ------
dx x
du 1
∴– ------ = ---
dx x
∴– u = ln ( x ) + C
Substitute the results back into the original substitution equation to get rid of ’u’,
y
– -- = ln ( x ) + C
x
∴y = – x ln ( x ) – Cx
- homogeneous
- nonhomogeneous
d- 2
---- + A ----- y + By = 0
d
y
dt dt
2
----
d-
+ 6 ----- y + 3y = 0
d
e.g., dt y dt
Guess,
Bt
y = e
----
d-
= Be
Bt
dt y
2
----
d- 2 Bt
= B e
dt y
B = – 3 + 2.449j, – 3 – 2.449j
substitute and solve for B,
( – 3 + 2.449j )t
y = e
– 3 t 2.449jt
y = e e
–3 t
y = e ( cos ( 2.449t ) + j sin ( 2.449t ) )
d- 2
---- + A ----- y + By = Cx
d
y
dt dt
• to solve these equations we need to find the homogeneous and particular solu-
tions and then add the two solutions.
y = yh + yp
to find yh solve,
d- 2
---- y + A ----- y + B = 0
d
dt dt
to find yp guess at a value of y and then test for validity, A good table of guesses is,
Cx form Guess
A C
Ax + B Cx + D
Ax Ax Ax
e Ce Cxe
B sin ( Ax ) or B cos ( Ax ) C sin ( Ax ) + D cos ( Ax )
or Cx sin ( Ax ) + xD cos ( Ax )
d- 2
---- + ----- y – 6y = e
d – 2x
dt y dt
First solve for the homogeneous part,
d- 2
---- + ----- – 6y = 0
d Bx
y = e
dt y dt y try
----
d-
y = Be
Bx
dt
2
----
d-
y
2 Bx
= B e
dt
2 Bx Bx Bx
B e + Be – 6e = 0
2
B +B–6 = 0
B = – 3, 2
– 3x 2x
yh = e +e
Next, solve for the particular part. We will guess the function below.
– 2x
y = Ce
----
d-
y = – 2C e
– 2x
dt
2
----
d-
= 4Ce
– 2x
dt y
– 2x – 2x – 2x – 2x
4Ce + – 2C e – 6Ce = e
4C – 2C – 6C = 1
C = 0.25
– 2x
y p = 0.25e
Finally,
– 3x 2x – 2x
y = e +e + 0.25e
2 (n – 1) n–1
f'' ( a ) ( x – a ) f ( a)(x – a)
f ( x ) = f ( a ) + f' ( a ) ( x – a ) + ------------------------------- + … + ------------------------------------------------
2! ( n – 1 )!
(ans. d 3t
----- ------------------ + e 2t = ----
d-
( 3t ( 2 + t ) ) + ----- ( e ) = 3 ( 2 + t ) – 6t ( 2 + t ) + 2e
–2 d 2t –2 –3 2t
dt 2 dt dt
(2 + t)
2. Solve the following differential equation, given the initial conditions at t=0s.
x'' + 4x' + 4x = 5t x0 = 0 x' 0 = 0
page 703
(ans.
d d d
a) ----- ( sin t + cos t ) = ----- ( sin t ) + ----- ( cos t ) = cos t – sin t
dt dt dt
d –2 –3
b) ----- ( ( t + 2 ) ) = – 2 ( t + 2 )
dt
d 8t 8t 8t
c) ----- ( 5te ) = 5e + 40te
dt
d 5
d) ----- ( 5 ln t ) = ---
dt t
∫ 6 t dt
2
a)
b) ∫ 14 e dt
7t
c) ∫ sin ( 0.5t ) dt
5
d) ∫ --x- dx
(ans.
3
a) ∫ 6 t dt = 6 ---- = 2t + C
2 t 3
3
7t
b) ∫ 14 e dt = 14 ------ + C = 2e + C
7t e 7t
7
– cos ( 0.5t )
c) ∫ sin ( 0.5t ) dt = -------------------------- + C = – 2 cos ( 0.5t ) + C
0.5
5
d) ∫ --x- dx = 5 ln ( x ) + C
d- -----------
----- 1 -
a)
dx x + 1
d- –t
b) ---- ( e sin ( 2t – 4 ) )
dt
(ans. d- -----------
1 - –1
a) ----- = ------------------2-
dx x + 1
(x + 1)
d
b) ----- ( e –t sin ( 2t – 4 ) ) = – e –t sin ( 2t – 4 ) + 2e –t cos ( 2t – 4 )
dt
∫e
a) 2t
dt
b) ∫ ( sin θ + cos 3θ ) dθ
∫e
(ans. a) 2t
dt = 0.5e + C
2t
1
b) ∫ ( sin θ + cos 3θ ) dθ = – cos θ + --- sin 3θ + C
3
x'' + 5x' + 3x = 3 x( 0) = 1
x' ( 0 ) = 1
page 706
(ans.
x'' + 5x' + 3x = 3 x( 0) = 1 x' ( 0 ) = 1
Homogeneous:
2
A + 5A + 4 = 0
– 5 ± 25 – 16 –5±3
A = ------------------------------------ = ---------------- = – 4, – 1
2 2
– 4t –t
xh = C1 e + C2e
Particular:
xp = A x'p = 0 x'' p = 0
0 + 5 ( 0 ) + 3A = 3 A = 1
xp = 1
Initial values:
– 4t –t
x = x h + xp = C1 e + C2 e + 1
9. Set up an integral and solve it to find the volume inside the shape below. The shape is basically
a cone with the top cut off.
page 707
z
y
b
a
c
(ans. a
V = ∫ dV = ∫0 A dx
r = b + ----------- x
c–b
a
2 2
A = πr = π b + ----------- x = πb + 2π ----------- x + π ----------- x
2 c–b 2 c–b c–b 2
a a a
a 2
∫0 πb + 2π ----------- x + π ----------- x dx
2 c–b c–b 2
V =
a a
a
c–b 2 π c–b 3 2
V = πb x + π ----------- x + --- ----------- x
2
a 3 a
0
c–b 2 π c–b 3 2
V = πb a + π ----------- a + --- ----------- a
2
a 3 a
2 π 2 2
V = πb a + π ( c – b )a + --- ( c – b ) a
3
10. Solve the first order non-homogeneous differential equation below. Assume the system starts
at rest.
2x' + 4x = 5 sin 4t
• This form of integration is done numerically - this means by doing repeated cal-
culations to solve the equation. Numerical techniques are not as elegant as solving differ-
ential equations, and will result in small errors. But these techniques make it possible to
solve complex problems much faster.
y(t)
yi + 1
yi
yi – 1
ti – 1 T T
ti ti + 1
ti y i + y i – 1
-------------------- T
∫ti – 1 i 2 - ( ti – ti – 1 ) = --2- ( y i + yi – 1 )
y ( t ) ≈
yi – yi – 1 yi + 1 – yi
y ( t i ) ≈ --------------------- = --------------------- = --- ( y i – y i – 1 ) = --- ( y i + 1 – y i )
d- 1 1
----
dt ti – ti – 1 t i + 1 – ti T T
1 1
--- ( y i + 1 – y i ) – --- ( y i – y i – 1 )
----
d- 2 T T –2 yi + yi – 1 + y i + 1
dt y ( t i ) ≈ ----------------------------------------------------------------- = ---------------------------------------------
T T
2
page 709
• We can also estimate the change resulting from a derivative using Euler’s equa-
tion for a first-order difference equation.
d
y ( t + h ) ≈ y ( t ) + h ----- y ( t )
dt
1 2 d 2 1 3 d 3 1 4 d 4
x ( t + h ) = x ( t ) + h ----- x ( t ) + ----- h ----- x ( t ) + ----- h ----- x ( t ) + ----- h ----- x ( t ) + …
d
dt 2! dt 3! dt 4! dt
----
d- 2 3 ----
d-
= 0
dt
x = 1+x +t dt x 0
x0 = 0
0 0 0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
page 710
• The equations below are for calculating a fourth order Runge-Kutta integration.
1
x ( t + h ) = x ( t ) + --- ( F 1 + 2F 2 + 2F 3 + F4 )
6
F 1 = hf ( t, x )
F1
F 2 = hf t + ---, x + ------
h
2 2
F2
F 3 = hf t + ---, x + ------
h
2 2
F 4 = hf ( t + h, x + F 3 )
where,
f ( xi )
x i + 1 = x i – -----------------------
-----
d-
dx f ( x i )
• This method can become divergent if the function has an inflection point near the
root.
• The Laplace transform allows us to reverse time. And, as you recall from before
the inverse of time is frequency. Because we are normally concerned with response, the
Laplace transform is much more useful in system analysis.
∞
∫0 f ( t )e
– st
F(s) = dt
where,
f ( t ) = the function in terms of time t
F ( s ) = the function in terms of the Laplace s
Kf ( t ) Kf ( s )
f1 ( t ) + f2 ( t ) –f3 ( t ) + … f1 ( s ) + f2 ( s ) –f 3 ( s ) + …
df (t) –
----------- sf ( s ) – f ( 0 )
dt
2 –
f ( t -)
d------------- 2 – df ( 0 )
2
s f ( s ) – sf ( 0 ) – ------------------
dt dt
n – n –
f ( t -)
d------------- n n–1 – n – 2 df ( 0
-----------------)- – … – -------------------
d f ( 0 )-
n
s f( s) – s f(0 ) – s
dt dt dt
n
t
( s -)
∫0 f ( t ) dt f--------
s
– as
f ( t – a )u ( t – a ), a > 0 e f( s)
– at
e f(t) f(s – a)
df ( s )-
–--------------
tf ( t )
ds
n
n f ( s -)
nd
t f(t) ( – 1 ) --------------
n
ds
∞
( t )-
f-------
t ∫ f ( u ) du
s
A
---
A
s
1
t ----
2
s
– at 1-
e ----------
s+a
sin ( ωt ) ω
-----------------
2 2
s +ω
s
cos ( ωt ) -----------------
2 2
s +ω
– at 1
te -------------------
2
(s + a)
– at ω
e sin ( ωt ) -------------------------------
2 2
-
(s + a) + ω
– at s+a -
e cos ( ωt ) -------------------------------
2 2
(s + a) + ω
– at A-
Ae ----------
s–a
– at A -
Ate -----------------
2
(s – a)
– αt complex conjugate
2Ae cos ( βt + θ ) A
----------------------- A
+ --------------------------------------
s + α – βj s + α + βj
– αt complex conjugate
2t A e cos ( βt + θ ) A -+A
------------------------------ --------------------------------------
2 2
( s + α – βj ) ( s + α + βj )
24.9 z-TRANSFORMS
∑ ∑ x [ n ]z
–n –n
X(z) = x [ n ]z . The one-sided z-transform is defined by X ( z ) = . In
n = –∞ n=0
both cases, the z-transform is a polynomial in the complex variable z .
• Along with a z-transform we associate its region of convergence (or ROC). These
are the values of z for which X ( z ) is bounded (i.e., of finite magnitude).
page 715
Signal z-Transform
ROC
x[ n] X(z)
δ[n] 1 All z
1 -
u[n] ---------------
–1 z >1
1–z
–1
z
nu [ n ] ----------------------
- z >1
–1 2
(1 – z )
–1 –1
z (1 + z )
2
n u[n ] ----------------------------- z >1
–1 3
(1 – z )
1
n
a u[n ] -------------------
–1 z > a
1 – az
–1
az
n
na u [ n ] -------------------------- z > a
–1 2
( 1 – az )
1 -
n
( – a )u [ – n – 1 ] ------------------
–1 z < a
1 – az
–1
az
n
( – na )u [ – n – 1 ] -------------------------- z < a
–1 2
( 1 – az )
–1
1 – z cos ω 0
cos ( ω 0 n ) u [ n ] ------------------------------------------------
- z >1
–1 –2
1 – 2z cos ω 0 + z
–1
z sin ω 0
sin ( ω 0 n ) u [ n ] ------------------------------------------------
- z >1
–1 –2
1 – 2z cos ω 0 + z
–1
1 – az cos ω 0
n
a cos ( ω 0 n ) u [ n ] ---------------------------------------------------------
–1 2 –2
- z > a
1 – 2az cos ω 0 + a z
page 716
Signal z-Transform
ROC
x[ n] X(z)
–1
az sin ω 0
n
a sin ( ω 0 n ) u [ n ] ---------------------------------------------------------
–1 2 –2
- z > a
1 – 2az cos ω 0 + a z
–k
n! - z
---------------------- u[n] -----------------------------
- z >1
k! ( n – k )! (1 – z )
–1 k + 1
• The z-transform also has various properties that are useful. The table below lists
properties for the two-sided z-transform. The one-sided z-transform properties can be
derived from the ones below by considering the signal x [ n ]u [ n ] instead of simply x [ n ] .
Time Shifting x[ n – k] –k
z X( z) That of X ( z ) , except
z = 0 if k > 0 and
z = ∞ if k < 0
z-Domain Scaling n
a x[ n] X(a z)
–1 a r2 < z < a r1
Multiplication x 1 [ n ]x 2 [ n ] At least
X 1 ( v )X 2 -- v dv
1- z –1
j2π°
------- ∫ v r 1l r 2l < z < r 1u r 2u
• These series describe functions by their frequency spectrum content. For example
a square wave can be approximated with a sum of a series of sine waves with varying
magnitudes.
∞
a0
a n cos --------- + b n sin ---------
nπx nπx
f ( x ) = ----- +
2 ∑ L L
n=1
1 L 1 L
an = --- ∫ f ( x ) cos --------- dx b n = --- ∫ f ( x ) sin --------- dx
nπx nπx
L –L L L –L L
• To ensure that the omissions are obvious, I provide a list of topics not covered
below. Some of these may be added later if their need becomes obvious.
24.12 REFERENCES/BIBLIOGRAPHY
Spiegel, M. R., Mathematical Handbook of Formulas and Tables, Schaum’s Outline Series,
McGraw-Hill Book Company, 1968.
page 719
• ‘C’ is commonly used to produce operating systems and commercial software. Some examples
of these are UNIX, Lotus-123, dBase, and some ‘C’ compilers.
• Machine Portable, which means that it requires only small changes to run on other computers.
25.2 BACKGROUND
• Developed at Bell Laboratories in the Early 70’s, and commercial compilers became available in
the Late 70’[Link] has become more popular because of its ties to UNIX. Over 90% of
UNIX is written in ‘C’. AT&T originally developed ‘C’ with the intention of making it an in-
house standard.
• The main program is treated like a function, and thus it has the name main().
main()
{
int x, y = 2, z; /* define three variables and give one a value */
x = 3; /* give another variable a value */
z = x + y; /* add the two variables */
printf(“%d + %d = %d\n”, x, y, z); /*print the results */
}
Results (output):
3+2=5
• A very common function in ‘C’ is printf(). This function will do a formatted print. The format is
the first thing which appears between the brackets. In this case the format says print an integer
%d followed by a space then a ‘+’ then another space, another integer, another space, ‘=’, and
another space, another integer, then a line feed ‘\n’. All variables that follow the format state-
ment are those to be printed. x, y, and z are the three integers to be printed, in their respective
orders.
• Major Data Types for variables and functions are (for IBM PC):
int (2 byte integer),
short (1 byte integer),
long (4 byte integer),
char (1 byte integer),
float (4 byte IEEE floating point standard),
double (8 byte IEEE floating point standard).
•int, short, long, char can be modified by the addition of unsigned, and register. An unsigned inte-
ger will not use 1 bit for number sign. A register variable will use a data register in the micro-
processor, if possible, and it will speed things up (this is only available for integers).
page 721
main()
{
unsigned int i;
register j;
short k;
char l;
double m;
etc
• A function consists of a sub-routine or program, which has been assigned a name. This function
is capable of accepting an argument list, and returning a single value. The function must be
defined before it is called from within the program. (e.g. sin() and read()).
main()
{
int x = 3, y = 2, z; /* define three variables and give values */
z = add(x, y); /* pass the two values to ‘add’ and get the sum*/
printf(“%d + %d = %d\n”, x, y, z); /*print the results */
}
• Every variable has a scope. This determines which functions are able to use that variable. If a
variable is global, then it may be used by any function. These can be modified by the addition
of static, extern and auto. If a variable is defined in a function, then it will be local to that func-
tion, and is not used by any other function. If the variable needs to be initialized every time the
subroutine is called, this is an auto type. static variables can be used for a variable that must
keep the value it had the last time the function was called. Using extern will allow the variable
page 722
main()
{
printf(“%d + %d = %d\n”, x, y, add()); /*print the results */
}
• Some basic control flow statements are while(), do-while(), for(), switch(), and if(). A couple of
example programs are given below which demonstrate all the ’C’ flow statements.
main()
{
int i;
for(i = 1; i <= 5; i = i + 1){
printf(“number %d \n”, i); /*print the number */
}
}
page 723
main()
{
int i = 1;
while(i <= 5){
printf(“number %d \n”, i);
i = i + 1;
}
}
main()
{
int i = 1;
do{
printf(“number %d \n”, i);
i = i + 1;
}while(i <= 5)
}
main()
{
int i = 1;
do{
printf(“number %d \n”, i);
i = i + 1;
}until(i > 5)
}
page 724
main()
{
int x = 2, y = 3;
if(x > y){
printf(“Maximum is %d \n”, x);
} else if(y > x){
printf(“Maximum is %d \n”, y);
} else {
printf(“Both values are %d \n”, x);
}
}
main()
{
int x = 3; /* Number of People in Family */
switch(x){ /* choose the numerical switch */
case 0: /* Nobody */
printf(“There is no family \n”);
break;
case 1: /* Only one person, but a start */
printf(“There is one parent\n”);
break;
case 2: /* You need two to start something */
printf(“There are two parents\n”);
break;
default: /* critical mass */
printf(“There are two parents and %d kids\n”, x-2);
break;
}
}
• #include <filename.h> will insert the file named filename.h into the program. The *.h extension
is used to indicate a header file which contains ‘C’ code to define functions and constants. This
almost always includes “stdio.h”. As we saw before, a function must be defined (as with the
‘add’ function). We did not define printf() before we used it, this is normally done by using
#include <stdio.h> at the top of your programs. “stdio.h” contains a line which says ‘int
printf();’. If we needed to use a math function like y = sin(x) we would have to also use
page 725
#include <math.h>, or else the compiler would not know what type of value that sin() is sup-
posed to return.
•#define CONSTANT TEXT will do a direct replacement of CONSTANT in the program with
TEXT, before compilation. #undef CONSTANT will undefine the CONSTANT.
#include “stdio.h”
#include “math.h”
#define TWO_PI 6.283185307
#define STEPS 5
main()
{
double x; /* Current x value*/
• #ifdef, #ifndef, #if, #else and #else can be used to conditionally include parts of a program. This
is use for including and eliminating debugging lines in a program.
• #define, #include, #ifdef, #ifndef, #if, #else, /* and */ are all handled by the Preprocessor, before
the compiler touches the program.
• Matrices are defined as shown in the example. In ‘C’ there are no limits to the matrix size, or
dimensions. Arrays may be any data type. Strings are stored as arrays of characters.
#include “stdio.h”
#define STRING_LENGTH 5
main()
{
int i;
char string[STRING_LENGTH]; /* character array */
gets(string); /* Input string from keyboard */
for(i = 0; i < STRING_LENGTH; i++){
printf(“pos %d, char %c, ASCII %d \n”, i, string[i], string[i]);
}
}
INPUT:
HUGH<return>
OUTPUT:
pos 0, char H, ASCII 72
pos 0, char U, ASCII 85
pos 0, char G, ASCII 71
pos 0, char H, ASCII 72
pos 0, char , ASCII 0
• Pointers are a very unique feature of ‘C’. First recall that each variable uses a real location in
memory. The computer remembers where the location of that variable is, this memory of loca-
tion is called a pointer. This pointer is always hidden from the programmer, and uses it only in
the background. In ‘C’, the pointer to a variable may be used. We may use some of the opera-
tions of ‘C’ to get the variable that the pointer, points to. This allows us to deal with variables
in a very powerful way.
page 727
#include “stdio.h”
main()
{
int i;
char *string; /* character pointer */
gets(string); /* Input string from keyboard */
for(i = 0; string[i] != 0; i++){
printf(“ pos %d, char %c, ASCII %d \n”, i, string[i], string[i]);
}
}
INPUT:
HUGH<return>
OUTPUT:
pos 0, char H, ASCII 72
pos 0, char U, ASCII 85
pos 0, char G, ASCII 71
pos 0, char H, ASCII 72
• A ‘C’ compiler has three basic components: Preprocessor, First and Second Pass Compiler, and
Linker.
page 728
The Preprocessor
Will remove comments, replace strings which have a
defined value, include programs, and remove
unneeded characters.
#include files
(like “stdio.h”)
ASCII Text Code
The First and Second Pass
The compiler will parse the program and check the syn-
tax. TheSecond Pass produces some simple machine
language, which performs the basic functions of the
program.
Executable Code
(*.exe)
• Use indents, spaces and blank lines, to make the program look less cluttered, and give it a block
style.
• Descriptive variable names, and defined constants make the purpose of the variable obvious.
• All declarations for the program should be made at the top of the program listing.
main(){int i;for(;i<10;i++)printf(“age:%d\n”,i);}
#include <stdio.h>
#define COUNT 10 /* Number of counts in loop */
main()
{
int i; /* counter */
for(i = 0; i < COUNT; i++){ /* loop to print numbers */
printf(“age:%d\n”, i);
}
exit(0);
}
25.6.1 How?
• A program should be broken into fundamental parts (using functions for each part) and then
assembled using functions. Each function consists of programs written using the previous sim-
pler functions.
page 730
Wheel
• Never use goto’s, they are a major source of logic errors. Functions are much easier to use, once
written.
• Try to isolate machine specific commands (like graphics) into a few functions.
25.6.2 Why?
• A top-down design allows modules to be tested as they are completed. It is much easier to find
an error in a few lines of code, than in a complete program.
• When programs are complete, errors tend to be associated with modules, and are thus much eas-
ier to locate.
• Updates to programs are much easier, when we only need to change one function.
2. Define Problem - Write out the relevant theory. This description should include variables, cal-
culations and figures, which are necessary for a complete solution to the problem. From this
we make a list of required data (inputs) and necessary results (output).
3. Design User Interface - The layout of the screen(s) must be done on paper. The method of data
entry must also be considered. User options and help are also considered here. (There are
numerous factors to be considered at this stage, as outlined in the course notes.)
page 731
4. Write Flow Program - This is the main code that decides when general operations occur. This is
the most abstract part of the program, and is written calling dummy ‘program stubs’.
5. Expand Program - The dummy ‘stubs’ are now individually written as functions. These func-
tions will call another set of dummy ‘program stubs’. This continues until all of the stubs are
completed. After the completion of any new function, the program is compiled, tested and
debugged.
6. Testing and Debugging- The program operation is tested, and checked to make sure that it
meets the objectives. If any bugs are encountered, then the program is revised, and then
retested.
7. Document - At this stage, the operation of the program is formally described. For Programmers,
a top-down diagram can be drawn, and a written description of functions should also be given.
Golden Rule: If you are unsure how to proceed when writing a program, then work out the prob-
lem on paper, before you commit yourself to your programmed solution.
Note: Always consider the basic elements of Software Engineering, as outlined in the ES488
course notes.
25.8.1 Objectives:
• The program is expected to aid the design of beams by taking basic information about beam
geometry and material, and then providing immediate feedback. The beam will be simply sup-
ported, and be under a single point load. The program should also provide a printed report on
the beam.
• The basic theory for beam design is available in any good mechanical design textbook. In this
example it will not be given.
• The inputs were determined to be few in number: Beam Type, Beam Material, Beam Thickness,
Beam Width, Beam Height, Beam Length, Load Position, Load Force.
• The possible outputs are Cross Section Area, Weight, Axial Stiffness, Bending Stiffness, and
Beam Deflection, a visual display of Beam Geometry, a display of Beam Deflection.
page 732
• The left side of the screen was for inputs, the right side for outputs.
• The screen is divided into regions for input(2), input display and prompts(1), Beam Cross sec-
tion(3), Numerical Results(4), and Beam Deflection(5).
[Link] - Input:
• Current Inputs were indicated by placing a box around the item on the display(1).
• The cursor keys could be used to cursor the input selector up or down.
• Keys required: UP/DOWN Cursors, F1, F2, F4, numbers from ‘0’ to ‘9’, ‘.’, ‘-’, and
<RETURN>. In the spirit of robustness it was decided to screen all other keys.
[Link] - Output:
• Equations, calculations, material types, and other relevant information were obtained from a
text.
• Proper textual descriptions were used to ensure clarity for the user.
• For a printed report, screen information would be printed to a printer, with the prompt area
replaced with the date and time.
[Link] - Help:
• A special set of help information was needed. It was decided to ensure that the screen always
displays all information necessary(2).
page 733
[Link] - Miscellaneous:
• The screen was expressed in normalized coordinates by most sub-routines.
main()
/*
* EXECUTIVE CONTROL LEVEL
*
* This is the main terminal point between the
* various stages of setup, input, revision
* and termination.
*
* January 29th, 1989.
*/
{
static int error;
screen(NEW);
screen(UPDATE);
}
}
error = NO_ERROR;
}
kill();
if(error == ERROR) {
printf(“EGA Graphics Driver Not Installed”);
}
}
• The routines were written in a top down fashion, in a time of about 30 hours. These routines are
listed below.
page 735
• screen() - A function to draw, or refresh part of the screen. In the interest of program speed,
this function uses some low level commands.
• picture() - draws the beam cross section and deflection of beam. For the sake of speed, this
section will use low level commands.
• input() - A function which controls the main input loop for numbers, controls, error screen-
ing, and any calls to desired routines. Input uses both higher and lower level commands for
the sake of speed.
• printer() - A function to remove help messages from the screen, and then dumps the screen
to the printer.
• enter() - checks for entry error, against a set of limits for any input.
• Condition and error flags were used to skip unnecessary operations, and thus speed up response.
A response of more than 0.5 seconds will result in loss of attention by the user.
page 736
Top Down
picture()
In this case we see that most of the routines are at the bot-
tom of the design tree. This structure shows a clear
division of tasks, to their basic parts. On the above dia- enter()
gram, none of the functions calls any of the functions
to the left of it, only to the right. In this case main() will
call setup(), screen(), input() and kill() directly. draw_line()
text()
calculations()
printes()
Machine Dependence Increases
Consideration of detail
Consideration of flow
• The testing and debugging was very fast, with only realignment of graphics being required. This
took a couple of hours.
25.8.7 Documentation
page 737
• The theory for beam design was given for the reference of any program user, who wanted to ver-
ify the theory, and possible use it.
• A manual was given which described key layouts, screen layout, basic sequence of operations,
inputs and outputs.
• A walk through manual was given. This allowed the user to follow an example which displayed
all aspects of the program.
1. What are the basic components of a ‘C’ compiler, and what do they do?
2. You have been asked to design a CAD program which will choose a bolt and a nut to hold two
pieces of sheet metal together. Each piece of sheet metal will have a hole drilled in it that is the
size of the screw. You are required to consider that the two pieces are experiencing a single
force. State your assumptions about the problem, then describe how you would produce this
program with a Top Down design.
4. Describe some of the reasons for Using Top-Down Design, and how to do it.
page 739
• Good engineering practice demands that each number should always be accom-
panied with a unit.
• This table does not give an exhaustive list of conversion factors, but instead a
minimal (but fairly complete) set is given. From the values below any conversion value
can be derived. If you are not sure about this, ask the instructor to show you how.
2 2
∴d = ( 10m ) + ( 5ft ) From the tables
multiply by 1
2 2
∴d = 100m + 25ft 1ft = 0.3048m
2 0.3048m
100m + 25ft ---------------------
2 2 0.3048m ∴1 = ---------------------
∴d =
1ft 1ft
2
2 2 m
∴d = 100m + 25ft ( 0.092903 ) ------2
ft
cancel out units
2 2
∴d = 100m + 25 ( 0.092903 )m
2
∴d = 102.32m = 10.12m
page 740
1. Beware upper/lower case letter in many cases they can change meanings.
e.g., N•m
5. Use spaces to divide digits when there are more than 5 figures, commas are
avoided because their use is equivalent to decimal points in some cultures.
• In some cases units are non-standard. There are two major variations US units are
marked with ‘US’ and Imperial units are marked with ‘IMP’.
Major Division
Distance
1 ft. (feet) = 12 in. (inches) = 0.3048 m (meter)
1 mile = 1760 yards = 5280 ft = 1.609km
1 in.(inch) = 2.540 cm
1 yd (yard) = 3 ft.
1 nautical mile = 6080 ft. = 1852 m = 1.150782 mi
1 micron = 10-6 m
1 angstrom = 10-10 m
1 mil = 10-6 m
1 acre = 43,560 ft. = 0.4047 hectares
page 741
1 furlong = 660 ft
1 lightyear = 9.460528e15 m
1 parsec = 3.085678e16 m
Area
1 acre = 43,559.66 ft2
1 Hectare (ha) = 10,000 m2
1 Hectare (ha) = 10,000 m2
1 Hectare (ha) = 10,000 m2
1 Hectare (ha) = 10,000 m2
Velocity
1 mph = 0.8689762 knot
Angle
1 rev = 2PI radians = 360 degrees = 400 gradians
1 degree = 60 minutes
1 minute = 60 seconds
Volume
1 US gallon = 231 in3
1 CC = 1 cm3
1 IMP gallon = 277.274 in3
1 barrel = 31 IMP gal. = 31.5 US gal.
1 US gal. = 3.785 l = 4 quarts = 8 pints = 16 cups
1 liter (l) = 0.001 m3 = 2.1 pints (pt) = 1.06 quarts (qt) = 0.26 gallons (gal)
1 qt (quart) = 0.9464 l
1 cup (c) = 0.2365882 l = 8 USoz
1 US oz = 1 dram = 456.0129 drops = 480 US minim = 1.040842 IMP oz
= 2 tablespoons = 6 teaspoons
1 IMP gal. = 1.201 U.S. gal.
1 US pint = 16 US oz
1 IMP pint = 20 IMP oz
1tablespoon = 0.5 oz.
1 bushel = 32 quarts
1 peck = 8 quarts
Force/Mass
1 N (newton) = 1 kg•m/s2 = 100,000 dyne
1 dyne = 2.248*10-6 lb. (pound)
1 kg = 9.81 N (on earth surface) = 2.2046 lb
1lb = 16 oz. (ounce) = 4.448N
1 oz. = 28.35 g (gram) = 0.2780N
page 742
1 lb = 0.03108 slug
1 kip = 1000 lb.
1 slug = 14.59 kg
1 imperial ton = 2000 lb = 907.2 kg
1 metric tonne = 1000 kg
1 troy oz = 480 grain (gr)
1 g = 5 carat
1 pennyweight = 24 grain
1 stone = 14 lb
1 long ton = 2240 lb
1 short ton = 2000 lb
Pressure
1 Pascal (Pa) = 1 N/m2 = 6.895 kPa
1 atm (metric atmos.) =760 mmHg at 0°C=14.223 lb/in2=1.0132*105 N/m2
1 psi = 2.0355 in. Hg at 32F = 2.0416 in. Hg at 62F
1 microbar = 0.1 N/m2
Scale/Magnitude
atto (a) = 10-18
femto (f) = 10-15
pico (p) = 10-12
nano (n) = 10-9
micro (µ) = 10-6
milli (m) = 10-3
centi (c) 10-2
deci (d) = 10-1
deka (da) = 10
hecto (H) = 102
kilo (K) = 103
mega (M) = 106
giga (G) = 109
tera (T) = 1012
peta (P) = 1015
exa (E) = 1018
Power
1 h.p. (horsepower) = 745.7 W (watts) = 2.545 BTU/hr. = 550 [Link]./sec.
1 ft•lb/s = 1.356 W
1 J (joule) = 1 N•m = 107 ergs = 0.2389 cal.
1 W = 1 J/s
page 743
1 ev = 1.60219*10-19 J
1 erg = 10-7 J
Temperature
°F = [(°C*9)/5]+32, °C = Celsius (Centigrade), F = Fahrenheit
K = Kelvin
Rankine (R) = F - 459.666
0.252 calories = 1 BTU (British Thermal Unit)
-273.2 °C = -459.7 °F = 0 K = 0 R = absolute zero
0 °C = 32 °F = 273.3 K = 491.7 R = Water Freezes
100°C = 212°F = 373.3 K = 671.7 R = Water Boils (1 atm. pressure)
1 therm = 100,000 BTU
Mathematical
π radians = 3.1416 radians = 180 degrees = 0.5 cycles
1 Hz = 1 cycle/sec.
1 rpm (revolutions per minute) = 60 RPS (Revolutions per second) = 60Hz
1 fps (foot per second) = 1 ft/sec
1 mph (miles per hour) = 1 mi./hr.
1 cfm (cubic foot per minute) = 1 ft3/min.
e = 2.718
Time
1 Hz (hertz) = 1 s-1
1 year = 365 days = 52 weeks = 12 months
1 leap year = 366 days
1 day = 24 hours
1 fortnight = 14 days
1 hour = 60 min.
1 min = 60 seconds
1 millenium = 1000 years
1 century = 100 years
1 decade = 10 years
Physical Constants
R = 1.987 cal/mole K = ideal gas law constant
K = Boltzmann’s constant = 1.3x10-16 erg/K = 1.3x10-23 J/K
h = Planck’s constant = 6.62x10-27 erg-sec = 6.62x10-34 [Link]
Avagadro’s number = 6.02x1023 atoms/atomic weight
density of water = 1 g/cm3
electron charge = 1.60x10-19 coul.
electron rest mass = 9.11*10**-31 kg
proton rest mass = 1.67*10**-27 kg
page 744
Electromagnetic
magnetic flux = weber (We) = 10**8 maxwell
inductance = henry
magnetic flux density = tesla (T) = 10**4 gauss
magnetic intensity = ampere/m = 0.004*PI oersted
electric flux density = coulomb/m**2
capacitance = farad
permeability = henry/m
electric field strength = V/m
luminous flux = lumen
luminance = candela/m**2
1 flame = 4 foot candles = 43.05564 lux = 43.05564 meter-candles
illumination = lux
resistance = ohm
• The table below will allow conversions between decimal, binary, hexadecimal,
and ASCII values. The values shown only go up to 127. ASCII values above this are not
commonly used in robust applications.
page 745
hexadecimal
hexadecimal
decimal
decimal
ASCII
ASCII
binary
binary
0 0 00000000 NUL 32 20 00100000 space
1 1 00000001 SOH 33 21 00100001 !
2 2 00000010 STX 34 22 00100010 “
3 3 00000011 ETX 35 23 00100011 #
4 4 00000100 EOT 36 24 00100100 $
5 5 00000101 ENQ 37 25 00100101 %
6 6 00000110 ACK 38 26 00100110 &
7 7 00000111 BEL 39 27 00100111 ‘
8 8 00001000 BS 40 28 00101000 (
9 9 00001001 HT 41 29 00101001 )
10 A 00001010 LF 42 2A 00101010 *
11 B 00001011 VT 43 2B 00101011 +
12 C 00001100 FF 44 2C 00101100 ,
13 D 00001101 CR 45 2D 00101101 -
14 E 00001110 S0 46 2E 00101110 .
15 F 00001111 S1 47 2F 00101111 /
16 10 00010000 DLE 48 30 00110000 0
17 11 00010001 DC1 49 31 00110001 1
18 12 00010010 DC2 50 32 00110010 2
19 13 00010011 DC3 51 33 00110011 3
20 14 00010100 DC4 52 34 00110100 4
21 15 00010101 NAK 53 35 00110101 5
22 16 00010110 SYN 54 36 00110110 6
23 17 00010111 ETB 55 37 00110111 7
24 18 00011000 CAN 56 38 00111000 8
25 19 00011001 EM 57 39 00111001 9
26 1A 00011010 SUB 58 3A 00111010 :
27 1B 00011011 ESC 59 3B 00111011 ;
28 1C 00011100 FS 60 3C 00111100 <
29 1D 00011101 GS 61 3D 00111101 =
30 1E 00011110 RS 62 3E 00111110 >
31 1F 00011111 US 63 3F 00111111 ?
page 746
hexadecimal
hexadecimal
decimal
decimal
ASCII
ASCII
binary
binary
64 40 01000000 @ 96 60 01100000 ‘
65 41 01000001 A 97 61 01100001 a
66 42 01000010 B 98 62 01100010 b
67 43 01000011 C 99 63 01100011 c
68 44 01000100 D 100 64 01100100 d
69 45 01000101 E 101 65 01100101 e
70 46 01000110 F 102 66 01100110 f
71 47 01000111 G 103 67 01100111 g
72 48 01001000 H 104 68 01101000 h
73 49 01001001 I 105 69 01101001 i
74 4A 01001010 J 106 6A 01101010 j
75 4B 01001011 K 107 6B 01101011 k
76 4C 01001100 L 108 6C 01101100 l
77 4D 01001101 M 109 6D 01101101 m
78 4E 01001110 N 110 6E 01101110 n
79 4F 01001111 O 111 6F 01101111 o
80 50 01010000 P 112 70 01110000 p
81 51 01010001 Q 113 71 01110001 q
82 52 01010010 R 114 72 01110010 r
83 53 01010011 S 115 73 01110011 s
84 54 01010100 T 116 74 01110100 t
85 55 01010101 U 117 75 01110101 u
86 56 01010110 V 118 76 01110110 v
87 57 01010111 W 119 77 01110111 w
88 58 01011000 X 120 78 01111000 x
89 59 01011001 Y 121 79 01111001 y
90 5A 01011010 Z 122 7A 01111010 z
91 5B 01011011 [ 123 7B 01111011 {
92 5C 01011100 yen 124 7C 01111100 |
93 5D 01011101 ] 125 7D 01111101 }
94 5E 01011110 ^ 126 7E 01111110 r arr.
95 5F 01011111 _ 127 7F 01111111 l arr.
26.5 G-CODES
• A basic list of ‘G’ operation codes is given below. These direct motion of the
tool.
page 747
F = 96,500 coulombs
Table 5:
thermal expansion
ult. stress - comp.
Density
poisson
Type
G
E
10-6/deg C
(Mg/m3)
(MPa)
(MPa)
(GPa)
(GPa)
(%)
1100-h14
2024-T6
5456-h116
Table 5:
thermal expansion
ult. stress - comp.
Density
poisson
Type
G
E
10-6/deg C
(Mg/m3)
(MPa)
(MPa)
(GPa)
(GPa)
(%)
Brass typical 8.4-8.6 96-110 36-41 0.34 70-550 200-620 4-60 19.1-
21.2
Yellow Brass
cold rolled
annealed
Red Brass
cold rolled
annealed
Bronze typical 8.2-8.8 96-120 36-44 0.34 82-690 200-830 5-60 18-21
Cast Iron typical 7.0-7.4 83-170 32-69 0.2-0.3 120 69-480 0-1 340- 9.9-12
1400
Copper typical 8.9 110-120 40-47 0.33- 55-760 230-830 4-50 16.6-
0.36 17.6
annealed
hard drawn
Plate 70
Fibers 7000-
20000
Magnesium typ. alloys 1.76- 41-45 15-17 0.35 80-280 140-340 2-20 26.1-
1.83 28.8
Table 5:
thermal expansion
ult. stress - comp.
Density
poisson
Type
G
E
10-6/deg C
(Mg/m3)
(MPa)
(MPa)
(GPa)
(GPa)
(%)
Plastics
Rock 5-9
Rubber typical .96-1.3 0.0007- 0.0002- 0.45- 1-7 7-20 100-800 130-200
0.004 0.001 0.50
Sand,soil,gra 1.2-2.2
vel
cold rolled
annealed
astm-a48
page 753
Table 5:
thermal expansion
ult. stress - comp.
Density
poisson
Type
G
E
10-6/deg C
(Mg/m3)
(MPa)
(MPa)
(GPa)
(GPa)
(%)
astm-a47
astm-a5242
astm-a441
Titanium typ. alloys 4.5 100-120 39-44 0.33 760- 900- 10 8.1-11
1000 1200
sea 1.02
Wood (dry)
Axial/Normal Stress/Strain P PL
σ = εE = --- δ = εL = -------
A AE
Shear Stress/Strain τ xy
τ = γG γ xy = -------
G
σx σy σz
ε x = ----- – ν ----- – ν -----
E E E
Torsion τ max
Tc
τ max = ------ γmax = ----------
J G
4
TL πr (cylinder)
φ = ------- J = --------
JG 2
π 4 4
σ ten = – σ comp = τ J = --- ( r o – r i ) (hollow tube)
2
γ
ε = --- P = 2πfT
2
page 755
3
Beams My bh
σ = – -------- I = -------- (for rectangle)
12
I
4
VQ πr
τ = -------- I = -------- (for circle)
2
Ib
c
L = ρθ ε max = ---
ρ
My EI
σ = – -------- ρ = ------
I M
2
Buckling π EI- k=0.5 (both ends fixed)
P < -----------
2 2 k=0.7 (one end fixed, one pinned)
k L k=1.0 (both ends pinned)
k=2.0 (one end pinned, one free)
K d/2 r
3.0 P P
d/2
2.5
2.0
1.5
r/d
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
page 756
K
r
2.5
P D
d
P
2.0
D/d = 2.0
1.5
D/d = 1.5
D/d = 1.25
D/d = 1.1
1.0
r/d
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
page 757
K
T
r T
D d
2.5
2.0
1.5
D/d = 2.0
D/d = 1.33
D/d = 1.2
D/d = 1.1
1.0
r/d
0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1
The transfer function relates input to output in a linear time-invariant system and encodes its dynamics and stability properties, especially in mechanical vibrations. It reflects poles and zeros that influence the system's response to inputs like step functions, determining characteristics such as overshoot, damping, and natural frequency. Stability is analyzed by examining pole locations in the s-plane; poles on the left half indicate stability, while right-half plane poles indicate instability .
Feedback in the control of AC and DC motors is critical for adjusting the motor's speed or position to follow a desired setpoint accurately. A feedback controller compares the actual state of the motor (speed, position) to the desired state and makes corrections by adjusting control signals. This enhances performance by reducing steady-state error, improving stability, and preventing overshoot. It also helps in maintaining desired operation under variable load conditions .
Servomotors differ from typical DC motors in automation systems through their precise control capabilities for position, speed, and acceleration. While DC motors can provide power for continuous rotation, servomotors, with feedback control, excel in applications needing exact control over these parameters, such as robotic arms. Servomotors operate with closed-loop control systems incorporating a controller, encoder, and motor to adjust performance in real-time, crucial for tasks requiring high precision and repeatability .
To develop a solvable system model for a mechanical system, the relationship between state variables and differential equations is leveraged by ensuring that the number of state equations equals the number of variables. If there are fewer equations than variables, an additional equation is derived using unexploited relationships; if there are too many, redundancies are eliminated. Differential equations are converted into a state variable form, which can be expressed in matrix form, facilitating the analysis and solution of the system .
For systems with complex poles resulting from certain gain values, the approach involves utilizing the Root Locus method. A range of gain values can be identified where the system has complex poles leading to oscillations. Stability issues can be addressed by choosing gain values that ensure real poles or through controller design modifications .
Laplace Transform aids in solving differential equations for state systems by converting time-domain equations into the s-domain, where differentiation becomes algebraic multiplication. It simplifies solving linear differential equations with initial conditions and provides a straightforward method to work with system dynamics, including analyzing poles and transfer function computation. The inverse Laplace Transform then translates solutions back to the time domain, delivering insights into the system's temporal behavior .
A PID controller enhances operational stability of a motor system by combining proportional, integral, and derivative controls to address error correction. The proportional control manages the immediate response proportional to the error, the integral control sums past errors for eliminating steady-state error, and the derivative control predicts future errors to dampen the system response. Together, they provide a robust technique for maintaining stability and improving system performance by adapting to disturbances .
Transforming a system with viscous damping into state variables involves deriving differential equations to account for damping forces. High-order differential equations are reduced to first order by defining state variables corresponding to each order. Considerations include ensuring equations are linearly independent and reflect each unique derivative order present. The resulting first-order equations are then expressed in matrix form, capturing the dynamic interaction between state variables and allowing application of linear algebra methods .
The implications of pole locations in control system design are pivotal for determining system response and stability. Poles located in the left half of the complex plane indicate a stable system, as they result in bounded responses to bounded inputs. Right-half plane poles indicate instability and require design changes, such as compensator design to stabilize responses. Pole placement impacts transient response characteristics, including settling time, overshoot, and damping ratio, all critical for design specifications .
State variable equations can simplify the representation and solution of mechanical systems by transforming higher-order differential equations into a system of first-order differential equations, captured in matrix form. This not only consolidates the representation but also leverages linear algebra techniques for solutions. Furthermore, it supports system analysis through tools like control theory, offering more straightforward numerical computation and simulation .