Rytz's construction

Rytz's construction in 6 steps.
Given: center M and two conjugated half diameters MP, MQ of an ellipse.
sought: the vertices of the ellipse.

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.

Problem statement

Figure 1: Given sizes and results

Figure 1 shows the given and required quantities. The two conjugate diameters , and (blue) are given, and the axes and of the ellipse (red) are required. For clarity, the corresponding ellipse 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 next to the unit circle . The affine image , which transforms the unit circle into the ellipse is indicated by the dashed arrows. The preimage of an ellipse diameter under the image is a circle of diameter .

Construction

Figure 2: Construction

Figure 2 shows the steps of the Rytz’s construction. The conjugate diameters and (thick blue lines) are given, which meet at the center of the ellipse. A point on each conjugate diameter is selected: on and on . The angle is either obtuse () as shown in the figure, or acute (). If the conjugate diameters are standing perpendicular to each other (), 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 is rotated around the center toward point . The result is the point . The points and define the line . The midpoint of the line is . The next step is drawing a circle around so that it passes through the center of the ellipse. The intersections of the circle with the line define the points and . and are selected such that is located on the same side as and is located on the same side as , as viewed from the point . Next, you draw from the point two straight lines, one through and the other through . These lines intersect 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 and , and the length of the line is the length of the ellipse’s major axis and the length of the corresponds to the length of the ellipse’s minor axis. In the last step we therefore propose two circles around with the radii and . The major vertices and are at a distance of on the line through and the minor vertices and are at a distance of on the line through .

Algorithm

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

References

  • Rudolf Fucke; Konrad Kirch; Heinz Nickel (2007). Darstellende Geometrie für Ingenieure [Descriptive geometry for engineers] (in German) (17th ed.). München: Carl Hanser. p. 183. ISBN 3446411437. Retrieved 2013-05-31. 
  • Klaus Ulshöfer; Dietrich Tilp (2010). "5: Ellipse als orthogonal-affines Bild des Hauptkreises" [5: "Ellipse as the orthogonal affine image of the unit circle"]. Darstellende Geometrie in systematischen Beispielen [Descriptive geometry in systematic collection of examples]. Übungen für die gymnasiale Oberstufe (in German) (1st ed.). Bamberg: C. C. Buchner. ISBN 978 3 7661 6092 8. 
  • Alexander Ostermann; Gerhard Wanner (2012). Geometry by its History. Springer Science & Business Media. p. 68-69. 


    This article is issued from Wikipedia - version of the 10/7/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.