Kinematics is the study of motion without considering the forces that cause it. It describes the Motion of objects using displacement, velocity, and acceleration.
Displacement, Velocity, and Acceleration
Quantity
Symbol
SI Unit
Definition
Displacement
s
m
Distance moved in a specified direction
Velocity
v
m/s
Rate of change of displacement
Acceleration
a
m/s2
Rate of change of velocity
Displacement is a vector quantity; it has both magnitude and direction. Speed is the scalar Counterpart of velocity.
v=ΔtΔs
a=ΔtΔv
Equations of Uniformly Accelerated Motion (SUVAT Equations)
For motion with constant acceleration, the following equations apply:
v=u+at
s=ut+21at2
v2=u2+2as
s=21(u+v)t
Where:
u = initial velocity
v = final velocity
a = constant acceleration
s = displacement
t = time
:::info These equations are only valid for uniform acceleration. When acceleration varies, Calculus or graphical methods must be used. :::
Worked Example 1
A car starts from rest and accelerates uniformly at 3m/s2 for 5 seconds. Find the Distance travelled.
Solution
Using s=ut+21at2:
s=0+21(3)(5)2=21(3)(25)=37.5m
Worked Example 1b
A cyclist travelling at 8m/s applies the brakes and decelerates uniformly at 2m/s2. Find the time taken to stop and the distance travelled during braking.
Solution
Using v=u+at with v=0:
0=8+(−2)t
t=4s
Using v2=u2+2as:
0=82+2(−2)s
s=464=16m
The cyclist takes 4s to stop and travels 16m during braking.
Worked Example 2
A ball is thrown vertically upwards with initial velocity 20m/s. Find the maximum Height reached and the time taken to reach it.
Solution
At maximum height, v=0:
v2=u2+2as
0=202+2(−9.81)s
s=19.62400=20.39m
Time to reach maximum height:
v=u+at
0=20−9.81t
t=9.8120=2.04s
Displacement-Time and Velocity-Time Graphs
For a displacement-time graph:
Slope = instantaneous velocity
A straight line indicates constant velocity
A curved line indicates acceleration
For a velocity-time graph:
Slope = acceleration
Area under the graph = displacement
A straight line indicates uniform acceleration
Tip: Tip Squares or integration.
Free Fall
All objects in free fall near the Earth’s surface experience the same acceleration due to gravity, Denoted g:
g≈9.81m/s2
The acceleration is downward regardless of whether the object is moving up or down.
:::caution Air resistance is neglected in ideal free-fall problems unless the question explicitly States otherwise. :::
Worked Example 3
An object is dropped from a height of 80m. How long does it take to reach the ground?
Solution
s=ut+21gt2
80=0+21(9.81)t2
t2=9.81160
t=16.31=4.04s
Projectile Motion
Projectile motion is the motion of an object launched into the air at an angle. It can be analysed By resolving the motion into horizontal and vertical components.
For a projectile launched with speed u at angle θ above the horizontal:
ux=ucosθ(constant,nohorizontalacceleration)
uy=usinθ(subjecttog)
The horizontal displacement (range) is:
R=gu2sin2θ
Maximum range occurs at θ=45∘.
The maximum height is:
H=2gu2sin2θ
Time of flight:
T=g2usinθ
Info: Info They share only the common variable t (time).
Worked Example 4
A ball is thrown with initial velocity 15m/s at 30∘ above the horizontal. Find The range and maximum height.
Solution
Horizontal component: ux=15cos30∘=12.99m/s
Vertical component: uy=15sin30∘=7.5m/s
Maximum height:
H=2guy2=2(9.81)7.52=19.6256.25=2.87m
Time of flight:
T=g2uy=9.812(7.5)=1.53s
Range:
R=ux×T=12.99×1.53=19.87m
Worked Example 4b
A stone is thrown horizontally from a cliff 60m high with speed 15m/s. Find the horizontal distance it travels before hitting the ground.
Solution
Vertical motion (to find time of flight):
s=ut+21gt2
60=0+21(9.81)t2
t=9.81120=3.50s
Horizontal motion:
d=ux×t=15×3.50=52.5m
Dynamics
Dynamics is the study of forces and their effects on motion. The central principle is Newton’s laws Of motion.
Newton’s Laws of Motion
First Law (Law of Inertia): An object remains at rest or continues to move with uniform velocity Unless acted upon by a resultant external force.
Second Law: The resultant force acting on an object is equal to the rate of change of momentum Of the object:
F=ΔtΔp=dtd(mv)
For constant mass:
F=ma
Third Law: If body A exerts a force on body BThen body B exerts an equal and opposite Force on body A.
FAB=−FBA
Caution: Warning Together as they do not act on the same object.
Types of Forces
Force
Symbol
Description
Weight
W=mg
Gravitational force on an object
Normal reaction
N or R
Perpendicular contact force from a surface
Friction
f
Opposes relative motion between surfaces
Tension
T
Pulling force along a string or rope
Air resistance
Fd
Resistive force in a fluid, depends on speed
Free Body Diagrams
A free body diagram shows all the forces acting on a single object. Follow these steps:
Isolate the object of interest
Draw all external forces as arrows from the centre of the object
Do not include forces that the object exerts on other objects
Worked Example 5
A block of mass 5kg is placed on a smooth inclined plane at 30∘ to the Horizontal. Find the acceleration down the plane.
Solution
Forces parallel to the plane: mgsinθ=5(9.81)sin30∘=24.525N
Since the plane is smooth (no friction):
F=ma
24.525=5a
a=4.91m/s2
Worked Example 5b
Two objects of mass 3kg and 5kg are connected by a light inextensible String over a smooth pulley (Atwood machine). Find the acceleration and the tension in the string.
Solution
For the 3kg mass (let upward be positive):
T−3g=3a⋯(1)
For the 5kg mass (let downward be positive):
5g−T=5a⋯(2)
Adding (1) and (2):
2g=8a
a=82g=819.62=2.45m/s2
Substituting into (1):
T=3(9.81+2.45)=3×12.26=36.79N
Friction
Friction opposes relative motion between two surfaces in contact.
Static friction (fs): prevents motion from starting; varies up to a maximum value
Kinetic friction (fk): opposes motion when surfaces are sliding; approximately constant
fs⩽μsN
fk=μkN
Where μ is the coefficient of friction and N is the normal reaction force.
Tip: Tip
Worked Example 6
A 10kg block rests on a rough horizontal surface with μ=0.3. A horizontal force Of 40N is applied. Does the block move?
Solution
Normal reaction: N=mg=10×9.81=98.1N
Maximum static friction: fs=0.3×98.1=29.43N
Applied force =40N>29.43NSo the block moves.
Acceleration: a=mF−fk=1040−29.43=1.057m/s2
Work, Energy, and Power
Work Done
Work is done when a force causes displacement in the direction of the force.
W=Fscosθ
Where θ is the angle between the force and the displacement.
If θ=0∘: W=Fs (maximum work)
If θ=90∘: W=0 (no work done)
If θ>90∘: W<0 (force opposes motion)
The SI unit of work is the joule (J), where 1J=1N⋅m.
Work Done by a Varying Force
When force varies with displacement, work is found from the area under a force-displacement graph:
W=∫s1s2Fds
Work Done Against Gravity
W=mgh
This is the work required to raise an object of mass m through a vertical height h.
Work Done Stretching a Spring (Hooke’s Law)
For a spring obeying Hooke’s law, F=kx:
W=21kx2
Where k is the spring constant and x is the extension.
Kinetic Energy
Ek=21mv2
The kinetic energy of an object depends on its mass and the square of its speed.
Potential Energy
Gravitational potential energy:
Ep=mgh
Elastic potential energy (spring):
Ep=21kx2
Principle of Conservation of Energy
Energy cannot be created or destroyed, only transformed from one form to another.
Totalenergyatstart=Totalenergyatend
In the presence of friction:
Ek+Ep+Wfriction=constant
Or equivalently:
Ek1+Ep1=Ek2+Ep2+Wlosttofriction
Info: Info The motion.
Worked Example 7
A roller coaster car of mass 500kg starts from rest at point A20m Above the ground. It descends to point B5m above the ground. Find its speed at B Neglecting friction.
Solution
At A: Ek=0, Ep=500×9.81×20=98100J
At B: Ek=21(500)v2, Ep=500×9.81×5=24525J
By conservation of energy:
98100=21(500)v2+24525
21(500)v2=73575
v2=500147150=294.3
v=17.16m/s
Worked Example 7b
A 2kg block slides down a rough inclined plane of length 5m at 30∘ To the horizontal. The coefficient of friction is 0.2. Find the speed at the bottom starting from Rest.
Solution
Force down the plane: mgsin30∘=2(9.81)(0.5)=9.81N
Normal reaction: N=mgcos30∘=2(9.81)(0.866)=16.99N
Friction: f=μN=0.2×16.99=3.40N
Net force: F=9.81−3.40=6.41N
a=mF=26.41=3.205m/s2
v2=u2+2as=0+2(3.205)(5)=32.05
v=5.66m/s
Power
Power is the rate of doing work:
P=tW
P=Fv
The SI unit of power is the watt (W), where 1W=1J/s.
Worked Example 8
A car of mass 1200kg travels at a constant speed of 20m/s up a slope of sin−1(0.1). The total resistive force is 300N. Find the power output of the Engine.
Solution
Component of weight along the slope: mgsinθ=1200×9.81×0.1=1177.2N
Total force the engine must overcome: F=1177.2+300=1477.2N
P=Fv=1477.2×20=29544W=29.5kW
Momentum and Impulse
Linear Momentum
p=mv
Momentum is a vector quantity with SI unit kg m/s.
Principle of Conservation of Momentum
For a system of objects with no external resultant force:
∑pinitial=∑pfinal
m1u1+m2u2=m1v1+m2v2
Newton’s Second Law in Terms of Momentum
F=ΔtΔp
This is the most general form of Newton’s second law and is valid even when mass changes.
Impulse
Impulse=FΔt=Δp
Impulse equals the change in momentum. The SI unit is N s.
Tip: Impulse is the area under a force-time graph. For a variable force, use J=∫Fdt.
Worked Example 9
A 0.15kg cricket ball travelling at 30m/s is hit back along the same line At 20m/s. If the bat is in contact with the ball for 0.005sFind the Average force exerted.
Solution
Take the initial direction as positive.
Δp=m(v−u)=0.15(−20−30)=0.15(−50)=−7.5kgm/s
F=ΔtΔp=0.005−7.5=−1500N
The negative sign indicates the force acts in the opposite direction to the initial motion. The Magnitude of the average force is 1500N.
Collisions
Elastic collision: Both momentum and kinetic energy are conserved.
Inelastic collision: Momentum is conserved but kinetic energy is not.
Perfectly inelastic collision: The objects stick together after collision (maximum kinetic Energy loss).
:::info Momentum is always conserved in collisions (provided no external forces act). Kinetic Energy is only conserved in perfectly elastic collisions. :::
Worked Example 10
A 2kg object moving at 5m/s collides head-on with a 3kg Object at rest. If the collision is perfectly inelastic, find the common velocity after collision.
Solution
By conservation of momentum:
m1u1+m2u2=(m1+m2)v
2(5)+3(0)=(2+3)v
10=5v
v=2m/s
Worked Example 11 (Elastic Collision)
A 2kg object moving at 5m/s collides elastically with a 3kg Object at rest. Find the velocities after collision.
Solution
Conservation of momentum:
2(5)+3(0)=2v1+3v2
10=2v1+3v2(1)
Conservation of kinetic energy:
21(2)(52)=21(2)v12+21(3)v22
25=v12+1.5v22(2)
From equation (1): v1=210−3v2
Substituting into (2):
25=(210−3v2)2+1.5v22
25=4100−60v2+9v22+1.5v22
100=100−60v2+9v22+6v22
15v22−60v2=0
15v2(v2−4)=0
v2=0 (original situation) or v2=4m/s
Therefore v1=210−12=−1m/s
The 2kg object rebounds at 1m/sAnd the 3kg object moves Forward at 4m/s.
Circular Motion
Forces and Motion: Basics
Explore the simulation above to develop intuition for this topic.
Angular Quantities
Quantity
Symbol
SI Unit
Relation
Angular displacement
θ
rad
θ=rs
Angular velocity
ω
rad/s
ω=dtdθ
Angular acceleration
α
rad/s2
α=dtdω
Relation to linear quantities:
v=rω
a=rα
Centripetal Acceleration and Force
An object moving in a circle at constant speed has a centripetal acceleration directed towards the Centre:
ac=rv2=ω2r=T24π2r
The centripetal force required is:
Fc=rmv2=mω2r
:::caution Warning Directed towards the centre of the circle. It is provided by gravity, tension, friction, normal Reaction, or a combination of these. :::
Worked Example 12
A car of mass 1000kg travels around a roundabout of radius 25m at 10m/s. Find the centripetal force.
Solution
Fc=rmv2=251000×102=25100000=4000N
This force is provided by friction between the tyres and the road.
Worked Example 13
A particle of mass 0.5kg is attached to a string of length 0.8m and Whirled in a horizontal circle at 3rev/s. Find the tension in the string.
Solution
Angular velocity: ω=2π×3=6πrad/s
T=Fc=mω2r=0.5×(6π)2×0.8
T=0.5×36π2×0.8=14.4π2=142.1N
Worked Example 13b
A car of mass 800kg travels at 15m/s around a banked curve of radius 50m and angle 20∘. Find the normal reaction force and the frictional force Required if the car does not rely on friction alone.
Solution
Resolving vertically: Ncos20∘=mg
N=cos20∘800×9.81=0.93977848=8352N
Resolving horizontally (centripetal direction):
Nsin20∘+f=rmv2
8352×0.342+f=50800×225
2856+f=3600
f=744N
Vertical Circular Motion
For an object moving in a vertical circle, the speed is not constant because gravity does work on The object.
At the top of the circle:
T+mg=rmvtop2
At the bottom of the circle:
T−mg=rmvbottom2
For the object to complete the full circle, the tension at the top must satisfy T⩾0 Giving:
vtop⩾gr
Gravitation
Newton’s Law of Universal Gravitation
Every particle attracts every other particle with a force that is proportional to the product of Their masses and inversely proportional to the square of the distance between them:
F=r2Gm1m2
Where G=6.67×10−11Nm2kg−2 is the universal gravitational Constant.
Gravitational Field Strength
The gravitational field strength at a point is the force per unit mass placed at that point:
g=mF=r2GM
Near the Earth’s surface, g≈9.81N/kg.
Gravitational Potential Energy
For two masses separated by distance r:
Ep=−rGMm
The negative sign indicates that work must be done against gravity to separate the masses to Infinity (where Ep=0).
Orbital Motion
For a satellite of mass m orbiting a planet of mass M at radius r:
r2GMm=rmv2
v=rGM
Orbital period:
T=v2πr=2πGMr3
:::info Geostationary satellites orbit at the same rate as the Earth’s rotation (period = 24 hours), Remaining above the same point on the equator. They orbit at approximately 42,300km From the centre of the Earth. :::
Worked Example 14
Find the orbital speed of a satellite orbiting the Earth at a height of 300km above the Surface. (Earth’s radius =6.37×106mEarth’s mass =5.97×1024kg)
Solution
r=6.37×106+300×103=6.67×106m
v=rGM=6.67×1066.67×10−11×5.97×1024
v=5.97×107=7727m/s
Summary Table
Topic
Key Formula
Key Concept
Kinematics
v2=u2+2as
SUVAT for constant acceleration
Projectile motion
R=gu2sin2θ
Resolve into horizontal and vertical
Newton’s Second Law
F=ma
Force equals rate of change of momentum
Work
W=Fscosθ
Energy transfer by a force
Kinetic energy
Ek=21mv2
Energy of motion
Conservation of energy
Ek1+Ep1=Ek2+Ep2
Energy cannot be created or destroyed
Momentum
p=mv
Vector quantity
Impulse
J=FΔt=Δp
Change in momentum
Centripetal force
Fc=rmv2
Resultant force towards centre
Gravitation
F=r2Gm1m2
Inverse square law
Exam Tips
Always draw a clear free body diagram before applying Newton’s second law.
Define a positive direction and stick to it throughout the calculation.
In projectile motion, treat horizontal and vertical components separately.
Check whether energy is conserved before applying conservation of energy equations.
In collision problems, momentum is always conserved; kinetic energy is only conserved in elastic collisions.
For circular motion, always identify what provides the centripetal force.
Remember that g acts downward; use negative sign when taking upward as positive.
Exam-Style Practice Questions
Question 1: A stone is thrown horizontally from a cliff 60m high with speed 15m/s. Find the horizontal distance it travels before hitting the ground.
Question 3: A 0.5kg ball is dropped from a height of 2m onto a hard Floor and rebounds to 1.5m. Find the impulse exerted by the floor.
Solution
Velocity just before impact: v=2gh=2(9.81)(2)=6.26m/s (downward)
Velocity just after rebound: v=2(9.81)(1.5)=5.42m/s (upward)
Taking upward as positive: Δp=0.5(5.42−(−6.26))=0.5(11.68)=5.84kgm/s
Impulse =5.84Ns (upward)
Question 4: A 3kg object slides down a rough inclined plane of length 5m at 30∘ to the horizontal. The coefficient of friction is 0.2. Find the Speed at the bottom if the object starts from rest.
Solution
Force down the plane: mgsin30∘=3(9.81)(0.5)=14.715N
Normal reaction: N=mgcos30∘=3(9.81)(0.866)=25.49N
Friction: f=μN=0.2×25.49=5.10N
Net force down the plane: F=14.715−5.10=9.615N
a=mF=39.615=3.205m/s2
v2=u2+2as=0+2(3.205)(5)=32.05
v=5.66m/s
Question 5: A satellite orbits the Earth at a height of 500km. Given the Earth’s Mass is 5.97×1024kg and radius is 6.37×106mFind the Orbital period.
Simple harmonic motion (SHM) is a type of periodic motion where the restoring force is directly Proportional to the displacement from the equilibrium position and acts in the opposite direction.
F=−kx
a=−ω2x
Where:
F = restoring force
k = force constant (spring constant)
x = displacement from equilibrium
ω = angular frequency
a = acceleration
Equations of SHM
Displacement:
x=Acos(ωt)orx=Asin(ωt)
Where A is the amplitude (maximum displacement).
Velocity:
v=±ωA2−x2
Maximum velocity occurs at equilibrium (x=0):
vmax=ωA
Acceleration:
a=−ω2x
Maximum acceleration occurs at maximum displacement (x=A):
amax=ω2A
Period:
For a mass-spring system: T=2πkm
For a simple pendulum (small angle approximation): T=2πgL
:::info The period of SHM is independent of amplitude (isochronous). This is why pendulum clocks Keep consistent time even as the swing gradually decreases. :::
Worked Example 15
A mass of 0.5kg is attached to a spring with constant 200N/m and displaced 0.05m from equilibrium. Find the period, maximum velocity, and maximum acceleration.
Solution
T=2πkm=2π2000.5=2π0.0025=2π×0.05=0.314s
ω=T2π=0.3142π=20.0rad/s
vmax=ωA=20.0×0.05=1.00m/s
amax=ω2A=400×0.05=20.0m/s2
Worked Example 16
A simple pendulum has a length of 1.0m. Find its period.
Solution
T=2πgL=2π9.811.0=2π×0.319=2.01s
Energy in SHM
In SHM, kinetic energy and potential energy continuously interchange, but the total energy remains Constant.
Ek=21mv2=21mω2(A2−x2)
Ep=21kx2=21mω2x2
Etotal=21mω2A2=21kA2
At equilibrium (x=0): all energy is kinetic (Ek=Etotal)
At maximum displacement (x=A): all energy is potential (Ep=Etotal)
Worked Example 17
A mass-spring system has mass 0.2kgSpring constant 80N/mAnd amplitude 0.03m. Find the total energy and the speed when the displacement is 0.02m.
Damping is the reduction in amplitude of oscillations due to energy loss ( to friction or air Resistance).
Light damping: Amplitude decreases gradually; the period is nearly unchanged
Heavy damping: Amplitude decreases rapidly; period increases slightly
Critical damping: The system returns to equilibrium in the shortest time without oscillating
Overdamping: The system returns to equilibrium very slowly without oscillating
Resonance
When a system is driven at its natural frequency, the amplitude of oscillation reaches a maximum. This is called resonance.
At resonance, energy is transferred most efficiently from the driving force to the system
The amplitude at resonance depends on the degree of damping
Lightly damped systems show sharp resonance peaks
Heavily damped systems show broad, low resonance peaks
Examples of SHM and Resonance
Example
Type
Mass on a spring
SHM
Simple pendulum
SHM (small angles)
Liquid in a U-tube
SHM
Vibrating tuning fork
SHM
Bridge in wind
Resonance (potentially destructive)
Microwave heating
Resonance of water molecules
Musical instruments
Resonance of air columns and strings
Problem Set
Problem 1: SUVAT — Deceleration
A car travelling at 25m/s decelerates uniformly to rest in 4s. Find the Deceleration and the distance travelled.
Solution
v=u+at⟹0=25+a(4)⟹a=−6.25m/s2
s=ut+21at2=25(4)+21(−6.25)(16)=100−50=50m
If you get this wrong, revise: SUVAT equations and the sign convention for deceleration.
Problem 2: Projectile — Maximum Height and Range
A ball is thrown with speed 20m/s at 45∘ above the horizontal. Find the maximum Height and the horizontal range.
Solution
ux=20cos45∘=14.14m/s
uy=20sin45∘=14.14m/s
H=2guy2=2(9.81)14.142=19.62200=10.19m
R=gu2sin2θ=9.81400×sin90∘=9.81400=40.77m
If you get this wrong, revise: Projectile motion formulas for maximum height and range.
Problem 3: Newton’s Second Law — Inclined Plane
A 4kg block is placed on a rough inclined plane at 35∘ to the horizontal. The Coefficient of kinetic friction is 0.25. Find the acceleration of the block sliding down.
Solution
F∥=mgsin35∘=4×9.81×0.5736=22.51N
N=mgcos35∘=4×9.81×0.8192=32.15N
fk=μkN=0.25×32.15=8.04N
Fnet=22.51−8.04=14.47N
a=414.47=3.62m/s2
If you get this wrong, revise: Forces on an inclined plane and kinetic friction.
Problem 4: Conservation of Energy with Friction
A 1.5kg block slides from rest down a curved frictionless ramp of height 3m Onto a rough horizontal surface. The coefficient of friction on the horizontal surface is 0.3. How far does the block slide before stopping?
Solution
By conservation of energy, the kinetic energy at the bottom of the ramp equals the potential energy At the top:
Ek=mgh=1.5×9.81×3=44.15J
This energy is dissipated by friction on the horizontal surface:
Ek=fk×d=μmg×d
44.15=0.3×1.5×9.81×d=4.41d
d=4.4144.15=10.01m
If you get this wrong, revise: Conservation of energy and work done against friction.
Problem 5: Elastic Collision — Equal Masses
A ball of mass 2kg moving at 6m/s collides elastically with a stationary Ball of the same mass. Find the velocities after collision.
Solution
For an elastic collision between equal masses, the balls exchange velocities:
v1=0m/s,v2=6m/s
Verification:
Conservation of momentum: 2(6)+2(0)=2(0)+2(6)=12 ✓
Conservation of KE: 21(2)(36)=36=21(2)(0)+21(2)(36)=36 ✓
If you get this wrong, revise: Elastic collisions between equal masses and conservation laws.
Problem 6: Impulse from Force-Time Graph
A force-time graph shows a constant force of 50N acting for 0.1sFollowed By a linearly decreasing force from 50N to 0N over the next 0.2s. Find the impulse and the change in velocity of a 5kg object.
Solution
Impulse = area under the F-t graph:
First part: 50×0.1=5.0Ns
Second part: 21×50×0.2=5.0Ns
Total impulse: J=5.0+5.0=10.0Ns
Δv=mJ=510.0=2.0m/s
If you get this wrong, revise: Impulse as the area under a force-time graph and the impulse-momentum Theorem.
Problem 7: Centripetal Force — Conical Pendulum
A conical pendulum consists of a 0.5kg mass on a string of length 1.0m Swinging in a horizontal circle of radius 0.8m. Find the tension and the speed of the Mass.
Solution
The string makes an angle with the vertical. The vertical component of tension balances weight:
Tcosθ=mg
The horizontal component provides centripetal force:
Tsinθ=rmv2
The string length is L=1.0m and the radius is r=0.8mSo:
sinθ=Lr=0.8,cosθ=0.6
T=cosθmg=0.60.5×9.81=8.175N
Tsinθ=rmv2⟹8.175×0.8=0.80.5v2
v2=0.58.175×0.8×0.8=10.46
v=3.23m/s
If you get this wrong, revise: Circular motion in a vertical plane and resolving forces for conical Pendulums.
Problem 8: Gravitational Field Strength — Above Surface
Find the gravitational field strength at a height of 300km above the Earth’s surface. (Earth’s radius =6.37×106mEarth’s mass =5.97×1024kg)
Solution
r=6.37×106+3.0×105=6.67×106m
g=r2GM=(6.67×106)26.67×10−11×5.97×1024
g=4.449×10133.982×1014=8.95N/kg
This is less than 9.81N/kg at the surface, as expected.
If you get this wrong, revise: Newton’s law of gravitation and gravitational field strength at a Distance from a spherical body.
Problem 9: SHM — Finding Velocity at a Given Displacement
A mass-spring system has mass 0.3kgSpring constant 120N/mAnd amplitude 0.04m. Find the velocity when the displacement is 0.02m.
If you get this wrong, revise: SHM velocity equation and the relationship between velocity and Displacement.
Problem 10: Simple Pendulum — Finding Length
A simple pendulum has a period of 2.5s. Find its length.
Solution
T=2πgL
2πT=gL
gL=(2πT)2=(2π2.5)2=(0.3979)2=0.1583
L=0.1583×9.81=1.55m
If you get this wrong, revise: Simple pendulum period formula and rearranging it to find L.
Problem 11: Work Done by a Spring
A spring with constant 500N/m is stretched 0.08m from its natural length. Find the work done and the elastic potential energy stored.
Solution
W=21kx2=21(500)(0.08)2=21(500)(0.0064)=1.6J
The work done equals the elastic potential energy stored: Ep=1.6J.
If you get this wrong, revise: Hooke’s law and work done in stretching a spring.
Problem 12: Power on an Incline
A 60kg person runs up a flight of stairs of vertical height 5m in 8s. Find the average power developed.
Solution
W=mgh=60×9.81×5=2943J
P=tW=82943=367.9W
If you get this wrong, revise: Work done against gravity and the definition of power.
Problem 13: Vertical Circular Motion — Minimum Speed
A bucket of water of mass 0.8kg is whirled in a vertical circle of radius 0.6m. Find the minimum speed at the top of the circle for the water to remain in the bucket.
Solution
At the top of the circle, the minimum condition is when the normal reaction (or tension) is zero:
mg=rmvtop2
vtop=gr=9.81×0.6=5.886=2.43m/s
If you get this wrong, revise: Vertical circular motion and the minimum speed condition at the top of The circle.
Problem 14: Geostationary Orbit
A geostationary satellite orbits at a distance of 4.23×107m from the centre of The Earth. Find its orbital speed and verify that the orbital period is approximately 24 hours. (Earth’s mass =5.97×1024kg)
Solution
v=rGM=4.23×1076.67×10−11×5.97×1024
v=9.41×106=3068m/s
T=v2πr=30682π×4.23×107=86600s=24.06hours
This confirms the geostationary orbit period is approximately 24 hours.
If you get this wrong, revise: Orbital motion, orbital speed, and orbital period formulas.
Problem 15: Energy in SHM — Fraction of KE
A mass-spring system oscillates with amplitude A. At what displacement is the kinetic energy equal To half the total energy?
Solution
Ek=21Etotal
21mω2(A2−x2)=21×21mω2A2
A2−x2=2A2
x2=2A2
x=±2A=±0.707A
The KE equals half the total energy at x=±0.707A from equilibrium.
For the A-Level treatment of this topic, see Kinematics.
If you get this wrong, revise: Energy exchange in SHM and the expressions for Ek and Ep as Functions of displacement.
:::tip Diagnostic Test Ready to test your understanding of Mechanics? The contains the hardest questions within the DSE specification for this topic, each with a full worked solution.
Unit tests probe edge cases and common misconceptions. Integration tests combine Mechanics with other physics topics to test synthesis under exam conditions.
See for instructions on self-marking and building a personal test matrix. :::
:::danger Common Pitfalls
Forgetting to resolve forces into components: When an object is on an inclined plane, the weight (mg) must be resolved into components parallel to and perpendicular to the surface. The component parallel to the slope is mg sin(theta) and perpendicular is mg cos(theta). Students often use the wrong trigonometric function or forget to resolve at all.
Confusing speed and velocity in projectile motion: In projectile motion, the horizontal VELOCITY is constant (no horizontal acceleration), but the vertical velocity changes due to gravity. The speed (magnitude of velocity) changes throughout the flight because the vertical component changes. At the maximum height, the vertical velocity is zero but the horizontal velocity is unchanged.
Applying conservation of energy when friction is present: Mechanical energy (KE + PE) is only conserved when no non-conservative forces act. If friction is mentioned, work done against friction must be subtracted: KE_initial + PE_initial = KE_final + PE_final + energy lost to friction. Ignoring friction leads to an overestimate of the final speed.
Misidentifying the direction of the normal reaction force: The normal reaction force is always PERPENDICULAR to the surface of contact, not necessarily vertical. On an inclined plane, the normal reaction is perpendicular to the slope, not straight up. Including a vertical normal force on a slope is a common error that leads to incorrect force resolution.
Derivations
Derivation: Velocity-Time Graph for Projectile Motion
For a projectile launched at angle θ with initial speed u:
Horizontal component:vx=ucosθ=constant (no horizontal force)
Vertical component:vy=usinθ−gt
The resultant velocity at any time:
v=vx2+vy2=(ucosθ)2+(usinθ−gt)2
At maximum height: vy=0So tmax=gusinθ and vmaxh=ucosθ.
The angle of the velocity vector below the horizontal at time t: α=tan−1(ucosθgt−usinθ)
Derivation: Work Done by a Variable Force (General)
For a force F(x) that varies with position, the work done from x1 to x2 is:
W=∫x1x2F(x)dx
This equals the area under the force-displacement graph.
Special case: Hooke’s law (F=kx):
W=∫0xkx′dx′=21kx2
Special case: Inverse square force (F=A/x2):
W=∫x1x2x2Adx=[−xA]x1x2=A(x11−x21)
This applies to gravitational and electrostatic forces.
Derivation: Time of Flight for a Projectile on an Elevated Launch
When a projectile is launched from height h above the landing level:
Vertical: y=uyt−21gt2
At landing: −h=usinθ⋅t−21gt2
21gt2−usinθ⋅t−h=0
Using the quadratic formula:
t=gusinθ+u2sin2θ+2gh
(The positive root is taken since time must be positive.)
The horizontal range is: R=ucosθ⋅t=ucosθ⋅gusinθ+u2sin2θ+2gh
Experimental Methods
Determining the Acceleration of Free Fall Using a Simple Pendulum
Apparatus: A string, a small dense bob, a retort stand, a protractor, a metre rule, and a Stopwatch.
Procedure:
Set up the pendulum with a string of length L (measured from the pivot to the centre of the bob).
Displace the bob through a small angle (<10∘) and release it.
Time 20 complete oscillations and divide by 20 to find the period T.
Repeat for different lengths L.
Plot T2 (y-axis) versus L (x-axis). The gradient equals 4π2/g.
Theory: For small angles, T=2πL/gSo T2=g4π2L.
Sources of error:
The angle may not be small enough for the simple pendulum approximation.
The string may stretch slightly.
Reaction time of the stopwatch operator (reduced by timing many oscillations).
The pivot may not be perfectly fixed.
Improvements: Use a light gate for timing. Use an inextensible wire. Ensure small angles.
Verifying the Principle of Conservation of Momentum
Apparatus: Two trolleys on a friction-compensated track, light gates, and a data logger.
Procedure:
Set up the track so a single trolley moves at constant velocity (friction compensated).
Measure the mass of each trolley: m1 and m2.
Launch trolley 1 towards stationary trolley 2. Use light gates to measure velocities before (u_1$$u_2 = 0) and after (v_1$$v_2) the collision.
Calculate total momentum before: pbefore=m1u1+m2u2
Calculate total momentum after: pafter=m1v1+m2v2
Compare pbefore and pafter. They should be approximately equal.
Repeat for different masses and initial velocities.
Also calculate KE before and after to determine if the collision is elastic.
Expected results: Momentum is conserved in all collisions. KE is conserved only in elastic Collisions.
Measuring the Spring Constant Dynamically
Apparatus: A spring, a set of masses, a motion sensor or video camera, and a metre rule.
Procedure:
Hang a spring vertically and attach a mass m.
Displace the mass downward and release, setting up simple harmonic motion.
Measure the period T of oscillation.
Repeat for different masses.
Plot T2 (y-axis) versus m (x-axis). The gradient equals 4π2/k.
Theory:T=2πm/kSo T2=k4π2m.
Comparison with static method: The static method (measuring extension under load) gives k=F/x. The dynamic method gives k=4π2m/T2. Both should agree if Hooke’s law Is obeyed.
Additional Worked Examples
Worked Example 11
A block of mass 5.0kg slides from rest down a curved ramp from height 3.0m. At the bottom, it collides with and sticks to a stationary block of mass 3.0kg. The combined blocks then slide across a rough horizontal surface (μk=0.3) before coming to rest. Find the total distance travelled on the rough surface.
Solution
Speed at bottom of ramp (conservation of energy, no friction):
v=2gh=2×9.81×3.0=58.86=7.67m/s
Perfectly inelastic collision: (m1+m2)v′=m1v
v′=m1+m2m1v=8.05.0×7.67=4.79m/s
Energy dissipated on rough surface = initial KE of combined blocks:
21(8.0)(4.79)2=μk(8.0)(9.81)d
91.8=23.5d
d=23.591.8=3.90m
Worked Example 12
A rocket of mass 1000kg is launched vertically from rest. The engine provides a Constant thrust of 25000N for 10s. The mass decreases at a constant Rate as fuel is burned. Assume g=9.81m/s2 and neglect air resistance.
(a) If the fuel burn rate is 50kg/sCalculate the velocity of the rocket at Burnout (t=10s).
(b) Calculate the height of the rocket at burnout.
Solution
(a) This requires the rocket equation, but for DSE we simplify. The average mass during the burn:
mavg=21000+(1000−50×10)=21000+500=750kg
Average net force: Fnet=T−mavgg=25000−750×9.81=25000−7358=17642N
Average acceleration: a=Fnet/mavg=17642/750=23.5m/s2
Velocity at burnout: v=at=23.5×10=235m/s
(More precisely, the acceleration increases as mass decreases, so the actual velocity is higher. For a full treatment, use v=v0+uln(m0/mf)−gtBut this is beyond the DSE scope.)
(b) Using average acceleration: h=21at2=21(23.5)(100)=1175m
Worked Example 13
A uniform ladder of length 5.0m and mass 20kg leans against a smooth Vertical wall at angle θ=65∘ to the horizontal. The floor is rough. A person of Mass 70kg stands on the ladder at a distance of 3.0m from the bottom. Find the minimum coefficient of static friction between the ladder and the floor for the Ladder to be in equilibrium.
Solution
Forces: weight of ladder 20g (at centre, 2.5m from bottom), weight of person 70g (at 3.0m from bottom), normal reaction from wall RW (horizontal, at Top), normal reaction from floor RF (vertical, at bottom), friction f (horizontal, at Bottom).
Resolving vertically: RF=20g+70g=90g=882.9N
Resolving horizontally: f=RW
Taking moments about the bottom of the ladder:
Clockwise: 20g×2.5cos65∘+70g×3.0cos65∘
Anticlockwise: RW×5.0sin65∘
RW×5.0sin65∘=gcos65∘(20×2.5+70×3.0)
RW×4.532=9.81×0.4226×(50+210)
RW×4.532=4.146×260=1078
RW=237.8N
For equilibrium: f⩽μsRF
μs⩾RFf=RFRW=882.9237.8=0.269
Minimum coefficient of static friction: μs=0.27.
Exam-Style Questions
Question 1 (DSE Structured)
A 0.50kg ball is attached to a string of length 1.0m and released from Rest when the string makes 60∘ with the vertical.
(a) Calculate the speed of the ball at the lowest point.
(b) Calculate the tension in the string at the lowest point.
(c) Calculate the speed of the ball when the string makes 30∘ with the vertical on the Other side.
(d) Explain why the ball does not reach 60∘ on the other side if air resistance is Present.
(d) Air resistance does negative work on the ball, dissipating energy as heat. The total Mechanical energy decreases, so the ball cannot reach the same height on the other side. The Final height will be less than the initial height by an amount equal to the total energy lost To air resistance.
Question 2 (DSE Structured)
Two ice skaters, A (60kg) and B (80kg), face each other on frictionless Ice. They push off each other and A moves away at 3.0m/s.
(a) Calculate the velocity of B after the push.
(b) Calculate the kinetic energy of each skater after the push.
(c) Explain why the total kinetic energy increases during the push.
(d) If A had pushed harder so that A’s speed was 4.0m/sCalculate the speed of B And the change in total kinetic energy compared with part (b).
Solution
(a) By conservation of momentum (initially at rest):
0=mAvA+mBvB
0=60×3.0+80×vB
vB=−80180=−2.25m/s
(B moves at 2.25m/s in the opposite direction to A.)
(b) Ek,A=21(60)(3.0)2=270J
Ek,B=21(80)(2.25)2=202.5J
Total KE =270+202.5=472.5J
(c) The skaters convert internal chemical energy (from their muscles) into kinetic energy during The push. The push is an internal force that does work on the system. Total momentum is Conserved (internal forces cannot change the total momentum of a system), but the internal Energy is converted to kinetic energy, so the total KE increases.
(d) vB=8060×4.0=3.0m/s
Ek,A=21(60)(16)=480J
Ek,B=21(80)(9)=360J
New total KE =480+360=840J
Change =840−472.5=367.5J increase.
Question 3 (DSE Structured)
A car of mass 1500kg travels at 20m/s around a banked curve of radius 50m. The banking angle is 25∘.
(a) Calculate the speed at which no friction is required to keep the car on the curve.
(b) If the car travels at 25m/sDoes it tend to slide up or down the bank? Which Direction does friction act?
(c) Calculate the minimum coefficient of friction required for the car to travel at 25m/s without sliding.
Solution
(a) For no friction: the horizontal component of the normal reaction provides the centripetal Force.
(b) Since the car is travelling faster (25m/s) than the no-friction speed (15.1m/s), it tends to slide up the bank. Friction acts down the bank to Provide additional centripetal force.
(c) At 25m/sFriction acts down the bank. Resolving forces: