Real Analysis, differentiation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
gaborfk
Messages
53
Reaction score
0
Solved: Real Analysis, differentiation

Homework Statement


If g is differentiable and g(x+y)=g(x)(g(y) find g(0) and show g'(x)=g'(0)g(x)

The Attempt at a Solution


I solved g(0)=1

and

I got as far as

[tex] g'(x)=\lim_{\substack{x\rightarrow 0}}g(x) \frac{g(h)-1}{h}[/tex]

but now I am stuck.

Thank you in advance
 
Last edited:
Physics news on Phys.org
Never mind... Just did g'(0) and plug in...
 
Your formula for g' is incorrect- though it may be a typo.
[tex]g'(x)= \lim_{\substack{h\rightarrow 0}}g(x)\frac{g(h)- 1}{h}[/tex]
where the limit is taken as h goes to 0, not x. Since "g(x)" does not depend on h, you can factor that out:
[tex]g'(x)= g(x)\left(\lim_{\substack{h\rightarrow 0}}\frac{g(h)-1}{h}\right)[/tex]
and you should be able to see that the limit is simply the definition of g'(0).