What is the correct way to find the argument of a complex number?

Click For Summary
SUMMARY

The argument of the complex number z=1-i is calculated using the formula Arg(z) = angle with the positive real axis. The angle is determined as arctan(1/1) = π/4, but since z lies in the fourth quadrant, the argument can also be expressed as 2π - π/4, which equals 7π/4. MATLAB returns the argument as -π/4, which is a valid representation but not the principal argument. The principal argument for z=1-i is 7π/4, as it lies within the range of 0 to 2π.

PREREQUISITES
  • Understanding of complex numbers and their representation in the Argand diagram.
  • Knowledge of trigonometric functions, specifically arctan.
  • Familiarity with the concept of principal arguments in complex analysis.
  • Basic proficiency in MATLAB for computing complex number arguments.
NEXT STEPS
  • Study the properties of complex numbers in the Argand diagram.
  • Learn about the periodicity of angles in trigonometry, specifically in relation to complex numbers.
  • Explore MATLAB functions for complex number analysis, particularly the 'angle' function.
  • Research the concept of principal values in complex analysis and their significance.
USEFUL FOR

Students studying complex analysis, mathematicians, and anyone using MATLAB for engineering or scientific computations involving complex numbers.

sara_87
Messages
748
Reaction score
0

Homework Statement



I have a complex number
z=1-i

I want to find the argument of this complex number

Homework Equations



The angle it makes with the positive real axis is arctan(1/1)=pi/4

The Attempt at a Solution



This point lies in the fourth quadrant of the argand diagram.

Arg(z)= angle the z makes anticlockwise with the positive real axis = 2*pi - pi/4

is 2*pi-pi/4 the correct answer?

In matlab, the argument of this number is -pi/4 so I don't understand, doesn't the argument have to always be measured anticlockwise from the positive real axis?

Thank you in advance
 
Physics news on Phys.org
sara_87 said:

Homework Statement



I have a complex number
z=1-i

I want to find the argument of this complex number

Homework Equations



The angle it makes with the positive real axis is arctan(1/1)=pi/4

The Attempt at a Solution



This point lies in the fourth quadrant of the argand diagram.

Arg(z)= angle the z makes anticlockwise with the positive real axis = 2*pi - pi/4

is 2*pi-pi/4 the correct answer?

In matlab, the argument of this number is -pi/4 so I don't understand, doesn't the argument have to always be measured anticlockwise from the positive real axis?
That might be so for positive angles, but negative angles are measured in the clockwise direction. I can't imagine that MATLAB would require all angles to be positive.

The angles 7\pi/4 and -\pi/4 are of course different, but they have the same reference point.
sara_87 said:
Thank you in advance
 
You can freely add multiples of 2pi to the arument of a complex number without changing its value. For different multiples of 2pi, you obtain different representations of the same argument. After all, the radian mesure is periodic in 2pi. However, there exists the notion of the principal argument (or the principal value of the argument) of a complex number. Of all the possible representations of the argument, this is the one lying between 0 and 2pi.

Therefore -pi/4 is a valid representation of arg(1-i), but it is not the principal argument. The principal argument is 7pi/4, as you stated.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
8
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K