14.6. Slinger#

14.6.1. General#

Template for labjournaal. See https://jupyter-notebook.readthedocs.io/en/stable/examples/Notebook/Working With Markdown Cells.html for options to use markdown.

Name:
Title of the experiment:
Starting date:
Expected enddate:
Partner:
Goal of the experiment:
Research question:
Expectations or Hypothesis:
Desired accuracy:

#import necessary libraries
import matplotlib.pyplot as plt
import numpy as np
import math
from scipy.optimize import curve_fit 

14.6.2. Preparation#

Assignments:

Method:
Theory:

Volgens de theorie zou een fysische slinger, bestaande uit een puntmassa aan een massaloze draad, zie Figuur 14.2, een periode hebben van:

\[ T = 2\pi\sqrt{\frac{l}{g}}\]

Wanneer de lengte van de slinger bekend is en de periode bepaald, volgt uit bovenstaande vergelijking de waarde voor de zwaartekrachtsversnelling.

../_images/Slinger.png

Fig. 14.2 De opstelling van de fysische slinger.#

Independent variable:
Dependent variable:
Controlled variablen:
Measurement instruments & Settings:
Procedure:
Setup(drawing or picture):
Notes:
About accuracy:

14.6.3. Execution#

# Measurements: Explain the names of variables provide only raw data in np.arrays!

Observations:
Notes:

14.6.4. Processing#

Description of processing of raw data into scientific evidence:

#Data processing and analysis:
#Data processing and analysis:
#Data processing and analysis:

Describing the pattern in the processed data:

#Calculations of e.a. measurement uncertainties, and providing final answers.

Notes:

14.6.5. Discussion#

14.6.6. Conclusion#

14.6.7. Additional notes, remarks, explanations, thoughts etc#