0
$\begingroup$

In the set of complex numbers let $z_{1}=\operatorname{cis}\left(\dfrac{\pi}{7}\right)$ and $z_{2}=2+i$. Prove that $|z_{1}+z_{2}|^2=6+4\cos\left(\frac{\pi}{7}\right)+2\sin\left(\frac{\pi}{7}\right)\;.$

I thought to convert $z_{1}$ into algebric form, because I know how to sum two complex numbers in algebric form. But the argument is not a special angle, easy to find the trig value. Other issue, are the "brackets": I don't know what they mean. Absolute value? Modulus?

Can you explain to me how to do this? Thanks

  • 1
    Presumably $cis(\theta) = e^{i\theta}=\cos(\theta) +i \sin(\theta)$2012-02-23

3 Answers 3

1

If $z=a+bi$, $|z|=\sqrt{a^2+b^2}$; if $z=re^{i\theta}$, $|z|=|r|$. Pictorially, $|z|$ is just the distance from $z$ to the origin. In your case

$z_1+z_2=\left(\cos\left(\frac{\pi}7\right)+2\right)+\left(\sin\left(\frac{\pi}7\right)+1\right)i\;,$

so $|z_1+z_2|^2=\left(\cos\left(\frac{\pi}7\right)+2\right)^2+\left(\sin\left(\frac{\pi}7\right)+1\right)^2\;,$ which easily simplifies to the desired result.

  • 1
    @João That is why complex numbers are sometimes represented by vectors starting from the origin: their sums and differences follow the rules for vector addition.2013-04-30
2

$|\cdot|$ means absolute value: $|a+bi| = \sqrt{a^2 + b^2}$ if $a$ and $b$ are real. Hint: there is nothing special about $\pi/7$. Expand the left side out, and use everybody's favourite trig identity $\cos^2(t) + \sin^2(t)=1$.

2

$z_1+z_2 = \cos(\pi/7)+2 +i (\sin(\pi/7)+1)$

so

$|z_1+z_2|^2 = (\cos(\pi/7)+2)^2 + (\sin(\pi/7)+1)^2 $

so multiply out and use $\cos^2(\theta)+\sin^2(\theta)=1$ to get the desired result.

$|x+iy|$ is the modulus and for real $x$ and $y$ is $\sqrt{x^2+y^2}$.

  • 0
    @Brian: Thanks - now corrected2012-02-23