A solid circular disc has radius \(a\) and mass \(m.\) The density is proportional to the distance from the centre \(O\). Show that the moment of inertia about an axis through \(C\) perpendicular to the plane of the disc is \(\frac{3}{5}ma^{2}.\)
A light inelastic string has one end fixed at \(A\). It passes under and supports a smooth pulley \(B\) of mass \(m.\) It then passes over a rough pulley \(C\) which is a disc of the type described in (i), free to turn about its axis which is fixed and horizontal. The string carries a particle \(D\) of mass \(M\) at its other end. The sections of the string which are not in contact with the pulleys are vertical. The system is released from rest and moves under gravity for \(t\) seconds. At the end of this interval the pulley \(B\) is suddenly stopped. Given that \(m<2M\), find the resulting impulse on \(D\) in terms of \(m,M,g\) and \(t\).
{[}You may assume that the string is long enough for there to be no collisions between the elements of the system, and that the pulley \(C\) is rough enough to prevent slipping throughout.{]}
Solution:
\begin{align*}
m &= \int_0^a \underbrace{(\rho r)}_{\text{mass per area}} \underbrace{\pi r^2}_{\text{area}} \d r \\
&= \rho \pi \frac{a^3}{3} \\
\\
I &= \sum m r^2 \\
&= \sum (\rho r) \pi r^2 \cdot r^2 \\
&\to \int_0^a \rho \pi r^4 \\
&= \frac15 \rho \pi a^5 \\
&= \frac35 m a^2
\end{align*}
\begin{align*}
\text{N2}(\downarrow, D): && Mg -T_C &= Mf \\
\overset{\curvearrowright}{C} && (T_C - T_B)a &= I \frac{f}{a} \\
&&&= \frac35 m a f \\
\text{N2}(\uparrow, B): && 2T_B-mg &= \frac12 m f \\
\\
\Rightarrow && Mg-T_B &= \left (M + \frac35 m \right)f \\
\Rightarrow && Mg - \frac12 mg &= \left (M + \frac35 m + \frac14 m \right)f \\
\Rightarrow && f &= \frac{(M-\frac12 m)g}{M + \frac{17}{20} m} \\
&&&= \frac{(2M-m)g}{2M +\frac{17}{10}m}
\end{align*}
Therefore the speed after a time \(t\) is \(\displaystyle \frac{(2M-m)g}{2M +\frac{17}{10}m} t\) and the impulse will be the change in momentum, ie \(\displaystyle \frac{(2M-m)g}{2M +\frac{17}{10}m} Mt\)
The continuous random variable \(X\) is uniformly distributed over the interval \([-c,c].\) Write down expressions for the probabilities that:
\(n\) independently selected values of \(X\) are all greater than \(k\),
\(n\) independently selected values of \(X\) are all less than \(k\),
where \(k\) lies in \([-c,c]\).
A sample of \(2n+1\) values of \(X\) is selected at random and \(Z\) is the median of the sample. Show that \(Z\) is distributed over \([-c,c]\) with probability density function
\[
\frac{(2n+1)!}{(n!)^{2}(2c)^{2n+1}}(c^{2}-z^{2})^{n}.
\]
Deduce the value of \({\displaystyle \int_{-c}^{c}(c^{2}-z^{2})^{n}\,\mathrm{d}z.}\)
Evaluate \(\mathrm{E}(Z)\) and \(\mathrm{var}(Z).\)
It is believed that the population of Ruritania can be described as follows:
\(25\%\) are fair-haired and the rest are dark-haired;
\(20\%\) are green-eyed and the rest hazel-eyed;
the population can also be divided into narrow-headed and broad-headed;
no narrow-headed person has green eyes and fair hair;
those who are green-eyed are as likely to be narrow-headed as broad-headed;
those who are green-eyed and broad-headed are as likely to be fair-headed
as dark-haired;
half of the population is broad-headed and dark-haired;
a hazel-eyed person is as likely to be fair-haired and broad-headed
as dark-haired and narrow-headed.
Find the proportion believed to be narrow-headed.
I am acquainted with only six Ruritanians, all of whom are broad-headed.
Comment on this observation as evidence for or against the given model.
A random sample of 200 Ruritanians is taken and is found to contain 50 narrow-heads. On the basis of the given model, calculate (to a reasonable approximation) the probability of getting 50 or fewer narrow-heads.
Comment on the result.
Solution:
Conditions tell us:
\begin{align*}
&& a+b+d+e &= 0.25 \\
&& b+c+e+f &= 0.2 \\
&& e &= 0 \\
&& b+c &= e + f \\
&& b &= c \\
&& c+h &= 0.5 \\
&& a &= g \\
\end{align*}
So \(4b = 0.2 \Rightarrow b = 0.05\)
And
\begin{align*}
&& 0.25 &= a + d + 0.05 \\
&& 1 &= 2a + d + 0.65 \\
\Rightarrow && a &= 0.15 \\
&& d &= 0.05
\end{align*}
So the proportion who are narrow-headed is \(30\%\). It's obviously relatively unlikely for your six Ruritanian friends to all be broad-headed if it's a random sample, but friendship groups are are likely to be biased so it's not too surprising.
Assuming there is a sufficiently large number of Ruritanians, we might model the number of narrow-headed Ruritanians from a sample of \(200\) as \(X \sim B(200, 0.3)\). Computing \(\mathbb{P}(X \leq 50)\) by hand is tricky, so let's use a binomial approximation to obtain:
\(X \approx N(60, 42)\) and
\begin{align*}
\mathbb{P}(X \leq 50) &\approx \mathbb{P} \left (Z \leq \frac{50 - 60+0.5}{\sqrt{42}} \right) \\
&\approx \mathbb{P} \left (Z \leq -\frac{9.5}{6.5} \right) \\
&\approx \mathbb{P} \left (Z \leq -\frac{3}{2} \right) \\
&\approx 5\%
\end{align*}
(actually this approximation gives \(7.1\%\) and the binomial value gives \(7.0\%\)). This also seems somewhat surprising