rsnd
- 26
- 0
how do you prove that sqrt(2) + sqrt(5) is irrational...
The discussion revolves around the question of whether the expression sqrt(2) + sqrt(5) can be proven to be irrational. Participants explore various proof techniques, including contradiction and algebraic manipulation, while addressing the implications of assuming rationality.
Participants present multiple competing views and methods for proving the irrationality of sqrt(2) + sqrt(5). There is no consensus on a single approach, and various techniques are debated without resolution.
Some participants express uncertainty about specific algebraic manipulations and the implications of their proofs. There are mentions of assumptions regarding the irrationality of sqrt(2) and sqrt(5) that are taken for granted in the discussion.
This discussion may be of interest to those studying irrational numbers, proof techniques in mathematics, or exploring algebraic properties of square roots.
i did get it down to 7+2root10 = m^2/n^2 where i assumed root 2 + root 5 = m/n...and before that i proved root 10 to be irrational...so i am kinda stuck on the 7+2root10 = m^2/n^2 bit...how does that mean anything...matt grime said:by contradiction, suppose r=sqrt(2)+sqrt(5) and r is rational. play around with that and see what you can show this implies.
for √2 + √3, let it equal a...
a^2 = 5 + 2√6
a^2 - 5 = 2√6
a^4 - 10a^2 + 25 = 24
a^4 - 10a^2 + 1 = 0
The minimum polynomial of a is x^4 - 10x^2 + 1. (I haven't proven it actually is the minimum, but it will still suffice for this method of proof)
Now, the only possible rational roots of this are 1 and -1, and neither of these is √2 + √3, so it's irrational
this is where i got up to...let root 2 + root 5 = m/n...i.e. assume they are rational...and we have already proved that root 10 is irrational...
squaring both sides:
2+5+2.root2.root5 = m2/n2
or 7+2.root10=m2/n2
so we have irrational = "(m2/n2 - 7)/2"root 10 = (m2/n2 - 7)/2
HallsofIvy said:Yes, that is nice.