Derivate Question: Proving f'(0) Exists

  • Thread starter Thread starter musamba
  • Start date Start date
musamba
Messages
2
Reaction score
0
Hi.
I have a problem with prooving this:
Q: Assume a function f(x): R --> R is a continuous function such as f(x + y) = f(x)f(y).
Proove that f is deriveable if f'(0) exists.

I've done this so far:
f(x) = f(x + 0) = f(x)f(0)

Then I use the product rule:
\\ f'(x) = f'(x)f(0) + f(x)f'(0)

And manipulate the equation:
\\ \\ f'(x) - f'(x)f(0) = f(x)f'(0)
\\ \\ f'(x)(1-f(0)) = f(x)f'(0)
\\ \\ (*) f'(x) = \frac{f(x)f'(0)}{1-f(0)}

But this must be wrong when:
\\ f(x) = f(x + 0) = f(x)f(0)
Wrtiting different gives:
\\ f(x) = f(x)f(0)
\\ \\ f(0) = \frac{f(x)}{f(x)}
\\ \\ f(0) = 1

When f(0) = 1 , (*) only exist when f(0) is not equal to 1.
Please tell me what went wrong in my calculation.
 
Last edited:
Physics news on Phys.org
musamba said:
Hi.
I have a problem with prooving this:
Q: Assume a function f(x): R --> R is a continuous function such as f(x + y) = f(x)f(y).
Proove that f is deriveable if f'(0) exists.

I've done this so far:
f(x) = f(x + 0) = f(x)f(0)

Then I use the product rule:
f'(x) = f'(x)f(0) + f(x)f'(0) \\
This is your error. f'(0) means f'(x) evaluated at x=0, not "the derivative of f(0)". f(0) is a constant and necessarily has derivative 0. You are just saying that f'(x)= f'(x)f(0). (And so showing in a different way that f(0)= 1.)

I am also not happy with using the product rule to show that f ' does exist. Part of the hypotheses for the product rule is that the derivatives must exist.
Go back to the original definition:
f'(x)= lim_{h \rightarrow 0}\frac{f(x+h)- f(x)}{h}
using the fact that f(x+h)= f(x)f(h), that f '(0) exists, and that f(0)= 1.\

Your proof of that:
f(x) = f(x)f(0)
f(0) = \frac{f(x)}{f(x)}
f(0) = 1
is correct.

It can be shown, by the way, that the only continuous (and so only differentiable) functions satisfying f(x+y)= f(x)f(y) are the exponential functions: f(x)= ax.
 
Last edited by a moderator:
Thank you, HallsofIvy.
I will give that a shot.
 
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