9

1) Prove that number irrational $\sqrt{7-\sqrt{2}}$

I created a polynomial $x=\sqrt{7-\sqrt{2}}$ so

$P(x)=x^4-14x^2+47$ and since $47$ is prime we check $P(x)$ for $ {1,-1,47,-47}$ and since all of them are $P(x)\neq0$ it means our number is irrational.

Is my prof OK ?

2) Decide if the number $\sqrt{\sqrt{5}+3}+\sqrt{\sqrt{5}-2}$ is rational or irrational. I don't know how to tackle this one. I'd be grateful for hints

miracle173
  • 11,049
Gregor
  • 708
  • The approach in your first proof is correct, though it could be a bit more polished: $P(x)$ certainly has this number as a root, and then you apply the Rational Root Theorem. As for the second, think about how you created the polynomial in 1) so that it'd include that root. – Semiclassical Jul 31 '14 at 14:20
  • 1
  • That's the correct idea, but check your numbers.
  • – Empy2 Jul 31 '14 at 14:20
  • Since there are four square-roots, I suspect the polynomial is going to be degree $2^4=16$!
  • – Empy2 Jul 31 '14 at 14:23
  • Whenever tasked with a proof like this, you can be pretty sure that your working to a point where a known irrational number equals an integer over an integer (i.e. rational), which is a contradiction -> QED. – Dan Jul 31 '14 at 14:50
  • 1
    It should be $P(x) \equiv x^4 - 14 x^2 \color{red}{+ 47}$ and not $-47$ there. – hjpotter92 Jul 31 '14 at 16:23
  • 3
    If you square your number, you get 7 - sqrt (2) which is irrational. Squaring a rational produces a rational, so you must have squared an irrational number. – gnasher729 Jul 31 '14 at 22:20
  • http://joaomaths.blogspot.com.au/2014/07/proof-that-solutions-to-xnan-1xn-1an.html see this proof and then try to show that your expression isn't an integer. – Joao Aug 01 '14 at 07:13
  • I corrected the error reported by @hjpotter92 – miracle173 Aug 08 '14 at 08:16