Calculating angle between two complex numbers

Click For Summary
SUMMARY

The discussion focuses on calculating the angle between two complex numbers, specifically z1 = 3 + j and z2 = -5 + 5j, and demonstrating that angle(z1) and angle(z1 + z2) differ by an integer multiple of π/2. The user initially attempted to use arctan(z1/z3) but encountered issues with the output. MATLAB was utilized to confirm that the angle is indeed π/2, indicating that the vectors represented by the complex numbers are perpendicular in the complex plane.

PREREQUISITES
  • Understanding of complex numbers and their representation in the complex plane
  • Familiarity with the concept of angles in trigonometry
  • Basic knowledge of MATLAB for computational verification
  • Knowledge of vector operations, specifically dot products
NEXT STEPS
  • Explore the properties of complex numbers in the context of vector mathematics
  • Learn how to compute angles between vectors using the dot product
  • Investigate the use of MATLAB for complex number calculations and visualizations
  • Study the geometric interpretation of complex number operations
USEFUL FOR

Mathematicians, physics students, and engineers interested in complex number theory and vector analysis in the complex plane.

polaris90
Messages
45
Reaction score
0
so I have z1 = 3 + j, z2 = -5 + 5j, z3 = z1+z2 = -2 + 6j

the question is, show that angle(z1) and angle(z1 + z2) differ by an integer multiple of pi/2.

I tried doing it this way
arctan(z1/z3), but then I always end up with a number that doesn't work. I know that arctan(x) cannot equal pi/2. Is there another way t rewrite it? I computed it using MATLAB and it gave me pi/2.
 
Physics news on Phys.org
Just draw the corresponding vectors ##\langle 3,1\rangle## and ##\langle -1,3\rangle## and look at their dot product.
 
Perhaps you can utilize that pi/2 means the two complex numbers, when viewed as vectors in the complex plane, must be perpendicular to each other.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
10
Views
3K
  • · Replies 2 ·
Replies
2
Views
8K
  • · Replies 22 ·
Replies
22
Views
2K