Epitrochoid
Definition
An epitrochoid is a curve generated by tracing a point attached to a circle of radius \(r\) as it rolls without slipping around the outside of a fixed circle of radius \(R\). The general parametric equations for an epitrochoid are:
$$ x \left(\theta\right) = \left(R + r\right)\cos \theta - d \cos \left(\frac{R + r}{r} \theta \right) $$
$$ y \left(\theta\right) = \left(R + r\right)\sin \theta - d \sin \left(\frac{R + r}{r} \theta \right) $$
where:
- \(R\) is the radius of the fixed circle,
- \(r\) is the radius of the rolling circle,
- \(d\) is the distance from the traced point to the center of the rolling circle,
- \(\theta\) is the rolling angle.
Instructions:
Move sliders \(d\) (point from a certain external circle center distance), \(R\) (internal circle radius) or \(r\) (external circle radius) to change the epitrochoid. Press the "Start" button to watch the animation, this will move the \(t\) (time) slider. Press the "Stop" button to interrupt the animation and press the "Reset" button to reboot the starting values.
Cardioid
The cardioid is a type of curve classified as an epicycloid with one cusp. It is generated by tracing a point on a circumference as it rolls around a fixed circle of the same radius.
Mathematically, the cardioid can be represented in polar coordinates as:
$$r = 2a \left( 1 + \cos \theta \right)$$
where \(a\) is a constant that determines the size of the cardioid.
In Cartesian coordinates, its equation can be expressed as:
$$\left( x^{2} + y^{2} - 2ax \right)$$
To obtain a cardioid, we set \(R = r\) and \(d = r\), meaning the rolling circle has the same radius as the fixed one, and the traced point lies on the circumference of the rolling circle. Substituting these values:
$$x\left( \theta \right) = 2r \cos \theta - r \cos \left( 2 \theta \right)$$
$$y\left( \theta \right) = 2r \sin \theta - r \sin \left( 2 \theta \right)$$
Rewriting in polar coordinates \((x = r\cos \theta, y = r\sin \theta)\), we obtain:
$$r = 2a \left( 1 + \cos \theta \right)$$
which is the standard polar equation of a cardioid.