6.E: Exercises
- Last updated
- May 12, 2023
- Save as PDF
- Page ID
- 128019
( \newcommand{\kernel}{\mathrm{null}\,}\)
Exercise 6.E.1
Let z=2+7i and let w=3−8i. Compute the following.
- z+w
- z−2w
- zw
- wz
- Answer
-
- z+w=5−i
- z−2w=−4+23i
- zw=62+5i
- wz=−5053−3753i
Exercise 6.E.2
Let z=1−4i. Compute the following.
- ¯z
- z−1
- |z|
Exercise 6.E.3
Let z=3+5i and w=2−i. Compute the following.
- ¯zw
- |zw|
- z−1w
Exercise 6.E.4
If z is a complex number, show there exists a complex number w with |w|=1 and wz=|z|.
- Answer
-
If z=0, let w=1. If z≠0, let w=¯z|z|
Exercise 6.E.5
If z,w are complex numbers prove ¯zw=¯z¯w and then show by induction that ¯z1⋯zm=¯z1⋯¯zm. Also verify that ¯m∑k=1zk=m∑k=1¯zk. In words this says the conjugate of a product equals the product of the conjugates and the conjugate of a sum equals the sum of the conjugates.
- Answer
-
¯(a+bi)(c+di)=¯ac−bd+(ad+bc)i=(ac−bd)−(ad+bc)i(a−bi)(c−di)=ac−bd−(ad+bc)i which is the same thing. Thus it holds for a product of two complex numbers. Now suppose you have that it is true for the product of n complex numbers. Then ¯z1⋯zn+1=¯z1⋯zn¯zn+1 and now, by induction this equals ¯z1⋯¯zn¯zn+1 As to sums, this is even easier. ¯n∑j=1(xj+iyj)=¯n∑j=1xj+in∑j=1yj =n∑j=1xj−in∑j=1yj=n∑j=1xj−iyj=n∑j=1¯(xj+iyj).
Exercise 6.E.6
Suppose p(x)=anxn+an−1xn−1+⋯+a1x+a0 where all the ak are real numbers. Suppose also that p(z)=0 for some z∈C. Show it follows that p(¯z)=0 also.
- Answer
-
If p(z)=0, then you have ¯p(z)=0=¯anzn+an−1zn−1+⋯+a1z+a0=¯anzn+¯an−1zn−1+⋯+¯a1z+¯a0=¯an¯zn+¯an−1¯zn−1+⋯+¯a1¯z+¯a0=an¯zn+an−1¯zn−1+⋯+a1¯z+a0=p(¯z)
Exercise 6.E.7
I claim that 1=−1. Here is why. −1=i2=√−1√−1=√(−1)2=√1=1 This is clearly a remarkable result but is there something wrong with it? If so, what is wrong?
- Answer
-
The problem is that there is no single √−1.
Exercise 6.E.8
Let z=3+3i be a complex number written in standard form. Convert z to polar form, and write it in the form z=reiθ.
Exercise 6.E.9
Let z=2i be a complex number written in standard form. Convert z to polar form, and write it in the form z=reiθ.
Exercise 6.E.10
Let z=4e2π3i be a complex number written in polar form. Convert z to standard form, and write it in the form z=a+bi.
Exercise 6.E.11
Let z=−1eπ6i be a complex number written in polar form. Convert z to standard form, and write it in the form z=a+bi.
Exercise 6.E.12
If z and w are two complex numbers and the polar form of z involves the angle θ while the polar form of w involves the angle φ, show that in the polar form for zw the angle involved is θ+φ.
- Answer
-
You have z=|z|(cosθ+isinθ) and w=|w|(cosφ+isinφ). Then when you multiply these, you get |z||w|(cosθ+isinθ)(cosφ+isinφ)=|z||w|(cosθcosφ−sinθsinφ+i(cosθsinφ+cosφsinθ))=|z||w|(cos(θ+φ)+isin(θ+φ))
Exercise 6.E.13
Give the complete solution to x4+16=0.
- Answer
-
Solution is: (1−i)√2,−(1+i)√2,−(1−i)√2,(1+i)√2
Exercise 6.E.16
De Moivre’s theorem says [r(cost+isint)]n=rn(cosnt+isinnt) for n a positive integer. Does this formula continue to hold for all integers n, even negative integers? Explain.
- Answer
-
Yes, it holds for all integers. First of all, it clearly holds if n=0. Suppose now that n is a negative integer. Then −n>0 and so [r(cost+isint)]n=1[r(cost+isint)]−n=1r−n(cos(−nt)+isin(−nt)) =rn(cos(nt)−isin(nt))=rn(cos(nt)+isin(nt))(cos(nt)−isin(nt))(cos(nt)+isin(nt))=rn(cos(nt)+isin(nt)) because (cos(nt)−isin(nt))(cos(nt)+isin(nt))=1.
Exercise 6.E.17
Factor x3+8 as a product of linear factors. Hint: Use the result of 6.E.14.
- Answer
-
Solution is: i√3+1,1−i√3,−2 and so this polynomial equals (x+2)(x−(i√3+1))(x−(1−i√3))
Exercise 6.E.18
Write x3+27 in the form (x+3)(x2+ax+b) where x2+ax+b cannot be factored any more using only real numbers.
- Answer
-
x3+27=(x+3)(x2−3x+9)
Exercise 6.E.19
Completely factor x4+16 as a product of linear factors. Hint: Use the result of 6.E.15.
- Answer
-
Solution is: (1−i)√2,−(1+i)√2,−(1−i)√2,(1+i)√2. These are just the fourth roots of −16. Then to factor, you get (x−((1−i)√2))(x−(−(1+i)√2)). (x−(−(1−i)√2))(x−((1+i)√2))
Exercise 6.E.20
Factor x4+16 as the product of two quadratic polynomials each of which cannot be factored further without using complex numbers.
- Answer
-
x4+16=(x2−2√2x+4)(x2+2√2x+4). You can use the information in the preceding problem. Note that (x−z)(x−¯z) has real coefficients.
Exercise 6.E.21
If n is an integer, is it always true that (cosθ−isinθ)n=cos(nθ)−isin(nθ)? Explain.
- Answer
-
Yes, this is true. (cosθ−isinθ)n=(cos(−θ)+isin(−θ))n=cos(−nθ)+isin(−nθ)=cos(nθ)−isin(nθ)
Exercise 6.E.22
Suppose p(x)=anxn+an−1xn−1+⋯+a1x+a0 is a polynomial and it has n zeros, z1,z2,⋯,zn listed according to multiplicity. (z is a root of multiplicity m if the polynomial f(x)=(x−z)m divides p(x) but (x−z)f(x) does not.) Show that p(x)=an(x−z1)(x−z2)⋯(x−zn)
- Answer
-
p(x)=(x−z1)q(x)+r(x) where r(x) is a nonzero constant or equal to 0. However, r(z1)=0 and so r(x)=0. Now do to q(x) what was done to p(x) and continue until the degree of the resulting q(x) equals 0. Then you have the above factorization.
Exercise 6.E.23
Show that 1+i,2+i are the only two roots to p(x)=x2−(3+2i)x+(1+3i) Hence complex zeros do not necessarily come in conjugate pairs if the coefficients of the equation are not real.
- Answer
-
(x−(1+i))(x−(2+i))=x2−(3+2i)x+1+3i
Exercise 6.E.24
Give the solutions to the following quadratic equations having real coefficients.
- x2−2x+2=0
- 3x2+x+3=0
- x2−6x+13=0
- x2+4x+9=0
- 4x2+4x+5=0
- Answer
-
- Solution is: 1+i,1−i
- Solution is: 16i√35−16,−16i√35−16
- Solution is: 3+2i,3−2i
- Solution is: i√5−2,−i√5−2
- Solution is: −12+i,−12−i
Exercise 6.E.25
Give the solutions to the following quadratic equations having complex coefficients.
- x2+2x+1+i=0
- 4x2+4ix−5=0
- 4x2+(4+4i)x+1+2i=0
- x2−4ix−5=0
- 3x2+(1−i)x+3i=0
- Answer
-
- Solution is: x=−1+12√2−12i√2,x=−1−12√2+12i√2
- Solution is: x=1−12i,x=−1−12i
- Solution is: x=−12,x=−12−i
- Solution is: x=−1+2i,x=1+2i
- Solution is: x=−16+16√19+(16−16√19)i,x=−16−16√19+(16+16√19)i
Exercise 6.E.26
Prove the fundamental theorem of algebra for quadratic polynomials having coefficients in C. That is, show that an equation of the form ax2+bx+c=0 where a,b,c are complex numbers, a≠0 has a complex solution. Hint: Consider the fact, noted earlier that the expressions given from the quadratic formula do in fact serve as solutions.