How can $|{\cos(n x)+i \sin(n x)}|$ = 1 (for $n$ and $x$ positive)? I'm not very good with complex numbers yet, so I would appreciate if someone could please explain how this absolute value comes to be.
2026-04-12 11:33:18.1775993598
Absolute value of a complex sum
187 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
First we need Euler's Formula:
$$e^{i\theta} = cos(\theta) + i\sin(\theta)$$
Using this formula:
$$|\cos(nx) + i\sin(nx)| = |e^{in\theta}| = 1$$
Though the above may not make it obvious for a beginner, so lets define the modulus properly:
$$z = x + iy \implies |z|^2 = x^2 + y^2$$
Using this definition:
$$|\cos(nx) + i\sin(nx)| = \sqrt{\cos^2(nx) + \sin^2(nx)} = 1$$
where the last evaluation comes from the fact that $\cos^2(x) + \sin^2(x) = 1$.