Chapter 1
Chapter 1
Applications
rocket and
spacecraft design
automatic control
History of mechanics
“Give me a place to
stand on, and I will
move the Earth”
Contents
Engineering Mechanics
Part 1: STATICS
CONTENT
1. Forces and moments
2. Equivalence theorems
Force
A vector quantity that describes the action of one body
on another.
z F ( Fx , Fy , Fz )
Fz
F
Fy
y
Fx
x
Comments:
•The magnitude of the distributed force is equal to its area.
•Point located at the center of gravity of the distributed force
q F
q
F q*L
L L/2 L/2
q q
1
F q*L
L L/3 2L / 3 2
Example:
•Uniformly distributed force
F w0 * b
1
F w0 * L
2
Moment
Moment is a vector quantity that characterizes the tendency of a
force to cause rotation about a specific point or axis.
is an angleof vector
Fvà axis
F F F
Moment value with sign
M M O d F d F sin
Sign (+), if the body rotates CCW from top view of
axis.
Sign (-)
is opposite
Note: F does not cause moment axis of axis.
Engineering Mechanics – PhD. Nguyen Duy Khuong
Determine the muscle tension, Determine the moment about point A, the
Ft, required to produce a zero point of contact of the foot with the
net moment about point A. ground.
M O (ry Fz rz Fy )i (rx Fz rz Fx ) j (rx Fy ry Fx )k
400N
Use Matlab to plot a graph of M0/T with angle θ in the range of [0, 90o]
Matlab code
clear all
syms theta T
rA=[0.5*cos(theta),0.5*sin(theta),0];
rB=[0 0.4 0];
vAB=rB-rA;
nAB=vAB/norm(vAB);
vT=T*nAB;
MO=cross(rB,vT);
f=MO(3)/T;
drad=linspace(0,pi/2,50);
ddeg=linspace(0,90,50);
y=subs(f,theta,drad);
plot(ddeg,y)
A gymnast pulls on a rope. When the arm is at rest in position OA, the
rope does not stretch. The arm is then rotated horizontally to position
OB. The elasticity coefficient of the rope is k = 60 N/m, and the pulling
force required to maintain the arm in position OB is F = 60 N.
Calculate the moment of tension in the rope about point O when the
arm is in position OB.
M O AB F
F B
F
A
Sliding a force along its line of action does not change the
effect of the force on the system.
r
New moment M r F
The location of the moment can be considered to be
anywhere on the domain.
= =
MO 237
d 1, 6m
R 148, 3
MO 237
b 1, 792m
Ry 132, 4
d 0.6m
An aircraft with four jet engines is flying in stable mode when engine number
3 fails.
• Determine the resultant force acting on the aircraft after engine failure.
• Determine the location of the center of thrust for the remaining three
engines, where the resultant thrust force can be considered to act without
inducing any net moment about the aircraft's center of gravity.
Reduce the parallel force system to O. Then find a point on the Oxz
plane to move the force system there so that there is only one total
force.
Calculate the value and position of the total force of the 3 engines,
this point is a point on the Oyz surface.
Given a cube with side length of 1 unit, reduce the force system acting on
the cube to point O.
z F1 (0, 0,1) F2 (0, 1,0) F3 (1,0, 1)
r1 (0, 0,0) r2 (1,1,1) r3 (0,1,1)
2 3
M O ( F1 ) r1 F1 (0, 0, 0)
1
1 M O ( F2 ) r2 F2 (1, 0, 1)
O
2 y M O ( F3 ) r3 F3 ( 1,1, 1)
M 1 (1, 0, 1) M 2 (1, 1, 0)
x
A single resultant force : R Fi (1, 1, 0)
A single resultant moment : M O M O ( Fi ) M i (0, 0, 3)