Proof for exponential derivatives

nobahar
Messages
482
Reaction score
2
f(x) = 2^x \left \left
f(kx) = 2^(kx) \left \left
b = 2^k \left \left
b^x = 2^(kx) \left \left
b^x = f(kx)
\frac{d}{dx}(b^x) = \frac{d}{dx}(f(kx)) = \frac{d}{dx}(2^(kx)) (1)
\frac{d}{dx}(f(kx)) = k.f'(kx) (2)
I can't see how step (1) gets to step (2).
Because I thought:
\frac{d}{dx}(f(kx)) = k.\frac{d}{dx}(f(x))
 
Physics news on Phys.org
I think it's:
\frac{d}{d(kx)}(f(kx))*\frac{d}{dx}(kx) = k*f'(kx)
 
d/dx(f(u)) = d/du(f(u))*du/dx
 
nobahar said:
f(x) = 2^x \left \left
f(kx) = 2^(kx) \left \left
b = 2^k \left \left
b^x = 2^(kx) \left \left
b^x = f(kx)
\frac{d}{dx}(b^x) = \frac{d}{dx}(f(kx)) = \frac{d}{dx}(2^(kx)) (1)
\frac{d}{dx}(f(kx)) = k.f'(kx) (2)
I can't see how step (1) gets to step (2).
Because I thought:
\frac{d}{dx}(f(kx)) = k.\frac{d}{dx}(f(x))

But isn't 2=e^{\ln 2} ? Or am i missing something ?
 
Yes, 2 = eln 2

d/dx(f(kx)) = d/dx[(eln 2)kx] = ekxln 2 * k*ln2 = 2kx *k*ln2. The OP's formatting and organization made it a bit difficult to follow.
 
Last edited:
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