How do you find the interval in which a parametric equation will be traced exactly once

algebra-precalculuscalculusparametric

I have been all over the internet and I can't find an answer to what seems like a simple question. I want to be able to find the interval for a parametric equation so that it is only traced once. My equations are:
\begin{align}
x &= 11\cos(u) – 4\cos\left(\frac{11u}{2}\right)\\
y &= 11\sin(u) – 4\sin\left(\frac{11u}{2}\right)
\end{align}

After looking at the graph, I realize the answer is $4\pi$, but how would I solve this if I am not able to look at the graph. I have seen solutions where people check one loop at a time until they arrive back at the original starting point, but it always seems as if they know how long one loop is and to me it seems they are just taking arbitrary numbers. In other words, how would I know to check every $\frac{\pi}{4}$ versus every $10\pi$.

Best Answer

What is the interval after which the parameterization $x = 11\cos(u) - 4\cos\left(\frac{11u}{2}\right), y = 11\sin(u) - 4\sin\left(\frac{11u}{2}\right)$ repeats itself?

Formally, $4\pi$ is just the result of calculating the LCM of the periods of individual terms.

Recall that

  • period $T\left[\cos\left(\frac abx\right)\right]=2\pi\frac ba$
  • $LCM(\frac ab,\frac pq)=\frac{LCM(a,p)}{HCF(b,q)}$

The first term in both expressions repeats after $2\pi$ (i.e., it has a period of $2\pi$), and the second repeats after $\frac{4\pi}{11}$. So, after $4\pi$, both terms must repeat.