Huzita-Hatori axioms

Huzita-Hatori axioms

The Huzita-Hatori axioms or Huzita-Justin axioms are a set of rules related to the mathematical principles of paper folding, describing the operations that can be made when folding a piece of paper. The axioms assume that the operations are completed on a plane (i.e. a perfect piece of paper), and that all folds are linear.

The axioms were first discovered by Jacques Justin in 1989. [Justin, Jacques, "Resolution par le pliage de l'equation du troisieme degre et applications geometriques", reprinted in "Proceedings of the First International Meeting of Origami Science and Technology", H. Huzita ed. (1989), pp. 251–261.] Axioms 1 through 6 were rediscovered by Italian-Japanese mathematician Humiaki Huzita in 1992, and Axiom 7 was rediscovered by Koshiro Hatori in 2002.

The seven axioms

The first 6 axioms are known as Huzita's axioms. Axiom 7 was discovered by Koshiro Hatori. The axioms are as follows:

# Given two points "p"1 and "p"2, there is a unique fold that passes through both of them.
# Given two points "p"1 and "p"2, there is a unique fold that places "p"1 onto "p"2.
# Given two lines "l"1 and "l"2, there is a fold that places "l"1 onto "l"2.
# Given a point "p"1 and a line "l"1, there is a unique fold perpendicular to "l"1 that passes through point "p"1.
# Given two points "p"1 and "p"2 and a line "l"1, there is a fold that places "p"1 onto "l"1 and passes through "p"2.
# Given two points "p"1 and "p"2 and two lines "l"1 and "l"2, there is a fold that places "p"1 onto "l"1 and "p"2 onto "l"2.
# Given one point "p" and two lines "l"1 and "l"2, there is a fold that places "p" onto "l"1 and is perpendicular to "l"2.

It should be noted that Axiom 5 may have 0, 1, or 2 solutions, while Axiom 6 may have 0, 1, 2, or 3 solutions. In this way, the resulting geometries of origami are stronger than the geometries of compass and straightedge, where the maximum number of solutions an axiom has is 2. Thus compass and straightedge geometry solves second-degree equations, while origami geometry, or origametry, can solve third-degree equations, and solve problems such as angle trisection and doubling of the cube. However, in practice the construction of the fold guaranteed by Axiom 6 requires "sliding" the paper, or neusis, which is not allowed in classical compass and straightedge constructions. Use of neusis together with a compass and straightedge does allow trisection of an arbitrary angle.

Details

Axiom 1

Given two points "p"1 and "p"2, there is a unique fold that passes through both of them.

In parametric form, the equation for the line that passes through the two points is :

:F(s)=p_1 +s(p_2 - p_1)

Axiom 2

Given two points "p"1 and "p"2, there is a unique fold that places "p"1 onto "p"2.

This is equivalent to finding the perpendicular bisector of the line segment "p"1"p"2. This can be done in four steps:

* Use Axiom 1 to find the line through "p"1 and "p"2, given by P(s)=p_1+s(p_2-p_1)
* Find the midpoint of "p"mid of "P"("s")
* Find the vector vperp perpendicular to "P"("s")
* The parametric equation of the fold is then::F(s)=p_mathrm{mid} + scdotmathbf{v}^{mathrm{perp

Axiom 3

Given two lines "l"1 and "l"2, there is a fold that places "l"1 onto "l"2.

This is equivalent to finding a bisector of the angle between "l"1 and "l"2. Let "p"1 and "p"2 be any two points on "l"1, and let "q"1 and "q"2 be any two points on "l"2. Also, let u and v be the unit direction vectors of "l"1 and "l"2, respectively; that is:

:mathbf{u} = (p_2-p_1) / left|(p_2-p_1) ight|:mathbf{v} = (q_2-q_1) / left|(q_2-q_1) ight|

If the two lines are not parallel, their point of intersection is:

:p_mathrm{int} = p_1+s_mathrm{int}cdotmathbf{u}

where

:s_{int} = -frac{mathbf{v}^{perp} cdot (p_1 - q_1)} {mathbf{v}^{perp} cdot mathbf{u

The direction of one of the bisectors is then:

:mathbf{w} = frac{left|mathbf{u} ight| mathbf{v} +left|mathbf{v} ight| mathbf{u{left|mathbf{u} ight| +left|mathbf{v} ight

And the parametric equation of the fold is:

:F(s) = p_mathrm{int} + scdotmathbf{w}

A second bisector also exists, perpendicular to the first and passing through "p"int. Folding along this second bisector will also achieve the desired result of placing "l"1 onto "l"2. It may not be possible to perform one or the other of these folds, depending on the location of the intersection point.

If the two lines are parallel, they have no point of intersection. The fold must be the line midway between "l"1 and "l"2 and parallel to them.

Axiom 4

Given a point "p"1 and a line "l"1, there is a unique fold perpendicular to "l"1 that passes through point "p"1.

This is equivalent to finding a perpendicular to "l"1 that passes through "p"1. If we find some vector v that is perpendicular to the line "l"1, then the parametric equation of the fold is:

:F(s) = p_1 + scdotmathbf{v}

Axiom 5

Given two points "p"1 and "p"2 and a line "l"1, there is a fold that places "p"1 onto "l"1 and passes through "p"2.

This axiom is equivalent to finding the intersection of a line with a circle, so it may have 0, 1, or 2 solutions. The line is defined by "l"1, and the circle has its center at "p"2, and a radius equal to the distance from "p"2 to "p"1. If the line does not intersect the circle, there are no solutions. If the line is tangent to the circle, there is one solution, and if the line intersects the circle in two places, there are two solutions.

If we know two points on the line, ("x"1, "y"1) and ("x"2, "y"2), then the line can be expressed parametrically as:

:x = x_1 + s(x_2 - x_1):y = y_1 + s(y_2 - y_1)

Let the circle be defined by its center at "p"2=("xc", "yc"), with radius "r" equal to the distance from "p"1 to "p"2. Then the circle can be expressed as:

:(x-x_c)^2 + (y-y_c)^2 = r^2

In order to determine the points of intersection of the line with the circle, we substitute the "x" and "y" components of the equations for the line into the equation for the circle, giving:

:(x_1 + s(x_2-x_1) - x_c)^2 + (y_1 + s(y_2 - y_1) - y_c)^2 = r^2

Or, simplified:

:as^2 + bs + c = 0

Where:

:a = (x_2 - x_1)^2 + (y_2 - y_1)^2:b = 2(x_2 - x_1)(x_1 - x_c) + 2(y_2 - y_1)(y_1 - y_c):c = x_c^2 + y_c^2 + x_1^2 + y_1^2 - 2(x_c x_1 + y_c y_1)-r^2

Then we simply solve the quadratic equation:

:frac{-bpmsqrt{b^2-4ac{2a}

If the discriminant "b"2 − 4"ac" < 0, there are no solutions. The circle does not intersect or touch the line. If the discriminant is equal to 0, then there is a single solution, where the line is tangent to the circle. And if the discriminant is greater than 0, there are two solutions, representing the two points of intersection. Let us call the solutions "d"1 and "d"2, if they exist. We have 0, 1, or 2 line segments:

:l_1 = overline{p_1 d_1}:l_2 = overline{p_1 d_2}

A fold "F"1("s") perpendicular to "l"1 through its midpoint will place "p"1 on the line at location "d"1. Similarly, a fold "F"2("s") perpendicular to "l"2 through its midpoint will place "p"1 on the line at location "d"2. The application of Axiom 2 easily accomplishes this. The parametric equations of the folds are thus:

:F_1(s) = p_1 +frac{1}{2}(d_1-p_1)+s(d_1-p_1)^{perp}:F_2(s) = p_1 +frac{1}{2}(d_2-p_1)+s(d_2-p_1)^{perp}

Axiom 6

Given two points "p"1 and "p"2 and two lines "l"1 and "l"2, there is a fold that places "p"1 onto "l"1 and "p"2 onto "l"2.

This axiom is equivalent to finding a line simultaneously tangent to two parabolas, and can be considered equivalent to solving a third-degree equation. The two parabolas have foci at "p"1 and "p"2, respectively, with directrices defined by "l"1 and "l"2, respectively.

Axiom 7

Given one point "p" and two lines "l"1 and "l"2, there is a fold that places "p" onto "l"1 and is perpendicular to "l"2.

Koshiro Hatori has discovered this axiom, and Robert J. Lang has proven that this list of axioms completes the axioms of origami.

References

* [http://www.merrimack.edu/~thull/omfiles/geoconst.html Origami Geometric Constructions] by Thomas Hull
* [http://nyjm.albany.edu:8000/j/2000/6-8.html A Mathematical Theory of Origami Constructions and Numbers] by Roger C. Alperin
* cite paper
author = Lang, Robert J.
title = Origami and Geometric Constructions
publisher = Robert J. Lang
date = 2003
url = http://www.langorigami.com/science/hha/origami_constructions.pdf
format = PDF
accessdate = 2007-04-12


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Huzita–Hatori axioms — The Huzita–Hatori axioms or Huzita–Justin axioms are a set of rules related to the mathematical principles of paper folding, describing the operations that can be made when folding a piece of paper. The axioms assume that the operations are… …   Wikipedia

  • Humiaki Huzita — ( ja. 藤田文章, Hepburn romanization: Fujita Fumiaki , 1924 ndash; 26 march 2005) was a Japanese Italian mathematician and origami artist. He was born in Japan, emigrating to Italy to study nuclear physics at the University of Padua. He is best known …   Wikipedia

  • Mathematics of paper folding — The art of origami or paper folding has received a considerable amount of mathematical study. Fields of interest include a given paper model s flat foldability (whether the model can be flattened without damaging it) and the use of paper folds to …   Wikipedia

  • List of mathematics articles (H) — NOTOC H H cobordism H derivative H index H infinity methods in control theory H relation H space H theorem H tree Haag s theorem Haagerup property Haaland equation Haar measure Haar wavelet Haboush s theorem Hackenbush Hadamard code Hadamard… …   Wikipedia

  • Compass and straightedge constructions — Creating a regular hexagon with a ruler and compass Construction of a regular pentagon Compass and straightedge or ruler and compass construction is the construction of lengths, angl …   Wikipedia

  • Robert J. Lang — Infobox Scientist name = Robert J. Lang image width = 300px caption = Dr. Robert Lang folding an origami American flag, which includes 50 stars and 13 stripes, from a single uncut square. birth date = May 4, 1961 birth place = Dayton, Ohio death… …   Wikipedia

  • Правила Худзита — набор из семи правил формально описывающие геометрические построения с помощью плоского оригами, подобным построениям с помощью циркуля и линейки. Фактически они описывают все возможные способы получения одной новой складки на листе бумаги, путем …   Википедия

  • Правила Худзиты — Правила Худзиты  набор из семи правил формально описывающие геометрические построения с помощью плоского оригами, подобным построениям с помощью циркуля и линейки. Фактически они описывают все возможные способы получения одной новой складки… …   Википедия

  • Правила Фудзиты — Правила Фудзиты  набор из семи правил, формально описывающие геометрические построения с помощью плоского оригами, подобным построениям с помощью циркуля и линейки. Фактически они описывают все возможные способы получения одной новой складки …   Википедия

  • Плоское оригами — Правила Худзита набор из семи правил формально описывающие геометрические построения с помощью плоского оригами, подобным построениям с помощью циркуля и линейки. Фактически они описывают все возможные способы получения одной новой складки на… …   Википедия

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”