Rational trigonometry

From Wikipedia, the free encyclopedia

Divine Proportions: Rational Trigonometry to Universal Geometry is a book by Dr. Norman Wildberger of The University of New South Wales, presenting the author's reformulation of trigonometry.

Instead of distance and angle, rational trigonometry uses as its fundamental units quadrance (square of distance) and spread (square of sine of angle). This choice of variables enables calculations to produce output results whose complexity matches that of the input data. For instance, in a typical trigonometry problem if rational numbers are assigned to all quadrances and spreads, then the calculated results will be rational numbers (or roots of rational numbers).

This rationality is obtained at the expense of linearity. Unlike the traditional distance and angle units, doubling or halving a quadrance or spread does not double or halve a length or a rotation. Similarly, the sum of two lengths or rotations is not the sum of their individual quadrances or spreads. Although rational trigonometry does not use transcendental trigonometric functions, its results may not be appropriate for many science and engineering problems that rely on linear measurements. In addition, some calculations using rational trigonometry require solving simultaneous linear or quadratic equations or the use of the quadratic formula.

For distinction, Wildberger refers to the traditional trigonometry as classical trigonometry. It is otherwise broadly based on Cartesian analytic geometry, with a point defined as an ordered pair (x, y) and a line as a general linear equation

Ax + By + C = 0.

The mathematics of rational trigonometry is, applications aside, a special instance of the description of geometry in terms of linear algebra (using rational methods such as dot products and quadratic forms), but students who are first learning trigonometry are often not taught about the use of linear algebra in geometry. Changing this state of affairs is a stated aim of Wildberger's book (to paraphrase his comments).

Contents

[edit] Trigonometry over finite fields

Rational trigonometry makes it possible to do trigonometry over finite fields in the same way as over the field of real numbers.

[edit] Quadrance

Compared to distance: quadrance = (distance)2.

Quadrance and distance are concerned with the separation of points. Quadrance differs from standard distance in that it squares the distance. Most immediately, this means that calculating the distance (or, more accurately, quadrance) between two points in 2-dimensional space is easier, as there is no need to find the square root of the sum of the squares of the differences in the x and y coordinates.

In the (x,y)-plane, the quadrance Q(A1,A2) for the points A1 and A2 is defined as

Q(A_1, A_2) = (x_2 - x_1)^2 + (y_2 - y_1)^2.\,

[edit] Spread

Spread, a measure of the separation of lines, is a dimensionless number in the range [0, 1].

At an origin A, being the point at which two lines converge, and picking two points on each line; B on one line and C on the other, such that the line formed between B and C is perpendicular to the line upon which C lies.

The spread s(\ell_1, \ell_2) for the lines \ell_1 and \ell_2 is defined as

s(\ell_1, \ell_2) = {Q(B,C) \over Q(A,B)}.

See also spread polynomials.

[edit] Spread compared to the traditional geometrical concept of angle

In rational trigonometry, spread is a fundamental concept, somewhat but not precisely corresponding to the concept in traditional geometry of angle. Spread describes a relationship between two lines, whereas angle describes a relationship between two rays emanating from a common point.

Compared to the corresponding angles:

\mathrm{spread} = \sin^2(\mathrm{angle}). \,
Degree Radian Spread
0 0 0
30 (1/6)π 1/4
45 (1/4)π 1/2
60 (1/3)π 3/4
90 (1/2)π 1
120 (2/3)π 3/4
135 (3/4)π 1/2
150 (5/6)π 1/4
180 π 0

Spread is not proportional to degrees or radians, and has a period of 180 degrees (π radian).

[edit] Laws of rational trigonometry

Wildberger states that there are five basic laws in rational trigonometry and these laws can be easily verified using high-school level mathematics. Some are equivalent to standard trigonometrical formulae with the variables expressed as quadrance and spread.

[edit] Triple quad formula

The three points A1,A2,A3 are collinear precisely when:

(Q_{1} + Q_{2} + Q_{3})^2 = 2(Q_{1}^{2} + Q_{2}^{2} + Q_{3}^{2}).\,

This is equivalent to using Heron's formula, the condition for collinearity being that the triangle formed by the three points has zero area.

Triple quad formula proof.

[edit] Pythagoras' theorem

The lines A1A3 and A2A3 are perpendicular precisely when:

Q_{1} + Q_{2}= Q_{3}.\,

This is equivalent to the Pythagorean theorem.

Pythagoras' theorem proof (rational trigonometry)

[edit] Spread law

For any triangle \bar{A_{1}}\bar{A_{2}}\bar{A_{3}} with non zero quadrances:

\frac{s_{1}}{Q_{1}}=\frac{s_{2}}{Q_{2}}=\frac{s_{3}}{Q_{3}}.

This is equivalent to the law of sines.

[edit] Cross law

For any triangle \bar{A_{1}}\bar{A_{2}}\bar{A_{3}} define the cross c3 as c3 = 1 − s3. Then:

(Q_{1}+Q_{2}-Q_{3})^{2}=4Q_{1}Q_{2}c_{3}.\,

This is equivalent to the law of cosines.

[edit] Triple spread formula

For any triangle \bar{A_{1}}\bar{A_{2}}\bar{A_{3}}

(s_{1}+s_{2}+s_{3})^{2}=2(s_{1}^{2}+s_{2}^{2}+s_{3}^{2})+4s_{1}s_{2}s_{3}\,

This corresponds (roughly) to the angle sum formulae for sine and cosine.

[edit] Calculating quadrance and spread

Given the coordinates of two points (x1,y1) and (x2,y2), the quadrance between them is:

Q=(x_{2}-x_{1})^{2}+(y_{2}-y_{1})^{2}\,

Given two line segments A1A3 and A2A3 (forming an angle at point A3), the spread between them is:

s=1 - \frac{(Q_{1}+Q_{2}-Q_{3}) ^{2}}{4Q_{1}Q_{2}}

Given the coordinates of two points on each of two lines (x11,y11), (x12,y12) and (x21,y21) (x22,y22), the spread s between them can be calculated as:

s=\frac{((x_{12} - x_{11})(y_{22} - y_{21}) - (x_{22} - x_{21})(y_{12} - y_{11}))^{2}}{((x_{12}-x_{11})^{2}+(y_{12}-y_{11})^{2}) ((x_{22}-x_{21})^{2}+(y_{22}-y_{21})^{2})}

or

s=\frac{(\Delta{x_1} \Delta{y_2} - \Delta{x_2} \Delta{y_1})^{2}}{Q_{1}Q_{2}}
Spread calculation.
Spread calculation.

If the lines described by the points emanate from or are shifted to the origin by subtracting the coordinates of the first point from each line, as illustrated on the right, the computation simplifies to:

s=\frac{(x_1 y_2 - x_2 y_1)^{2}}{Q_{1}Q_{2}}

[edit] See also

[edit] References

[edit] External links

In other languages