Is taking modulus on both sides of an equation valid?Square root of a squared number changes sign, which to apply first?Why is it valid to multiply both sides of an equation by its complex conjugate?Will there be two square roots for a Complex number?Taking Mod on both sides, mathematically correct?Solving and graphing all values of $z$.When do you take into account the +2kpi for complex numbers arguments in complex equations$z^2 = sqrt3+ 3i$ (complex equation)Range of sum of complex numberssolve $(x+iy)^2= a+ ib$Question on the logic of a proof involving complex numbers

Could a 19.25mm revolver actually exist?

Is the Indo-European language family made up?

What does $!# mean in Shell scripting?

My employer faked my resume to acquire projects

Why does Mjolnir fall down in Age of Ultron but not in Endgame?

When the Torah was almost lost and one (or several) Rabbis saved it?

In general, would I need to season a meat when making a sauce?

Specific alignment within beginalign environment

Parallel fifths in the orchestra

NIntegrate doesn't evaluate

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Why isn't 'chemically-strengthened glass' made with potassium carbonate to begin with?

Do I need full recovery mode when I have multiple daily backup?

Why did the person in charge of a principality not just declare themself king?

What is a fully qualified name?

Why would Ryanair allow me to book this journey through a third party, but not through their own website?

Apt - strange requests to d16r8ew072anqo.cloudfront.net:80

Construct a word ladder

How to deal with a colleague who is being aggressive?

Why aren't space telescopes put in GEO?

In the 3D Zeldas, is it faster to roll or to simply walk?

Are black holes spherical during merger?

Where have Brexit voters gone?

Can the product of any two aperiodic functions which are defined on the entire number line be periodic?



Is taking modulus on both sides of an equation valid?


Square root of a squared number changes sign, which to apply first?Why is it valid to multiply both sides of an equation by its complex conjugate?Will there be two square roots for a Complex number?Taking Mod on both sides, mathematically correct?Solving and graphing all values of $z$.When do you take into account the +2kpi for complex numbers arguments in complex equations$z^2 = sqrt3+ 3i$ (complex equation)Range of sum of complex numberssolve $(x+iy)^2= a+ ib$Question on the logic of a proof involving complex numbers













10












$begingroup$


This might look like a copy of another question, but what I'm about to propose here is new. There's this question,




Find the least positive integral value of n for which $(frac1+i1-i)^n = 1$




While solving, if we multiply what is within the bracket, by the conjugate of denominator and divide by the same thing, we get $i$ in the bracket, that means, the question boils down to




$i ^ n= 1$




We know that the least positive value $n$ can have is $4$, for $i^n$ to be $1$.
Done.
Now,
IF I were to solve it by taking mod on both sides of the given equation,
I would get




$Big(fracBig)^n = |1|$



$Big(fracsqrt2sqrt2Big)^n = 1$



$1^n = 1$




NOTE that the least positive value of $n$ changes from $4$ to $1$.



Why is it so?
I read an answer on stack exchange, that it is valid to do anything with the equation until it maintains the equality. I didn't destroy the equality, so why does the answer vary?



Is there any restriction as to where to use the "taking-mod-both-sides" thing?










share|cite|improve this question











$endgroup$







  • 16




    $begingroup$
    If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
    $endgroup$
    – jawheele
    May 12 at 0:37







  • 3




    $begingroup$
    Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
    $endgroup$
    – ComFreek
    May 12 at 7:11







  • 1




    $begingroup$
    One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
    $endgroup$
    – ghellquist
    May 12 at 20:27










  • $begingroup$
    Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
    $endgroup$
    – immibis
    May 12 at 22:42
















10












$begingroup$


This might look like a copy of another question, but what I'm about to propose here is new. There's this question,




Find the least positive integral value of n for which $(frac1+i1-i)^n = 1$




While solving, if we multiply what is within the bracket, by the conjugate of denominator and divide by the same thing, we get $i$ in the bracket, that means, the question boils down to




$i ^ n= 1$




We know that the least positive value $n$ can have is $4$, for $i^n$ to be $1$.
Done.
Now,
IF I were to solve it by taking mod on both sides of the given equation,
I would get




$Big(fracBig)^n = |1|$



$Big(fracsqrt2sqrt2Big)^n = 1$



$1^n = 1$




NOTE that the least positive value of $n$ changes from $4$ to $1$.



Why is it so?
I read an answer on stack exchange, that it is valid to do anything with the equation until it maintains the equality. I didn't destroy the equality, so why does the answer vary?



Is there any restriction as to where to use the "taking-mod-both-sides" thing?










share|cite|improve this question











$endgroup$







  • 16




    $begingroup$
    If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
    $endgroup$
    – jawheele
    May 12 at 0:37







  • 3




    $begingroup$
    Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
    $endgroup$
    – ComFreek
    May 12 at 7:11







  • 1




    $begingroup$
    One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
    $endgroup$
    – ghellquist
    May 12 at 20:27










  • $begingroup$
    Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
    $endgroup$
    – immibis
    May 12 at 22:42














10












10








10


1



$begingroup$


This might look like a copy of another question, but what I'm about to propose here is new. There's this question,




Find the least positive integral value of n for which $(frac1+i1-i)^n = 1$




While solving, if we multiply what is within the bracket, by the conjugate of denominator and divide by the same thing, we get $i$ in the bracket, that means, the question boils down to




$i ^ n= 1$




We know that the least positive value $n$ can have is $4$, for $i^n$ to be $1$.
Done.
Now,
IF I were to solve it by taking mod on both sides of the given equation,
I would get




$Big(fracBig)^n = |1|$



$Big(fracsqrt2sqrt2Big)^n = 1$



$1^n = 1$




NOTE that the least positive value of $n$ changes from $4$ to $1$.



Why is it so?
I read an answer on stack exchange, that it is valid to do anything with the equation until it maintains the equality. I didn't destroy the equality, so why does the answer vary?



Is there any restriction as to where to use the "taking-mod-both-sides" thing?










share|cite|improve this question











$endgroup$




This might look like a copy of another question, but what I'm about to propose here is new. There's this question,




Find the least positive integral value of n for which $(frac1+i1-i)^n = 1$




While solving, if we multiply what is within the bracket, by the conjugate of denominator and divide by the same thing, we get $i$ in the bracket, that means, the question boils down to




$i ^ n= 1$




We know that the least positive value $n$ can have is $4$, for $i^n$ to be $1$.
Done.
Now,
IF I were to solve it by taking mod on both sides of the given equation,
I would get




$Big(fracBig)^n = |1|$



$Big(fracsqrt2sqrt2Big)^n = 1$



$1^n = 1$




NOTE that the least positive value of $n$ changes from $4$ to $1$.



Why is it so?
I read an answer on stack exchange, that it is valid to do anything with the equation until it maintains the equality. I didn't destroy the equality, so why does the answer vary?



Is there any restriction as to where to use the "taking-mod-both-sides" thing?







complex-numbers






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited May 12 at 0:35









Ryan Shesler

41712




41712










asked May 12 at 0:26









user231094user231094

837




837







  • 16




    $begingroup$
    If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
    $endgroup$
    – jawheele
    May 12 at 0:37







  • 3




    $begingroup$
    Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
    $endgroup$
    – ComFreek
    May 12 at 7:11







  • 1




    $begingroup$
    One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
    $endgroup$
    – ghellquist
    May 12 at 20:27










  • $begingroup$
    Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
    $endgroup$
    – immibis
    May 12 at 22:42













  • 16




    $begingroup$
    If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
    $endgroup$
    – jawheele
    May 12 at 0:37







  • 3




    $begingroup$
    Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
    $endgroup$
    – ComFreek
    May 12 at 7:11







  • 1




    $begingroup$
    One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
    $endgroup$
    – ghellquist
    May 12 at 20:27










  • $begingroup$
    Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
    $endgroup$
    – immibis
    May 12 at 22:42








16




16




$begingroup$
If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
$endgroup$
– jawheele
May 12 at 0:37





$begingroup$
If $a=b$, then $|a|=|b|$. In this sense, it is "valid" to take the modulus of both sides. It is not necessarily the case, however, that if $|a|=|b|$, then $a=b$. Assuming this latter statement is what is leading you to incorrectly conclude that $n=1$ is a solution to the original problem.
$endgroup$
– jawheele
May 12 at 0:37





3




3




$begingroup$
Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
$endgroup$
– ComFreek
May 12 at 7:11





$begingroup$
Whenever you have $a = b$ (whatever things $a$, $b$ might be!), and a function applicable on $a$ and $b$, you always have: $a = b Rightarrow f(a) = f(b)$. Typically, this comes from basic rules in your logic, e.g. first-order logic with natural deduction.
$endgroup$
– ComFreek
May 12 at 7:11





1




1




$begingroup$
One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
$endgroup$
– ghellquist
May 12 at 20:27




$begingroup$
One way to approach this is to grok that the modulo operation "destroys" information. Say, if you take modulo10 and get 2 -- is it 2, 12, 22, or perhaps 222? Similarily x2 destroys information (the sign) hence the +/- value -- how could you compensate for it with modulo operation? (You could define algebras where the modulo operation does not destroy information, but that is something completely different)
$endgroup$
– ghellquist
May 12 at 20:27












$begingroup$
Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
$endgroup$
– immibis
May 12 at 22:42





$begingroup$
Question: What is the least non-negative value of $x$ such that $x = 2$? That's right, it's $2$. But if we multiply both sides by $0$, as in $0x = 0cdot 2$, then $0$ also works, why?
$endgroup$
– immibis
May 12 at 22:42











2 Answers
2






active

oldest

votes


















30












$begingroup$

The problem is, "taking-mod-of-both-sides" is valid, but only gives a one way implication. If $z_1 = z_2$ then $|z_1| = |z_2|$. But there are lots of possibilities for $z_3$,$z_4$ with $|z_3| = |z_4|$ and $z_3 neq z_4$, since modulus is not a one-to-one map.



When you look at $left(frac1+mathrmi1-mathrmiright)^n$, this always has modulus $1$ for all values of $n$. But this just means it lies on the unit circle in the complex plane, it does not mean that it is equal to 1.






share|cite|improve this answer











$endgroup$












  • $begingroup$
    It is a many to one map
    $endgroup$
    – Arjang
    May 12 at 0:41










  • $begingroup$
    So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
    $endgroup$
    – user231094
    May 12 at 0:41






  • 2




    $begingroup$
    @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
    $endgroup$
    – jawheele
    May 12 at 0:47


















17












$begingroup$

I'm sure you have learned that when solving equations, if you square both sides you can introduce spurious solutions. The point is that
$$A = B implies A^2 = B^2
$$

but the converse can fail. That's why we teach algebra students to check their answers back in the original equation.



Taking the modulus on both sides of the equation has the same effect:
$$A = B implies |A| = |B|
$$

but the converse can fail, for example $|i|=|1|$ but $i ne 1$.



When you took the modulus on both sides of your equation, you introduced spurious solutions. So you have to check each solution to see if it satisfies the original equation.






share|cite|improve this answer











$endgroup$













    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/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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3222731%2fis-taking-modulus-on-both-sides-of-an-equation-valid%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









    30












    $begingroup$

    The problem is, "taking-mod-of-both-sides" is valid, but only gives a one way implication. If $z_1 = z_2$ then $|z_1| = |z_2|$. But there are lots of possibilities for $z_3$,$z_4$ with $|z_3| = |z_4|$ and $z_3 neq z_4$, since modulus is not a one-to-one map.



    When you look at $left(frac1+mathrmi1-mathrmiright)^n$, this always has modulus $1$ for all values of $n$. But this just means it lies on the unit circle in the complex plane, it does not mean that it is equal to 1.






    share|cite|improve this answer











    $endgroup$












    • $begingroup$
      It is a many to one map
      $endgroup$
      – Arjang
      May 12 at 0:41










    • $begingroup$
      So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
      $endgroup$
      – user231094
      May 12 at 0:41






    • 2




      $begingroup$
      @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
      $endgroup$
      – jawheele
      May 12 at 0:47















    30












    $begingroup$

    The problem is, "taking-mod-of-both-sides" is valid, but only gives a one way implication. If $z_1 = z_2$ then $|z_1| = |z_2|$. But there are lots of possibilities for $z_3$,$z_4$ with $|z_3| = |z_4|$ and $z_3 neq z_4$, since modulus is not a one-to-one map.



    When you look at $left(frac1+mathrmi1-mathrmiright)^n$, this always has modulus $1$ for all values of $n$. But this just means it lies on the unit circle in the complex plane, it does not mean that it is equal to 1.






    share|cite|improve this answer











    $endgroup$












    • $begingroup$
      It is a many to one map
      $endgroup$
      – Arjang
      May 12 at 0:41










    • $begingroup$
      So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
      $endgroup$
      – user231094
      May 12 at 0:41






    • 2




      $begingroup$
      @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
      $endgroup$
      – jawheele
      May 12 at 0:47













    30












    30








    30





    $begingroup$

    The problem is, "taking-mod-of-both-sides" is valid, but only gives a one way implication. If $z_1 = z_2$ then $|z_1| = |z_2|$. But there are lots of possibilities for $z_3$,$z_4$ with $|z_3| = |z_4|$ and $z_3 neq z_4$, since modulus is not a one-to-one map.



    When you look at $left(frac1+mathrmi1-mathrmiright)^n$, this always has modulus $1$ for all values of $n$. But this just means it lies on the unit circle in the complex plane, it does not mean that it is equal to 1.






    share|cite|improve this answer











    $endgroup$



    The problem is, "taking-mod-of-both-sides" is valid, but only gives a one way implication. If $z_1 = z_2$ then $|z_1| = |z_2|$. But there are lots of possibilities for $z_3$,$z_4$ with $|z_3| = |z_4|$ and $z_3 neq z_4$, since modulus is not a one-to-one map.



    When you look at $left(frac1+mathrmi1-mathrmiright)^n$, this always has modulus $1$ for all values of $n$. But this just means it lies on the unit circle in the complex plane, it does not mean that it is equal to 1.







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited May 12 at 0:49

























    answered May 12 at 0:38









    Morgan RodgersMorgan Rodgers

    10.2k31541




    10.2k31541











    • $begingroup$
      It is a many to one map
      $endgroup$
      – Arjang
      May 12 at 0:41










    • $begingroup$
      So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
      $endgroup$
      – user231094
      May 12 at 0:41






    • 2




      $begingroup$
      @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
      $endgroup$
      – jawheele
      May 12 at 0:47
















    • $begingroup$
      It is a many to one map
      $endgroup$
      – Arjang
      May 12 at 0:41










    • $begingroup$
      So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
      $endgroup$
      – user231094
      May 12 at 0:41






    • 2




      $begingroup$
      @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
      $endgroup$
      – jawheele
      May 12 at 0:47















    $begingroup$
    It is a many to one map
    $endgroup$
    – Arjang
    May 12 at 0:41




    $begingroup$
    It is a many to one map
    $endgroup$
    – Arjang
    May 12 at 0:41












    $begingroup$
    So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
    $endgroup$
    – user231094
    May 12 at 0:41




    $begingroup$
    So while solving questions relating to this, how am I supposed to know that my taking mod would yield me a valid result? With reference to the quoted example question, of course.
    $endgroup$
    – user231094
    May 12 at 0:41




    2




    2




    $begingroup$
    @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
    $endgroup$
    – jawheele
    May 12 at 0:47




    $begingroup$
    @user231094 In order to know, you can explicitly check the result you obtain after taking the modulus. For instance, in the originally posed problem, we can explicitly check that $n=1$ is not a solution, i.e. $fraci+1i-1 neq 1$. Sometimes taking the modulus might help you narrow down the possible solutions, even if it doesn't tell you the solutions exactly. Oftentimes, it's more useful in determining what the solutions aren't.
    $endgroup$
    – jawheele
    May 12 at 0:47











    17












    $begingroup$

    I'm sure you have learned that when solving equations, if you square both sides you can introduce spurious solutions. The point is that
    $$A = B implies A^2 = B^2
    $$

    but the converse can fail. That's why we teach algebra students to check their answers back in the original equation.



    Taking the modulus on both sides of the equation has the same effect:
    $$A = B implies |A| = |B|
    $$

    but the converse can fail, for example $|i|=|1|$ but $i ne 1$.



    When you took the modulus on both sides of your equation, you introduced spurious solutions. So you have to check each solution to see if it satisfies the original equation.






    share|cite|improve this answer











    $endgroup$

















      17












      $begingroup$

      I'm sure you have learned that when solving equations, if you square both sides you can introduce spurious solutions. The point is that
      $$A = B implies A^2 = B^2
      $$

      but the converse can fail. That's why we teach algebra students to check their answers back in the original equation.



      Taking the modulus on both sides of the equation has the same effect:
      $$A = B implies |A| = |B|
      $$

      but the converse can fail, for example $|i|=|1|$ but $i ne 1$.



      When you took the modulus on both sides of your equation, you introduced spurious solutions. So you have to check each solution to see if it satisfies the original equation.






      share|cite|improve this answer











      $endgroup$















        17












        17








        17





        $begingroup$

        I'm sure you have learned that when solving equations, if you square both sides you can introduce spurious solutions. The point is that
        $$A = B implies A^2 = B^2
        $$

        but the converse can fail. That's why we teach algebra students to check their answers back in the original equation.



        Taking the modulus on both sides of the equation has the same effect:
        $$A = B implies |A| = |B|
        $$

        but the converse can fail, for example $|i|=|1|$ but $i ne 1$.



        When you took the modulus on both sides of your equation, you introduced spurious solutions. So you have to check each solution to see if it satisfies the original equation.






        share|cite|improve this answer











        $endgroup$



        I'm sure you have learned that when solving equations, if you square both sides you can introduce spurious solutions. The point is that
        $$A = B implies A^2 = B^2
        $$

        but the converse can fail. That's why we teach algebra students to check their answers back in the original equation.



        Taking the modulus on both sides of the equation has the same effect:
        $$A = B implies |A| = |B|
        $$

        but the converse can fail, for example $|i|=|1|$ but $i ne 1$.



        When you took the modulus on both sides of your equation, you introduced spurious solutions. So you have to check each solution to see if it satisfies the original equation.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited May 13 at 0:07

























        answered May 12 at 0:48









        Lee MosherLee Mosher

        53.6k43893




        53.6k43893



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3222731%2fis-taking-modulus-on-both-sides-of-an-equation-valid%23new-answer', 'question_page');

            );

            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







            Popular posts from this blog

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020