Mathematica Notebook for This Page.
A generalization of methods of conchoid of Nicomedes, invented by Nicomedes (≈225 BCE) to trisect a angle. Who first generalized this? Why?
Conchoid is a way of deriving a new curve based on a given curve, a fixed point, and a positive constant k. Curves generated this way are sometimes called general conchoid because this method is a generalization of conchoid of Nicomedes.
Step-by-step description:
The point O is called the pole.
Conchoids has two branches. We associate the +Abs[k] offset to the branch that lies on the side of the given curve opposite the pole, and the -Abs[k] offset corresponds to the branch that lies on the same side as the pole. Often, it is better to define conchoid with a signed offset, so that a conchoid with a signed constant k has just one branch. If we want both branches, we say a conchoid with offsets k and -k. In the following formulas, k is a signed constant.
If a curve is given in polar form r==f[θ], then its conchoid with respect to the pole and offset k is r==f[θ]+k.
The formula for a conchoid of a point {x,y} with pole at {a,b} and offset k in Cartesian coordinate is: {x + (k*(-a + x))/Sqrt[(-a + x)^2 + (-b + y)^2], y + (k*(-b + y))/Sqrt[(-a + x)^2 + (-b + y)^2]}.
The formula can be easily derived using vectors. Suppose V:={x,y} is a vector. We want to find its conchoid point with respect to the origin and offset k. Immediatly, the conchoid points are located in the direction of V with distance (length[V]+k), where k can be both positive or negative. We multiply the unit vector (V/length[V]) by the required length: (V/length[V])*(length[V]+k). This simplifies to V+(k*V)/length[V] or {x,y}*(1+k/Sqrt[x^2+y^2]). If the pole O is at {a,b}, the we can subsitute V by V-O, and translate the whole thing back by adding {a,b}, resulting the general formula.
Verbatim from E.H.Littlewoods, 1961:
Robert Yates: Curves and Their Properties.
The MacTutor History of Mathematics archive.
blog comments powered by Disqus