1... staircase on the Moon
3 points
If we once colonized the Moon, would it be appropriate to use stairs on it? Imagine the descending staircase on the Moon. The height of one stair is
2... death rays on the glass
3 points
A light ray falls on a glass plate with an absolute reflective index
3... wedge
5 points
We have two wedges with the masses
Bonus: Consider friction with the
4... thermal losses
7 points
At what temperature does the indoor environment of the flat in a block of flats stabilise? Consider that our flat is adjacent to other apartments (except its shorter walls), in which the temperature
How will the result be changed if we add polystyrene insulation to the building? The thickness of the polystyrene is
5... sneaky dribblet
8 points
Let's take a rounded drop of radius
Bonus: Solve the motion equations.
P... floating mercury
9 points
Try to invent as much „physics tricks“ as possible thanks to which mercury would float on the liquid water for at least a limited time. The more permanent solution you find, the better.
E...
12 points
S... Differential equations are growing well
10 points
////
- Solve the two-body problem using the Verlet algorithm and the fourth-order Runge-Kutta method (RK4) over several (many) periods. Use a step size large enough for the numerical errors to become significant. Observe the way the errors manifest themselves on the shape of the trajectories.
- Solve for the time-dependent position equation of a damped linear harmonic oscillator described by the equation
, where is the angular velocity and is the damping ratio. Change the parameters around and observe the changes in the oscillator’s motion. For which values of the parameters is damping the fastest? - Model sedimentation using the method of ballistic deposition \[
\] where is the height of i-th column. And study the development of the roughness of the surface (see this year’s series 4, problem S). Initially (for small values of ) the roughness is proportional to some power of : . For large values of , however, it is proportional to some (possibly different) power of the grid length . . Find the powers and . Choose an appropriate step size so that you could study both modes of sedimentation. The length of the surface should be at least . (Warning: the simulations may take several hours.) - Simulate on a square grid the growth of a tumor using the Eden growth model with the following variation: when a healthy and an infected cell come into contact, the probability of the healthy one being infected is
and the probability of the infected one being healed is . Initially, try out , the proceed with and then with . At the beginning, let only 5 cells (arranged into the shape of a cross) be infected.
Describe qualitatively what you observe. - Rewrite the attached code for the growth of a fractal (diffusion limited aggregation model) on a hexagonal grid to the growth of a fractal on a square grid and calculate the dimension of the resultant fractal.
Note: Using the codes attached to this task is not mandatory, but it is recommended.