Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

If $x,y$ are rationals and both positive numbers, how can I show:

  1. if $x>1$ there is a positive interger $n$ such that $x^n>y$,
  2. if $0 < x < 1$ there is a positive interger $n$ such that $x^n<y$.

I'd particularly like a proof that uses the binomial theorem.

share|improve this question
depending on the relationship between $x$ and $y$ i.e if $x\le y$ or $x\ge y$. – OlayinkaSF Oct 25 '12 at 11:35

1 Answer

up vote 2 down vote accepted
  1. Write $x=(1+t)$, where $t>0$. Then $$x^n=(1+t)^n=\sum_k \binom nkt^k = 1+nt+\binom n2t^2+\dots \ge 1+nt$$ (so far this is called the Bernoulli inequation). In order that this be $>y$, try to find a corresponding $n\in\Bbb N$.

  2. The easiest if we reduce it to 1. by considering $1/x$ which is $>1$ in this case, and $1/y$ in place of ($y$ in 1).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.