-6
$\begingroup$

To view mathematical objects as alive not only helps our intuition but also gives us a better way to remember the main idea of the proof. In the following example we want to prove that every non-constant polynomial $f(z)$ with complex coefficients has a (complex) root. But before this, let us look at an old lady who takes her dog for a daily morning walk.

She always makes $n$ rounds around the flagpole (point) $O$. Because the lead is short the dog is forced to do $n$ rounds as well. One morning, the lady was very tired and decided to make the circles smaller.

It is time to name our players. The lady’s name is $z^n$. If $z = Re^{i\varphi}$, where $R$ is a constant and $\varphi$ changes from $0$ to $2\pi$ then the lady $z^n$ indeed makes $n$ rounds of radius R n around the origin $O$. The dog's name is $f (z) = z^n + a_1 z^{n-1} + \dots + a_n$. The lead is therefore $a_1 z^{n-1} + \dots + a_n$ and for sufficiently large $R$ the length of the lead is much smaller than $R^n$, and the dog is indeed forced to make $n$ rounds around $O$ as well. What happened when the lady was tired and changed $R$ to almost zero?

If we suppose that $a_n \ne 0$ then for a very small $R$, the dog will mostly be concentrated near $a_n$ and therefore makes no rounds around $O$ at all. Now let us change $R$ from large to small $R$ continuously. How could it happen that the dog decreased the number of rounds from $n$ to zero? There is only one way to do this: for some $R$ and some $\varphi$ the dog has to go through $O$, in other words $f(Re^{i\varphi}) = 0$ and this is exactly what we wanted to prove. Amazingly easy! The reader should not have any difficulties in completing this to a rigorous proof (for example estimating more exactly what large and small mean and what to do if $a_0 = 0$) but will hopefully never forget the idea of the proof.

enter image description here

If the coefficiens had been real numbers, I would see no problem. But as it is right now, how can one be sure that that a complex polynomial always rotates? When the length of the lead is the same as the length of $z^n$, why is it obvious that there is an angle such that $z^n=-$lead?

Perhaps I should clearify The question is about a proof, which starts at row 3 in the picture. I have already got several explanations, so it's clearer now. At the moment I'm downloading Hardy's book, to read the proof given there. Thanks everbody!

  • 13
    Can you please type down the question instead of letting us search it in your picture.2017-01-03
  • 1
    It's obvious that there is _some_ angle and $R$ that works, because the dog changes form going $n$ circles around the flagpole to going no circles around it as we change $R$ from very large to very small. Therefore, there must be at least one specific $R$ for which the number of times the dog goes around the flagpole changes. For that exact $R$, the dog goes _through_ the flagpole at least once.2017-01-03
  • 1
    This is just a fancy restatement of the proof given in Hardy's *A Course of Pure Mathematics*. The basic idea is that as $z$ moves through some large circle around origin the variable $w=f(z) $ also moves $n$ times around the origin. By a clever argument we can find smaller and smaller closed paths converging to a single point such that when $z$ traverses such paths the variable $w$ completes at least one round around the origin. The desired root is the point to which such closed paths converge.2017-01-03
  • 3
    What book is this?2017-01-03
  • 2
    My guess is: Mathematical buffet, by Ufnarowski, Madjarova and Wikström. https://www.studentlitteratur.se/#9789144111032/Mathematical+buffet/innehall/ . It's a Swedish book (well, published in sweden by people working in sweden), published by the swedish publisher Studentlitteratur. Ufnarowski also wrote a really nice book on matrix theory that we used in a linear algebra course: https://www.studentlitteratur.se/#9789144100968/Matrix+Theory2017-01-03
  • 2
    My above comment is based on this google search: https://www.google.se/?gfe_rd=cr&ei=VKFrWOvcM4Kr8weHy7HYDQ#q=%22The+inertia+of+thinking%22+studentlitteratur . It resulted in a preview of the contents which corresponds perfectly with the image. OP: I think the book title would have been a nice thing to include in the question, if you include a photo from the book.2017-01-03
  • 0
    For some basic information about writing mathematics at this site see, *e.g.*, [basic help on mathjax notation](/help/notation), [mathjax tutorial and quick reference](//math.meta.stackexchange.com/q/5020), [main meta site math tutorial](//meta.stackexchange.com/a/70559) and [equation editing how-to](//math.meta.stackexchange.com/q/1773). To help you get started, I have edited your post.2018-06-28

1 Answers 1

1

If we define $$ f(z)=z^n+\sum_{k=1}^na_kz^{n-k}\tag{1} $$ then $$ \arg(f(z))-\arg\left(z^n\right)=\arg\left(1+\sum_{k=1}^na_kz^{-k}\right)\tag{2} $$ For any $\{a_k\}\subset\mathbb{C}$, we can find an $R$ big enough so that when $|z|\ge R$, $$ \begin{align} \left|\sum_{k=1}^na_kz^{-k}\right| &\le\sum_{k=1}^n|a_k||z|^{-k}\\ &\le\sum_{k=1}^n|a_k|R^{-k}\\ &\le\frac12\tag{3} \end{align} $$ $(3)$ implies that if $|z|\ge R$, $$ -\frac\pi6\le\arg\left(1+\sum_{k=1}^na_kz^{-k}\right)\le\frac\pi6\tag{4} $$ as demonstrated in the image below

enter image description here

Then by $(2)$ and $(4)$, we have that $\arg(f(z))$ and $\arg\left(z^n\right)$ are within $\frac\pi6$ of each other at all times.