Module & argument of complex number exp(ix) +exp(2ix)Show that $|z+z^2|=2 cos fractheta2$Finding argument to complex number?Solve cos(z) + sin(z) = i, where z is a complex number and i the imaginary unitFinding a Trigonometric Form of Complex NumberCosine double angle formula for complex number anglesTrigonometric presentation of a complex numberConvert to algebraic form the following complex numberHow to decompose a complex number into a sum of two unitary modulus complex numbers?Complex number proof involving trigonometryDetermine the polar form of $sintheta + i(1+ costheta)$
How can you know which index is tracked by a specific index fund?
Dropping "to be" and other verbs in Latin?
In the UK, who owns the intellectual property of a thesis?
How to change usergroup?
How long must a US passport be valid when visiting Brazil?
Is it true that almost everyone who starts a PhD and sticks around long enough can get one?
Can I freely use 'here is' instead of 'there is' if I'm in the place where that thing is?
How can baseline humanity survive on its own in the future?
Is there any obvious warning when auto-pilot is disengaged or when the mode changes?
In a decadent galactic empire with instantaneous communication, how would the most remote planet gain their independence?
What are the possible punishments for an impeached USA president?
A fantasy novel that takes place on a ship. There is a spy on the ship and at some point amphibious monsters catch him
Does Burrow leave behind a tunnel?
Is it possible to write Quake's fast InvSqrt() function in Rust?
Can Mathematica provide a reliable estimate of the numerical error from NDSolve?
Spirit guardians and iron golems
Converting selected polygons to lines in QGIS modeler
Is there a spell, magical item, or any other method to accurately calculate how long ago an object/construct was created?
Aliens kill as an art form, surprised that humans don't appreciate
Why does General Grievous say “Ah yes, the negotiator?”
Some professors a my institution are asking for "common" spaces in which post-docs are not allowed. Is this ok?
Is Communism intrinsically Authoritarian?
Character Development - Robert Baratheon
Pay everything now or gradually?
Module & argument of complex number exp(ix) +exp(2ix)
Show that $|z+z^2|=2 cos fractheta2$Finding argument to complex number?Solve cos(z) + sin(z) = i, where z is a complex number and i the imaginary unitFinding a Trigonometric Form of Complex NumberCosine double angle formula for complex number anglesTrigonometric presentation of a complex numberConvert to algebraic form the following complex numberHow to decompose a complex number into a sum of two unitary modulus complex numbers?Complex number proof involving trigonometryDetermine the polar form of $sintheta + i(1+ costheta)$
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
.everyonelovesstackoverflowposition:absolute;height:1px;width:1px;opacity:0;top:0;left:0;pointer-events:none;
$begingroup$
I tried unsuccessfully to solve the following complex expression and get the module and the argument.
$e^ix+e^2ix$
I converted the whole expression to trigonometric function cos and sin but it got more complex than it looks at the origin.
complex-numbers
$endgroup$
add a comment
|
$begingroup$
I tried unsuccessfully to solve the following complex expression and get the module and the argument.
$e^ix+e^2ix$
I converted the whole expression to trigonometric function cos and sin but it got more complex than it looks at the origin.
complex-numbers
$endgroup$
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32
add a comment
|
$begingroup$
I tried unsuccessfully to solve the following complex expression and get the module and the argument.
$e^ix+e^2ix$
I converted the whole expression to trigonometric function cos and sin but it got more complex than it looks at the origin.
complex-numbers
$endgroup$
I tried unsuccessfully to solve the following complex expression and get the module and the argument.
$e^ix+e^2ix$
I converted the whole expression to trigonometric function cos and sin but it got more complex than it looks at the origin.
complex-numbers
complex-numbers
asked Sep 20 at 8:14
SAM.AmSAM.Am
18510 bronze badges
18510 bronze badges
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32
add a comment
|
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32
add a comment
|
3 Answers
3
active
oldest
votes
$begingroup$
$$
beginalign
e^ix+e^2ix
&=e^frac32ixleft(e^frac12ix+e^-frac12ixright)\
&=e^icolor#090frac32xcolor#C002cosleft(tfrac12xright)
endalign
$$
So
$$
left|,e^ix+e^2ix,right|=left|,color#C002cosleft(tfrac12xright),right|
$$
and
$$
argleft(e^ix+e^2ixright)equivcolor#090tfrac32x+pileft[,cosleft(tfrac12xright)lt0,right]pmod2pi
$$
where $[cdots]$ are Iverson Brackets.
$endgroup$
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
|
show 2 more comments
$begingroup$
$$1+e^ix=1+cos x+isin x=2cos^2frac x2+2icosfrac x2sinfrac x2=2cosfrac x2e^ix/2$$
so that
$$e^ix+e^2ix=2cosfrac x2 e^3ix/2.$$
Notice that the first locus is a shifted circle, while the second is the good old Pascal's limaçon, obtained by tripling the argument.
$endgroup$
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
add a comment
|
$begingroup$
Let $$Z=e^ix+e^2ix=e^ix(1+e^ix) Rightarrow |Z|=|1+cos x +i sin x|= sqrt1+cos x)^2+sin ^2x$$ $$Rightarrow |Z|=sqrt2+2cos x=2 cos(x/2).$$
$$Arg(Z) =Arg[(cos x+cos 2x)+i(sin x+ sin 2x)]= tan^-1 fracsin x+sin 2xcos x + cos 2x$$ $$ Rightarrow Arg(Z)= tan^-1 tan (3x/2)=3x/2.$$
$endgroup$
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3363160%2fmodule-argument-of-complex-number-expix-exp2ix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
$$
beginalign
e^ix+e^2ix
&=e^frac32ixleft(e^frac12ix+e^-frac12ixright)\
&=e^icolor#090frac32xcolor#C002cosleft(tfrac12xright)
endalign
$$
So
$$
left|,e^ix+e^2ix,right|=left|,color#C002cosleft(tfrac12xright),right|
$$
and
$$
argleft(e^ix+e^2ixright)equivcolor#090tfrac32x+pileft[,cosleft(tfrac12xright)lt0,right]pmod2pi
$$
where $[cdots]$ are Iverson Brackets.
$endgroup$
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
|
show 2 more comments
$begingroup$
$$
beginalign
e^ix+e^2ix
&=e^frac32ixleft(e^frac12ix+e^-frac12ixright)\
&=e^icolor#090frac32xcolor#C002cosleft(tfrac12xright)
endalign
$$
So
$$
left|,e^ix+e^2ix,right|=left|,color#C002cosleft(tfrac12xright),right|
$$
and
$$
argleft(e^ix+e^2ixright)equivcolor#090tfrac32x+pileft[,cosleft(tfrac12xright)lt0,right]pmod2pi
$$
where $[cdots]$ are Iverson Brackets.
$endgroup$
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
|
show 2 more comments
$begingroup$
$$
beginalign
e^ix+e^2ix
&=e^frac32ixleft(e^frac12ix+e^-frac12ixright)\
&=e^icolor#090frac32xcolor#C002cosleft(tfrac12xright)
endalign
$$
So
$$
left|,e^ix+e^2ix,right|=left|,color#C002cosleft(tfrac12xright),right|
$$
and
$$
argleft(e^ix+e^2ixright)equivcolor#090tfrac32x+pileft[,cosleft(tfrac12xright)lt0,right]pmod2pi
$$
where $[cdots]$ are Iverson Brackets.
$endgroup$
$$
beginalign
e^ix+e^2ix
&=e^frac32ixleft(e^frac12ix+e^-frac12ixright)\
&=e^icolor#090frac32xcolor#C002cosleft(tfrac12xright)
endalign
$$
So
$$
left|,e^ix+e^2ix,right|=left|,color#C002cosleft(tfrac12xright),right|
$$
and
$$
argleft(e^ix+e^2ixright)equivcolor#090tfrac32x+pileft[,cosleft(tfrac12xright)lt0,right]pmod2pi
$$
where $[cdots]$ are Iverson Brackets.
edited Sep 20 at 9:14
answered Sep 20 at 8:36
robjohn♦robjohn
283k29 gold badges335 silver badges667 bronze badges
283k29 gold badges335 silver badges667 bronze badges
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
|
show 2 more comments
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
$begingroup$
But $$cosdfrac x2$$ can be $$<0?$$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:37
1
1
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Very nice solution !
$endgroup$
– Yves Daoust
Sep 20 at 8:37
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
$begingroup$
Elegant Solution . Really Beautiful and Beyond my Imaginationary Before I Discovered it. Thanks .
$endgroup$
– SAM.Am
Sep 20 at 8:44
1
1
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@labbhattacharjee: good point! I have added a correction for that
$endgroup$
– robjohn♦
Sep 20 at 8:48
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
$begingroup$
@robjohn, Thanks for the Iverson bracket which is new to me. Actually I was thinking in the same line as well.Regarding argument I think, we need en.wikipedia.org/wiki/Atan2#Definition_and_computation . For example, $x=dfrac17pi3$
$endgroup$
– lab bhattacharjee
Sep 20 at 8:55
|
show 2 more comments
$begingroup$
$$1+e^ix=1+cos x+isin x=2cos^2frac x2+2icosfrac x2sinfrac x2=2cosfrac x2e^ix/2$$
so that
$$e^ix+e^2ix=2cosfrac x2 e^3ix/2.$$
Notice that the first locus is a shifted circle, while the second is the good old Pascal's limaçon, obtained by tripling the argument.
$endgroup$
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
add a comment
|
$begingroup$
$$1+e^ix=1+cos x+isin x=2cos^2frac x2+2icosfrac x2sinfrac x2=2cosfrac x2e^ix/2$$
so that
$$e^ix+e^2ix=2cosfrac x2 e^3ix/2.$$
Notice that the first locus is a shifted circle, while the second is the good old Pascal's limaçon, obtained by tripling the argument.
$endgroup$
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
add a comment
|
$begingroup$
$$1+e^ix=1+cos x+isin x=2cos^2frac x2+2icosfrac x2sinfrac x2=2cosfrac x2e^ix/2$$
so that
$$e^ix+e^2ix=2cosfrac x2 e^3ix/2.$$
Notice that the first locus is a shifted circle, while the second is the good old Pascal's limaçon, obtained by tripling the argument.
$endgroup$
$$1+e^ix=1+cos x+isin x=2cos^2frac x2+2icosfrac x2sinfrac x2=2cosfrac x2e^ix/2$$
so that
$$e^ix+e^2ix=2cosfrac x2 e^3ix/2.$$
Notice that the first locus is a shifted circle, while the second is the good old Pascal's limaçon, obtained by tripling the argument.
edited Sep 20 at 8:40
answered Sep 20 at 8:33
Yves DaoustYves Daoust
151k13 gold badges91 silver badges251 bronze badges
151k13 gold badges91 silver badges251 bronze badges
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
add a comment
|
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
1
1
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
$begingroup$
It's really a pleasure to read a such Gem . Thanks .
$endgroup$
– SAM.Am
Sep 20 at 9:06
add a comment
|
$begingroup$
Let $$Z=e^ix+e^2ix=e^ix(1+e^ix) Rightarrow |Z|=|1+cos x +i sin x|= sqrt1+cos x)^2+sin ^2x$$ $$Rightarrow |Z|=sqrt2+2cos x=2 cos(x/2).$$
$$Arg(Z) =Arg[(cos x+cos 2x)+i(sin x+ sin 2x)]= tan^-1 fracsin x+sin 2xcos x + cos 2x$$ $$ Rightarrow Arg(Z)= tan^-1 tan (3x/2)=3x/2.$$
$endgroup$
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
add a comment
|
$begingroup$
Let $$Z=e^ix+e^2ix=e^ix(1+e^ix) Rightarrow |Z|=|1+cos x +i sin x|= sqrt1+cos x)^2+sin ^2x$$ $$Rightarrow |Z|=sqrt2+2cos x=2 cos(x/2).$$
$$Arg(Z) =Arg[(cos x+cos 2x)+i(sin x+ sin 2x)]= tan^-1 fracsin x+sin 2xcos x + cos 2x$$ $$ Rightarrow Arg(Z)= tan^-1 tan (3x/2)=3x/2.$$
$endgroup$
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
add a comment
|
$begingroup$
Let $$Z=e^ix+e^2ix=e^ix(1+e^ix) Rightarrow |Z|=|1+cos x +i sin x|= sqrt1+cos x)^2+sin ^2x$$ $$Rightarrow |Z|=sqrt2+2cos x=2 cos(x/2).$$
$$Arg(Z) =Arg[(cos x+cos 2x)+i(sin x+ sin 2x)]= tan^-1 fracsin x+sin 2xcos x + cos 2x$$ $$ Rightarrow Arg(Z)= tan^-1 tan (3x/2)=3x/2.$$
$endgroup$
Let $$Z=e^ix+e^2ix=e^ix(1+e^ix) Rightarrow |Z|=|1+cos x +i sin x|= sqrt1+cos x)^2+sin ^2x$$ $$Rightarrow |Z|=sqrt2+2cos x=2 cos(x/2).$$
$$Arg(Z) =Arg[(cos x+cos 2x)+i(sin x+ sin 2x)]= tan^-1 fracsin x+sin 2xcos x + cos 2x$$ $$ Rightarrow Arg(Z)= tan^-1 tan (3x/2)=3x/2.$$
answered Sep 20 at 8:24
Dr Zafar Ahmed DScDr Zafar Ahmed DSc
9,4181 gold badge4 silver badges22 bronze badges
9,4181 gold badge4 silver badges22 bronze badges
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
add a comment
|
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
$begingroup$
Another piece of art . Elegant too.
$endgroup$
– SAM.Am
Sep 20 at 8:49
add a comment
|
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3363160%2fmodule-argument-of-complex-number-expix-exp2ix%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Is the module the absolute value ? Your approach is good. Why do you expect an easy formula for module and argument ?
$endgroup$
– Peter
Sep 20 at 8:24
$begingroup$
for modulus, see this question
$endgroup$
– J. W. Tanner
Sep 20 at 11:32