Differential of the exp function prove

Sennap
Messages
6
Reaction score
0

Homework Statement


Let f: R->R be a function which satisfies the condition:
f(x+y) = f(x) \cdot f(y)
\forall x,y \in R

a)
Show that if f is everywhere differntial it satisfies the equation:
f'(x) = f'(0) \cdot f(x)

Conclude that either f is the zero function or there exists a number c so that
f(x) = exp(c \cdot x)
\forall x \in Rb)
Show that if f is differntial in 0, then f is the zero function or there exists a number c so that:
f(x) = exp(c \cdot x)
\forall x \in R

Homework Equations


\frac{d}{dx} ln|f(x)| = \frac{f'(x)}{f(x)}
\frac{(f \cdot g)'}{f \cdot g} = \frac{f'}{f} + \frac{g'}{g}

As well as we might need some ln and exp rules, the most important one being:
a^{x} = exp(x \cdot ln(a))

The Attempt at a Solution


Here's what I've done so far:

If we diffrientiate the ln (natural log) both sides we get.

Left side:
(ln|f(x+y)|)' = \frac{f'(x+y)}{f(x+y)}

Right side:
(ln|f(x) \cdot f(y)|)' = \frac{f'(x)}{f(x)} + \frac{f'(y)}{f(y)}

Next, I isolated f'(x) but I couldn't see that new equation helping me anything.

Could someone please point me in the right direction, I've really no idea how to approach this problem.Thanks in advance,
Sennap
 
Last edited:
Physics news on Phys.org
Sennap said:
Let f: R->R be a function which satisfies the condition:
f(x+y) = f(x) + f(y)

Should this be f(x+y) = f(x) f(y)?
 
clamtrox said:
Should this be f(x+y) = f(x) f(y)?
Yes, sorry about that. It's fixed now.

- Sennap
 
Sennap said:

Homework Statement


Let f: R->R be a function which satisfies the condition:
f(x+y) = f(x) \cdot f(y)
\forall x,y \in R

a)
Show that if f is everywhere differntial it satisfies the equation:
f'(x) = f'(0) \cdot f(x)

Conclude that either f is the zero function or there exists a number c so that
f(x) = exp(c \cdot x)
\forall x \in R


b)
Show that if f is differntial in 0, then f is the zero function or there exists a number c so that:
f(x) = exp(c \cdot x)
\forall x \in R


Homework Equations


\frac{d}{dx} ln|f(x)| = \frac{f'(x)}{f(x)}
\frac{(f \cdot g)'}{f \cdot g} = \frac{f'}{f} + \frac{g'}{g}

As well as we might need some ln and exp rules, the most importend one being:
a^{x} = exp(x \cdot ln(a))


The Attempt at a Solution


Here's what I've done so far:

If we diffrientiate the ln (natural log) both sides we get.

Left side:
(ln|f(x+y)|)' = \frac{f'(x+y)}{f(x+y)}

Right side:
(ln|f(x) \cdot f(y)|)' = \frac{f'(x)}{f(x)} + \frac{f'(y)}{f(y)}

Next, I isolated f'(x) but I couldn't see that new equation helping me anything.

Could someone please point me in the right direction, I've really no idea how to approach this problem.


Thanks in advance,
Sennap
How about using the definition of derivative?
f'(x)= \lim_{h\to 0}\frac{f(x+h)- f(x)}{h}= \lim_{h\to 0}\frac{f(x)f(h)- f(x)}{h}= f(x)lim_{h\to 0}\frac{f(h)- 1}{h}
The fact that f is differentiable tells you that that limit exists. But
f'(0)= \lim_{h\to 0}\frac{f(h)- f(0)}{h}
and f(x+0)= f(x)f(0) tells you that f(0)= 1.
 
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