mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Homework Help (https://www.mersenneforum.org/forumdisplay.php?f=78)
-   -   extremely difficult problem with a function. (https://www.mersenneforum.org/showthread.php?t=13271)

kakos22 2010-04-09 17:17

extremely difficult problem with a function.
 
Let f:R->R is a function which its second derivative f'' is continuous function.
Prove that if lim(x->infinity) (f(x)+ f '(x) + f ''(x))=L then lim(x->infinity) f(x)=L. L is in R*.

Note: this exercise is not like a usually exercise for home, is like a challenge exercise and is very hard. If anyone can think anything that would help me just write it down.I will appreciate any kind of help. if you want you can ask me and i will post my thoughts about this exercise(how we can try to solve it).

please write back if anything is not clear or if you want to ask about something. thank you.

R.D. Silverman 2010-04-09 18:45

[QUOTE=kakos22;211182]Let f:R->R is a function which its second derivative f'' is continuous function.
Prove that if lim(x->infinity) (f(x)+ f '(x) + f ''(x))=L then lim(x->infinity) f(x)=L. L is in R*.

Note: this exercise is not like a usually exercise for home, is like a challenge exercise and is very hard. If anyone can think anything that would help me just write it down.I will appreciate any kind of help. if you want you can ask me and i will post my thoughts about this exercise(how we can try to solve it).

please write back if anything is not clear or if you want to ask about something. thank you.[/QUOTE]


Start with the following.

Suppose lim x-->oo f(x) = L. What does
this say about lim x-->oo f'(x)??? can lim x-->oo f'(x) = M, M !=0 and
still have lim x-->oo f(x) = L?? i.e. if the slope isn't 0 as x-->oo what
happens to f(x)? Similarly if f' -->0 as x-->oo, what can we say about
f''??

i.e. start by looking at the converse of the problem. Then consider the
following. if lim x-->oo f + f' --> (say) K, what can we say about f
and f' individually?

BTW, I recall seeing this exercize in my undergrad days. It may be in Rudin,
IIRC.

R.D. Silverman 2010-04-09 19:06

[QUOTE=R.D. Silverman;211195]Start with the following.

Suppose lim x-->oo f(x) = L. What does
this say about lim x-->oo f'(x)??? can lim x-->oo f'(x) = M, M !=0 and
still have lim x-->oo f(x) = L?? i.e. if the slope isn't 0 as x-->oo what
happens to f(x)? Similarly if f' -->0 as x-->oo, what can we say about
f''??

i.e. start by looking at the converse of the problem. Then consider the
following. if lim x-->oo f + f' --> (say) K, what can we say about f
and f' individually?

BTW, I recall seeing this exercize in my undergrad days. It may be in Rudin,
IIRC.[/QUOTE]


Further hint (I omit the lim x-->oo in my notation)

if (f + f') --> L, and f --> M, then f' --> L-M. but if f' --> L-M, what
happens to f? If f is not bounded, then f must go to oo and f' must go
to -oo. Can this happen???? [clearly if both go to oo, then their sum does
as well, and if one is bounded and the other is not then their sum is again
unbounded].

rajula 2010-04-09 20:47

[QUOTE=kakos22;211182]Let f:R->R is a function which its second derivative f'' is continuous function.
Prove that if lim(x->infinity) (f(x)+ f '(x) + f ''(x))=L then lim(x->infinity) f(x)=L. L is in R*.
[/QUOTE]

An interesting problem. I could not solve it immediately. I do not know if I should be ashamed. :unsure:
The reason I replied is because I do not see how Silverman's hints might help in solving the problem. I might just be to sleepy to notice it. Here a small observation those hints alarmed me to point out.

One can not a priori assume the limits [tex]\lim_{x\to\infty}f(x)[/tex], [tex]\lim_{x\to\infty}f'(x)[/tex] and [tex]\lim_{x\to\infty}f''(x)[/tex] to exist. Otherwise one could prove the claim
[tex]\lim_{x\to\infty}(f(x)+ f '(x) + f ''(x) + f '''(x)) = L \Longrightarrow \lim_{x\to\infty}f(x) = L[/tex]
in a same way - a claim which is trivially false.

kakos22 2010-04-09 21:12

[quote=R.D. Silverman;211198]Further hint (I omit the lim x-->oo in my notation)

if (f + f') --> L, and f --> M, then f' --> L-M. but if f' --> L-M, what
happens to f? If f is not bounded, then f must go to oo and f' must go
to -oo. Can this happen???? [clearly if both go to oo, then their sum does
as well, and if one is bounded and the other is not then their sum is again
unbounded].[/quote]


Thanks for your hints..you are just very near my thoughts..actually I am trying to prove the following: if a function g has continuous derivative g' and lim(x-->oo)g(x) is in R then lim(x-->oo)g'(x)=0.

I am quite sure that this statement is true( i hope so)..i couldn't find a counter example so at this moment i am trying to prove it..if i manage or anyone else from this forum manage to prove that lemma(it shouldn't be very difficult i believe) then our problem would take easier form, because if we assume that lim f(x) exists and is in R then from the lemma lim f'(x)=0 and hence lim f''(x)=0 so is true. So it would remain to prove the problem by contradiction assuming that lim f(x) doesn't exist.

I wait for your replies or any other thoughts..thanks

rajula 2010-04-09 21:23

[QUOTE=kakos22;211211]I am trying to prove the following: if a function g has continuous derivative g' and lim(x-->oo)g(x) is in R then lim(x-->oo)g'(x)=0.
[/QUOTE]

Unfortunately this is false. Take for example [tex] g(x) = \frac{\sin(x^2)}{x}[/tex]. One has to be careful when thinking about the existence of the limits.

kakos22 2010-04-09 21:44

[quote=rajula;211212]Unfortunately this is false. Take for example [tex] g(x) = \frac{\sin(x^2)}{x}[/tex]. One has to be careful when thinking about the existence of the limits.[/quote]

oh..thanks a lot rajula, you have just saved my life:smile:..i was just trying to prove something that is not true and you just saved my time..thank you..

I will come back with something new..

kakos22 2010-04-10 13:24

I am just trying to figure out. if the condition from the problem holds with L in R, then it has to be limf '(x)=limf ''(x)=0??..can anybody find an example such that limf '(x)= - limf ''(x)<>0 or
such that lim f '(x) and lim f ''(x) don't exist but does exist (lim f '(x) + lim f''(x)) and that is 0?? if nobody will find such an example i will begin trying to prove that limf '(x)=limf ''(x)=0..i wait for reply

R.D. Silverman 2010-04-10 13:58

[QUOTE=rajula;211212]Unfortunately this is false. Take for example [tex] g(x) = \frac{\sin(x^2)}{x}[/tex]. One has to be careful when thinking about the existence of the limits.[/QUOTE]

Please note that lim x-->oo g'(x) does not exist. It doesn't have a value.

kakos22 2010-04-10 14:02

[QUOTE=R.D. Silverman;211300]Please note that lim x-->oo g'(x) does not exist. It doesn't have a value.[/QUOTE]
yes Silverman this is already clear..that is why the lemma i was trying to prove is not true..unfortunately rajula has found a counter example.

kakos22 2010-04-10 17:18

I am just trying to prove the following lemma:
Let function g has continuous derivative g' and lim x->oo g(x) exists and is in R.
Then lim x->oo g '(x) doesn't exist or exists and is 0.

I think that this time the lemma is true.If that so then the beginning problem will be easier. if anybody could found a counter example or something to help me with that i will appreciate it.


All times are UTC. The time now is 04:36.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.