1

$a$ and $b$ are ordered pairs of a point on the Argand plane. For tan $\theta = b/a$. It’s $z = a+ib$

My sir taught me that unique value of theta = $\tan ^{-1}|b/a|$ where theta belongs to $0,\pi/2$. Since then only it is present in the first quadrant. And tan inverse function has ranged from $-\pi/2$ to $\pi/2$.

Then , for the least + argument of $z$:

unique value of theta = $\tan ^{-1}|b/a|$ such that $0<\theta<2\pi$.

Why is the theta different for least + argument of z and unique value of theta?

Q Q Find least + argument for z = -1-i$\sqrt{3}$ .

Here , mod of z = 2. So ,angle theta = 60 degree

But least + argument is in -pi/3 which we write as -pi+3 + 2pi = 5pi/3.

Here theta is less than 60 but isn’t it a coincidence.

Srijan
  • 235

1 Answers1

0

On the Argand plane a complex number is given by $z=a+ib$, and also by $z=r\ cis\theta$. The two expressions are connected by $a=r\ cos\theta$ and $b=r\ sin\theta$. We also have $r=\sqrt{a^2+b^2}$ and $tan\theta=b/a$, but this last expression does not give us enough information to find $\theta$.

One way to find $\theta$ is to find $\alpha=tan^{-1}|b/a|$ and then use the quadrant to decide which of the possible values for $\theta$ is most appropriate. The value for $\theta$ in $0\le\theta\lt2\pi $ (the least positive value) will be one of $\alpha,\ $ $\pi-\alpha,\ $ $\pi+\alpha,\ $ $2\pi-\alpha.\ $ For your example we have $a=-1$ and $b=-\sqrt{3}$, so we find $\alpha=tan^{-1}\sqrt{3}=\pi/3$ ($60$ degrees). The point $z$ is in the 3rd quadrant, so $\theta=\pi+\alpha=\pi+\sqrt{3}=4\pi/3$.

You have found $\theta=5\pi/3$. This is a 4th quadrant angle, and would be correct for $z=1-i\sqrt{3}$.

Peter
  • 1,701