1

The question is:

a). For the circle $|z - 1|=1$, show that $z=1+\cos\theta+i\sin\theta$, where $-\pi<\theta\le \pi$

b). Deduce that the point representing the complex number $\frac{1}{z}$ describes a straight line.

My attempts:

a). I simply thought that, $z-1=r\cos\theta + ir\sin\theta$, with $r=1$ rearranging for $z$ gives

$z = 1+\cos\theta+i\sin\theta$.

Not sure if this is the right approach?

b). I used the identity, $\frac{1}{z}=\frac{\overline{z}}{|z|^2}$,

with $z=1+\cos\theta+i\sin\theta$,

and $|z|^2=(1+\cos\theta)^2+\sin^2\theta$

I got, $\frac{1}{z}=\frac{(1+\cos\theta)}{2+2\cos\theta}-\frac{i\sin\theta}{2+2\cos\theta}$

which simplifies to,

$\frac{1}{z}=\frac{1}{2}-\frac{i\sin\theta}{2+2\cos\theta}$

In this form I can't see how to show this is a straight line?

But, I was able to show that $\frac{1}{z}$ forms a straight line using cartesian form of complex numbers:

let $w=\frac{1}{z} \implies z=\frac{1}{w}$

With $z=x+iy$ and $w=u+iv$, I got $x+iy=\frac{1}{u+iv}=\frac{u-iv}{u^2+v^2}$

Equating real and imaginary parts:

$x=\frac{u}{u^2+v^2}$ , and $y=\frac{-v}{u^2+v^2}$

Then for the circle,

$|z-1|=1 \implies |(x-1) +y|=1$

Squaring and rearranging to get,

$$x^2-2x+y^2=0 \tag{1}$$

I then substitute $x=\frac{u}{u^2+v^2}$ , and $y=\frac{-v}{u^2+v^2}$ into this equation (1).

After a bit of algebra I ended up with,

$(u^2+v^2)(1-2u)=0 \implies (1-2u)=0 \implies u=\frac{1}{2}$

Thus, $\frac{1}{z}$ transforms the circle $|z-1|=1$ into a straingth line $u=\frac{1}{2}$

Why or how is it that I can't get to this result using $z=1+\cos\theta + i\sin\theta$ ?

Gary
  • 31,845
Nicko
  • 69

1 Answers1

1

For part b. You can further write the expression you found in the the first way as

$\begin{align}w&=u+iv=\frac1z\\ &=\frac12-i\frac{\sin\theta}{2+2\cos\theta}\\ &=\frac12-i\frac{2\sin(\frac\theta 2)\cos(\frac\theta 2)}{2+2(2\cos^2(\frac\theta 2)-1)}\\ &=\frac12-\frac i2\tan(\frac\theta 2) \end{align}$

This is the line $u=\frac12$ in $w$-plane, because given $v\in\Bbb R$ we can find $\theta\in(-\pi,\pi)$ such that $v=-\frac12\tan(\frac\theta 2)$.

Bob Dobbs
  • 10,988
  • Friend keeps calling me. That is why I do multiple mistakes and saves. Do you know the rules of MSE? Do they punish multiple saves? – Bob Dobbs Jun 16 '23 at 07:32
  • Thanks Bob. I don't understand how the tan bit comes from, and I don't understand what the equation of the line looks like with the v part? – Nicko Jun 16 '23 at 07:57
  • Also, WHY DOES THIS GARY KEEP EDITING MY SCRIPTS?? Its really annoying!! Go away!! – Nicko Jun 16 '23 at 08:00
  • But you got no down votes or Math Jax warning here. Not so bad... – Bob Dobbs Jun 16 '23 at 08:06
  • @Plastic it is like the $x=\frac12$ line on the $xy$-plane... $y$ is free and it takes all real values. – Bob Dobbs Jun 16 '23 at 08:09
  • Thanks Bob, I still don't understand the tan part? Is it possible to clarify this? Thanks. – Nicko Jun 16 '23 at 08:10
  • 1
    Yes as I illustrated in my answer I was able to find u = 1/2 as the line, and I now think I understand what you say about y taking every value on this line. – Nicko Jun 16 '23 at 08:12
  • 1
    Thanks Bob for expanding the way to get tan expression. – Nicko Jun 16 '23 at 10:06