Wednesday, September 21, 2016

radicals - Prove that if n is a positive integer then sqrtn+sqrt2 is irrational



Prove that if n is a positive integer then n+2 is irrational.



The sum of a rational and irrational number is always irrational, that much I know - thus, if n is a perfect square, we are finished.
However, is it not possible that the sum of two irrational numbers be rational? If not, how would I prove this?



This is a homework question in my proofs course.


Answer



Multiply both sides by n2. Then n2=pq(n2) so n2 is also rational. So we have two rational numbers whose difference (which must be rational) is 22, meaning that 2 is rational.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...