Deadline for submission: Mar. 27, 2018, 23:59, CET.

Problem Statement of Series 5, Year 31

About the Competition Rules How to Write Solutions Results
Brochure with solutions (cs) Year book (cs)

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 $h=15\,\mathrm{cm}$ and it's length is $d=25\,\mathrm{cm}$. Estimate the number $N$ of stairs that a person would fly over if he walked into the staircase with a velocity $v=5.4\,\mathrm{km\!\cdot\! h^{-1}}=1.5\,\mathrm{m\!\cdot\! s^{-1}}$. The gravitational acceleration on the Moon's surface is six times weaker than on Earth's surface.

The solution to this problem is not available.

Dodo read The Moon Is a Harsh Mistress.

2... death rays on the glass

3 points

A light ray falls on a glass plate with an absolute reflective index $n = 1.5$. Determine its angle of incidence $\alpha_1$ if the reflected ray forms an angle $60\,\mathrm{\ dg}$ with the refracted ray. The board is stored in the air.

The solution to this problem is not available.

Danka likes solving more problems simultaneously.

3... wedge

5 points

We have two wedges with the masses $m_1$, $m_2$ and the angle $\alpha$ (see figure). Calculate the acceleration of the left wedge. Assume that there is no friction anywhere.

Bonus Consider friction with the $f$ coefficient.

The solution to this problem is not available.

Jáchym robbed the CTU scripts.

4... thermal losses

7 points

At what temperature does the indoor environment of the flat in a block of flats stabilize? Consider that our flat is adjacent to another flats (except its shorter walls), in which the temperature $22\,\mathrm{^\circ\mskip-2mu\mathup{C}}$ is maintained. The shorter walls adjoin the surroundings where the temperature is $-5\,\mathrm{^\circ\mskip-2mu\mathup{C}}$. The inside dimensions of the flat are: height $h = 2.5\,\mathrm{m}$, width $a = 6\,\mathrm{m}$ and length $b = 10\,\mathrm{m} $. The coefficient of specific thermal conductivity of the walls is $\lambda = 0.75\,\mathrm{W\!\cdot\! K^{-1}\!\cdot\! m^{-1}} $. The thickness of the outer walls and the ceilings is $D_{\mathrm{out}} = 20\,\mathrm{cm}$ and the thickness of inner walls is $D_{\mathrm{in}} = 10\,\mathrm{cm}$.

How will the result be changed if we add polystyrene insulation to the building. The thickness of the polystyrene is $d = 5\,\mathrm{cm}$ and its specific heat conductivity is $\lambda' = 0.04\,\mathrm{W\!\cdot\! K^{-1}\!\cdot\! m^{-1}}$?

The solution to this problem is not available.

Karel was thinking about how it works in a block of flats.

5... sneaky dribblet

8 points

Let's take a rounded drop of radius $ r_0 $ made of water of density $ \rho_{\mathrm{v}} $ which coincidentally falls in the mist in the homogeneous gravity field $g$. Consider a suitable mist with special assumptions. It consist of air of density $\rho_{\mathrm{vzd}}$ and water droplets with an average density of $ rho_{\mathrm{r}} $ and we consider that the droplets are dispersed evenly. If a drop falls through some volume of such mist, it collects all the water that is in that volume. Only air is left on  this place. What is the dependence of the mass of the drop on the distance travelled in such a fog?

Bonus Solve the motion equations.

The solution to this problem is not available.

Karal wanted to assign something with changing mass.

P... floating mercury

9 points

This problem has an open solution, so be sure to cite all sources used.

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.

The solution to this problem is not available.

Karel wants to turn Archimédes inside out.

E...

12 points

Along with the problem set, you should have got a pair of glasses with polarization filters in the mail. You have therefore two polarization filters at your disposition. When you superimpose the filters so that their polarization directions are perpendicular, ther will be very little light going through the filters. But, if a thrid filter with an appropriate polarization orientation is placed between those two filters, the light traversing the filter chain can be quite intense. Your task is to measure the light intensity as a function of orientation angle of the middle filter.

Hint: It is recommended you use a bright screen or a display as the light source as well as the first filter in the chain.

Instructions for Experimental Tasks
The solution to this problem is not available.

S... Differential equations are growing well

10 points

  1. 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.

  2. Solve for the time-dependent position equation of a damped linear harmonic oscillator described by the equation $\ddot{x}+2\delta\omega\dot{x}+\omega^2 x=0$, where $\omega$ is the angular velocity and $\delta$ 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?

  3. Model sedimentation using the method of ballistic deposition \begin{equation*} h_i(t+1) = \mathup{max}\left(h_{i-1}(t),\,h_i(t)+1,\,h_{i+1}(t)\right) \, , \end{equation*} where $h_i$ is the height of i-th column. And study the development of the roughness of the surface $W(t,L)$ (see this year’s series 4, problem S). Initially (for small values of $t$) the roughness is proportional to some power of $t$: $W(t,L) \sim t^{\beta}$. For large values of $t$, however, it is proportional to some (possibly different) power of the grid length $L$. $W(t,L) \sim L^{\alpha}$. Find the powers $\alpha$ and $\beta$. Choose an appropriate step size so that you could study both modes of sedimentation. The length of the surface should be at least $L = 256$. (Warning: the simulations may take several hours.)

  4. 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 $p_1$ and the probability of the infected one being healed is $p_2$. Initially, try out $p_1 \gg p_2$, the proceed with $p_1 > p_2$ and then with $p_1 < p_2$. At the beginning, let only 5 cells (arranged into the shape of a cross) be infected. Describe qualitatively what you observe.

  5. 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.

The solution to this problem is not available.

Mirek and Lukáš have already grown their algebra, now they have different seeds.