Cut the knot: learn to enjoy mathematics
A math books store at a unique math study site. Shopping at the store helps maintain the site. Thank you.
Learning Math Online
Sites for teachers
Sites for parents
Terms of use
Awards
Interactive Activities

CTK Exchange
CTK Wiki Math
CTK Insights - a blog
Math Help

III Millennium Olympiad

Games & Puzzles
What Is What
Arithmetic/Algebra
Geometry
Probability
Outline Mathematics
Make an Identity
Book Reviews
Stories for Young
Eye Opener
Analog Gadgets
Inventor's Paradox
Did you know?...
Proofs
Math as Language
Things Impossible
Visual Illusions
My Logo
Math Poll
Cut The Knot!
MSET99 Talk
Other Math sites
Front Page
Movie shortcuts
Personal info
Privacy Policy

Guest book
News sites

Recommend this site

Games to relax

Sites for teachers
Sites for parents

Education & Parenting

Manifesto  |  Bookstore  |  Contents  |  Amazon store  |  Term index  |  What changed?  |  Contact  |  Recommend
RSS Feed: Recent changes at CTK

Complex Numbers and Geometry

Several features of complex numbers make them extremely useful in plane geometry. For example, the simplest way to express a spiral similarity in algebraic terms is by means of multiplication by a complex number. A spiral similarity with center at c, coefficient of dilation r and angle of rotation t is given by a simple formula

  f(z) = r(z - c)(cos(t) + i·sin(t)) + c.

Circle

A particularly simple equation is that of a circle:

  {z: |z - a| = r},

is the circle with radius r and center a. By squaring that equation we obtain

  (z - a)(z' - a') = r²

or

  zz' - (za' + z'a) + (aa' - r²) = 0.

and finally

  zz' - (za' + z'a) + s = 0,

where s is a real number. The circle is centered at a and has the radius r = aa' - s, provided the root is real.

This representation of the circle is more convenient in some respects. For example, we may immediatle check that the transformation w = f(z) = 1/z maps circles onto circles. Indeed, substituting z = 1/w we get

  1/w × 1/w' - (a'/w + a/w') + s = 0

which, if multiplied by ww', leads to

  ww' - (wb' + w'b) + t = 0,

where b = a'/s and t = 1/s, an equation in the same form.

Letting a = α + iβ yields yet another form of essentially same equation:

  zz' - α(z + z') - iβ(z - z') + s = 0,

where α and β are both real. Yet the most general form of the equation is this

  Azz' + Bz + Cz' + D = 0,

which represents a circle if A and D are both real, whilst B and C are complex and conjugate. For A = 0, the equation represents a straight line.

Straight Line

A straight line through point (complex number) a and parallel to the vector (another complex number) v is defined by

(1) f(t) = a + tv,

where t a real number. The line is the set {f(t): -∞ < t ≤ ∞} to show that any line contains a point at infinity. (The values at ±∞ are the same, so we chose just one of them, virtually arbitrarily.)

From (1) we can derive the equation of a line through two points, a and b say. Indeed, if the line contains both a and b, then it is parallel to the number b-a. Thus the equation becomes

  f(t) = a + t(b - a),

or,

 
f(t)= (1 - t)a + tb
 = (1 - t)a + tb
 = sa + tb, where s = 1 - t,
 = (sa + tb) / (s + t), since s + t = 1,
 = (a + rb) / (1 + r),

where r = t/s = t / (1 - t). The latter defines a hyperbola in the (t, r) plane so that r takes exactly the same values as t. In terms if thus defined r the straight line through a and b has the equation

(2) f(r) = (a + rb) / (1 + r).

The point at infinity is now obtained for r = -1. a = f(0), b = f(∞), (a + b)/2 = f(1).

Orthogonality

Given four complex numbers u, v, w, z. Then the following conditions are equivalent and each is satisfied iff the two segments zu and vw are perpendicular:

  1. (u - v)/(w - z) is purely imaginary,
  2. (u - v)/(w - z) + (u' - v')/(w' - z') = 0,
  3. (u - v).(w - z) = 0,

where apostrophe denotes the conjugate of a complex number, and the dot stands for the real product of two numbers.

Collinearity

Given four complex numbers u, v, w, z. Then the following conditions are equivalent and each is satisfied iff the two segments zu and vw are parallel:

  1. (u - v)/(w - z) is real,
  2. (u - v)/(w - z) = (u' - v')/(w' - z'),
  3. (u - v)×(w - z) = 0,

where the cross denotes the complex product of two numbers.

If v = z, we obtain the following condition for the collinearity of three points:

  1. u, v, w are collinear,
  2. (u - v)/(w - v) = (u' - v')/(w' - v'),
  3. (u - v)×(w - v) = 0.

Concyclicity

Given four complex numbers u, v, w, z. Then the following conditions are equivalent:

  1. u, v, w, z are concyclic (or collinear),
  2. (u - w)/(u - z) : (v - w)/(v - z) is real,
  3. (u - w)/(u - z) : (v - w)/(v - z) = (u' - w')/(u' - z') : (v' - w')/(v' - z')
  4. (uvwz) is real.

(uvwz) is a common shorthand of the double ratio in #2. The latter simply claims that the angles at u and v subtended by wz are either equal or their difference equals π modulo 2π.

In complex analysis, the cross-ratio (uvwz) is more often denoted (u,v;w,z) = (u - w)/(u - z) : (v - w)/(v - z). Collinearity is considered a special case of concyclicity.

As an exercise, you can verify a wonderful property of the cross-ratio. Let f(p), f(q), f(r), f(s) be four points on a line f(t) = (a + tb)/(1 + t). Then

  (f(p),f(q);f(r),f(s)) = (p,q;r,s).

Similarity

Given two triangles A(a)B(b)C(c) and A1(a1)B1(b1)C1(c1). Then the following are equivalent"

  1. The triangles are similar and have the same orientation,
  2. (b1 - a1)/(c1 - a1) = (b - a)/(c - a).

Also,

  1. The triangles are similar and have different orientations,
  2. (b1 - a1)/(c1 - a1) = (b' - a')/(c' - a').

Equilateral Triangles

For a positively oriented triangle A(a)B(b)C(c), the following conditions are equivalent

  1. ABC is equilateral.
  2. |a - b| = |b - c| = |c - a|.
  3. a2 + b2 + c2 = ab + bc + ca.
  4. (b - a)/(c - b) = (c - b)/(a - b).
  5. (z - a)-1 + (z - b)-1 + (z - c)-1 = 0, where z = (a + b + c)/3.
  6. (a + eb + e2c)(a + ec + e2b) = 0, where e = cos(2p/3) + i·sin(2p/3).

The following links point to a variety of applications of complex numbers in geometry:

Problems

  1. 9-point Circle as a locus of concurrency
  2. A Case of Similarity
  3. A Property of Cubic Equations
  4. All About Medians
  5. Asymmetric Propeller
  6. Bisector of an imaginary angle may be real
  7. Bottema's Theorem
  8. Cantor's Theorem
  9. Center-circles and Their Chains
  10. Clifford's Chain
  11. Clifford's Lemma
  12. Cycloids
  13. Equilateral Triangles On Sides of a Parallelogram
  14. Four Hinged Squares
  15. Friendly Kiepert's Perspectors
  16. Harmonic Ratio in Complex Domain
  17. Hypocycloid Families
  18. Iterations and the Mandelbrot Set
  19. J. C. Maxwell's Theorem
  20. Mandelbrot and Julia sets
  21. Morley's Miracle: The Original Proof
  22. Morley's Redux and More
  23. Napoleon's and Douglas' Theorems
  24. Napoleon's Propeller
  25. Napoleon's Relatives
  26. Napoleon's Theorem
  27. On Bottema's Shoulders II
  28. Periodic Points of Quadratic Polynomials
  29. Product of Diagonals in Regular N-gon
  30. Remarkable Line in Cyclic Quadrilateral
  31. Right Isosceles Triangles on Sides of a Quadrilateral
  32. Three Isosceles Triangles
  33. Thébault's Problem I
  34. Thébault's Problem II
  35. When a Triangle is Equilateral
 

References

  1. T. Andreescu, D. Andrica, Complex Numbers From A to ... Z, Birkhäuser, 2006
  2. C. W. Dodge, Euclidean Geometry and Transformations, Dover, 2004 (reprint of 1972 edition)
  3. Liang-shin Hahn, Complex Numbers & Geometry, MAA, 1994
  4. E. Landau, Foundations of Analisys, Chelsea Publ, 3rd edition, 1966
  5. D. Pedoe, Geometry: A Comprehensive Course, Dover, 1988

Complex Numbers

  1. Algebraic Structure of Complex Numbers
  2. Division of Complex Numbers
  3. Useful Identities Among Complex Numbers
  4. Useful Inequalities Among Complex Numbers
  5. Trigonometric Form of Complex Numbers
  6. Real and Complex Products of Complex Numbers
  7. Complex Numbers and Geometry
  8. Remarks on the History of Complex Numbers
  9. Complex Numbers: an Interactive Gizmo
  10. Cartesian Coordinate System
  11. Fundamental Theorem of Algebra
  12. Complex Number To a Complex Power May Be Real
  13. One can't compare two complex numbers
  14. Riemann Sphere and Möbius Transformation
  15. Problems

Copyright © 1996-2009 Alexander Bogomolny

34221011Page copy protected against web site content infringement by Copyscape


Search:
Keywords:

Google
Web CTK