Finding magnitude of a complex number
$$z = dfrac{2+2i}{4-2i}$$
$$|z| = ? $$
My attempt:
$$dfrac{(2+2i)(4+2i)}{(4-2i)(4+2i)} = dfrac{4+12i}{20} = dfrac{4}{20}+dfrac{12}{20}i = dfrac{1}{5} + dfrac{3}{5}i$$
Now taking its magnitude and we have that
$$|z| = sqrt{biggr (dfrac 1 5 biggr ) ^2 +biggr (dfrac 3 5 biggr )^2} = sqrt {dfrac 2 5 }$$
Am I right?
complex-numbers
add a comment |
$$z = dfrac{2+2i}{4-2i}$$
$$|z| = ? $$
My attempt:
$$dfrac{(2+2i)(4+2i)}{(4-2i)(4+2i)} = dfrac{4+12i}{20} = dfrac{4}{20}+dfrac{12}{20}i = dfrac{1}{5} + dfrac{3}{5}i$$
Now taking its magnitude and we have that
$$|z| = sqrt{biggr (dfrac 1 5 biggr ) ^2 +biggr (dfrac 3 5 biggr )^2} = sqrt {dfrac 2 5 }$$
Am I right?
complex-numbers
add a comment |
$$z = dfrac{2+2i}{4-2i}$$
$$|z| = ? $$
My attempt:
$$dfrac{(2+2i)(4+2i)}{(4-2i)(4+2i)} = dfrac{4+12i}{20} = dfrac{4}{20}+dfrac{12}{20}i = dfrac{1}{5} + dfrac{3}{5}i$$
Now taking its magnitude and we have that
$$|z| = sqrt{biggr (dfrac 1 5 biggr ) ^2 +biggr (dfrac 3 5 biggr )^2} = sqrt {dfrac 2 5 }$$
Am I right?
complex-numbers
$$z = dfrac{2+2i}{4-2i}$$
$$|z| = ? $$
My attempt:
$$dfrac{(2+2i)(4+2i)}{(4-2i)(4+2i)} = dfrac{4+12i}{20} = dfrac{4}{20}+dfrac{12}{20}i = dfrac{1}{5} + dfrac{3}{5}i$$
Now taking its magnitude and we have that
$$|z| = sqrt{biggr (dfrac 1 5 biggr ) ^2 +biggr (dfrac 3 5 biggr )^2} = sqrt {dfrac 2 5 }$$
Am I right?
complex-numbers
complex-numbers
edited Dec 4 at 13:46
greedoid
37.2k114794
37.2k114794
asked Dec 3 at 17:47
Hamilton
1838
1838
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Yes, you are. You can do it also like this: $$Big|{2+2iover 4-2i}Big|=Big|{1+iover 2-i}Big|={|1+i|over |2-i|}= {sqrt{2}over sqrt{5}}$$
add a comment |
It is better to use $$left|dfrac abright|=dfrac{|a|}{|b|}$$
$|2+2i|=sqrt{2^2+2^2}=2sqrt2$
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
|
show 1 more comment
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
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/3.0/"u003ecc by-sa 3.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%2f3024418%2ffinding-magnitude-of-a-complex-number%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes, you are. You can do it also like this: $$Big|{2+2iover 4-2i}Big|=Big|{1+iover 2-i}Big|={|1+i|over |2-i|}= {sqrt{2}over sqrt{5}}$$
add a comment |
Yes, you are. You can do it also like this: $$Big|{2+2iover 4-2i}Big|=Big|{1+iover 2-i}Big|={|1+i|over |2-i|}= {sqrt{2}over sqrt{5}}$$
add a comment |
Yes, you are. You can do it also like this: $$Big|{2+2iover 4-2i}Big|=Big|{1+iover 2-i}Big|={|1+i|over |2-i|}= {sqrt{2}over sqrt{5}}$$
Yes, you are. You can do it also like this: $$Big|{2+2iover 4-2i}Big|=Big|{1+iover 2-i}Big|={|1+i|over |2-i|}= {sqrt{2}over sqrt{5}}$$
answered Dec 3 at 17:49
greedoid
37.2k114794
37.2k114794
add a comment |
add a comment |
It is better to use $$left|dfrac abright|=dfrac{|a|}{|b|}$$
$|2+2i|=sqrt{2^2+2^2}=2sqrt2$
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
|
show 1 more comment
It is better to use $$left|dfrac abright|=dfrac{|a|}{|b|}$$
$|2+2i|=sqrt{2^2+2^2}=2sqrt2$
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
|
show 1 more comment
It is better to use $$left|dfrac abright|=dfrac{|a|}{|b|}$$
$|2+2i|=sqrt{2^2+2^2}=2sqrt2$
It is better to use $$left|dfrac abright|=dfrac{|a|}{|b|}$$
$|2+2i|=sqrt{2^2+2^2}=2sqrt2$
answered Dec 3 at 17:51
lab bhattacharjee
222k15155273
222k15155273
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
|
show 1 more comment
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
I first made the denominator real and then did my calculations to avoid any errors .
– Hamilton
Dec 3 at 17:55
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
@Hamilton, At least for modulus, the formula I believe is more suitable
– lab bhattacharjee
Dec 3 at 17:56
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
However, is it a bad way?
– Hamilton
Dec 3 at 18:11
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
Rationalization may be costly in some cases
– lab bhattacharjee
Dec 3 at 18:17
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
@Hamilton I'd say it depends whether you're interested in the actual value of $z$ or not. This way gets you straight to the magnitude and saves you the slightly more error-prone algebra of making a real denominator to get $z$.
– timtfj
Dec 3 at 19:53
|
show 1 more 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3024418%2ffinding-magnitude-of-a-complex-number%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