Analysis Question-Schwarz Derivative

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
f&#039;(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}
 
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?
 
I think that's excellent.

(I would write it specifically as fs(0)= lim(h->0) (|h|- |-h|)/2h= 0, however.)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top