Name: Anonymous 2007-10-31 19:26
Find the roots of the equation (z+1)^3 = 1, in the form x+iy.gogogo
Find the roots of the equation (z+1)^3 = 1, in the form x+iy.
(z+1)^3 = 1 = e^(i*2*pi*k)
z+1 = (e^(i*2*pi*k))^(1/3) = e^(i*2*pi*k/3)
For the following, we are going around the complex plane looking for instances where e^(i*t) = 1. The first three instances will give us all the 3 solutions. When k=3, we have gone a full circle around the complex plane.
k=0: z+1 = e^(0/3) = 1
=> z = 0
k=1: z+1 = e^(i*2*pi/3) = cos(2/3 pi) + i sin(2/3 pi) = -1/2 + i sqrt(3)/2
=> z = -3/2 + i sqrt(3)/2
k=2: z+1 = e^(i*4*pi/3) = cos(4/3 pi) + i sin(4/3 pi) = -1/2 - i sqrt(3)/2
=> z = -3/2 + i sqrt(3)/2