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

  • Thread starter Thread starter nobahar
  • Start date Start date
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,
log_b(x)= \frac{log_a(x)}{log_a(b)}

In particular,
log_{10}(x)= \frac{ln(x)}{ln(10)}[/itex]<br /> <br /> Therefore<br /> \frac{dlog_{10}(x)}{dx}= \frac{d ln(x)}{dx}\frac{1}{ln(10)}<br /> = \frac{1}{x}\frac{1}{ln(10)}= \frac{1}{x ln(10)}<br /> <br /> BUT, by that same initial formula,<br /> log_{10}(e)= \frac{ln(e)}{ln(10}= \frac{1}{ln(10)}<br /> <br /> so your answer is also perfectly correct!<br /> <br /> In general<br /> log_a(b)= \frac{1}{log_b(a)}
 
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).
 
Speak what soon? You said that you have already confirmed that what you had was correct and two people have already agreed!
 
No! I was just being polite!:smile:
You also arrived at the answer through a far quicker method than I used...
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top