Sample 312 Lab Report
Sample 312 Lab Report
In this review, a systematic methodology is developed to obtain the the moment of inertia of any
system configuration of the PASCO model 9279 apparatus. Final experimental results are obtained
as a weighted average from several independent experiments with corresponding uncertainties. This
is made possible by a set of custom Mathematica code. This methodology is used to explore various
configurations and topics such as conservation of angular momentum and principle axis of rotation
are explored. In addition, frictional torque is well-characterized with a third degree polynomial, and
can be used to achieve higher accuracy of measurements in a future experiment. An unexpected
linear relation between frictional torque and angular velocity was also uncovered.
INTRODUCTION
TABLE II: Mt , Mb , Ma are the masses for the top steel disk,
FIG. 5: Minimal model for acceleration experiment[1] bottom steel disk and aluminum disk respectively. m is the
mass of the pulling object. Rt1 , Rt2 , Rb1 , Rb2 , Ra1 , Ra2 are
inner and outer radii of top steel disk, bottom steel disk and
and the combined standard deviation is aluminum disk. r1 , r2 are the radii of the large and small
pulley respectively
1
= pP (3)
wi
Thus
It Ib
FIG. 7: When both disks are spinning a! = b!t + b!b (15)
It + Ib It + Ib
5
FIG. 9: Theoretically predicted and experimentally measured FIG. 11: Top view of the linear and angular momentum ex-
angular velocity after collision, the closer the points are to the periment setup[1]
diagonal line, the more theory and experiment agree
Using theoretical values obtained from Equation (9), pre- Speed of the metal ball right before collision is esti-
dictions for a! can be obtained. The results are com- mated using the setup shown in Figure 12 where h is
pared with experimental data in Table V. Uncertainties measured to be 89.0 ± 0.1cm. To determine L, we coat
are obtained using standard uncertainty propagation. [3, the metal ball with dry erase marker and place a piece
p 75] All data agree within 2 standard deviations, a more of plain paper close to the landing spot. After 5 tri-
visual comparison is provided in Figure 9. als the ball landed 62.5, 63.2, 63.2, 63.2, 64.5cm away from
the table, whose mean and standard deviation are used
for L, namely L = 63.3 ± 0.9cm. Thus the velocity of the
LINEAR MOMENTUM AND ANGULAR
MOMENTUM
TABLE VI: D is the distance from the ball to the axis of VARIABLE RADIUS MASS
rotation, Li is calculated by Equation (18),! is the angular
velocity of the system after collision and Lf is calculated using
Experiment
Equation (19)
FIG. 14: Uniform cylinder model for variable radius mass FIG. 15: Comparison of theoretically calculated and exper-
imentally obtained moment of inertia of the variable radius
mass system
d(cm) eI(gm2 ) tI(gm2 )
3.6 ± 0.1 1.05 ± 0.16 0.55 ± 0.15
4.6 ± 0.1 1.22 ± 0.26 0.88 ± 0.14
5.6 ± 0.1 1.52 ± 0.19 1.29 ± 0.12
6.6 ± 0.1 2.07 ± 0.23 1.78 ± 0.11
7.6 ± 0.1 2.14 ± 0.34 2.35 ± 0.09
8.6 ± 0.1 2.74 ± 0.28 3.00 ± 0.07
9.6 ± 0.1 3.49 ± 0.33 3.73 ± 0.06
1
I= m(3R2 + h2 ) (23) The setup is the same as the acceleration experiment
12
with some changes. Firstly the thumb screw is replaced
by the parallel axis theorem, when the center of the cylin- with by a triangular mass that can be rotated around a
der is distance d away from the x axis, the moment of horizontal axis, see Figure 16. Secondly, the steel disk
inertia is is replaced by the lighter aluminum disk, and the tiny
1 1 wholes in the aluminum disk are covered by tapes to force
I= md2 + m(3R2 + h2 ) (24) air down as to provide more lift to the disk. Thirdly,
2 12
instead of the big pulley we use the smaller pulley since
the theoretically calculated values of the moment of in- the lighter aluminum disk is in use. Recall the calculation
ertia of the two masses and the experimentally measured for angular acceleration in the first experiment Equation
values are listed for comparison in Table VII. A more (13). It can be adopted to this system by simply changing
visual comparison is shown in Figure 15 Large experi- Idisk into Isys , also we’re using the small pulley instead
mental uncertainties arise from the fact that the radius of the big one this time so r1 needs to be substituted by
8
where the moment of inertia of the system is maximum periment. The author would also like to thank Dr. Daniel
and the mass doesn’t wobble during the rotation. Gibson who provided the equipment for this lab and of-
Last but not least, an analysis of the frictional torque fered helpful comments throughout the experiment.
on the disks reveals that the angular acceleration caused
by friction can is linearly related to angular velocity, this
can be used to improve experimental accuracy for this
series of experiment, and this relation itself is interesting
enough to be pursuit further in a future exploration of [1] Ed Pitkin. Rotational Dynamics Apparatus. PASCO sci-
entific, 1999.
the subject. [2] PASCO scientific. ScienceWorkshop 500 Interface, 2001.
[3] John R. Taylor. An Introduction to Error Analysis. Uni-
versity Science Book, 1997.
ACKNOWLEDGMENT
In the first segment of our custom code, best estimates of the angular acceleration and moment of inertia of
the rotational system is calculated. The GetAcl function uses FindStart and FindEnd to pick out the linearly
increasing portion of the input data and calculate the slope of the most appropriate fitted line. This slope is processed
to have the appropriate units and returned as the angular acceleration of the system. Acl2Mom further converts
this information to the angular momentum of the system in question.
FIG. 22: Code for extracting the moment of inertia of the rotational system
The second segment of our code calculates the uncertainty in the slope as well as the ˜2 value of the fit.
The last segment of our code extracts the angular velocity of a collision experiment if the disks are originally at
11
FIG. 23: Code for calculating the uncertainties in the angular acceleration as well as ˜2 value of the fit performed in GetAcl
FIG. 24: Code for extracting angular velocity after collision from rest
rest.