1

let $a,b$ real numbers such that $a<b$ and $f$,$g$ continuos on $[a,b]$ and differntiable on $]a,b[$

suppoose that: for $x \in ]a,b[$

$ |f'(x)|\leq g'(x)$

then $|f(b)-f(a)|\leq g(b)-g(a)$

$*$application :

let $k$ a differentiable function on $\mathbb R$

now suppose that $ \lim_{x \to \infty}k+k'=0$

let $h(x)=e^xk(x)$

let $c>0$

i have proved that :$\exists A>0$ such that for all $x>A$

$|h'(x)| \leq ce^x$

i have to prove that $ \lim_{x \to \infty}k(x)=0$

my idea is to fix $A<B<x$

so $|h(x)-h(B)|\leq a(e^x-e^B)$

then $|e^xk(x)-e^Bk(B)|\leq c(e^x-e^B)$

what i can do to find that $|k(x)|<c$

please help me with this question

1 Answers1

1

You're almost done - you have $|k(x)-e^{B-x}k(B)| \le c(1-e^{B-x}) \le c$ whenever $x>B$ , and then you can simply take limits to get $\limsup_{x\to \infty} |k(x)| \le c$.

raj
  • 251