Finding Modulus and Argument for a Complex Number

ChrisBaker8
Messages
23
Reaction score
0

Homework Statement



Find the modulus and the principal value of the argument for the complex number \sqrt{3} - i

The Attempt at a Solution



I know the modulus is just 'square both, add, and square root of sum', so r = \sqrt{2}, but I don't know how to find the second part. I know vaguely that the argument = \theta, but I don't know where to go from here.

Do I need to convert the complex number into polar or euler form?
 
Physics news on Phys.org
What two numbers did you 'square both, add, and square root of sum' to get sqrt(2)? The complex number a+bi can be drawn as the hypotenuse of a right triangle in the complex plane with a horizontal leg of length a and a vertical leg of length b. Haven't you seen this picture? The argument is the angle the hypotenuse makes with the x-axis. So you have tan(argument)=b/a. Remember trig? Principal value is a convention for choosing which of several possible angles might satisfy the tangent equation. Look it up, hopefully it will come with a nice picture.
 
okay, I think I get the argument now

for the modulus, I added \sqrt{3} ^{2} and i^{2} to get 3 - 1, then square rooted to get \sqrt{2}

is that wrong?
 
ChrisBaker8 said:
okay, I think I get the argument now

for the modulus, I added \sqrt{3} ^{2} and i^{2} to get 3 - 1, then square rooted to get \sqrt{2}

is that wrong?
Yes. You square the real part, sqrt(3), and the imaginary part, -1, add them, then take the square root. The imaginary part is the coefficient of i.
 
okay, thanks
 
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