Analysis Question-Schwarz Derivative

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 5K views
maethaddict
Messages
3
Reaction score
0

Homework Statement


Def. f is Schwarz Differentiable at a pt c in its domain if

lim(h->0) [f(c+h)-f(c-h)]/2h exists as a finite limit.

1.)Prove or disprove: f is differentiable at c => f is Schwarz Differentiable at c
2.)Prove or disprove: f is Schwarz Differentiable at c => f is differentiable at c

Homework Equations



a function f is differentiable at c if lim(x->c) [f(x)-f(c)]/[x-c] exists

The Attempt at a Solution



My suspicion, from picturing each derivative, is that 1 is true and 2 is false. To prove 1, I've tried to set h=|x-c| and evaluate the derivative for x>c, and x<c and then use some linear combination of those limits to derive the schwarzian derivative, but I keep running into problems with extra terms.
 
Last edited:
Physics news on Phys.org
[tex]f'(c) = \lim_{h \rightarrow 0}\frac{f(c + h) - f(c)}{h} = \lim_{h \rightarrow 0}\frac{f(c - h) - f(c)}{-h} = \lim_{h \rightarrow 0}\frac{f(c) - f(c + h) }{h}[/tex]
 
Big Help. Thank you snipez but, as the third part of the equality, did you mean to write f(c-h) instead of f(c+h)? As in

f'(c)=~=~=lim(h->0)[f(c)-f(c-h)]/h ?

I believe that's correct, and gives me what I need to proceed to part 1.

For part two I'm trying to think of a function that will provide me with a counterexample. Maybe f=|x| a x=0?
 
Last edited:
maethaddict said:
Big Help. Thank you snipez but, as the third part of the equality, did you mean to write f(c-h) instead of f(c+h)? As in

f'(c)=~=~=lim(h->0)[f(c)-f(c-h)]/h ?

I believe that's correct, and gives me what I need to proceed to part 1.

For part two I'm trying to think of a function that will provide me with a counterexample. Maybe f=|x| a x=0?

If you think that's a good counterexample, why don't you show us why it is?
 
Sorry, I still had some figuring to do on my own.

Clearly, for f=|x|, f is not differentiable at c=0.

However, fs(c)=lim(h->0)[f(c+h)-f(c-h)]/2h=0, as |x| is symmetric about the y-axis. That is, f(c+h)-f(c-h) is always zero.

Seems right to me. What do you think?