Proof that sum of 3 roots of rationals is rational etc

Click For Summary

Discussion Overview

The discussion revolves around proving that if the sum of the square roots of three rational numbers is rational, then each of the square roots must also be rational. Participants explore various approaches to tackle this problem, including attempts to show that certain conditions lead to contradictions or rational conclusions.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant proposes to prove that if the sum S = root(a) + root(b) + root(c) is rational, then all roots must be rational, and attempts to show that if none are rational, S must be irrational.
  • Another participant questions the initial claim, suggesting that the statement should refer to irrational roots instead of rational ones.
  • Some participants argue that if 1 or 2 of the roots are rational, then the sum must be irrational, while others seek to prove this assertion.
  • A participant provides a series of algebraic manipulations to explore the implications of assuming S is rational, leading to a rational product of the roots.
  • Concerns are raised about specific examples where the product of irrational roots can be rational, challenging the initial assumptions about the relationship between the sum and product of the roots.
  • Several participants express uncertainty about the completeness of their proofs and seek alternative approaches or confirmations of their reasoning.
  • A later post introduces a potential solution involving algebraic manipulation of the expressions for the roots, suggesting that if the sum is rational, then the individual roots must also be rational.
  • Another participant expresses skepticism about the simplicity of the proposed solution, indicating a need for further verification.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the validity of the various approaches. Multiple competing views and methods are presented, and the discussion remains unresolved regarding the proof of the initial claim.

Contextual Notes

Some participants acknowledge missing assumptions or potential oversights in their reasoning, particularly concerning the relationships between the roots and their rationality. There is also an ongoing exploration of different mathematical techniques to address the problem.

jonas.hall
Messages
23
Reaction score
0
Excuse my typography - I'm new here...

a, b, and c are rational numbers. I want to prove that

* IF S = root(a) + root(b) + root(c) is rational THEN root(a), root(b) and root(c) are rational in themselves.

Now I have done as follows: I reverse the problem and try to show that:

* IF 0, 1 or 2 of root(a) etc are rational THEN the sum S must be irrational.

If all three of the roots are rational then obviously the sum is too. This would conclude the proof.

I can easily prove that if 1 or 2 of root(a) etc are rational, then the sum is, in fact, irrational. The trouble is that I can't prove the last case:

* Show that IF none of root(a) root(b) and root(c) are rational, THEN their sum is irrational.

I have tried the standard technique of assuming the sum is rational = m/n then rearranging terms and squaring successively to get rid of all root signs, then looking at parity but so far this seems to be a dead end - I can't draw ny conclusions from this.

Could someone please help me with this - What insights do I need to attack this problem from some new angle? I need all help I can get here.
 
Physics news on Phys.org
First, you are talking about the square root, are you not?

Second when you say
IF 0, 1 or 2 of root(a) etc are rational THEN the sum S must be irrational.
You mean "If 0, 1, or 2 of root(a) etc are irrational", right?

Your statement "If all three of the roots are rational then obviously the sum is too." is irrelevant. This is not an "if and only if" theorem.

I can easily prove that if 1 or 2 of root(a) etc are rational, then the sum is, in fact, irrational.
How do you prove that?
 
HallsofIvy said:
First, you are talking about the square root, are you not?

Yes.

HallsofIvy said:
You mean "If 0, 1, or 2 of root(a) etc are irrational", right??

Nooo... I mean rational.

If 2 of them, say root(a) and root(b) are rational then root(a) + root(b) = m/n and since the sum of a rational number and an irrational number is irrational this case is closed (I can prove it if you want, but this seems obvious).

If only one of them is rational, say root(a) = p/q , I assume the sum is rational p/q + root(b) + root(s) = m/n. So r + s is rational, say v/w. So root(b) = v/w - root(c). Square this and isolate the remaining term containing root(c) to see that it must be rational. But this is in contradiction with my assumptions, i.e. the sum is not rational.

It is correct that I added a bit that was irrelevant, but for me, at least it added a little clarity.

Any news on the final case?
 
S-sqrt(a)=sqrt(b)+sqrt(c)
S^2-2Ssqrt(a)+a=b+c+2sqrt(bc)
S^2-a-b-c=2Ssqrt(a)+2sqrt(bc)
S^2-a-b-c is rational so we can denote it by D
so
D=2Ssqrt(a)+2sqrt(bc)
D^2=4(Sa+bc+2Ssqrt(abc))
again D^2-4(Sa+bc) is rational so let's denote it by: E:
E=8Ssqrt(abc)
E/8S=sqrt(abc) is rational, now if only one of the sqrts is irrational then obviously we get a contradiction cause the others are rational.
if 2 of them are irrational then the third one can be both irrational or rational, if the third one is rational then the other are either a number and its reciprocal or the same number, if one of them is zero then this we obviously cannot have cause then we have an irrational plus a rational number which yields a rational number.
now if the first case happens then the third number is E/8S and we have something like a rational number r=sqrt(s)+1/sqrt(s) now sqrt(s) is irrational, so we envatually get sqrt(s)=(s+1)/r which is a contradicition.
so this case is eliminated, the same goes for the same number, cause then we have again the same contradiction.
so we are left we the case that the third is irrational, i leave this as an exercise to prove that we get a contradiction.

p.s
i hope i didnt type nonsense. (-:
 
No nonsense there I think. Thank you. I had got to the point where I could show that if S is rational then so is the product = sqrt(abc) but I could not se how to continue from there so I abandoned that line of inquiry, as obviously, I shouln't have.

I'm not sure I understand this though:

if 2 of them are irrational then the third one can be both irrational or rational, if the third one is rational then the other are either a number and its reciprocal or the same number

I mean if you have for example sqrt(2)*sqrt(8) this product is rational while the roots themselves are not and 2 and 8 are neither the same or reciprocal. Am I missing something here?
 
yes iknew i missed something.
in this case we have one number which is proportional to the other, i.e if a=2 b=8, then sqrtb=2sqrta, or in the general case we have sqrt(b)=csqrt(a) where c is a rational number.
i believe that this summarize all the cases, but i won't be amazed if there are other cases I've neglected.
anyway, i don't see any other more elegant proof of this.
perhaps halls know a better and elegant proof.
but i think that any proof should get to what i got, that E/8S=sqrt(abc), cause usually in proof of irrationality you need fractions not summations.
 
Okeyyy...

I'll try and get to grips over it. I realize now that there must be a relation between the numbers a and b if the product of their roots are to be rational. Perhaps reciprocity and proportionality can be combined to one "general" case... Anyway thanks a lot for the help!
 
anyway, if someone can give any other insight to this question which is better than what iv'e given, please do post it in.
 
I'm still not convinced this gets me any further.

Concider sqrt(2) x sqrt(3) x sqrt(6). This is a product which is rational though no factors are.

So I can show that IF S is rational THEN P (for product) is rational,
but P being rational does NOT lead to that all roots are rational which is what I originally want to prove. So I'm back to square one (excuse pun).

On the other hand, this is no counter proof either for

IF S is rational THEN P is rational

does not lead to

IF P is rational then S is rational (as is obvious from the numerical example).

Unfortunately this seems to tell me nothing.

I've tried to interpret the problem geometrically as well but it just translates to showing that if the sum of three distances is rational, so are the individual distances, and I'm even more clueless there.

So please everyone - I still need help!
 
  • #10
abc when expressed as a product of primes, needs an even number (positive, negative, or zero), of all prime factors
 
  • #11
this last case you gave is the case where two of them is irrational and the third one is also irrational.
in this case sqrt(c)=E/8S(sqrtab)=r/sqrt(ab) where r is rational number.
S=sqrta+sqrtb+r/sqrt(ab)
Ssqrt(ab)-r=asqrtb+bsqrta
S^2ab+r^2-2rSsqrt(ab)=a^2b+b^2a+absqrt(ab)
after rearranging, you get that g=sqrt(ab) where g is again rational, now if you put it back into the equation you get that:
S=sqrt(a)+g/(sqrta)+r/g
after rearranging you get that square root of a is rational although we assumed it to be irrational.
anyway, as i said this isn't a complete solution and you rightfully should await to an elegant and shorter proof than that if possible.
 
  • #12
Is this a possible solution? I'm working on loop's lead.

Given \sqrt{a} + \sqrt{b} + \sqrt{c} = S

\sqrt{a} + \sqrt{b} = S - \sqrt{c}

Squaring both sides gives:
a + b + 2\sqrt{ab} = S^2 - 2S\sqrt{c} + c

Isolating roots and denoting rational sum by D:
\sqrt{ab} + S\sqrt{c} = \frac{S^2 + c - a - b}{2} = D
\sqrt{ab} = D - S\sqrt{c}
ab = D^2 - 2DS\sqrt{c} + S^2c

Isolating c:

\sqrt{c} = \frac{D^2 - ab + S^2c }{ 2DS }

Which means that \sqrt{c} is rational. Since a, b and c are arbitrarily chosen, then it follows from above that their roots are all rational.
 
Last edited:
  • #13
This looks too simple to be true! I went down that lane but didn't simplify enough by using S and D which is probably why I didn't see this. It seems robust enough - I'll mull over it for a while.

As for NeoDevins suggestion I didn't get that to work. I thought it would yield something at first but All I could see was that if sqrt(abc) is rational then then either one or all three of a, b or c have an even number of prime factors. But these can be arranged so that all three roots still are irrational, as in sqrt(2)*sqrt(3)*sqrt(6) = 6.

Btw - How do you do the nice typography?
 
  • #14
Hmmm... What about your final argument:

Since a, b and c are arbitrarily chosen, then it follows from above that their roots are all rational

Does this really hold? Why can't sqrt(c) be rational while the others aren't?
 
  • #15
loop quantum gravity said:
S-sqrt(a)=sqrt(b)+sqrt(c)
E=8Ssqrt(abc)

This is what I was talking about when I posted that. You don't get a contradiction here if abc has only even numbers of prime factors.

So that gives us that:

S \in \mathbb{Q} \Rightarrow abc = \prod_p p^{n_p}

where

p are prime and n_p are even integers.

But we don't have \Leftarrow yet.
 
Last edited:
  • #16
jonas after you showed that sqrtc is rational then you have reduced the problem to sqrt(a)+sqrt(b)=r which is rational, and again you have:
a=b-2sqrt(b)r+r^2 and again you have the same proof as defender gave.

i thought it should be much simpler than what i suggested... (-:
 
  • #17
jonas.hall said:
Hmmm... What about your final argument:



Does this really hold? Why can't sqrt(c) be rational while the others aren't?

You know sqrt(c) is rational. Go back to the original problem. Do the exact same algebra, only to solve for sqrt(b). You'll get exactly the same thing, only some b's and c's will be switched. So sqrt(b) is also rational. Same thing for sqrt(a)
 
  • #18
jonas.hall said:
Hmmm... What about your final argument:



Does this really hold? Why can't sqrt(c) be rational while the others aren't?

If \sqrt{c} is rational it's easy to see \sqrt{a}+\sqrt{b} must be rational. Then \sqrt{a} = r - \sqrt{b} where r is rational, ie. a = r + b - 2r\sqrt{b}, from which it follows that \sqrt{b} is rational, and from that it follows that \sqrt{a} must be rational as well.
 
  • #19
jonas.hall said:
Hmmm... What about your final argument:



Does this really hold? Why can't sqrt(c) be rational while the others aren't?

If \sqrt{c} is rational it's easy to see \sqrt{a}+\sqrt{b} must be rational. Then \sqrt{a} = r - \sqrt{b} where r is rational, ie. a = r + b - 2r\sqrt{b}, from which it follows that \sqrt{b} is rational (and the same argument shows \sqrt{a} must be rational as well).
 
  • #20
Yes, from a scattered picture an image appears - I've now been able to piece it together - rather like Data suggested. I thank all of you who contributed to this. It is remarkable how stuck you can get when you dive in the wrong end at first. It now appears rather simple, though I assure you, it didn't appear so at first.


Just from interest, does the same hold for 4 terms? 5? etc? Or does this stop at three and if so...WHY?
 
  • #21
look at : sqrt(a1)+...sqrt(an)=S rational.
by induction we know that for n=1,2,3 it's correct.
now assume that's correct for every k<n and we need to prove that's correct for n, i.e
assume sqrt(a1)+...sqrt(an)=S rational, and also that sqrta1,...sqrtan are rationals and thus trivially also sqrta_n is rational.
i leave it you to prove it.
 

Similar threads

  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
4K