Puneet Varma (Editor)

Rytz's construction

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Rytz's construction

Using the Rytz’s axis construction, it is possible to find the major and minor axis and the vertices of an ellipse, starting from two conjugated diameters. Rytz’s construction is a classical construction of Euclidean geometry, in which only compass and ruler are allowed as aids. The design is named after its inventor David Rytz of Brugg, 1801–1868.

Contents

Problem statement

Figure 1 shows the given and required quantities. The two conjugate diameters d 1 , and d 2 (blue) are given, and the axes a and b of the ellipse (red) are required. For clarity, the corresponding ellipse e is also shown, however, it is neither given, nor is it a direct result of Rytz's construction. With ruler and compass only a few points of the ellipse can constructed, but not the entire ellipse. Methods of drawing an ellipse usually require the axes of the ellipse to be known.

Conjugate diameters

An ellipse can be seen as an image of the unit circle under an affine transformation.

Figure 1 shows the ellipse e next to the unit circle k h . The affine image α , which transforms the unit circle k h into the ellipse e is indicated by the dashed arrows. The preimage of an ellipse diameter under the image α is a circle of diameter k h .

Construction

Figure 2 shows the steps of the Rytz’s construction. The conjugate diameters d 1 and d 2 (thick blue lines) are given, which meet at the center M of the ellipse. A point on each conjugate diameter is selected: U on d 1 and V on d 2 . The angle ( U M V ) is either obtuse ( > 90 ) as shown in the figure, or acute ( < 90 ). If the conjugate diameters are standing perpendicular to each other ( = 90 ), the axes of the ellipse are already found: In this case, they are identical to the given conjugate diameters.

In the first step, the point U is rotated 90 around the center M toward point V . The result is the point U r . The points U r and V define the line g . The midpoint of the line U r V ¯ is S . The next step is drawing a circle t around S so that it passes through the center M of the ellipse. The intersections of the circle with the line g define the points R and L . R and L are selected such that R is located on the same side as U r and L is located on the same side as V , as viewed from the point S . Next, you draw from the point M two straight lines, one through R and the other through L . These lines intersect M at a right angle (as Thales' theorem states).

The proposition of the Rytz’s construction is that the directions of the ellipse axes are indicated by the vectors M L ¯ and M R ¯ , and the length of the line V R ¯ is the length of the ellipse’s major axis and the length of the V L ¯ corresponds to the length of the ellipse’s minor axis. In the last step we therefore propose two circles around M with the radii a and b . The major vertices S 1 and S 2 are at a distance a of M on the line through L and the minor vertices S 3 and S 4 are at a distance b of M on the line through R .

Algorithm

The following Python code implements the algorithm described by the construction building steps.

References

Rytz's construction Wikipedia