How to Approach an Induction Proof for a Product Ratio Inequality?

  • Thread starter Thread starter Thomas Rainey
  • Start date Start date
  • Tags Tags
    Induction Proof
AI Thread Summary
The discussion focuses on proving the product ratio inequality using mathematical induction. The initial step involves verifying the base case for n=1, followed by substituting n+1 into the inequality. The approach emphasizes showing that the addition of one term does not alter the inequality's validity. Participants suggest considering the changes in both sides of the inequality to establish the induction step. The conversation concludes with a recommendation to explore the relationship between the changes on both sides to facilitate the proof.
Thomas Rainey
Messages
3
Reaction score
0

Homework Statement


[/B]
Prove the following:
(1x3x5x...x(2n-1))/(2x4x6x...x(2n)) <= 1/(2n+1)^.5

Homework Equations



none

The Attempt at a Solution


[/B]
1) Following the general steps of proof by induction, I first proved that the statement is true for the case n=1.

2) Next, I substituted n+1 for n into the equation.

3) Using algebra, I have hammered away at the problem from every angle that I can think of in hopes to end up with the same formula as in the original case. Is this the correct way to go about solving this problem? My best attempt thus far is in the attached file. My work begins with my substitution of n+1 for n.
 

Attachments

  • Screen Shot 2014-10-09 at 2.49.01 PM.png
    Screen Shot 2014-10-09 at 2.49.01 PM.png
    69.4 KB · Views: 712
Physics news on Phys.org
##1/2 \leq 1/\sqrt3##
Assume that for ##n, \, \prod_{i=1}^n \frac{2n-1}{2n} \leq \left( \frac{1}{2n+1} \right) ^{1/2}##
Then show that it holds true for ##n+1##
The goal is to use the fact that the relation is true for n so you only have to show that the addition of one term doesn't change the fact that the left side is less than the right side.
Think of it as the change to the left divided by the change to the right must be less than or equal to 1 for the induction to work.
 
RUber said:
##1/2 \leq 1/\sqrt3##
Assume that for ##n, \, \prod_{i=1}^n \frac{2n-1}{2n} \leq \left( \frac{1}{2n+1} \right) ^{1/2}##
Then show that it holds true for ##n+1##
The goal is to use the fact that the relation is true for n so you only have to show that the addition of one term doesn't change the fact that the left side is less than the right side.
Think of it as the change to the left divided by the change to the right must be less than or equal to 1 for the induction to work.

I took this approach in my attached work, but still couldn't get the induction to work. Do I have to use some kind of squeeze theorem approach you think?
 
Think about the net change from the ##n^{th} ## evaluation.
On the left side, you are multplying ##x_n## by ##\frac{2n+1}{2n+2}##.
The right side, you could look at as multiplying by ##\sqrt{\frac{2n+1}{2n+3}}##.

Call the nth evaluation of the left side ##L_n##, and the right side ##R_n## or whatever you want.
##L_{n+1}=L_n \frac{2n+1}{2n+2}##
##R_{n+1}=R_n \sqrt{\frac{2n+1}{2n+3}}##.

You need the change on the left to be less than or equal to the change on the right for the induction to work.

You know ##\frac{L_n}{R_n} \leq 1##
You need to show ##\frac{L_{n+1}}{R_{n+1}}\leq 1##
 
There may be times when flipping the fractions is helpful. Remember ## 1/n < a/b \implies n/1 > b/a . ##
 
Thanks for the help! I'll use this approach and see if I can figure it out.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top