PDA

View Full Version : Differentiability


yxgao
Dec20-03, 01:22 AM
Suppose f is a differential function for which limit as x-> infinity f(x) and limit x->infinity f'(x) both exists and are finite. Which of the following must be true?

A. limit x-> infinity f'(x) = 0.
B. limit x0> infinity f''(x) = 0
C. limit x-> infinity f'(x) = limit x-> infinity f'(x)
D. f is a constant function
E. f' is a constant function


The answer is A. Why are the others wrong (especially explaining why B. is wrong)? Can you provide more formal reason other than it is just intuitive?

Thanks!!

uart
Dec20-03, 11:21 AM
Suppose f is a differential function for which limit as x-> infinity f(x) and limit x->infinity f'(x) both exists and are finite. Which of the following must be true?

A. limit x-> infinity f'(x) = 0.
B. limit x0> infinity f''(x) = 0
C. limit x-> infinity f'(x) = limit x-> infinity f'(x)
D. f is a constant function
E. f' is a constant function

- If A is true then B is also true.

- Item C is trivially true. (I think you made a typo in C BTW).

- Both D and E are easily proven false by counter-example.

uart
Dec20-03, 11:31 AM
The answer is A. Why are the others wrong (especially explaining why B. is wrong)?

Unfortunately with this type of question you can't always assume that just because one answer is "the" correct one that the others are necessarily false statements. Sometimes one of the serveral true statements is merely deemed to be "the" correct one by the examiner because it is more fundamental than the others.

Take the example of statements A and B above. It is easy to show that if A is true then B is also true (that is, A implies B). Note however B does not neccessarily imply A. So, while they are both true, A is a stronger statement than B.

Hurkyl
Dec20-03, 11:50 AM
\lim_{x \rightarrow \infty} f''(x) doesn't necessarily exist.

yxgao
Dec20-03, 01:22 PM
I did make a typo in C. It is supposed to read:
C. limit x-> infinity f(x) = limit x-> infinity f'(x).

If A is true, B is not necessarily true. The actual answer is A (only). I understand why C-E are false. Why is B.) not necessarily true?

Thanks so much!!

Hurkyl
Dec20-03, 04:27 PM
Not every differentiable function is twice differentiable; there is no reason to think f''(x) even exists, let alone has a limit as x approaches infinity!

If you want an explicit example, here's a hint on how to construct one: A simple way for a function not to have a limit at infinity is if it alternates between 2 and -2 infinitely often. The parabolas y=x^2 and y=-x^2 have second derivative 2 and -2, so the question is can you figure out how to make a curve sewed together from pieces of these two parabolas such that the curve has a limit at infinity, the first derivative always exists, and approaches 0 at infinity?

uart
Dec21-03, 09:04 AM
Whoops, I didn't even think about the possible non-existance of f''.


If A is true, B is not necessarily true. The actual answer is A (only). Ok my mistake, A Implies B is only true if we are allowed to assume that the limit x-> infinity of f''(x) exists. In that case just let g(x)=f'(x) and g'(x)=f''(x) and you can see that statement B is just a slightly less general version of statement A, but referring to g(x) instead of f(x).

uart
Dec22-03, 09:44 AM
Ok, I just tried to follow Hurkyl's advice on how to build a function for which limit, x-> infinity, of f'' doesn't exist even though the funtion and first derivative have limits that go to zero.

The following is what I came up with. Does it look ok to you Hurkyl ?

Define the sequence s_k as,
s_k = 1/k + 2 \sum_{m=1}^{k-1} 1/m

Define the partial function P_k as,

p_k(x) = (2 {\rm odd}(k) - 1)((x - s_k)^2 - 1/k^2 )\ :\ s_k - (1/k) \le x < s_k + (1/k)

Note: p_k(x) = 0 : otherwise.

Then an example of a funtion for which the limit, x->infinity, of f'' does not exist is,

f(x) = \sum_{k=1}^{\infty} p_k(x) .

Hurkyl
Dec22-03, 03:24 PM
Does f'(x) exist everywhere, though?


P.S. (-1)^k is, IMHO, much clearer than 2 \mathrm{odd}(k) - 1

NateTG
Dec22-03, 04:33 PM
Here's a nicer example:
If
f'(x)=e^{-x}sin(e^x)
then the limit for f'(x) is clearly 0.

f(x)=-e^{-x}sin(e^x)+\int cos (e^x) dx
Which has a limit as x \rightarrow \infty so that we can make the limit 0 by using the correct constant of integration.

On the other hand,
f''(x)=cos(e^x)-e^{-x}cos(e^x)
clearly has no limit as x \rightarrow +\infty since the first term ocillates with amplitude 1 while the second dissaprears.