Proving Inequality in Rudin 8.10

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
ehrenfest
Messages
2,001
Reaction score
1
[SOLVED] rudin 8.10

Homework Statement


Prove that [itex](1-x)^{-1} \leq \exp 2x[/tex] when [itex]0 \leq x \leq 1/2[/itex].<br /> <br /> <h2>Homework Equations</h2><br /> [tex]e^x = \sum_{i=0}^{\infty}\frac{x^n}{n!}[/tex]<br /> <br /> [tex]1/(1-x) = 1+x+x^2+\cdots[/tex]<h2>The Attempt at a Solution</h2><br /> I tried working with the series and that failed miserable. Maybe I need to use calculus and find out whether the function is increasing or decreasing but I started that but I tried that a little and did not see how it would help.[/itex]
 
Physics news on Phys.org
1. What are their values when x= 0?


2. How do their derivatives compare?
 
HallsofIvy said:
1. What are their values when x= 0?
They are both 1.

HallsofIvy said:
2. How do their derivatives compare?

Let f(x) = 1/(1-x) and g(x) = e^{2x}.

Then [itex]f'(x) = 1/(1-x)^2[/itex] and [itex]g'(x) = 2 e^{2x}[/itex].

Is there an obvious inequality between f'(x) and g'(x) when [itex]0 \leq x \leq 1/2[/itex]? I do not see it.
 
well I think it's best to evaluate:
(e^(2x)(1-x))=f(x)

and to find where is its minimum point in the interval: [0,1/2]
 
Yay, I got it thanks!