Differentiability of f(x+y)=f(x)f(y)

  • Thread starter Thread starter WaterPoloGoat
  • Start date Start date
  • Tags Tags
    Differentiability
Click For Summary

Homework Help Overview

The problem involves showing that a function \( f \) defined by the equation \( f(x+y) = f(x)f(y) \) is differentiable on \( \mathbb{R} \), given that \( f'(0) \) exists. Participants are exploring the implications of this functional equation and the conditions for differentiability.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various approaches, including the application of the Mean Value Theorem and the definition of the derivative. There are attempts to derive properties of \( f \) by evaluating \( f(0) \) and its implications on \( f'(0) \). Some participants question the validity of their conclusions and the steps taken in their reasoning.

Discussion Status

The discussion is ongoing, with participants providing insights and questioning each other's reasoning. Some have suggested using L'Hospital's rule and the definition of the derivative to evaluate limits, while others express uncertainty about the validity of certain approaches. There is no explicit consensus yet on the best method to proceed.

Contextual Notes

Participants note that the function \( f \) must satisfy specific conditions, such as \( f(0) = 1 \), and are grappling with the implications of differentiability and continuity at that point. There is a recognition of the need for careful handling of limits and the assumptions involved in applying certain mathematical tools.

WaterPoloGoat
Messages
14
Reaction score
0
Given: f(x+y)=f(x)f(y). f'(0) exists.

Show that f is differentiable on R.


At first, I tried to somehow apply the Mean Value Theorem where f(b)-f(a)=f'(c)(b-a). I ended up lost...

Then I tried showing f(0)=1, because f(x-0)=f(x)f(0) and f(x) isn't equal to 0.
However, with that conclusion, f'(0)=0. This is a problem, because the function is most likely f(x)=e^cx, and f'(x)=ce^cx, and f'(0)=c, which may not be 0...

Am I making this problem harder than it is? Any help would be greatly appreciated!

http://eqworld.ipmnet.ru/en/solutions/fe/fe4101.pdf
 
Last edited:
Physics news on Phys.org
Would I apply f(x+h) to both sides? if so, I got:

f(x+h+y)-f(x+y)=f(x+h)f(y)-f(x)f(y)

which simplifies to:

f(h)=f(h)f(y)


Am I on the right track? What do I do with this?
 
Last edited:
WaterPoloGoat said:
Given: f(x+y)=f(x)f(y). f'(0) exists.

Show that f is differentiable on R.


At first, I tried to somehow apply the Mean Value Theorem where f(b)-f(a)=f'(c)(b-a). I ended up lost...

Then I tried showing f(0)=1, because f(x-0)=f(x)f(0) and f(x) isn't equal to 0.
However, with that conclusion, f'(0)=0. This is a problem, because the function is most likely f(x)=e^cx, and f'(x)=ce^cx, and f'(0)=c, which may not be 0...
Note that f(x)=1 and f(x)=0 both satisfy f(x+y)=f(x)f(y) and have a derivative at x=0.

How did you get from f(0)=1 to the conclusion f'(0)=0?
 
I don't know how I got f'(0)=0. I just jotted it down, but now I realize that's not a valid conclusion.
 
WaterPoloGoat said:
Would I apply f(x+h) to both sides? if so, I got:

f(x+h+y)-f(x+y)=f(x+h)f(y)-f(x)f(y)

which simplifies to:

f(h)=f(h)f(y)
I think it would help if you showed details of your work rather than just showing what you end up with because your errors seem to be in your intermediate steps.

Pinu is suggesting you calculate f'(x) using the definition of the derivative:

[tex]f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h}[/tex]

Use what you know about f(x) to evaluate the right side. You'll end up with a differential equation you can solve to find f(x) explicitly.
 
f(x)+f(y)=f(x)f(y)

f(x)=f(x)f(y)-f(y)

f'(x)=limh->0 f(x+h)f(y)-f(y)-[f(x)f(y)-f(y)]/h

f'(x)=limh->0 f(h)f(y)/h.



Is that correct?
 
Last edited:
No. For one thing, x appears on the left but not on the right.
 
Dang it. I keep working and re-working this problem, and x keeps getting eliminated.
I've also tried substituting f(y)=f(x+y)/f(x), but this doesn't help one bit. I'll have to think about this.

Thank you for your help! I will keep working on it.
 
Last edited:
  • #10
Why are there y's?

You should only have x's and h's in your equation for the derivative
 
  • #11
[tex] f'(x) \equiv \lim_{h \rightarrow 0}{\frac{f(x + h) - f(x)}{h}}[/tex]
[tex] = \lim_{h \rightarrow 0}{\frac{f(x) \, f(h) - f(x)}{h}}[/tex]
[tex] = f(x) \, \lim_{h \rightarrow 0}{\frac{f(h) - 1}{h}}[/tex]

Next, notice that for arbitrary [itex]x[/itex], taking [itex]y = 0[/itex], we have:
[tex] f(x + 0) = f(x) = f(x) \, f(0), \; \forall x \in \mathbb{R} \Rightarrow f(0) = 1[/tex]

Therefore, the limit is of the indeterminate form 0/0. Use L'Hospital's rule and another condition you are given in the problem to evaluate it.
 
  • #12
Oh, my, goodness.

I've been trying to ride a bike with no steering. Thank you so much for your help.

What a dunce I've been!
 
  • #13
Dickfore said:
Therefore, the limit is of the indeterminate form 0/0. Use L'Hospital's rule and another condition you are given in the problem to evaluate it.

I don't think this is valid. While we do have the continuity of f at 0, L'hopital's rule would basically require the existence of the limit of f'(x) as x approaches 0 as an additional hypothesis, and this does not follow from the existence of f'(0). It's easier to just write out the definition of f'(0), which is a limit we know that exists.
 
  • #14
snipez90 said:
I don't think this is valid. While we do have the continuity of f at 0, L'hopital's rule would basically require the existence of the limit of f'(x) as x approaches 0 as an additional hypothesis, and this does not follow from the existence of f'(0). It's easier to just write out the definition of f'(0), which is a limit we know that exists.

True. But I didn't even have to invoke that. The limit, as written, is:

[tex] \lim_{h \rightarrow 0}{\frac{f(h) - f(0)}{h}}[/tex]

where, by definition is [itex]f'(0)[/itex].
 

Similar threads

Replies
8
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
2K
Replies
2
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
6
Views
3K