Euler's Formula Evaluator
Math Algebra • Complex Numbers
Frequently Asked Questions
What does Euler’s formula e^(i theta) equal?
Euler’s formula states that e^(i theta) = cos(theta) + i sin(theta). This represents a point on the unit circle at angle theta.
How do you compute e^(a+bi) using Euler’s formula?
Use e^(a+bi) = e^a e^(bi) = e^a(cos b + i sin b). The real part is e^a cos b and the imaginary part is e^a sin b.
How is the complex logarithm log(z) computed and why does it have branches?
For z = r cis(theta) with r > 0, log_k(z) = ln(r) + i(Arg(z) + 2pi k). Because the argument can be shifted by 2pi k, the logarithm is multi-valued and k selects the branch.
When is log(z) undefined in the complex plane?
log(z) is undefined at z = 0 because r = |z| must be positive to take ln(r). If the input has r = 0, there is no valid complex logarithm value.