1... ice-cream
3 points
Estimate how many grams of ice-cream is possible to be made out of
2... autism
3 points
What is the least number of fidget spinners such that the day on Earth is extended by
3... weirdly shaped glass
6 points
We have a cylindrical glass with a small hole at the bottom of the glass. The surface area of the hole is
Bonus: The bottom of both glasses is at the same high and the glasses are connected by the hole.
4... solve it yourself
7 points
We have a black box with three outputs (A, B, and C). We know that it consists of
5... impossibility of infection
7 points
Imagine that we accelerate a usually sized bacteria into velocity
The result might be surprising for you. How is it possible to become infected this way with a bacterial infection? Discuss why is it possible despite the result.
P... Voyager II and Voyager I live!
9 points
We have a satellite and we want to launch it out of the Solar System. We launch it from Earth's orbit so that after some corrections of the trajectory it gets a velocity which is higher than the escape velocity from the Solar System. What is the probability that the satellite will collide with some cosmic material with higher diameter that
E... heft of a string
12 points
Measure the length density of the catgut which arrived to you together with the tasks. You are forbidden to weigh the catgut.
Hint: You can try to vibrate the string.
Instructions for Experimental TasksS... Rootses and automatons
10 points
////
- Find all (three) real roots of the function
. Choose an appropriate method yourself and comment on the reasons behind your choice. - Newton’s method works even for functions of complex variable. Your task is to render so called Newton fractals, i.e. areas in complex plane in which choosing an initial guess for Newton’s method leads to converging on a specific root. Render the fractals for the functions
and , where is a complex number. The derivations of these functions are , and respectively. For calculations and rendering you may utilize the Python code attached to this task.
Note: Complex derivation, if it exists, can be calculated the same way as normal derivation..
Bonus: Find as beautiful or interesting Newton fractal as you can. - Simulate on computer (or calculate by hand) an elementary cellular automaton abiding by the rule 54 on a grid with size 20 and periodical conditions for at least 10 time steps (more certainly can’t hurt). At the beginning, one arbitrary cell has the value 1, the rest 0. Plot the result on a spacetime diagram.
- Simulate the changes in roughness
of a 1D surface using a model of random deposition. The roughness is given by the equation \[ \] Where is the dimension, is the length of the surface and is the height of the i-th column. Initially, the surface is perfectly flat. Plot the roughness as a function of time for at least steps (one step one new particle), discuss the results.
Note: Random deposition simply means that in each step of the simulation, the height of one randomly selected column will increase by one.