rsnd
- 26
- 0
how do you prove that sqrt(2) + sqrt(5) is irrational...
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.