14.5. Vrije val#

14.5.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.5.2. Preparation#

Assignments:

Method:

Theory:

Wanneer je een object laat vallen in vacuĆ¼m zal het object een beweging beschreven volgens:

\[ y(t) = y_0 + v_0t+\frac{gt^2}{2}\]

Door de valtijd voor verschillende hoogtes te bepalen, volgt uit bovenstaande vergelijking de waarde voor de zwaartekrachtsversnelling.

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

14.5.3. Execution#

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

Observations:
Notes:

14.5.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.5.5. Discussion#

14.5.6. Conclusion#

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