Proof Related to the Binomial Theorem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
icestone111
Messages
10
Reaction score
0

Homework Statement


Use the above to prove that given a rational number a > 1 and A any other rational number, there exists b ε N such that ab > A.

Homework Equations


The above refers to the proving, by use of both induction and binomial theorem, that (1+a)n ≥ 1+na.

Binomial Theorem: (i=0 to n)Ʃ(n choose i)ai

The Attempt at a Solution



So I tried using the binomial theorem to get the value aN.
I get that aN must be greater than (i=0 to n-1)Ʃ(n choose i)ai
So how do I choose an N so that this holds?
Could you just let N > (i=0 to n-1)Ʃ(n choose i)ai?
 
on Phys.org
Let's keep it simple and use this result:
(1+a)n ≥ 1+na

The a in your problem and the a in the result they tell you to use are not going to be the same number. What should the relationship between them be?
 
Office_Shredder said:
Let's keep it simple and use this result:
(1+a)n ≥ 1+na

The a in your problem and the a in the result they tell you to use are not going to be the same number. What should the relationship between them be?


Thanks for the reply!

So, would the a in my problem be equivalent to (1+a), and then you would choose b = 1?
Then you would get (1+a)b ≥ 1+ba,
And using the expansion formula, they are equivalent when b = 1, so as a result b ≥ 1?
 
Sorry for the slowness...
It looks awfully similar to a Cauchy sequence proof.

But I do realize (?) that I am trying to solve for b in terms of the given/fixed values a and A.

When I look at the "hint" that was given, I keep seeing that (i=2 to b)Ʃ(b choose i)ai ≥ 0

Does this train of thought lead me anywhere?
 
Last edited:
Oh!
Would it work if we just choose b > (A-1)/a?

If it is I feel bad for missing something so simple. Looking too hard perhaps.