\documentclass[a4paper]{article}

\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{setspace}
\usepackage{graphicx}

\linespread{1.2}%
\selectfont

\oddsidemargin=20pt
\topmargin=-1cm
\textheight=650pt
\textwidth=414pt
\footskip=30pt

\begin{document}

\title{Chocolate Orange}
\author{David Harrison}
\date{March 2012}
\maketitle

\section{Introduction}
\normalsize
~
~
A chocolate orange is a sphere of delicious smooth uniform chocolate of mass M and radius a, sliced into segments by planes through a fixed axis. It stands on a horizontal table with this axis vertical and it is held together by a narrow ribbon round its equator. Show that the tension in the ribbon is at least \Large $\frac{3}{32}$\normalsize Mg.

~

(You may assume that the centre of mass of a segment of angle 2$\theta$ is at distance \Large $\frac{3\pi asin\theta}{16\theta}$\normalsize from the axis.)

\newpage

\section{Determining Net Force on Segment From Tension}
~
~
Below is a diagram showing the orange from above, marked out is a segment of angle 2$\theta$.

\hspace{-28pt}
\includegraphics[height=4.4in,width=6in]{orange.png}

The tension acting on the segment due to the ribbon is shown in red on either side and has been resolved into component forces.

~

It is clear that $F_{x1}$ and $F_{x2}$ are of the same magnitude but opposite direction, therefore they contribute no net force to the segment and can be ignored. Similarly it can be seen that $F_{y1}$ and $F_{y2}$ are of the same magnitude and the same direction, therefore the net force on the segment can be easily determined in terms of $\theta$:

~

$sin\theta = $\Large $\frac{F_{y1}}{T}$\normalsize

~

$\therefore F_{y1} = Tsin\theta$

~

And since:

$F_{y2} = F_{y1}$

~

$F = 2Tsin\theta$

~

This force acts directly towards the centre of the orange.

\section{Taking Moments}
~
~
Below is a diagram of a single segment looked at edge on:

\hspace{100pt}
\includegraphics[height=3.2in,width=1.7in]{segment.png}

If moments are taken about the lower right corner of this segment, then to keep the segment in place, the clockwise moment of the horizontal force, F, must be greater than or equal to the anti-clockwise moment of the weight, mg.

~

For a segment of angle 2$\theta$:

~

$F = 2Tsin\theta$

~

$m = M * $\Large $\frac{2\theta}{2\pi}$\normalsize

$m = M * $\Large $\frac{\theta}{\pi}$\normalsize

~

Now taking moments about the lower right corner:

~

$a * 2Tsin\theta \ge $\Large $\frac{3\pi asin\theta}{16\theta}$\normalsize $ * Mg * $\Large $\frac{\theta}{\pi}$\normalsize

~

$a * 2Tsin\theta \ge $\Large $\frac{3asin\theta}{16}$\normalsize $ * Mg$

~

$2Tsin\theta \ge $\Large $\frac{3sin\theta}{16}$\normalsize $ * Mg$

~

$2T \ge $\Large $\frac{3}{16}$\normalsize $ * Mg$

~

$T \ge $\Large $\frac{3}{32}$\normalsize $ * Mg$

~

Therefore it has been shown that to hold the orange together, the tension in the ribbon must be at least \Large $\frac{3}{32}$\normalsize Mg.

\end{document}