What makes a good question?http://calc3.askbot.com/questions/Open source question and answer forum written in Python and DjangoenCopyright Askbot, 2010-2011.Mon, 30 Jun 2014 14:38:22 -0500How do you find a parametric equation for a hypercycloid?http://calc3.askbot.com/question/24/how-do-you-find-a-parametric-equation-for-a-hypercycloid/In section 10.4, problem number 7: A wheel of radius 1 rolls around the outside of a circle of radius 3. A point P on the rim of the wheel traces out a curve called a hypercycloid. Assuming P starts at the point (3,0), find the parametric equations for the curve. This isn't an assigned problem, I am just curious and I am not sure how to geometrically break this problem apart to Mon, 30 Jun 2014 13:26:15 -0500http://calc3.askbot.com/question/24/how-do-you-find-a-parametric-equation-for-a-hypercycloid/Answer by Justin for How do you find a parametric equation for a hypercycloid? http://calc3.askbot.com/question/24/how-do-you-find-a-parametric-equation-for-a-hypercycloid/?answer=26#post-id-26This was a very tricky question! I made an [animated Desmos graph](https://www.desmos.com/calculator/xy1vilyjde) to investigate it. If you look at the graph, you will see that I have 4 variables. The first variable, $a$, represents the current time. Click this to animate the hypercycloid. The second variable, $S$, represents the speed of the outer circle. After playing around with this animation, I discovered that, in general, the number of "petals" on a hypercycloid is equal to $S - 1$. The next two variables represent the radii of the inner and outer circle respectively. The equation that I used to graph the entire hypercycloid is as follows: $$ \left(R_1\cos (t) + R_2\cos (St)+R_2\cos (t),\space R_1\sin (t)+R_2\sin (St)+R_2\sin (t)\right) $$ As you can see, there are three main components. $ R_1\cos (t) $ is the $x$-component of the inner circle at time $t$. $ R_2\cos (t)$ is the $x$-component of the outer circle at time $t$. When you add these two together, you get the center of the correct second outer circle. The remaining middle part, $ R_2\cos (St) $ is where the magic happens. If you replace $t$ with $a$, you will get the equation for the point $P$ that the book mentions on p. 252. By using $t$ instead of $a$, however, we get the point's entire path—which is the hypercycloid that we are looking for! Note that I only explained the $x$-component portion of my equation, but the exact same logic applies to the $y$-coordinate. There seems to be almost no information about hypercycloids online compared to hypocycloids. Even the spell-check on my computer thinks that hypercycloid isn't a word, so it was tough to do research! Hopefully this is clear enough to answer your question. I would suggest messing around with my animation for a better understanding.Mon, 30 Jun 2014 14:38:22 -0500http://calc3.askbot.com/question/24/how-do-you-find-a-parametric-equation-for-a-hypercycloid/?answer=26#post-id-26