UNIVERSITY OF WEST ATTICA
SCHOOL OF ENGINEERING
DEPARTMENT OF COMPUTER ENGINEERING AND INFORMATICS
University of West Attica · Department of Computer Engineering and Informatics
Physics
Vasileios Evangelos Athanasiou
Student ID: 19390005
Supervision
Supervisor: Dimitrios Nikolopoulos, Professor
Athens, December 2019
This repository summarizes the physics project completed by Vasileios Evangelos Athanasiou for the University of West Attica. The project focuses on statistical error analysis, significant figures, and the least squares method applied to physical measurements.
| Section | Folder/File | Description |
|---|---|---|
| 1 | docs/ |
Documentation related to error analysis |
| 1.1 | docs/Errors.pdf |
Error analysis document (English) |
| 1.2 | docs/Σφάλματα.pdf |
Error analysis document (Greek) |
| 2 | tables/ |
Tables and datasets used in analysis |
| 2.1 | tables/Tables.xlsx |
Error-related tables in spreadsheet format |
| 2.2 | tables/Πίνακες.pdf |
Error-related tables in PDF format |
| 3 | README.md |
Repository overview and usage instructions |
The project begins by identifying significant figures and performing rounding operations.
- Identification: Determining the number of significant figures (e.g., 976.45 → 5 significant figures).
- Rounding: Converting values to a defined number of significant figures (e.g., 8.314 → 8.3).
Experimental datasets are analyzed to compute statistical properties of measurements.
- Mean Value Calculation
- Standard Deviation of the Mean
- Result Formatting
Final measurements are expressed with uncertainties, e.g.:
The area of a rectangle is computed from measured dimensions with uncertainty propagation.
- Area Calculation
- Error Propagation
Total uncertainty is derived from uncertainties of both dimensions.
The least squares method is applied to experimental measurements to determine physical constants.
Analyzes the relation between oscillation period (T_i) and pendulum length (x_i) to determine:
- Gravity acceleration (g)
- Experimental constant (a)
Uses oscillation periods (T_i) for varying masses (m_i) to compute:
- Spring constant (D)
- Effective mass of the spring (m_{ελ})
Based on experimental data:
- Gravity acceleration (g): 0.92145 cm²/s
- Spring Constant (D): 0.40807 N/m
- Calculated Area (A): 980.2 cm² ± 1.0%
The project demonstrates practical application of statistical methods, uncertainty analysis, and regression techniques in physics experiments, reinforcing foundational measurement and analysis skills.

