题目
Problem
Solve the equation
z5−32i=0
giving each answer in the form reiθ where 0<θ<2π
(4)
解答
解法一
思路
展开
把 32i 写成 exponential form,再取五次方根。因为五次方根在 Argand diagram 上平均分布,所以 argument 每次相差
52π.
题目要求 0<θ<2π,所以最后要列出这个范围内的五个角。
答题过程
展开
From
z5−32i=0,
we have
z5=32i.
Now
32i=32e2πi.
Let
z=reiθ.
Then
z5=r5e5iθ.
So
r5=32,
giving
r=2.
For the arguments,
5θ=2π+2kπ,
where k is an integer. Hence
θ=10π+52kπ.
The values in the range 0<θ<2π are
θ=10π,2π,109π,1013π,1017π.
Therefore the five roots are
z=2e10πi,2e2πi,2e109πi,2e1013πi,2e1017πi.