Derivative of log proof question

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
LearninDaMath
Messages
295
Reaction score
0
Proof

d/dx [log[itex]_{b}x[/itex]] = d/dx (lnx/lnb) = 1/lnb d/dx(lnx) = 1/xlnb , when x>0


I think I see the constant multiple rule at work here, but why? Is it because 1/lnb is a constant, so it is "factored" out of lnx/lnb and treated as a constant while lnx is treated as the term to be differentiated?
 
Physics news on Phys.org
LearninDaMath said:
Proof

d/dx [log[itex]_{b}x[/itex]] = d/dx (lnx/lnb) = 1/lnb d/dx(lnx) = 1/xlnb , when x>0


I think I see the constant multiple rule at work here, but why? Is it because 1/lnb is a constant, so it is "factored" out of lnx/lnb and treated as a constant while lnx is treated as the term to be differentiated?

Exactly. ln(b) is just a constant factor, like 2.
 
Dick said:
Exactly. ln(b) is just a constant factor, like 2.

cool thanks