The argument of a complex number

AI Thread Summary
To find the argument of a complex number without a calculator, one can calculate the absolute value (|z|) to determine the hypotenuse of a triangle formed by the real and imaginary parts. Using the Pythagorean theorem, the angle can be derived by applying the opposite and adjacent sides to find the argument. For example, with the complex number z = 1 + sqrt(3)*i, the argument is calculated as arg(z) = pi / 3, which is correct. This method effectively provides a way to determine the argument for simpler angles. Understanding the geometric interpretation of complex numbers is crucial for solving these problems.
Null_Pointer
Messages
4
Reaction score
0

Homework Equations



I was just wondering, how do you guys get the argument value from a complex number
without using any calculator, i know that some solutions may be impossible to get without
a calculator but just finding some of the easier angles.



The Attempt at a Solution



Example: If i have the following complex number

z = 1 + sqrt(3)*i

i calculate the absolute value of z (|z|) and since that value is the distance from the origin
to the point (r) i put the value as the hypotenuse of a triangle and apply the x and the y values to the adjecent and the opposite and now i try to find the argument of z.

I use the pythagorean theorem to get the angle of the argument and i get the answer arg(z) = pi / 3 which happens to be true in this case. I'm just wondering if this is the right approach to this problem or if there exist any other probably better solutions for finding the argument of z without the use of a calculator.

//Thx in advance
 
Physics news on Phys.org
Well that is how you get arg(z). It is the angle measured from the positive real axis to the complex number.
 
Back
Top