Proving a function is differetiable in R

  • Thread starter Thread starter Simfish
  • Start date Start date
  • Tags Tags
    Function
Simfish
Gold Member
Messages
811
Reaction score
2
f(x) is a function with...

| f(x) - f(y) | \leq |x-y|^2 \forall x,y \in \Re

(a) prove differentiability in R, find f'
(b) prove f continuous

====

my steps;

(a) \frac{| f(x) - f(y) |}{|x-y|} \leq |x-y|

Then by the definition of differentiability as stated in Apostol "Mathematica Analysis pg. 104, f is differentiable if the limit of the function as x -> y exists.

So by the inequality, as x -> y, we know that the limit is bounded and therefore must exist. The value of the limit is simply |x-y|, so is that always the derivative of the function? (or could it be |x|)? Since the derivative, after all, must always be positive?

(b) differentiability implies continuity
 
Physics news on Phys.org
Using epsilon-delta definition of limit, let epsilon=delta to show the limit of f(x)-f(y)/(x-y) is zero. that is as x goes to y.

derivatives aren't always positive. consider y=-x.

(-1)^n n a natural number is bounded but has no limit.
 
Last edited:
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