#Complex numbers in their polar form
26 messages · Page 1 of 1 (latest)
This is how I calculated the length:
Fischstaebchen
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Normally I'd calculate the angle using $arctan\left(\frac{y}{x}\right)$ but that doesn't lead to the expected result $\frac{\pi}{8}$ or 22.5°
Fischstaebchen
If you reply please ping me otherwise I might not see it.
<@&286206848099549185>
@orchid zephyr u should use arctan(y/x) instead of tan(y/x).
whoops sorry I meant arctan
Can u show ....whatever u have worked out ?
I tried it this way:
Fischstaebchen
but I didn't get the right result with that
I got 32.7651° instead of the expected 25.5°
Can't you just find the angle of 1+i and half the result ?
That's certainly easier
And 22.5° shows up easily this way
yeah but why can I simply half it ?
arg(z^2) = 2 arg(z), cause arg works nicely with products of complex numbers
But yeah you'd have to be wary which square root you take tbh
Cause the two square roots of 1+i certainly don't have the same argument
I would go directly to polar first, then compute the root $$1+i= \sqrt{2}e^{i \frac{\pi}{4}}$$
$$(1+i)^{1/2} = \sqrt[4]{2}e^{i \frac{\pi}{8}}$$
Merosity