Complex number bash, finally possible

by math_explorer, Mar 7, 2011, 11:21 AM

Tada. Here's the proof by Stifler stuffed to be a badly written tutorial to geometry with complex numbers.

Background knowledge. When we're using complex numbers in geometry you can think of them as superpowered plane vectors. The point/vector $(a, b)$ becomes complex number $a + bi$, and you can add, subtract, and take the norm the same way you do with vectors. Instead of a lousy scalar dot product, you get multiplication/division and conjugation.

Conjugation (denoted by an overline, as in $\overline{a}$, meaning to negate the imaginary part, hopefully you know that) is a very nice operation; it distributes (that's probably not the right word but w/e) over most operations you can think of, due to the symmetry between $i$ and $-i$. Geometrically it's equivalent to reflection about the x-axis. A number is equal to its conjugate iff it's real, and equal to its conjugate's negation iff it's pure imaginary. $a\overline{a} = |a|^2$. $a/\overline{a}$ is $a^2$ normalized, and therefore the unit circle number with twice the argument angle of $a$. $\frac{a + \overline{a}}{2}$ is $a$'s real part. As a corollary, $\frac{a\overline{b} + \overline{a}b}{2}$ is the dot product of $a$ and $b$ as vectors.

Standard notation is to denote a point with a capital letter, and its complex number with the same lowercase letter. Primes and other hovering aliasing things float around with both.
Stifler wrote:
It can be done nicely using complex numbers. Let $O$ be the origin of the complex plane, and $|a|=|b|=|c|=1$.

If you're going to use the complex numbers, it's important to pick a good origin. The same goes for fitting normal rectangular coordinates on a problem. With complex numbers though you also get bonuses for points on the unit circle, because they're nicer to work with, the same way points on the x-axis might be nicer to work with in a rectangular coordinate system.

For example, the unit circle points are closed (in fact, form a group) under multiplication. Essentially equivalent to addition $\bmod 2\pi$. Also, conjugates and reciprocals on them become the same thing.

Anyway, circumcenters are often a good place to put the center.
Stifler wrote:
Observe that $M$ is the refflection of $B$ wrt $HC$.

This observation was frighteningly nontrivial for me. $\angle AMC = \angle AHC = \angle B + \angle C$, hence $\angle BMC = \angle B$, and isosceles triangles are nice.
Stifler wrote:
So: $m=a+c-\dfrac{ab}{c}$.

Whoa that was fast. There are a lot of unit circle theorems before this. Let's try to find $D$, the foot of the altitude from $C$ to $AB$.

First, for points in general: remember how $\frac{x-y}{\overline{x}-\overline{y}}$ is a unit circle number with twice the argument angle of $x-y$? Well, helpfully, we can use it as a sort of slope to compare lines; that is, $\frac{x-y}{\overline{x}-\overline{y}} = \frac{z-w}{\overline{z}-\overline{w}}$ if and only if the line formed by $x, y$ is parallel or coincident to the line formed by $z, w$. The doubled angle means we'll also match lines pointing the opposite way, which is good, and that all we have to do to match perpendicular lines is add a negative sign, which is also good. Now, if $x, y$ happen to be on the unit circle, that ugly slopefractionmonster turns out to be $-xy$. Yay.

Now plug $a, b, d$ in. The result is $-ab = \frac{a-d}{\overline{a} - \overline{d}}$. Thrash around; you'll find $\overline{d} = \frac{a+b-d}{ab}$.

Next, since $c - d$ is perpendicular to $b - a$ we also have $-(-ab) = \frac{c-d}{\overline{c} - \overline{d}}$. Plug $\overline{d}$ in and solve straightforwardly to find $2d = a+b+c-ab\overline{c}$. In fact, $c$ doesn't have to be on the unit circle for this equation to hold.

Now, the midpoint of $B$ and $M$ is $D$. We can revert to vectorish ways: $b + m = 2d$ so $m = a+c-ab\overline{c}$. Since $c$ is a unit circle point, $\overline{c}$ and $1/c$ are the same, of course.
Stifler wrote:
By the same way: $n=a+b-\dfrac{ac}{b}$. Now, we're supposed to find $O'(o')$ (the circumcenter of $\triangle{MHN}$). Using the well-known lemma:

If $X(x), Y(y)$ and $Z(z)$ are three distinct points in plane, then the circumcenter $W$ of $\triangle {XYZ}$ satisfy:

\[
w\left (\dfrac{\overline{x}-\overline{y}}{x-y}-\dfrac{\overline{x}-\overline{z}}{x-z}\right )=\dfrac{|x|^2-|y|^2}{x-y}-\dfrac{|x|^2-|z|^2}{x-z}
\]

I have absolutely no idea where this lemma comes from or how to prove it (other than a blind bash). No matter, because it was patched.
math154 wrote:
I'd like to point out that there's a slightly simpler way to carry out this computation: first note that the circumcenter of the triangle with vertices $0,x,y$ is
\[\frac{xy(\overline{x}-\overline{y})}{\overline{x}y-x\overline{y}},\]

MEMORIZE.

The derivation of such a messy formula is of course messy, but pretty straightforward. $x$ and $x/2 - o$ are perpendicular, hence $-\frac{x}{\overline{x}} = \frac{x/2-o}{\overline{x/2-o}}$. Cross-multiply and move terms around nicely, and you'll find $o\overline{x} + \overline{o}x + x\overline{x} = 0$. Quite similarly $o\overline{y} + \overline{o}y + y\overline{y} = 0$. Now you can just solve like a normal two-variable set of equations.
math154 wrote:
so by translating we have
\[o'=h+\frac{(m-h)(n-h)(\overline{m}-\overline{n})}{(\overline{m}-\overline{h})(n-h)-(m-h)(\overline{n}-\overline{h})}.\]Now we just use
\[\begin{align*}
m-h=-\frac{b}{c}(a+c) &\implies \overline{m}-\overline{h}=-\frac{a+c}{ab},\\
n-h=-\frac{c}{b}(a+b) &\implies \overline{n}-\overline{h}=-\frac{a+b}{ac},\\
&\implies \overline{m}-\overline{n}=\frac{(b-c)(a+b+c)}{abc}.
\end{align*}\]

To get this you have to realize that $h = a + b + c$, because $g = \frac{a + b + c}{3}$ (the centroid), and $o = 0$ (circumcenter), and their distances are related by the Euler line.

Also, that $\overline{\left(\frac{a+b}{a} = 1 + \frac{b}{a}\right)} = 1 + \frac{a}{b} = \frac{a+b}{b}$
Stifler wrote:
After expanding both sides we found that:

\[
o'=\dfrac{(b^2+c^2)(a+b+c)}{b^2+bc+c^2}
\]

Expaaaaanding. Straightforward but nasty, which means I don't have to say a thing.
Stifler wrote:
$O'\in OH$ if and only if: $\dfrac{h}{o'}=\dfrac{\overline{h}}{\overline{o'}}$. But this is obvious, because $\dfrac{b^2+c^2}{b^2+bc+c^2}\in\mathbb{R}$.

To prove this we need to see that $b^2+c^2$ and $bc$ "point the same way". Geometrically, that's true since $b^2$ and $c^2$ are both length 1, and thus $0, b^2, c^2, b^2+c^2$ form a rhombus. Algebraically, you can conjugate aka reciprocal the whole thing (since $b$ and $c$ are on the unit circle so are $b^2$, $bc$, $c^2$

\[\frac{\frac{1}{b^2} + \frac{1}{c^2}}{\frac{1}{b^2} + \frac{1}{bc} + \frac{1}{c^2}}\]

which is the original thing, so we're done.
This post has been edited 2 times. Last edited by math_explorer, Aug 19, 2011, 9:27 AM

Comment

0 Comments

♪ i just hope you understand / sometimes the clothes do not make the man ♫ // https://beta.vero.site/

avatar

math_explorer
Archives
+ September 2019
+ February 2018
+ December 2017
+ September 2017
+ July 2017
+ March 2017
+ January 2017
+ November 2016
+ October 2016
+ August 2016
+ February 2016
+ January 2016
+ September 2015
+ July 2015
+ June 2015
+ January 2015
+ July 2014
+ June 2014
inv
+ April 2014
+ December 2013
+ November 2013
+ September 2013
+ February 2013
+ April 2012
Shouts
Submit
  • how do you have so many posts

    by krithikrokcs, Jul 14, 2023, 6:20 PM

  • lol⠀⠀⠀⠀⠀

    by math_explorer, Jan 20, 2021, 8:43 AM

  • woah ancient blog

    by suvamkonar, Jan 20, 2021, 4:14 AM

  • https://artofproblemsolving.com/community/c47h361466

    by math_explorer, Jun 10, 2020, 1:20 AM

  • when did the first greed control game start?

    by piphi, May 30, 2020, 1:08 AM

  • ok..........

    by asdf334, Sep 10, 2019, 3:48 PM

  • There is one existing way to obtain contributorship documented on this blog. See if you can find it.

    by math_explorer, Sep 10, 2019, 2:03 PM

  • SO MANY VIEWS!!!
    PLEASE CONTRIB
    :)

    by asdf334, Sep 10, 2019, 1:58 PM

  • Hullo bye

    by AnArtist, Jan 15, 2019, 8:59 AM

  • Hullo bye

    by tastymath75025, Nov 22, 2018, 9:08 PM

  • Hullo bye

    by Kayak, Jul 22, 2018, 1:29 PM

  • It's sad; the blog is still active but not really ;-;

    by GeneralCobra19, Sep 21, 2017, 1:09 AM

  • dope css

    by zxcv1337, Mar 27, 2017, 4:44 AM

  • nice blog ^_^

    by chezbgone, Mar 28, 2016, 5:18 AM

  • shouts make blogs happier

    by briantix, Mar 18, 2016, 9:58 PM

91 shouts
Contributors
Tags
About Owner
  • Posts: 583
  • Joined: Dec 16, 2006
Blog Stats
  • Blog created: May 17, 2010
  • Total entries: 327
  • Total visits: 354454
  • Total comments: 368
Search Blog