Advertisement
Matthen

Cycloid

Jun 17th, 2011
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Manipulate[Show[
  2. Table[Graphics[{
  3. RGBColor[0.8, 0.5, 0.5],
  4. Disk[{t + tt, 0}, 1],
  5. PointSize[Medium], Blue,
  6. Point[{t + tt + Sin[t + tt], Cos[t + tt]}]
  7. }, PlotRange -> {{-Pi, 3 Pi}, {-1.1, 1.1}}]
  8. , {tt, -4 Pi, 4 Pi, Pi}]
  9. ,
  10. ParametricPlot[{\[Theta] + Sin[\[Theta]],
  11. Cos[\[Theta]]}, {\[Theta], -Pi, 3 Pi}, Axes -> None]
  12. ], {t, -Pi, 0}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement