Tricky complex numbers problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
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.