What am I doing wrong in this derivative

  • Thread starter Thread starter adelin
  • Start date Start date
  • Tags Tags
    Derivative
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
4 replies · 2K views
adelin
Messages
32
Reaction score
0
my derivative of log4(r)*log2(r)= log2(r)/rln(4)+log4(r)/rln(2)

my book says the derivative should be 2(ln(r))/(r(ln(2))(ln(4))
what am I doing wrong?
 
Physics news on Phys.org
adelin said:
my derivative of log4(r)*log2(r)= log2(r)/rln(4)+log4(r)/rln(2)

my book says the derivative should be 2(ln(r))/(r(ln(2))(ln(4))
what am I doing wrong?

Do you know how to convert logs to different bases?
 
adelin said:
my derivative of log4(r)*log2(r)= log2(r)/rln(4)+log4(r)/rln(2)

my book says the derivative should be 2(ln(r))/(r(ln(2))(ln(4))
what am I doing wrong?

What does log4(r) mean? Is it ##\log(4r)##, log to base 4 of r, or is it ##\log(r)^4##?
 
adelin said:
my derivative of log4(r)*log2(r)= log2(r)/rln(4)+log4(r)/rln(2)

my book says the derivative should be 2(ln(r))/(r(ln(2))(ln(4))
what am I doing wrong?

You can simplify your expression further:
[tex] \frac{\log_2(r)}{r \ln 4} + \frac{\log_4(r)}{r \ln 2} = <br /> \frac{\ln r}{(r \ln 4) \ln 2} + \frac{\ln r}{(r \ln 2) \ln 4}<br /> = \frac{2 \ln r}{r \ln 2 \ln 4}[/tex]
 
  • Like
Likes   Reactions: 1 person