Prove g'(x)=g(x): Hints & Solutions

  • Thread starter Thread starter drawar
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
drawar
Messages
130
Reaction score
0

Homework Statement


Let f and g be two functions on ℝ such that:
1. [itex]g(x) = xf(x) + 1[/itex] for all x,
2. [itex]g(x + y) = g(x)g(y)[/itex] for all x,y,
3. [itex]\mathop {\lim }\limits_{x \to 0} f(x) = 1[/itex].
Prove that: [itex]g'(x) = g(x)[/itex] for all x.

Homework Equations


The Attempt at a Solution


Sorry for asking this question without showing my workings but I just don't know how to get started. Any hints would be much appreciated. TIA!
 
Physics news on Phys.org
drawar said:

Homework Statement


Let f and g be two functions on ℝ such that:
1. [itex]g(x) = xf(x) + 1[/itex] for all x,
2. [itex]g(x + y) = g(x)g(y)[/itex] for all x,y,
3. [itex]\mathop {\lim }\limits_{x \to 0} f(x) = 1[/itex].
Prove that: [itex]g'(x) = g(x)[/itex] for all x.

Homework Equations



The Attempt at a Solution


Sorry for asking this question without showing my workings but I just don't know how to get started. Any hints would be much appreciated. TIA!
Just use the "limit" definition of the derivative.
 
SammyS said:
Just use the "limit" definition of the derivative.

So I have to prove [itex]\mathop {\lim }\limits_{h \to 0} \frac{{g(x + h) - g(x)}}{h} = g(x)[/itex]?
 
SammyS said:
Yes.

It works out quite nicely.

Yup, remember the 3 properties while you use the precise definition of derivative.
 
Thank you all, please check my working below:

[itex]g'(x) = \mathop {\lim }\limits_{h \to 0} \frac{{g(x + h) - g(x)}}{h} = \mathop {\lim }\limits_{h \to 0} \frac{{g(x).g(h) - g(x)}}{h} = \mathop {\lim }\limits_{h \to 0} \frac{{g(x).((g(h) - 1)}}{h} = \mathop {\lim }\limits_{h \to 0} \frac{{g(x)hf(h)}}{h} = \mathop {\lim }\limits_{h \to 0} g(x)f(h) = \mathop {\lim }\limits_{h \to 0} g(x).\mathop {\lim }\limits_{h \to 0} f(h) = \mathop {\lim }\limits_{h \to 0} g(x) = g(x)[/itex]
 
That looks correct to me.