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

  • Thread starter Thread starter drawar
  • Start date Start date
drawar
Messages
130
Reaction score
0

Homework Statement


Let f and g be two functions on ℝ such that:
1. g(x) = xf(x) + 1 for all x,
2. g(x + y) = g(x)g(y) for all x,y,
3. \mathop {\lim }\limits_{x \to 0} f(x) = 1.
Prove that: g'(x) = g(x) 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. g(x) = xf(x) + 1 for all x,
2. g(x + y) = g(x)g(y) for all x,y,
3. \mathop {\lim }\limits_{x \to 0} f(x) = 1.
Prove that: g'(x) = g(x) 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 \mathop {\lim }\limits_{h \to 0} \frac{{g(x + h) - g(x)}}{h} = g(x)?
 
drawar said:
So I have to prove \mathop {\lim }\limits_{h \to 0} \frac{{g(x + h) - g(x)}}{h} = g(x)?

Yes.

It works out quite nicely.
 
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:

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)
 
That looks correct to me.
 
Back
Top