Skip to content

Commit

Permalink
Updated cycloid notebook with animation and applications
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Malone committed Nov 23, 2015
1 parent 838568e commit c87156e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,26 @@
"\n",
"A cycloid is the curve traced out by a point on the circumference of a circle as the circle rolls along on a straight line, in its own plane.\n",
"\n",
"___"
"___\n",
"\n",
"### Parametric Equations of the (basic) Cycloid Curve\n",
"\n",
"$$\\mathbf{ x(t) = r(\\theta-\\sin\\theta) \\quad y(t) = r(1-\\cos\\theta) }$$\n",
"\n",
"$$\\text{ For } \\theta \\in \\mathbb{R}$$\n",
"\n",
"___\n",
"\n",
"## Applications\n",
"Cycloids have many applications, including solutions to the [Brachistochrone](https://en.wikipedia.org/wiki/Brachistochrone_curve) and [Tautochrone](https://en.wikipedia.org/wiki/Tautochrone_curve) problems.\n",
"\n",
"Brachistochrone & Tautochrone curves, in turn, have applications in, for example:\n",
"\n",
"* Pendulums\n",
"* Clock-making (pendulums)\n",
"* Surfing & Skateboard ramp design ([Google it](https://www.google.com/search?q=Brachistochrone+curve+skateboard+ramp&oq=Brachistochrone+curve+skateboard+ramp))\n",
"\n",
"<img src='https://upload.wikimedia.org/wikipedia/commons/b/bd/Tautochrone_curve.gif'/>"
]
},
{
Expand Down
21 changes: 20 additions & 1 deletion 10_Parametric_Equations__Polar_Coordinates/Cycloid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,26 @@
"\n",
"A cycloid is the curve traced out by a point on the circumference of a circle as the circle rolls along on a straight line, in its own plane.\n",
"\n",
"___"
"___\n",
"\n",
"### Parametric Equations of the (basic) Cycloid Curve\n",
"\n",
"$$\\mathbf{ x(t) = r(\\theta-\\sin\\theta) \\quad y(t) = r(1-\\cos\\theta) }$$\n",
"\n",
"$$\\text{ For } \\theta \\in \\mathbb{R}$$\n",
"\n",
"___\n",
"\n",
"## Applications\n",
"Cycloids have many applications, including solutions to the [Brachistochrone](https://en.wikipedia.org/wiki/Brachistochrone_curve) and [Tautochrone](https://en.wikipedia.org/wiki/Tautochrone_curve) problems.\n",
"\n",
"Brachistochrone &amp; Tautochrone curves, in turn, have applications in, for example:\n",
"\n",
"* Pendulums\n",
"* Clock-making (pendulums)\n",
"* Surfing &amp; Skateboard ramp design ([Google it](https://www.google.com/search?q=Brachistochrone+curve+skateboard+ramp&oq=Brachistochrone+curve+skateboard+ramp))\n",
"\n",
"<img src='https://upload.wikimedia.org/wikipedia/commons/b/bd/Tautochrone_curve.gif'/>"
]
},
{
Expand Down

0 comments on commit c87156e

Please sign in to comment.