Show that the real part of the root of an equation is constant

181 Views Asked by At

I've been stuck for a while on the following question:


Let $z$ be a root of the following equation:

$$z^n + (z+1)^n = 0$$

where $n$ is any positive integer. Show that

$$Re(z) = -\frac12$$


Because $z^n = -(z+1)^n$, I tried to write $z+1$ in terms of $z$. In Cartesian coordinates, I've tried (with $z = a + ib$):

$$(a + ib)^n = - (a + 1 + ib)^n$$

I found no way to calculate $a$ for an arbitrary $n$ in this equation. In polar coordinates:

$$\sqrt{a^2 + b^2} e^{i \, n \, atan( \frac{b}{a} )} = \sqrt{(a+1)^2 + b^2} e^{i \, n \, atan( \frac{b}{a+1} )}$$

The real part of $z$ seems hard to extract from this equation.

Any clues welcome, I've been trying is one for many hours now!

3

There are 3 best solutions below

2
On BEST ANSWER

Since $z=0$ is not a root, our roots all satisfy $x^n =-1$ where $x=1+1/z.$ So the solutions are $$z= \frac{1}{ \cos \left(\dfrac{(1+2k)\pi}{n}\right)-1+ i\sin \left(\dfrac{(1+2k)\pi}{n}\right)}.$$

Multiply the numerator and denominator by $\cos \left(\dfrac{(1+2k)\pi}{n}\right)-1- i\sin \left(\dfrac{(1+2k)\pi}{n}\right)$ and use some basic trig identities to see that the real part is $-1/2.$

3
On

$$z^{n+1}=-(z+1)^{n+1}\iff z\cdot z^n=(z+1)(-(z+1)^n)\stackrel{\text{clearly}\;z\neq0}\implies \frac z{z+1}=-\left(\frac{z+1}z\right)^n$$

Putting

$$w:=\frac z{z+1}\;,\;\;\text{we got}\;\;w=-w^{-n}\iff w^{n+1}=-1=e^{\pi i}$$

The solutions of this equation are

$$w_k=e^{\pi i(2k+1)/(n+1)}\;,\;\;k=0,1,2,\ldots,n$$

and for each we have

$$w_k=\cos\frac{2\pi (2k+1)}{n+1}+i\sin\frac{2\pi(2k+1)}{n+1}$$

and $\;\color{blue}{\text{the real part of}\;\;z\;}$ is given by

$$\text{Re}\,\frac w{1-w}$$

But

$$\frac w{1-w}=\frac{w-|w|^2}{|1-w|^2}$$

and

$$\begin{align*}w-|w|^2&=w-1=\color{red}{\cos t-1}+i\sin t\\ |1-w|^2&=1-2\cos t+\cos^2t+\sin^2t=\color{red}{2(1-\cos t)}\;,\;\;\text{with}\;\;t=\frac{\pi(2k+1)}{n+1}\end{align*}$$

So, finally, we get Re$\,z=-\frac12\;$ ...

1
On

$\underline{\bf{My Try}}$::Given $z^n+(z+1)^n = 0\Rightarrow z^n = -(z+1)^n$

Now Taking Modulus on both side, we get $\left|z^n\right| = \left|-(z+1)^n\right| = \left|(z+1)^n\right|$

$\Rightarrow \left|z\right|^n = \left|z+1\right|^n \Rightarrow \left|z-(0+i\cdot 0)\right|^n = \left|z-(-1+0\cdot i)\right|^n$

means all $P(z)=P(x,y)$ lies on the perpandicular Bisector of line joining $A(0,0)$ and $B(-1,0)$

So we can say that $\displaystyle \bf{Re(z) = -\frac{1}{2}}$