Derivative Problem: Find f'(x) Given f(xy)=f(x)+f(y)

  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Derivative
johann1301
Messages
216
Reaction score
1

Homework Statement


Show that f'(x) = k/x

Homework Equations


f is defined from zero to infinity
f(xy) = f(x) + f(y)
f'(1) = k
f(1) = 0
f(x+h) = f(x) + f (1+h/x)

The Attempt at a Solution


[/B]
I know i can write f'(x) = f'(1)/x but that's all I've got so far...
 
Physics news on Phys.org
johann1301 said:

Homework Statement


Show that f'(x) = k/x

Homework Equations


f is defined from zero to infinity
f(xy) = f(x) + f(y)
f'(1) = k
f(1) = 0
f(x+h) = f(x) + f (1+h/x)

The Attempt at a Solution


[/B]
I know i can write f'(x) = f'(1)/x but that's all I've got so far...

If you have that and you are given f'(1)=k aren't you done?
 
no, when i say "I know i can write f'(x) = f'(1)/x but that's all I've got so far..." i am using the result I'm supposed to find... i was trying to go backwards... don't really have a clue how to start...
 
johann1301 said:
no, when i say "I know i can write f'(x) = f'(1)/x but that's all I've got so far..." i am using the result I'm supposed to find... i was trying to go backwards... don't really have a clue how to start...

You are GIVEN ##f'(1) = k## as part of the problem input---so you would not using a result you are supposed to find.
 
Ray Vickson said:
You are GIVEN ##f'(1) = k## as part of the problem input---so you would not using a result you are supposed to find.

I thought i could go backwards, i.e from the result i was supposed to find to some equation i already knew... but this is probably not the way to go...
 
Ray Vickson said:
You are GIVEN ##f'(1) = k## as part of the problem input---so you would not using a result you are supposed to find.
I don't think ##f'(x) = \frac {f'(1)}{x}## one of his premises.
I think he's trying to manipulate the data given into the form ##\frac {f'(1)}{x}## so that he can substitute ##f'(1)=k##.
 
johann1301 said:

Homework Statement


Show that f'(x) = k/x

Homework Equations


f is defined from zero to infinity
f(xy) = f(x) + f(y)
f'(1) = k
f(1) = 0
f(x+h) = f(x) + f (1+h/x)

The Attempt at a Solution


[/B]
I know i can write f'(x) = f'(1)/x but that's all I've got so far...

You have an equation which gives f(x + h) = f(x) + f(1 + \frac hx). Try substituting that into the definition <br /> f&#039;(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}.
 
  • Like
Likes johann1301
then i get

lim f(1+h/x)/h as h goes to zero

if i then use l hopital and the chainrule, i get f'(1)/x with solves the problem! thanks !
 
  • #10
johann1301 said:
then i get

lim f(1+h/x)/h as h goes to zero

if i then use l hopital and the chainrule, i get f'(1)/x with solves the problem! thanks !

Using l'Hopital requires that g(h) = f(1 + \frac hx) be differentiable in some open neighbourhood of h = 0 so that the limit of g&#039;(h) as h \to 0 can be taken; all you know (from the chain rule, which you can use) is that g&#039;(0) = f&#039;(1)/x exists, but you don't yet know whether g&#039;(h) exists for h \neq 0, still less whether \lim_{h \to 0} g&#039;(h) = g&#039;(0).

Instead, you should start again from <br /> f&#039;(x) = \lim_{h \to 0} \frac{f(1 + \frac hx)}{h} = \lim_{h \to 0} \frac{f(1 + \frac hx) - f(1)}{h} since f(1) = 0. The right hand side is almost f&#039;(1) = \lim_{p \to 0} \frac{f(1 + p) - f(1)}p, but you need to do some further manipulation before taking the limit.
 
  • #11
edit: nevermind!
 
Back
Top