Mathematica Notebook for This Page.
Studied by Huygens in 1693.
Involute is a general method to generate curves. It is the Roulette of a line. That is, the trace of a point fixed on a line as the line rolls around the given curve.
Step by step description:
Given a curve in parametric form {xf[t], yf[t]} , its involute starting at t:=t0 is:
{xf[t]- s[t]* xf'[t]/Sqrt[xf'[t]^2+yf'[t]^2],
yf[t]- s[t]* yf'[t]/Sqrt[xf'[t]^2+yf'[t]^2]}
where s[t] is the arc length function:
s[t]:=Integrate[Sqrt[(xf'[x])^2 + (yf'[x])^2], {x,t0,t}]
The involute formula is easily derived. Take the tangent vector at t, make it unit length (divide by its length), then multiply that by the arc length from t0 to t, negate it, then add the vector at t to translate it back to the location P the curve. If the parametric formula {xf,yf} is denoted using the complex function z[t], z[t]:=xf[t]+I*yf[t], we can write it as:
-(z'[t]/|z'[t]|)*s[t] + z[t]
All involutes of a given curve are parallel to each other. This property also makes it easy to see that evolute of a curve is the envelope of its normals.
If curve A is the evolute of curve B, then curve B is the involute of curve A. The converse is true locally, that is: If curve B is the involute of curve A, then any part of curve A is the evolute of some parts of B.
Many special curves share the evolute/involute relationship. See the table at the evolute page.
See: Websites on Plane Curves, Printed References On Plane Curves.
Robert Yates: Curves and Their Properties.
HowStuffWorks.com on Gears. http://www.howstuffworks.com/gear.htm/printable
blog comments powered by Disqus