Physics 238—Intermediate Physics Lab
Homework Assignment #1
Due Friday, February 14, 2025, 1:15 p.m.

1. The Normal Distribution

(40 pts.) In this problem, you will check if your values for the pendulum period T appear to follow a normal distribution (see Taylor, section 5.3.)

Unfortunately, while Mathematica can make nice histograms, it is a bit cumbersome to import the data and do the curve fitting. See the pendulum-period.nb and randerrors.nb notebooks on the course web site for a way to import your data into Mathematica and perform the fit to the normal distribution.

a.
Produce a histogram of your data. You may have to select a bin size and range manually. Try to pick them so that you get a reasonably smooth histogram. Do not print the histogram just yet—you will do so in step d. below.
b.
The normal distribution is defined as
         A    -(x--μ)2
f(x) = -√----e  2σ2   ,
       σ  2π
(1)

where μ is the mean value and σ is the standard deviation. (If your histogram were normalized, you would get A = 1, but since it is not normalized, you need to include a scaling factor A.

Does your histogram resemble a normal distribution qualitatively? Discuss any significant differences.

c.
Perform a fit of Eq. 1 to your data. Note that Mathematica probably won’t get a good fit by default. You may have to supply the NonlinearModelFit function with initial guesses for μ and σ. Report your results for the fit parameters, along with their uncertainties.
d.
Make a graph showing the histogram data along with your fit to Eq. 1. Print out the graph to include with your homework.
e.
Compare the results from the statistical analysis and your curve fit. Does your mean value for T agree with the location of the peak of the histogram?
f.
Does your standard deviation agree with the width (i.e. σ) of the histogram? Though they likely won’t be identical for your data, they ought to be reasonably close to each other.
g.
Are there any visual features of your histogram that might help explain any discrepancies?

2. The Physical Pendulum

(20 pts.) In the simple pendulum lab, we assumed that the pendulum was a point object of mass M located a distance L away from the pivot point. In reality, however, a better model would be a cylinder of height h with the center of a cylinder a distance L away from the pivot point. Was this an important issue? Specifically,

a.
Look up the formula for the “physical pendulum”. Use that formula to calculate g in terms of the moment of inertia I.
b.
For a point mass, the moment of inertia would just be Ipt = ML2. For the cylinder, it is more complicated. What is the moment of inertia Icyl for the cylinder about the pivot point? You will probably find it useful to look up the “parallel axis theorem.”
c.
Find a formula for the difference between gpt using the moment of inertia for a point mass and gcyl using the moment of inertia of the cylinder about the pivot point.
d.
Analytically expand your difference formula assuming h L, and keeping only the leading term.
e.
Put in your numerical values. How big is the difference between gpt and gcyl?
f.
Was this an important issue? Make specific reference to your quantitative results (including uncertainty) from your lab report.
g.
Of course the pendulum was not exactly a cylinder either. There were small additional masses at the top and bottom. Without doing any further calculations, do you think this would be an important further avenue of investigation? Why or why not?

General Homework Instructions

Academic Honesty

If you get bogged down with any of the problems, do not hesitate to discuss them with your instructor or with a fellow student. For this course–and indeed for most advanced courses in any discipline—I believe such collaboration to be an essential element for success. I do not require any specific or explicit group work, but my expectation is that everyone will be open to both giving and receiving aid from their peers.

The only stipulation is that if you get help from anyone (besides your instructor) you should acknowledge that collaboration. Please see the Academic Honesty policy for more information about appropriate and inappropriate collaboration.