Complex number argument and module

amiras
Messages
64
Reaction score
0

Homework Statement



z=\frac{(1-3i)^{100} * i * (7-5i)}{5+7i}

Homework Equations

Find module and argument of z.

The Attempt at a Solution



Assuming:

|z_1 * z_2| = |z_1||z_2|

|z|=\frac{|1-3i|^{100} * |i| * |7-5i|}{|5+7i|}

And now calculate each module individually by "Pythagoras theorems"

|z|=\frac{\sqrt{10}^{100} * 1 *\sqrt{74}}{\sqrt{74}}=10^{50}And I do now know how to calculate argument now.
 
Last edited:
Physics news on Phys.org
You could express each complex number in polar form and then simplify it using the properties of complex numbers expressed in polar form:

\begin{array}{l}<br /> {r_1}cis({\theta _1}) \times {r_2}cis({\theta _2}) = {r_1}{r_2}cis({\theta _1} + {\theta _2})\\<br /> {\left( {rcis(\theta )} \right)^n} = {r^n}cis(n\theta )<br /> \end{array}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top