Tricky complex numbers problem

AI Thread Summary
To find the new position of z2 after rotating it 45 degrees around z1, first calculate the difference z2 - z1. This difference is then rotated by multiplying it with e^(i*pi/4), which represents a 45-degree rotation in the complex plane. After the rotation, the result is added back to z1 to obtain the new position of z2. The key steps involve understanding the rotation concept and applying complex number operations correctly. This method effectively determines the new location of z2 after the specified rotation.
andrew.c
Messages
46
Reaction score
0

Homework Statement



z1 = 1 + i, z2 = i − 5 are points in the complex plane. If z2 is rotated about z1 by 450
find its new position.

Attempt at solution
Absolutely no idea! I think I might need to use e^theta*i but not sure!
 
Physics news on Phys.org
What does that mean rotated about z1 by 450? Could you elaborate?
 
Sorry, that's all that was given...
I think it means like rotating 45 degs through the imaginary axis?
 
But then what does that have to do with Z1.
 
45 degrees is pi/4 radians. To rotate around another point, find the difference z2-z1 and rotate that by pi/4 (sure, multiply by e^(i*pi/4)). Add the result back to z1.
 
thank you!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top