PHY321 Classical Mechanics 1

Final project Spring semester 2023, due Friday May 5
midnight (1159pm)

April 26, 2023


Practicalities about homeworks and projects (midterms and final)

  1. You can work in groups (optimal groups are often 2-3 people) or by yourself. If you work as a group you can hand in one answer only if you wish. Remember to write your name(s)!
  2. How do I(we) hand in? Due to the extraordinary situation we are in now, the final projec should be handed in fully via D2L. You can scan your handwritten notes and upload to D2L or you can hand in everyhting (if you are ok with typing mathematical formulae using say Latex) as a jupyter notebook at D2L. The numerical part should always be handed in as a jupyter notebook.

Introduction to the final project, total score: 160 points

The relevant reading background is

  1. Chapters 2-8 and 14 of Taylor
  2. Lecture notes throughout the semester and homework assignments and midterm projects.

Exercise 1, motion of a balloon (75pt)

This exercise brings us back to the beginning of the semester and homework assignments 2 and 3, in particular exercises 5 and 6 of homework 3. The relevant chapter of Taylor's text is chapter 2 and partly chapter 3. The code you wrote for homework 3 may be useful.

In this exercise we will develop a model to determine the motion of a weather balloon released from the ground. We start from a simplified model and gradually add features to make our model more realistic.

After the balloon is released, it is driven by buoyancy. Initially, we will assume that the buoyancy force is given by a constant force, \( \boldsymbol{B} \). We assume that the motion is vertical only and label this in terms of the \( z \)-axis. That is our system is one-dimensional only. The constant buoyancy force is then given by its \( z \)-component only, that is \( \boldsymbol{B}=B_z\boldsymbol{k} \), where \( \boldsymbol{k} \) is the unit vector along the \( z \)-axis.

Let us now introduce air resistance, using a quadratic law: \( \boldsymbol{F}_D = −D \vert \boldsymbol{v}\vert \boldsymbol{v} \), where \( D \) is a constant and \( \boldsymbol{v} \) is the velocity. We are still in one dimension but have introduced forces and velocities as vectors (boldfaced quantities).

The balloon is released on a windy day, with a wind blowing with a velocity given by \( \boldsymbol{w} = w_x \boldsymbol{i} \) along the horizontal \( x \)-axis.

In a real situation, the wind velocity is smaller near the ground and increases gradually to the full velocity \( w_0 \) as the balloon moves upward. Typically, the velocity of the wind as function of the height \( z \) can be described by

$$ \boldsymbol{w}(z) = w_0 (1−\exp{(−z/d)}) \boldsymbol{i}, $$

where $d = 10$m is a length determining the change in height.

Exercise 2: Mathematical pendulum (85pt)

A mathematical pendulum consists of a point mass \( m \) suspended by a massless thread/rod of length \( l \) in a gravitational field, as shown in the figure here. The constraining force is labeled by \( \boldsymbol{T} \) and the gravitational force is labeled \( \boldsymbol{F}_g \). Homework assignments 6 and 7 may be useful to study here. Taylor chapter 5 is the relevant reference for this exercise.





We assume that the length \( l \) is constant and we define the coordinates involved as

$$ \boldsymbol{r} = l\sin(\phi)\boldsymbol{i}+l\cos(\phi)\boldsymbol{j}, $$

where \( \boldsymbol{i} \) and \( \boldsymbol{j} \) are the unit vectors in the \( x \) and \( y \) directions, respectively.

Transforming to polar coordinates \( r \) and \( \phi \), the equation for \( \phi \) is a second-order differential equation (you don't need to show this)

$$ \ddot{\phi}(t)=-\omega_0^2\sin{(\phi(t))}. $$

This equation can be solved analytically if we assume that the angle \( \phi \) is very small. Then we can approximate our equation as

$$ \ddot{\phi}(t)=-\omega_0^2\phi(t). $$

For our numerical treatment of the full second-order differential equation, we can proceed as we have done before and split the second-order differential in two first-order differential equations as shown here

$$ \frac{d\dot{\phi}}{dt}=-\omega_0^2\sin{(\phi)}. $$

and

$$ \frac{d\phi}{dt}=\dot{\phi}. $$

Classical Mechanics Extra Credit Assignment: Scientific Writing and attending Talks

The following gives you an opportunity to earn five extra credit points on each of the remaining homeworks and ten extra credit points on the midterms and finals. This assignment also covers an aspect of the scientific process that is not taught in most undergraduate programs: scientific writing. Writing scientific reports is how scientist communicate their results to the rest of the field. Knowing how to assemble a well written scientific report will greatly benefit you in you upper level classes, in graduate school, and in the work place.

The full information on extra credits is found at https://github.com/mhjensen/Physics321/blob/master/doc/Homeworks/ExtraCredits/. There you will also find examples on how to write a scientific article. Below you can also find a description on how to gain extra credits by attending scientific talks.

This assignment allows you to gain extra credit points by practicing your scientific writing. For each of the remaining homeworks you can submit the specified section of a scientific report (written about the numerical aspect of the homework) for five extra credit points on the assignment. For the two midterms and the final, submitting a full scientific report covering the numerical analysis problem will be worth ten extra points. For credit the grader must be able to tell that you put effort into the assignment (i.e. well written, well formatted, etc.). If you are unfamiliar with writing scientific reports, see the information here

The following table explains what aspect of a scientific report is due with which homework. You can submit the assignment in any format you like, in the same document as your homework, or in a different one. Remember to cite any external references you use and include a reference list. There are no length requirements, but make sure what you turn in is complete and through. If you have any questions, please contact us.

HW/Project Due Date Extra Credit Assignment
HW 3 2-8 Abstract
HW 4 2-15 Introduction
HW 5 2-22 Methods
HW 6 3-1 Results and Discussion
Midterm 1 3-12 Full Written Report
HW 7 3-22 Abstract
HW 8 3-29 Introduction
HW 9 4-5 Results and Discussion
Midterm 2 4-16 Full Written Report
HW 10 4-26 Abstract
Final 4-30 Full Written Report

You can also gain extra credits if you attend scientific talks. This is described here.

Integrating Classwork With Research

This opportunity will allow you to earn up to 5 extra credit points on a Homework per week. These points can push you above 100% or help make up for missed exercises. In order to earn all points you must:

  1. Attend an MSU research talk (recommended research oriented Clubs is provided below)
  2. Summarize the talk using at least 150 words
  3. Turn in the summary along with your Homework.

Approved talks: Talks given by researchers through the following clubs:

All the material on extra credits is at https://github.com/mhjensen/Physics321/blob/master/doc/Homeworks/ExtraCredits/.