I tried solving the pair of equations \begin{align} e^x\cos y&=1+2x\\ e^x\sin y&= 2y \end{align} but I got stuck.
Asked
Active
Viewed 357 times
4
-
I think this got something to do with Rouche's theorem. – S L May 11 '14 at 07:39
2 Answers
0
let $f(z) = e^{z}$ and $g(z) = -(1+2z)$ then on the boundary $e^{i\theta}$,
$$ |f(z)| = |e^{\cos \theta}| < \sqrt{5 + 4 \cos(\theta)} \tag{1}$$ Since $g(z)$ has one root on $|z|<1$, by Rouché's Theorem $f(z)+g(z)$ has one root on $|z|< 1 $. In particular, $z=0$ satisfies the equation and it is only the root of it as well.
To show that $(1)$ holds, one can simply show that $h(x) = e^x - \sqrt{5 + 4x}$ is smooth function on $[1,1]$ has $h(x)$ has minimum value of $3-e$ on $x=1$.
S L
- 11,731
-
-
-
$\lvert f(z)\rvert < \lvert g(z)\rvert$ on the boundary is not the condition you need. You could choose $g(z) \equiv 10$ and have that inequality. You need to bound $\lvert f(z)-g(z)\rvert$. – Daniel Fischer May 11 '14 at 15:37
-
@DanielFischer hmm ... here in my book it is stated as "if $f(z)$ and $g(z)$ are analytic function on some region and $|f(z)|<|g(z)|$ on the boundary curve, then $f(z)$ and $f(z)+g(z)$ has same number of zeroes on the region R". Did I make any mistake somewhere? – S L May 11 '14 at 15:49
-
-
It says "$f(z)$ and $f(z)+g(z)$" have the same number of zeros, not "$f(z)$ and $g(z)$". But the condition should be $\lvert g(z)\rvert < \lvert f(z)\rvert$ on the boundary then, since $g = (f+g)-f$. – Daniel Fischer May 11 '14 at 15:53
-
-
You need a strict inequality in $(1)$. (You have the strict inequality in fact, but you wrote a weak inequality.) – Daniel Fischer May 11 '14 at 16:20
-