UCT MAM1000 lecture notes: More complex numbers practice
I’ve been asked a few times for more practice questions on complex numbers. This is where Wolfram Alpha can be your friend (like it’s not already!).
I’ll just give a few examples of questions from the tut on complex numbers which you could have solved using Wolfram Alpha, and from this you will be able to set up your own questions.
For instance, question 48 c) Find the roots of can be solved in Wolfram Alpha with the command:
Solve[z^5==1+sqrt[3]I,z]
Moreover it will solve this for you, give you the five roots and plot them in the complex plane. So now you can come up with any root question you can possibly think of. There’s an infinite number of questions to start you off. You can thank me later!
If you want to convert between the trigonometric form and the exponential form, you can use the two commands:
TrigToExp[Sin[x]+2 I Cos[x]]
ExpToTrig[Exp[I z+3]]
Though remember the definition of the hypergeometric trig functions from a previous tut.…