Description
Location: Undergraduate Teaching Laboratory, Room 116, Willis Annex
Report writing: Use the template provided for writing your report
Method: Online submission on TEAMS (submission box will be provided)
The circular disk is a solid form that is widely used in engineering. It constitutes a fundamental component in many mechanical systems. It is convenient to consider the motion of any rigid body as being made up of two components:
• rigid body translation of the centre of mass of the body, and
• rotation of the rigid body about its centre of mass.
In any particular case, the relationship between the translation and rotation of the body will be determined by the constraints that are imposed by the mechanism in which the component is located. In this case, the body is a simple disk with concentric axles and it rolls without slipping down an incline.
You can obtain access to the undergraduate teaching laboratory, room 116 of the Willis Annex building (J18), during your booked time slot in Week 09.
The report will be given a mark out of 40, which will be scaled to a mark out of 6 for the course total.
The equipment involves a steel disk having two concentric axles and a ramp with an adjustable slope, as shown in the figure below. The apparatus is in the undergraduate teaching laboratory, room 116 of the Willis Annex building.
Figure 1: Schematic diagram of a disk rolling down an incline
1. Measure the angle of the slope 𝜃 by measuring the length and height
2. For your measured angle, measure the time required for the disk to travel the following distances down the slope: 𝑥 = 0.2 m, 0.4 m, 0.6 m, 0.8 m and 1 m. Repeat your measurements at least 3 times and record the average.
• Large disk diameter 300 mm
• Axle diameter 20 mm (effective)
• Disk thickness 20 mm
• Total mass of disk and axles 11.6 kg
• Material: stainless steel. The density of stainless steel is 7700 kg/m3
It is possible to derive an equation for the disk to travel a distance 𝑥 down the ramp as a function of time 𝑡, using
nd both Newton’s 2 Law and Work-Energy methods. In both methods, the friction force is considered negligible. The expression for the distance travelled 𝑥 will be a function of time 𝑡, the dimensions of the disk, the moment of inertia of the disk and the ramp slope angle.
Moment of inertia
𝐼 (units: kg. m2)
For a solid disk rotating about its centre of mass:
1 2
IG mr 2
For a composite disk:
IG,total 1 m1r12 1 m2r22 1 m3r32
2 2 2
For a disk which is not rotating about its centre of mass, use the Parallel Axis Theorem:
IO IG,total mtotald 2
where 𝑑 is the distance from the centre of mass (G) to the point of rotation (O).
Newton’s 2nd Law
MO IO
mgsin.r IO
mgsin.r
IO
Now the centre of mass (G) has both velocity and acceleration. The velocity of G is acting parallel to the slope (i.e. the tangential direction is coinciding with the 𝑥 – direction). The normal direction is acting towards the centre of rotation (point O), which is coinciding with the negative 𝑦 – direction. The acceleration of the centre of mass has both normal and tangential components.
The normal acceleration is:
an 2r
The tangential acceleration is:
at r
Since the angular acceleration 𝛼 is a constant, then 𝑎𝑡 is also constant. Hence, the acceleration down the slope is constant, and we can use constant acceleration equations to determine 𝑥 as a function of 𝑡.
1 2 x xo vot at
2
where 𝑥𝑜 , 𝑣𝑜 are zero and 𝑎 = 𝑎𝑡.
Hence:
x mgsin.r2 t2
2IO
Work-Energy Methods
W12 F(s2 s1) M(2 1) T Vg Ve
If the friction force is considered negligible, then there are no external forces acting on the disk. There are no external moments acting on the system. Also, there are no springs in this system. Hence, the Work-Energy equation reduces to:
TVg 0
The disk is a rigid body, and is described as having:
• translation of its centre of mass (straight line motion down the slope)
• rotation of its centre of mass (rotating down the slope).
The change in kinetic energy can be written as:
T m(v22 v12) 1 IG(22 12)
2
{translation and rotation of the centre of mass}
Hence the change in kinetic energy can be written as:
T v2 m2 2IrG2
The change in potential energy can be written as:
Vg mg(h2 h1) mgsin.x
The Work-Energy equation becomes:
T Vg v2 m2 2IrG2 mgsin.x 0
This can be rearranged to give:
v c x
where c is simply a constant and is given by c 2mgIG sinmr.2r2
Use:
dx v
dt
which gives: dx vdt c xdt
Divide both sides by x and then integrating gives:
x t dx
cdt
00
which results in
c2t2 x 4
which can be expanded as:
x 2mg(I sinmr.r22) 2 t
G
Noting that 𝐼𝑂 = 𝐼𝐺 + 𝑚𝑟2 (𝑟 = 𝑑) , the expression for the distance travelled down the slope obtained using WorkEnergy methods is an identical expression to the one obtained using Newton’s 2nd law.
Using the given analytical equations, use either Excel or Matlab to obtain a theoretical plot of the distance travelled x as a function of time t. The following Matlab code is provided to help:
% define the variables;
% m = total mass of disk and axles
% r = radius
% Io = moment of inertia about point o
% theta = ramp slope angle
% g=gravity
% a=acceleration
m=…; (input mass here) r=…..; (input radius here)
Io=…; (input the mass moment of inertia here) – THEN JUST RUN THE CODE pi=3.141592654; theta=degrees*2*pi/360; g=9.81; a=(m*g*sin(theta)*r^2)/(Io);
% time range from 1 to 20 seconds; for i = 1:2001 time(i)=(i-1)/100; x(i)=0.5*a*time(i)^2; end
plot(time,x) xlabel(‘time (s)’) ylabel(‘x(t)’) title(‘x(t)=0.5at^2’)
Superimpose your experimental results on the theoretical plot obtained using Matlab or Excel. Explain any differences between the theoretical and calculated values. Plot the velocity and acceleration as functions of time.
Discuss your results.
When writing any technical report, you must provide information which is specific and precise. As engineers, you must be able to communicate technical details and calculations to your colleagues, supervisors and clients. A very important goal of a lab is to train you to have good written communication skills through giving you practice in technical report writing.
Where appropriate, you should follow the rules below in writing your lab report.
• Type your report (including equations) in the main body of the report
• Use tables where possible
• Label all figures
In general, a lab report should include the following content:
• Title
• Introduction (which includes the aims of the lab)
• Apparatus
• Procedure
• Sample calculation (where appropriate)
• Results and discussion (including discussion on sources of error where appropriate)
• Conclusions
• References (where appropriate)
• Appendix (where appropriate)
Avoid using statements with “I” and “we”. Avoid starting a sentence with “And” and “Because”.




Reviews
There are no reviews yet.