1... Tooth Fairy
3 points
How big would the storage facilities of the Tooth Fairy need to be, to store all of the primary teeth of all of the children of the world? Or, in other words, how rapidly would they need to grow? How long would it take for the whole Earth supply of phosphorous to be contained in those storage facilities?
2... solar power plant
3 points
The solar constant, or more accurately the solar irradiance, is the influx of energy coming from the Sun at the distance where Earth is. It technically doesn't have a constant value, but let's suppose it is approximately
3... observing
6 points
What fraction of a spherical planet's surface cannot be seen from the stationary orbit above the planet? (A stationary orbit is one where the satellite stays fixed above a certain point on the planet.) The density of the planet is
4... nuclear waste no more
6 points
Imagine we have a thing (e.g. a nuclear waste container) and we want to get rid of it. We transfer the object to a circular orbit around the Sun at the same distance as Earth, but far enough from Earth to ignore its gravitational influence. Which of these methods of the objects disposal would require the least amount of energy and thus would be the most efficient?
- Throw it into the Sun. Getting it to the solar surface would be sufficient to burn the object.
- Transfer it to a circular orbit in the Asteroid belt (located between the orbits of Mars and Jupiter).
- Get it out of the Solar System completely.
5... raining glass
7 points
A worker brought a bag of marbles to a skyscraper construction, to show off in front of his colleagues. But, what an unlucky accident -- the marbles pour out and start falling through the scaffolding towards the ground. The scaffolding consists of different levels separated by height
P... ooh Oganesson
10 points
What properties does the
E... grainy
12 points
Measure the angle of repose for at least two granular materials commonly found in the kitchen (e.g flour, sugar, salt, etc.).
Instructions for Experimental TasksS... derivatives and Monte Carlo integration
10 points
- Plot the error as a function of step size for the method \[\begin{equation*}
f'(x)\approx \frac {-f(x+2h)+f(x-2h)+8f(x+h)-8f(x-h)}{12h}
\end {equation*}\] derived using Richardson extrapolation. What are the optimal step size and minimum error? Compare with forward and central differences. Use
Bonus: Use error estimate to determine the theoretical optimal step size.
- There is a file with experimentally determined
, and coordinates of a point mass on the website. Using numerical differentiation, find the time dependence of components of speed and acceleration and plot both functions. What is the most likely physical process behind this movement? Choose your own numerical method but justify your choice.
Bonus: Is there a better method for obtaining velocity and acceleration, then direct application of numerical differentiation? - We have an integral
.- Find the value of the integral from a geometrical construction using Pythagoras theorem.
- Find the value of the integral using a Monte Carlo simulation. Determine the standard deviation.
Bonus: Solve the Buffon's needle problem (an estimate of the value of ) using MC simulation.
- Find the formula for the volume of a six-dimensional sphere using Monte Carlo method.
Hint: You can use the Pythagoras theorem to measure distances even in higher dimensions.