Simplifying reciprocals of sums of square roots












1














Consider the following expression: $1/(sqrt a_1 ± sqrt a_2 ± ... sqrt a_n)$ where $a_1 ... a_n$ are positive integers



I would like a general algorithm by which I can convert expressions of this form into expression of the following form: exp/k



where k is some positive integer and exp is an expression consisting of additions, subtractions, multiplications and square roots but no divisions.



Here is an example of a simple case:



$1/(sqrt 2 + sqrt 3) = (sqrt 3 - sqrt 2)/(3 - 2) = sqrt 3 - sqrt 2$



Here I multiplied the top and bottom by the conjugate. This technique can be used in the general problem for n≤4 by breaking the sum up into pairs of roots. I will illustrate this below in the case where all square root terms are added rather than having subtraction mixed in.



consider this denominator: $(sqrt a + sqrt b) + (sqrt c + sqrt d)$

multiplying by its conjugate: $(sqrt a + sqrt b) - (sqrt c + sqrt d)$ yields:
$(sqrt a + sqrt b)^2 - (sqrt c + sqrt d)^2$
$a+b+2sqrt (ab) - c - d - 2sqrt (cd) = $
$ A + (sqrt B - sqrt C)$ where $A= a+b-c-d$ and $B=4ab$ and $C=4cd$

multiplying by its conjugate $ A - (sqrt B - sqrt C)$ yields:
$ A^2 - (sqrt B - sqrt C)^2 =$
$ A^2 - B - C + 2sqrt (BC) =$
$ D + sqrt E =$ where $D=A^2-B-C$ and $E=4BC$

now multiply by its conjugate $ D - sqrt E$ yields:
$ D^2 - E$ which is an integer



I would like to know how to generalize this to n=5 and beyond, or if this is not possible, why that is the case. Thanks



@ancientmathemetician:



I am not sure how to do this for the case n=8. Consider the following expression: $(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4) + (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)$

I could multiply by its conjugate which would yield the following



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 - (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)^2$



However once each squared term is distributed out there will be 6 new square root terms introduced rather than just the original 4. Below I will do the first term:



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 =$
$a_1 + a_2 + a_3 + a_4 + 2sqrt (a_1a_2) + 2sqrt (a_1a_3) + 2sqrt (a_1a_4) + 2sqrt (a_2a_3) + 2sqrt (a_2a_4) + 2sqrt (a_3a_4)$



as a result, I go from 8 roots in the denominator to 12 and a single non root term



If instead I broke up the expression into a group of 5 square roots and a group of 3 square roots I would end up with 10 roots from the group of 5 and 3 from the group of 3 totalling 13.



in either case the number of roots does not go down, which is the trick I have been exploiting. It seems to me a new trick of sorts is required to find the general solution.



Thanks










share|cite|improve this question
























  • One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
    – ancientmathematician
    Nov 23 at 7:52










  • Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
    – ancientmathematician
    Nov 23 at 7:57












  • Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
    – mathew
    Nov 23 at 8:29










  • You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
    – ancientmathematician
    Nov 23 at 10:15


















1














Consider the following expression: $1/(sqrt a_1 ± sqrt a_2 ± ... sqrt a_n)$ where $a_1 ... a_n$ are positive integers



I would like a general algorithm by which I can convert expressions of this form into expression of the following form: exp/k



where k is some positive integer and exp is an expression consisting of additions, subtractions, multiplications and square roots but no divisions.



Here is an example of a simple case:



$1/(sqrt 2 + sqrt 3) = (sqrt 3 - sqrt 2)/(3 - 2) = sqrt 3 - sqrt 2$



Here I multiplied the top and bottom by the conjugate. This technique can be used in the general problem for n≤4 by breaking the sum up into pairs of roots. I will illustrate this below in the case where all square root terms are added rather than having subtraction mixed in.



consider this denominator: $(sqrt a + sqrt b) + (sqrt c + sqrt d)$

multiplying by its conjugate: $(sqrt a + sqrt b) - (sqrt c + sqrt d)$ yields:
$(sqrt a + sqrt b)^2 - (sqrt c + sqrt d)^2$
$a+b+2sqrt (ab) - c - d - 2sqrt (cd) = $
$ A + (sqrt B - sqrt C)$ where $A= a+b-c-d$ and $B=4ab$ and $C=4cd$

multiplying by its conjugate $ A - (sqrt B - sqrt C)$ yields:
$ A^2 - (sqrt B - sqrt C)^2 =$
$ A^2 - B - C + 2sqrt (BC) =$
$ D + sqrt E =$ where $D=A^2-B-C$ and $E=4BC$

now multiply by its conjugate $ D - sqrt E$ yields:
$ D^2 - E$ which is an integer



I would like to know how to generalize this to n=5 and beyond, or if this is not possible, why that is the case. Thanks



@ancientmathemetician:



I am not sure how to do this for the case n=8. Consider the following expression: $(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4) + (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)$

I could multiply by its conjugate which would yield the following



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 - (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)^2$



However once each squared term is distributed out there will be 6 new square root terms introduced rather than just the original 4. Below I will do the first term:



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 =$
$a_1 + a_2 + a_3 + a_4 + 2sqrt (a_1a_2) + 2sqrt (a_1a_3) + 2sqrt (a_1a_4) + 2sqrt (a_2a_3) + 2sqrt (a_2a_4) + 2sqrt (a_3a_4)$



as a result, I go from 8 roots in the denominator to 12 and a single non root term



If instead I broke up the expression into a group of 5 square roots and a group of 3 square roots I would end up with 10 roots from the group of 5 and 3 from the group of 3 totalling 13.



in either case the number of roots does not go down, which is the trick I have been exploiting. It seems to me a new trick of sorts is required to find the general solution.



Thanks










share|cite|improve this question
























  • One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
    – ancientmathematician
    Nov 23 at 7:52










  • Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
    – ancientmathematician
    Nov 23 at 7:57












  • Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
    – mathew
    Nov 23 at 8:29










  • You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
    – ancientmathematician
    Nov 23 at 10:15
















1












1








1







Consider the following expression: $1/(sqrt a_1 ± sqrt a_2 ± ... sqrt a_n)$ where $a_1 ... a_n$ are positive integers



I would like a general algorithm by which I can convert expressions of this form into expression of the following form: exp/k



where k is some positive integer and exp is an expression consisting of additions, subtractions, multiplications and square roots but no divisions.



Here is an example of a simple case:



$1/(sqrt 2 + sqrt 3) = (sqrt 3 - sqrt 2)/(3 - 2) = sqrt 3 - sqrt 2$



Here I multiplied the top and bottom by the conjugate. This technique can be used in the general problem for n≤4 by breaking the sum up into pairs of roots. I will illustrate this below in the case where all square root terms are added rather than having subtraction mixed in.



consider this denominator: $(sqrt a + sqrt b) + (sqrt c + sqrt d)$

multiplying by its conjugate: $(sqrt a + sqrt b) - (sqrt c + sqrt d)$ yields:
$(sqrt a + sqrt b)^2 - (sqrt c + sqrt d)^2$
$a+b+2sqrt (ab) - c - d - 2sqrt (cd) = $
$ A + (sqrt B - sqrt C)$ where $A= a+b-c-d$ and $B=4ab$ and $C=4cd$

multiplying by its conjugate $ A - (sqrt B - sqrt C)$ yields:
$ A^2 - (sqrt B - sqrt C)^2 =$
$ A^2 - B - C + 2sqrt (BC) =$
$ D + sqrt E =$ where $D=A^2-B-C$ and $E=4BC$

now multiply by its conjugate $ D - sqrt E$ yields:
$ D^2 - E$ which is an integer



I would like to know how to generalize this to n=5 and beyond, or if this is not possible, why that is the case. Thanks



@ancientmathemetician:



I am not sure how to do this for the case n=8. Consider the following expression: $(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4) + (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)$

I could multiply by its conjugate which would yield the following



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 - (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)^2$



However once each squared term is distributed out there will be 6 new square root terms introduced rather than just the original 4. Below I will do the first term:



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 =$
$a_1 + a_2 + a_3 + a_4 + 2sqrt (a_1a_2) + 2sqrt (a_1a_3) + 2sqrt (a_1a_4) + 2sqrt (a_2a_3) + 2sqrt (a_2a_4) + 2sqrt (a_3a_4)$



as a result, I go from 8 roots in the denominator to 12 and a single non root term



If instead I broke up the expression into a group of 5 square roots and a group of 3 square roots I would end up with 10 roots from the group of 5 and 3 from the group of 3 totalling 13.



in either case the number of roots does not go down, which is the trick I have been exploiting. It seems to me a new trick of sorts is required to find the general solution.



Thanks










share|cite|improve this question















Consider the following expression: $1/(sqrt a_1 ± sqrt a_2 ± ... sqrt a_n)$ where $a_1 ... a_n$ are positive integers



I would like a general algorithm by which I can convert expressions of this form into expression of the following form: exp/k



where k is some positive integer and exp is an expression consisting of additions, subtractions, multiplications and square roots but no divisions.



Here is an example of a simple case:



$1/(sqrt 2 + sqrt 3) = (sqrt 3 - sqrt 2)/(3 - 2) = sqrt 3 - sqrt 2$



Here I multiplied the top and bottom by the conjugate. This technique can be used in the general problem for n≤4 by breaking the sum up into pairs of roots. I will illustrate this below in the case where all square root terms are added rather than having subtraction mixed in.



consider this denominator: $(sqrt a + sqrt b) + (sqrt c + sqrt d)$

multiplying by its conjugate: $(sqrt a + sqrt b) - (sqrt c + sqrt d)$ yields:
$(sqrt a + sqrt b)^2 - (sqrt c + sqrt d)^2$
$a+b+2sqrt (ab) - c - d - 2sqrt (cd) = $
$ A + (sqrt B - sqrt C)$ where $A= a+b-c-d$ and $B=4ab$ and $C=4cd$

multiplying by its conjugate $ A - (sqrt B - sqrt C)$ yields:
$ A^2 - (sqrt B - sqrt C)^2 =$
$ A^2 - B - C + 2sqrt (BC) =$
$ D + sqrt E =$ where $D=A^2-B-C$ and $E=4BC$

now multiply by its conjugate $ D - sqrt E$ yields:
$ D^2 - E$ which is an integer



I would like to know how to generalize this to n=5 and beyond, or if this is not possible, why that is the case. Thanks



@ancientmathemetician:



I am not sure how to do this for the case n=8. Consider the following expression: $(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4) + (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)$

I could multiply by its conjugate which would yield the following



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 - (sqrt a_5 + sqrt a_6 + sqrt a_7 + sqrt a_8)^2$



However once each squared term is distributed out there will be 6 new square root terms introduced rather than just the original 4. Below I will do the first term:



$(sqrt a_1 + sqrt a_2 + sqrt a_3 + sqrt a_4)^2 =$
$a_1 + a_2 + a_3 + a_4 + 2sqrt (a_1a_2) + 2sqrt (a_1a_3) + 2sqrt (a_1a_4) + 2sqrt (a_2a_3) + 2sqrt (a_2a_4) + 2sqrt (a_3a_4)$



as a result, I go from 8 roots in the denominator to 12 and a single non root term



If instead I broke up the expression into a group of 5 square roots and a group of 3 square roots I would end up with 10 roots from the group of 5 and 3 from the group of 3 totalling 13.



in either case the number of roots does not go down, which is the trick I have been exploiting. It seems to me a new trick of sorts is required to find the general solution.



Thanks







algebra-precalculus






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 23 at 8:39

























asked Nov 23 at 7:18









mathew

410215




410215












  • One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
    – ancientmathematician
    Nov 23 at 7:52










  • Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
    – ancientmathematician
    Nov 23 at 7:57












  • Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
    – mathew
    Nov 23 at 8:29










  • You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
    – ancientmathematician
    Nov 23 at 10:15




















  • One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
    – ancientmathematician
    Nov 23 at 7:52










  • Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
    – ancientmathematician
    Nov 23 at 7:57












  • Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
    – mathew
    Nov 23 at 8:29










  • You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
    – ancientmathematician
    Nov 23 at 10:15


















One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
– ancientmathematician
Nov 23 at 7:52




One small comment: you mustn't overdo it. For example, if $D=sqrt{E}$ you stop there and don't multiply by $D-sqrt{E}=0$.
– ancientmathematician
Nov 23 at 7:52












Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
– ancientmathematician
Nov 23 at 7:57






Hints: If I wanted to go along this path I'd do two things. (i) I'd persuade myself that the process applies equally well to $(b_1 sqrt a_1 ± b_2 sqrt a_2 ± ... b_n sqrt a_n)$ with integral $b_i$, some possibly $0$; and (ii) I'd show I could do it for $n=2,4,8,16, dots $. Then with the right number of zero $b_i$ I'd be done for all $n$.
– ancientmathematician
Nov 23 at 7:57














Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
– mathew
Nov 23 at 8:29




Thanks for pointing out the case where D=√E, didn't think of that. but ultimately if such a case arizes then one can just end the algorithm early. I agree it would be worth doing the more general case with b√a instead of just √a because it captures the changes in sign. As for showing it can be done for the cases n=2,4,8,16... I am not sure how to do it for the n=8 case so if you want to demonstrate that I'll accept that as an answer
– mathew
Nov 23 at 8:29












You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
– ancientmathematician
Nov 23 at 10:15






You are right to point out the way in which it won't work. So to save it I think you have to deal with the fully general case. That is, the general case of $b_0$, $b_0+b_1 sqrt{a_1}$, $b_0+b_1 sqrt{a_1}+b_2 sqrt{a_2} + b_{1,2}sqrt{a_1 a_2}$, $dots$ - in other words, allow for all the cross terms from the outset.
– ancientmathematician
Nov 23 at 10:15












1 Answer
1






active

oldest

votes


















0














$$(sqrt a+sqrt b+sqrt c)(s+tsqrt a+usqrt b+vsqrt c+wsqrt{ab}+xsqrt{ac}+ysqrt{bc}+zsqrt{abc})=1$$
The rational coefficients of the various square-roots give you eight equations in eight unknowns $s$ to $z$.

It looks like it works for any number of square-roots. A $2^Ntimes2^N$ matrix has to be inverted. I don't know how to tell if it's going to be singular.

The matrix is very sparse - mostly zeros - so this isn't the most efficient method. I think it shows there is an answer.






share|cite|improve this answer























    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%2f3010070%2fsimplifying-reciprocals-of-sums-of-square-roots%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    $$(sqrt a+sqrt b+sqrt c)(s+tsqrt a+usqrt b+vsqrt c+wsqrt{ab}+xsqrt{ac}+ysqrt{bc}+zsqrt{abc})=1$$
    The rational coefficients of the various square-roots give you eight equations in eight unknowns $s$ to $z$.

    It looks like it works for any number of square-roots. A $2^Ntimes2^N$ matrix has to be inverted. I don't know how to tell if it's going to be singular.

    The matrix is very sparse - mostly zeros - so this isn't the most efficient method. I think it shows there is an answer.






    share|cite|improve this answer




























      0














      $$(sqrt a+sqrt b+sqrt c)(s+tsqrt a+usqrt b+vsqrt c+wsqrt{ab}+xsqrt{ac}+ysqrt{bc}+zsqrt{abc})=1$$
      The rational coefficients of the various square-roots give you eight equations in eight unknowns $s$ to $z$.

      It looks like it works for any number of square-roots. A $2^Ntimes2^N$ matrix has to be inverted. I don't know how to tell if it's going to be singular.

      The matrix is very sparse - mostly zeros - so this isn't the most efficient method. I think it shows there is an answer.






      share|cite|improve this answer


























        0












        0








        0






        $$(sqrt a+sqrt b+sqrt c)(s+tsqrt a+usqrt b+vsqrt c+wsqrt{ab}+xsqrt{ac}+ysqrt{bc}+zsqrt{abc})=1$$
        The rational coefficients of the various square-roots give you eight equations in eight unknowns $s$ to $z$.

        It looks like it works for any number of square-roots. A $2^Ntimes2^N$ matrix has to be inverted. I don't know how to tell if it's going to be singular.

        The matrix is very sparse - mostly zeros - so this isn't the most efficient method. I think it shows there is an answer.






        share|cite|improve this answer














        $$(sqrt a+sqrt b+sqrt c)(s+tsqrt a+usqrt b+vsqrt c+wsqrt{ab}+xsqrt{ac}+ysqrt{bc}+zsqrt{abc})=1$$
        The rational coefficients of the various square-roots give you eight equations in eight unknowns $s$ to $z$.

        It looks like it works for any number of square-roots. A $2^Ntimes2^N$ matrix has to be inverted. I don't know how to tell if it's going to be singular.

        The matrix is very sparse - mostly zeros - so this isn't the most efficient method. I think it shows there is an answer.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 23 at 10:31

























        answered Nov 23 at 10:17









        Empy2

        33.4k12261




        33.4k12261






























            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.





            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3010070%2fsimplifying-reciprocals-of-sums-of-square-roots%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...