1... space snowman
3 points
Consider a snowman consisting of 3 homogeneous spheres of density
Bonus: Generalise the problem for
2... spheres in viscous fluids
3 points
When solving problems involving drag in air or in general a fluid, we use Newton's resistance equation
where
where
3... accurate central collisions
6 points
Consider 3 equal non-rotating discs moving in a straight line in the order 1, 2, 3 without friction or any other resistance forces on a horizontal surface. Discs 1 and 2 are moving to the right and disc 3 is moving against them to the left. We know that the velocity of disc 1 is larger than that of disc 2. How do the final velocities (after all collisions) depend on the order in which the collisions take place? What are these velocities? (Do not forget that all answers must be properly justified). Bonus: Discs have different masses.
4... on a string
8 points
Two masses of negligible dimensions and mass
5... balloon
8 points
Consider a balloon with mass
$p=p_0e^{-z/z_0}$,,
(
P... glasses
8 points
Describe the imaging system of a microscope (consisting of two convex lenses) and that of a Keplerian telescope. Explain the difference in function and construction of a microscope and a telescope and sketch the rays passing through the systems. How can we usefully define magnification for these optical systems? Derive the equations for magnification.
E... fishing line
12 points
Measure the shear modulus
S... linear
10 points
////
- Try to describe in your own words how and for what purpose linear regression is used (it is sufficient to briefly describe the following: two significant applications of linear regression, least squares method, maximum likelihood estimation, linear regression model, basic graphical methods of regression diagnostics). It’s not necessary to describe the concepts mathematically, a brief description in your own words is sufficient.
- In the attached data file linreg1.csv you may find the results of a certain physical experiment, in which we measured the pairs of data
. We want to fit the measured data with a theoretical function in this case a parabola in the form \[ \] Determine the value of the coefficient and its uncertainty. It is not necessary to use regression diagnostics. - In the attached data file linreg2.csv you may find the results of a certain physical experiment, in which we measured the pairs of data
. We want to fit the measured data with a theoretical function, in this case a logarithmic function in the form \[ \] Plot the measured data into a graph with the fitting function and briefly comment on it. It is not necessary to use regression diagnostics. - Suppose we have measured pairs of data
and want to fit them with a linear function in the form \[\begin{equation*} f(x) = a+ bx .
\end {equation*}\] Derive the exact formula for calculating the regression parameters. You may use any and all sources, if you cite them correctly. (Actually derive the formula, do not just write it.)
Bonus: In the tasks b) and c) perform regression diagnostics and discuss, whether all necessary criteria (assumptions) are met.
For data processing and creating the plots, you may use the R programming language. Most of these tasks can be solved by slightly altering the attached scripts.