rishch said:
Thanks a lot!
So the rule A to the power m * B to the power m =AB to the power m will also be invalid if A = B = -1 and m = 1/2 ?
exactly so.
chiro said:
Deveno, the nature of the trigonometric functions is that they are periodic and do the 'modulus' behaviour for you.
Lets go with your example with having an argument of 3pi/2. Specifically,
z = cos(3pi/2) + i sin(3pi/2).
Now z^2 = cos(3pi/2 + 3pi/2) + i sin(3pi/2 + 3pi/2) (Since our number is modulus 1)
= cos(3pi) + i sin(3pi)
= cos(pi) + i sin(pi) [Properties of trigonometric functions]
You have to remember that with arithmetic we don't care about keeping track of the angle: we are only interested in evaluating functions given angles.
If we calculate 3 + 4i multiplied by 2 + i, then with polar we find the principal arguments of both and then use them to evaluate something else that uses the addition of those arguments.
We don't care about keeping memory of those arguments after we have generated a complex number answer to the question, and due to the nature of periodicity of the trigonometric functions, the (mod 2pi) thing is done for us automatically.
but we DO care about the angle...usually we just take it as second nature to keep the angle within a specified range (either 0 to 2pi, or -pi to pi, depending on how we're thinking about "angle"). you underscore my point when you say "principal" argument. that (fine) distinction is exactly what we need to keep in mind! remembering that cosines and sines are points on a circle, and that a circle goes around and then repeats itself isn't "difficult" and i will readily agree that that thinking in these terms gives a clear "geometric" idea of what is going on to avoid getting into trouble.
you can easily see that there are TWO points on a unit circle, that when squared, give a desired number (this is the complex analogue of the fact that a positive real number has TWO square roots, positive, and negative. in fact, real numbers are a subfield of the complex numbers, and the positive and negative square roots of a positive real number are in fact, the two COMPLEX square roots of the positive real, so the "real case" is just a "special case" of the "complex case").
it's like this: with a quadratic equation, for example, we often get two roots: and one we can often disregard as "extraneous" (because it yields a negative number, or a number that is too small, or too large for our original problem). but if the discriminant is negative (two complex solutions), it's no longer clear if there is a "preferred" solution (geometrically, there is "symmetry" between a complex number and its conjugate, at least with respect to the reals). this ambiguity is unavoidable, no matter how you choose to represent the complex numbers in question.
i think HallsofIvy pointed out, we really can't tell "i" from "-i". calling one of the two √(-1) is a CHOICE, and one we make arbitrarily (equivalent to choosing an orientation for the plane). it pays to remember this choice, and that it is indeed an aribtrary choice (especially in modelling physical situations, where we may be dealing with the absolute value of an angle ("the angle between"), rather than the angle itself), so that we can at least be consistent.
it may seem obvious that if z
2 = w, that z = √w. that's ALMOST true. w is, indeed ONE of the square roots in question. but "which one" (which branch) matters.
IF, √z and √w are on the same branch as √(zw), then it is indeed true that √(zw) = √z√w. in the OP's original "un-proof", the trouble is precisely that choosing the branch where i = √(-1), forces us to the choice √1 = -1, if we wish to invoke √(zw) = √z√w.