Cube root of a complex number












0












$begingroup$


I'm reading Linear Algebra Done Right by Sheldon Axler. In Chapter $1$, Exercise $A$, #2, it states:



Show that $(-1 + sqrt{3i})/2$ is a cube root of $1$.



The solution on linearalgebras.com shows the following solution here, at number 2.



It states that $(-1 + sqrt{3i})/2$ squared is $(-1 - sqrt{3i})/2$. I can understand the rest of the solution but I don't know how they got past the first step. I even squared the above value in an on-line calculator and it gave me a different value. Where am I going wrong?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
    $endgroup$
    – Bernard
    Aug 17 '18 at 8:14






  • 3




    $begingroup$
    Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:54
















0












$begingroup$


I'm reading Linear Algebra Done Right by Sheldon Axler. In Chapter $1$, Exercise $A$, #2, it states:



Show that $(-1 + sqrt{3i})/2$ is a cube root of $1$.



The solution on linearalgebras.com shows the following solution here, at number 2.



It states that $(-1 + sqrt{3i})/2$ squared is $(-1 - sqrt{3i})/2$. I can understand the rest of the solution but I don't know how they got past the first step. I even squared the above value in an on-line calculator and it gave me a different value. Where am I going wrong?










share|cite|improve this question











$endgroup$








  • 1




    $begingroup$
    The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
    $endgroup$
    – Bernard
    Aug 17 '18 at 8:14






  • 3




    $begingroup$
    Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:54














0












0








0





$begingroup$


I'm reading Linear Algebra Done Right by Sheldon Axler. In Chapter $1$, Exercise $A$, #2, it states:



Show that $(-1 + sqrt{3i})/2$ is a cube root of $1$.



The solution on linearalgebras.com shows the following solution here, at number 2.



It states that $(-1 + sqrt{3i})/2$ squared is $(-1 - sqrt{3i})/2$. I can understand the rest of the solution but I don't know how they got past the first step. I even squared the above value in an on-line calculator and it gave me a different value. Where am I going wrong?










share|cite|improve this question











$endgroup$




I'm reading Linear Algebra Done Right by Sheldon Axler. In Chapter $1$, Exercise $A$, #2, it states:



Show that $(-1 + sqrt{3i})/2$ is a cube root of $1$.



The solution on linearalgebras.com shows the following solution here, at number 2.



It states that $(-1 + sqrt{3i})/2$ squared is $(-1 - sqrt{3i})/2$. I can understand the rest of the solution but I don't know how they got past the first step. I even squared the above value in an on-line calculator and it gave me a different value. Where am I going wrong?







complex-numbers arithmetic






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 19 '18 at 21:03









Eric Wofsey

187k14215344




187k14215344










asked Aug 17 '18 at 6:30









JaigusJaigus

2259




2259








  • 1




    $begingroup$
    The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
    $endgroup$
    – Bernard
    Aug 17 '18 at 8:14






  • 3




    $begingroup$
    Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:54














  • 1




    $begingroup$
    The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
    $endgroup$
    – Bernard
    Aug 17 '18 at 8:14






  • 3




    $begingroup$
    Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:54








1




1




$begingroup$
The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
$endgroup$
– Bernard
Aug 17 '18 at 8:14




$begingroup$
The symbol $sqrt{~}$ is meaningless for a complex number: it denotes the positive square root of a positive real number.
$endgroup$
– Bernard
Aug 17 '18 at 8:14




3




3




$begingroup$
Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
$endgroup$
– egreg
Aug 17 '18 at 8:54




$begingroup$
Most certainly it is $sqrt{3},i$, rather than $sqrt{3i}$.
$endgroup$
– egreg
Aug 17 '18 at 8:54










2 Answers
2






active

oldest

votes


















4












$begingroup$

The $i$ should not be inside the square root.



It should be $$left(frac{-1+sqrt3 ,i}{2}right)^{!2}=frac{-1-sqrt3 ,i}{2}$$



rather than



$$left(frac{-1+sqrt{3 i}}{2}right)^{!2}=frac{-1-sqrt{3 i}}{2}$$



It might be easier to understand it as $$exp left(frac{2pi i}3 right)^{!2}=exp left(frac{4pi i}3 right)$$






share|cite|improve this answer











$endgroup$













  • $begingroup$
    I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
    $endgroup$
    – DanielWainfleet
    Aug 17 '18 at 8:35










  • $begingroup$
    ah, good suggestion.
    $endgroup$
    – Siong Thye Goh
    Aug 17 '18 at 8:37






  • 2




    $begingroup$
    Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:56





















2












$begingroup$

Consider equation:



$x^3-1=0$



$$x^3-1=(x-1)(x^2+x+1)=0$$



$$x^2+x+1=0$$



$$x=frac{-1±sqrt {1-4}}{2}=frac{-1±sqrt 3 i}{2}$$






share|cite|improve this answer









$endgroup$













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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2885459%2fcube-root-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









    4












    $begingroup$

    The $i$ should not be inside the square root.



    It should be $$left(frac{-1+sqrt3 ,i}{2}right)^{!2}=frac{-1-sqrt3 ,i}{2}$$



    rather than



    $$left(frac{-1+sqrt{3 i}}{2}right)^{!2}=frac{-1-sqrt{3 i}}{2}$$



    It might be easier to understand it as $$exp left(frac{2pi i}3 right)^{!2}=exp left(frac{4pi i}3 right)$$






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
      $endgroup$
      – DanielWainfleet
      Aug 17 '18 at 8:35










    • $begingroup$
      ah, good suggestion.
      $endgroup$
      – Siong Thye Goh
      Aug 17 '18 at 8:37






    • 2




      $begingroup$
      Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
      $endgroup$
      – egreg
      Aug 17 '18 at 8:56


















    4












    $begingroup$

    The $i$ should not be inside the square root.



    It should be $$left(frac{-1+sqrt3 ,i}{2}right)^{!2}=frac{-1-sqrt3 ,i}{2}$$



    rather than



    $$left(frac{-1+sqrt{3 i}}{2}right)^{!2}=frac{-1-sqrt{3 i}}{2}$$



    It might be easier to understand it as $$exp left(frac{2pi i}3 right)^{!2}=exp left(frac{4pi i}3 right)$$






    share|cite|improve this answer











    $endgroup$













    • $begingroup$
      I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
      $endgroup$
      – DanielWainfleet
      Aug 17 '18 at 8:35










    • $begingroup$
      ah, good suggestion.
      $endgroup$
      – Siong Thye Goh
      Aug 17 '18 at 8:37






    • 2




      $begingroup$
      Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
      $endgroup$
      – egreg
      Aug 17 '18 at 8:56
















    4












    4








    4





    $begingroup$

    The $i$ should not be inside the square root.



    It should be $$left(frac{-1+sqrt3 ,i}{2}right)^{!2}=frac{-1-sqrt3 ,i}{2}$$



    rather than



    $$left(frac{-1+sqrt{3 i}}{2}right)^{!2}=frac{-1-sqrt{3 i}}{2}$$



    It might be easier to understand it as $$exp left(frac{2pi i}3 right)^{!2}=exp left(frac{4pi i}3 right)$$






    share|cite|improve this answer











    $endgroup$



    The $i$ should not be inside the square root.



    It should be $$left(frac{-1+sqrt3 ,i}{2}right)^{!2}=frac{-1-sqrt3 ,i}{2}$$



    rather than



    $$left(frac{-1+sqrt{3 i}}{2}right)^{!2}=frac{-1-sqrt{3 i}}{2}$$



    It might be easier to understand it as $$exp left(frac{2pi i}3 right)^{!2}=exp left(frac{4pi i}3 right)$$







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited Aug 18 '18 at 14:57

























    answered Aug 17 '18 at 6:35









    Siong Thye GohSiong Thye Goh

    102k1466118




    102k1466118












    • $begingroup$
      I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
      $endgroup$
      – DanielWainfleet
      Aug 17 '18 at 8:35










    • $begingroup$
      ah, good suggestion.
      $endgroup$
      – Siong Thye Goh
      Aug 17 '18 at 8:37






    • 2




      $begingroup$
      Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
      $endgroup$
      – egreg
      Aug 17 '18 at 8:56




















    • $begingroup$
      I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
      $endgroup$
      – DanielWainfleet
      Aug 17 '18 at 8:35










    • $begingroup$
      ah, good suggestion.
      $endgroup$
      – Siong Thye Goh
      Aug 17 '18 at 8:37






    • 2




      $begingroup$
      Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
      $endgroup$
      – egreg
      Aug 17 '18 at 8:56


















    $begingroup$
    I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
    $endgroup$
    – DanielWainfleet
    Aug 17 '18 at 8:35




    $begingroup$
    I often type ; just after a square root to get a little space, to make sure that what comes after is clearly seen to be NOT under the square-root symbol......+1
    $endgroup$
    – DanielWainfleet
    Aug 17 '18 at 8:35












    $begingroup$
    ah, good suggestion.
    $endgroup$
    – Siong Thye Goh
    Aug 17 '18 at 8:37




    $begingroup$
    ah, good suggestion.
    $endgroup$
    – Siong Thye Goh
    Aug 17 '18 at 8:37




    2




    2




    $begingroup$
    Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:56






    $begingroup$
    Better , than ;. It's a general rule I apply in my TeX code: when a variable or a parenthesis follows a radical, a thin space , is most likely needed. Also right)^{!2} would push the exponent towards the parenthesis.
    $endgroup$
    – egreg
    Aug 17 '18 at 8:56













    2












    $begingroup$

    Consider equation:



    $x^3-1=0$



    $$x^3-1=(x-1)(x^2+x+1)=0$$



    $$x^2+x+1=0$$



    $$x=frac{-1±sqrt {1-4}}{2}=frac{-1±sqrt 3 i}{2}$$






    share|cite|improve this answer









    $endgroup$


















      2












      $begingroup$

      Consider equation:



      $x^3-1=0$



      $$x^3-1=(x-1)(x^2+x+1)=0$$



      $$x^2+x+1=0$$



      $$x=frac{-1±sqrt {1-4}}{2}=frac{-1±sqrt 3 i}{2}$$






      share|cite|improve this answer









      $endgroup$
















        2












        2








        2





        $begingroup$

        Consider equation:



        $x^3-1=0$



        $$x^3-1=(x-1)(x^2+x+1)=0$$



        $$x^2+x+1=0$$



        $$x=frac{-1±sqrt {1-4}}{2}=frac{-1±sqrt 3 i}{2}$$






        share|cite|improve this answer









        $endgroup$



        Consider equation:



        $x^3-1=0$



        $$x^3-1=(x-1)(x^2+x+1)=0$$



        $$x^2+x+1=0$$



        $$x=frac{-1±sqrt {1-4}}{2}=frac{-1±sqrt 3 i}{2}$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Aug 17 '18 at 8:46









        siroussirous

        1,6891514




        1,6891514






























            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%2f2885459%2fcube-root-of-a-complex-number%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

            Wiesbaden

            To store a contact into the json file from server.js file using a class in NodeJS

            Marschland