How Do You Derive f'(x) for log10(x)?

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

Homework Statement


f'(x) of log10 x


Homework Equations


It's quite a nightmare to write on here if your not particularly fast with the code thing!

The Attempt at a Solution


I eventually reached 1/x * log10e
However, the answer should be 1/(x ln 10).
Is there a stage from what I obtained that leads to the answer?
If not, then there's something incorrect 'further up' the calculations and I'll go back and have a look... Just would appreciate some input as to whether or not I've arrived at a correct stage.
Thanks.
 
Physics news on Phys.org
Your answer is correct. The discrepancies between the two answers can be easily resolved with the change of base property of logarithms.

Ex: (log_a (b)) = 1/(log_b (a)).
 
For any numbers, a, b, x,
[tex]log_b(x)= \frac{log_a(x)}{log_a(b)}[/tex]

In particular,
[tex]log_{10}(x)= \frac{ln(x)}{ln(10)}[/itex]<br /> <br /> Therefore<br /> [tex]\frac{dlog_{10}(x)}{dx}= \frac{d ln(x)}{dx}\frac{1}{ln(10)}[/tex]<br /> [tex]= \frac{1}{x}\frac{1}{ln(10)}= \frac{1}{x ln(10)}[/tex]<br /> <br /> BUT, by that same initial formula,<br /> [tex]log_{10}(e)= \frac{ln(e)}{ln(10}= \frac{1}{ln(10)}[/tex]<br /> <br /> so your answer is also perfectly correct!<br /> <br /> In general<br /> [tex]log_a(b)= \frac{1}{log_b(a)}[/tex][/tex]
 
Last edited by a moderator:
Thanks!
I arrived at that just now. Thought I'd log into update my post and ask to see if the method was correct, but it's been confirmed! Thanks for the quick responses (and the detail)!
:smile: Speak soon (hopefully not too soon, otherwise it means I'm stuck).
 
No! I was just being polite!:smile:
You also arrived at the answer through a far quicker method than I used...