Year: 1992
Paper: 3
Question Number: 10
Course: UFM Pure
Section: Polar coordinates
Difficulty Rating: 1700.0
Difficulty Comparisons: 0
Banger Rating: 1484.8
Banger Comparisons: 1
Sketch the curve $C$ whose polar equation is
\[
r=4a\cos2\theta\qquad\mbox{ for }-\tfrac{1}{4}\pi<\theta<\tfrac{1}{4}\pi.
\]
The ellipse $E$ has parametric equations
\[
x=2a\cos\phi,\qquad y=a\sin\phi.
\]
Show, without evaluating the integrals, that the perimeters of $C$ and $E$ are equal.
Show also that the areas of the regions enclosed by $C$ and $E$ are equal.
\begin{center}
\begin{tikzpicture}
\def\functionf(#1){2*(#1)*((#1)^2 - 5)/((#1)^2-4)};
\def\xl{-1};
\def\xu{5};
\def\yl{-3};
\def\yu{3};
% Calculate scaling factors to make the plot square
\pgfmathsetmacro{\xrange}{\xu-\xl}
\pgfmathsetmacro{\yrange}{\yu-\yl}
\pgfmathsetmacro{\xscale}{10/\xrange}
\pgfmathsetmacro{\yscale}{10/\yrange}
% Define the styles for the axes and grid
\tikzset{
axis/.style={very thick, ->},
grid/.style={thin, gray!30},
x=\xscale cm,
y=\yscale cm
}
% Define the bounding region with clip
\begin{scope}
% You can modify these values to change your plotting region
\clip (\xl,\yl) rectangle (\xu,\yu);
% Draw a grid (optional)
% \draw[grid] (-5,-3) grid (5,3);
\draw[thick, blue, smooth, domain=-45:45, samples=100]
plot ({4*cos(2*\x)*cos(\x)}, {4*cos(2*\x)*sin(\x)});
\end{scope}
% Set up axes
\draw[axis] (0,0) -- (\xu,0);
% \draw[axis] (0,\yl) -- (0,\yu) node[above] {$y$};
\end{tikzpicture}
\end{center}
\begin{align*}
&& \text{Perimeter}(C) &= \int_{-\pi/4}^{\pi/4} \sqrt{r^2 + \left ( \frac{\d r}{\d \theta} \right)^2} \d \theta \\
&&&= \int_{-\pi/4}^{\pi/4} \sqrt{16a^2 \cos^2 2 \theta + 64a^2 \sin^2 2 \theta } \d \theta \\
&&&= \int_{-\pi/4}^{\pi/4} 4a\sqrt{1 + 3 \sin^2 2 \theta } \d \theta \\
\\
\\
&& \text{Perimeter}(D) &= \int_0^{2 \pi} \sqrt{\left ( \frac{\d x}{\d \phi}\right)^2+\left ( \frac{\d y}{\d \phi}\right)^2} \d \phi \\
&&&= \int_0^{2 \pi} \sqrt{ 4a^2 \sin^2 \phi+a^2 \cos^2 \phi} \d \phi \\
&&&= a^2\int_0^{2 \pi} \sqrt{ 1+3 \sin^2 \phi} \d \phi \\
\end{align*}
But clearly these two integrals are equal.
\begin{align*}
&& \text{A}(C) &= \frac12 \int_{-\pi/4}^{\pi/4} r^2 \d \theta \\
&&&= \frac12 \int_{-\pi/4}^{\pi/4} 16a^2 \cos^2 2 \theta \d \theta \\
&&&= 8a^2\int_{-\pi/4}^{\pi/4} \cos^2 2 \theta \d \theta \\
&&&= 8a^2 \frac{\pi}{4} = 2\pi a^2
\\
&& \text{A}(D) &= 2\pi a^2
\end{align*}