3.5.6 · D5Complex Numbers

Question bank — Euler's formula — e^(iθ) = cos θ + i sin θ (proof via Taylor series)

1,454 words7 min readBack to topic

The words we lean on (all built in the parent note): the modulus is the distance of the point from the origin; the argument is the angle it makes with the positive real axis; radians measure angle by arc-length on the unit circle ( rad ); a function is entire if its power series converges for every complex input.


True or false — justify

TF1. grows without bound as increases, just like for real .
False. The exponent is imaginary, so forever — increasing spins the point around the unit circle, it never leaves it.
TF2. Euler's formula holds only for .
False. It holds for every real , positive, negative, or huge. Adding just returns to the same point since have period ; the formula itself has no restricted domain.
TF3. and are the same complex number.
True. Both equal because cosine and sine repeat every . They are the same point, reached after one extra full turn.
TF4. (bar = complex conjugate).
True. Conjugating flips the sign of the imaginary part: .
TF5. Since , the number can never be a real number.
False. At it is and at it is — both real. It is real exactly when , i.e. is a multiple of .
TF6. For , Euler's formula gives , and this is consistent with a half-turn on the circle.
True. A half-turn ( rad ) sends the tip from to . This is Euler's identity in disguise.
TF7. The identity is true only for positive integer .
False. Via it holds for any integer (including negative), since for all integers. (See De Moivre's Theorem for the extension to rationals.)
TF8. is just the ordinary exponential law , and geometrically it means angles add.
True. Multiplying two unit-circle points adds their angles — that is exactly rotation stacking, and the exponential law is what encodes it algebraically.

Spot the error

SE1. "Compute for a right angle: ."
The angle must be in radians. A right angle is , giving . The number radians is a totally different point; the Taylor-series proof only produces for radian arguments.
SE2. ", by symmetry with the cosine formula."
Subtracting gives , so you must divide by , not . Correct: .
SE3. "."
De Moivre multiplies the angle, not the trig value: the answer is . You cannot distribute a power across a sum like this.
SE4. "Proof step: substitute , then rearrange the series into real and imaginary groups — allowed for any series."
Rearrangement is only legal because the series is absolutely convergent (which it is, everywhere, since is entire). For a merely conditionally convergent series, reordering can change the sum.
SE5. ", so the real part of is ."
The real part of is , not . (They're related: , but they are not equal.)
SE6. "Since is a sum of two things of modulus 1, its value can reach 2."
The two terms are conjugates that point in opposite vertical directions; their sum is real and lies in before dividing, so as required. Modulus-1 pieces do not simply add in magnitude.
SE7. "In the proof, the imaginary bracket is the series for because it alternates."
Alternating is not enough — it must match term-for-term. The odd-power alternating series is ; the even-power one is . This bracket has odd powers, so it is .

Why questions

WHY1. Why does substituting split the series cleanly into a real and an imaginary series?
Because cycles through with period 4: even- terms carry (real) and odd- terms carry (imaginary), so the terms sort themselves by parity of .
WHY2. Why are we even allowed to feed a complex number into the series for ?
Because is entire — its Maclaurin series (from Taylor & Maclaurin Series) converges for every complex input, so the series defines and the substitution is legitimate.
WHY3. Why does Euler's formula make multiplication of complex numbers so easy?
In polar form , multiplying gives : moduli multiply, arguments add. See Complex Numbers — Polar / Modulus-Argument form.
WHY4. Why must be in radians and not degrees?
The Maclaurin series equals the sine function only when is in radians (the derivative holds only in radians). Degrees would insert a hidden factor of .
WHY5. Why is described as "rotation" while (real ) is "stretching"?
Multiplying by is a turn, so growth in the imaginary direction is always perpendicular to the current position — that perpendicular push traces a circle instead of a line.
WHY6. Why does replacing by turn into its conjugate?
is even () and is odd (), so — same real part, flipped imaginary part, which is exactly conjugation.
WHY7. Why do the roots of unity all lie on the unit circle at equal angular spacing?
Each is , which has modulus 1 (on the circle) and argument (evenly spaced by ). See Roots of Unity.

Edge cases

EC1. What is , and does the formula behave sensibly there?
. Zero rotation leaves the tip at — the natural starting point on the circle.
EC2. What happens to as ? Does it converge?
It does not converge — it keeps circling the unit circle forever with . There is no limit; it is bounded but perpetually oscillating.
EC3. Is there any real for which ?
No. Its modulus is always , and has modulus , so can never be zero — the origin is unreachable.
EC4. For which is purely imaginary?
When the real part , i.e. . Then (top or bottom of the circle).
EC5. If we allow a complex exponent , does still equal 1?
No. , so . Only the imaginary part rotates; the real part scales the modulus.
EC6. What does give when exactly, and how is that different from ?
Both give — the same point. The difference is only the journey: has travelled one full loop, has not moved. As arguments of a complex number they are indistinguishable.
EC7. The hyperbolic analogue: is the "real cousin" of Euler's formula?
Yes — dropping the gives , the sum of the even and odd parts of . See Hyperbolic Functions — $\cosh,\sinh$ vs $\cos,\sin$; the is exactly what converts stretching into spinning.

Recall One-line self-test

If someone claims " is basically raised to a big number, so it explodes," what single fact refutes them? ::: for all real — it lives on the unit circle and never explodes.

Connections

  • Euler's formula — $e^{i\theta} = \cos\theta + i\sin\theta$ (proof via Taylor series)
  • Complex Numbers — Polar / Modulus-Argument form
  • De Moivre's Theorem
  • Roots of Unity
  • Taylor & Maclaurin Series
  • Multiplication as Rotation & Scaling
  • Euler's Identity $e^{i\pi}+1=0$
  • Hyperbolic Functions — $\cosh,\sinh$ vs $\cos,\sin$