How do you find the derivative of f(x)=Log_5(x)?

1 Answer
Jul 22, 2016

1/(xln(5))

Explanation:

We want to get this into natural logs as we know how to differentiate them.

y = log_5x

5^y = x

ln(x) = ln(5^y)

ln(x) = yln(5) implies y = ln(x)/ln(5)

So now we have to find

d/(dx) ((ln(x))/(ln(5)))

= 1/(ln(5)) d/(dx)(ln(x))

= 1/(ln(5)) * 1/x = 1/(xln(5))