What am I doing wrong in this derivative

  • Thread starter Thread starter adelin
  • Start date Start date
  • Tags Tags
    Derivative
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:
<br /> \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}<br />
 
  • Like
Likes 1 person
1/ln(b)*1/r* dy/dx(r)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top