% skyscraper-height.tex
%
% Exam question: how to measure the height of a skyscraper.
%
% Source: Timo
%
% Typeset by Volker Kuhlmann, 13 Apr 2000.
% Typeset with LaTeX 2e.
% Requires the babel package for compilation.
% Requires ec fonts.
% 2 pages.
%


\documentclass[12pt,twoside]{article}


%% Load any desired fonts
%
%\usepackage{palatino}					% PostScript Palatino
%\usepackage{newcent}					% PostScript NewCentury
%\usepackage{helvetic}\AtBeginDocument{\sffamily}	% PostScript Helvetica


% Mirrors \oddsidemargin onto \evensidemargin for twoside documents,
% and takes care of TeX's 1in/1in origin offset.
% Takes paper width as argument.
\newcommand\adjmargins[1]{%
	\evensidemargin=#1
	\advance\evensidemargin-\textwidth
	\advance\evensidemargin-\oddsidemargin
	\advance\oddsidemargin-1in
	\advance\evensidemargin-1in
	\advance\topmargin-1in
	}


% Define page layout
%
\oddsidemargin	24mm
\textwidth	162mm
\topmargin	27mm
\headheight	0mm
\headsep	0mm
\textheight	245mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%



\begin{document}

The following concerns a question in a physics degree exam at the
University of Copenhagen:

\vspace{-1ex}
\begin{center}\emph{\large
	``Describe how to determine the height of a skyscraper with a 
	barometer.''%
}\end{center}
\vspace{-1ex}

One student replied:

``You tie a long piece of string to the neck of the barometer, then
lower the barometer from the roof of the skyscraper to the ground. The
length of the string plus the length of the barometer will equal the
height of the building.''

This highly original answer so incensed the examiner that the student
was failed immediately. The student appealed on the grounds that his
answer was indisputably correct, and the university appointed an
independent arbiter to decide the case. The arbiter judged that the
answer was indeed correct, but did not display any noticeable
knowledge of physics. To resolve the problem it was decided to call
the student in and allow him six minutes in which to provide a verbal
answer which showed at least a minimal familiarity with the basic 
principles of physics.

For five minutes the student sat in silence, forehead creased in
thought. The arbiter reminded him that time was running out, to which
the student replied that he had several extremely relevant answers,
but couldn't make up his mind which to use. On being advised to hurry
up the student replied as follows:

``Firstly, you could take the barometer up to the roof of the 
skyscraper, drop it over the edge, and measure the time it takes to
reach the ground. The height of the building can then be worked out
from the formula $H = 0.5gt^2$. But bad luck on the barometer.''

``Or if the sun is shining you could measure the height of the 
barometer, then set it on end and measure the length of its shadow.
Then you measure the length of the skyscraper's shadow, and thereafter
it is a simple matter of proportional arithmetic to work out the
height of the skyscraper.''

``But if you wanted to be highly scientific about it, you could tie a
short piece of string to the barometer and swing it like a pendulum,
first at ground level and then on the roof of the skyscraper. The
height is worked out by the difference in the gravitational restoring
force $T = 2\pi \sqrt{(l / g)}$.''

``Or if the skyscraper has an outside emergency staircase, it would be
easier to walk up it and mark off the height of the skyscraper in
barometer lengths, then add them up.''

``If you merely wanted to be boring and orthodox about it, of course,
you could use the barometer to measure the air pressure on the roof of
the skyscraper and on the ground, and convert the difference in
millibars into metres to give the height of the building.''

``But since we are constantly being exhorted to exercise independence
of mind and apply scientific methods, undoubtedly the best way would
be to knock on the janitor's door and say to him 'If you would like a
nice new barometer, I will give you this one if you tell me the height
of this skyscraper'.''

The student was Niels Bohr, the only Dane to win the Nobel prize for
Physics.

\end{document}

%% EOF skyscraper-height.tex
