80past2 said:
No, there's no exceptions that I'm aware of. Look up the chain rule.
Recent discussion with Office_Shredder
Office_Shredder said:
To differentiate .5t we use the exponential rule d/dt(a^t) = \ln(a) a^t [/tex]
Office_Shredder said:
The power rule is \frac{d}{dt} t^n = nt^{n-1} A common mistake, which you appeared to try, is to do it when the variable is in the exponent: \frac{d}{dt} a^t = t a^{t-1} which is not true
I had a constant to the power of a variable:
s(t) = .5^t
The power rule is: s' = t(.5^(t-1))
however, that can't be done because it is a shortcut of the chain rule, and the full version of the chain rule yields:
s' = t(.5^(t-1))*(.5)' = 0
however, s' ≠ 0
so chain rule can't be done. Is this correct?
Then it would be that the derivative of f(x) = e^x
f' = x(e^(x-1)*e' = 0, which is not correct. So the chain rule can't be used.However, you ask what the derivative of e^2x is, and the chain rule seems to work fine on that example, yielding 2e^2x.
So the chain rule works on fx = e^2x, and works for fx = e^x
Thus, its becoming apparent that there are two different ways of applying the chain rule. One way is bringing the exponent down to the coefficient and subtracts the exponent by 1 and then multiplies by the derivative of the coefficient (in otherwords, the derivative of the outside times the the derivative of the inside). Such as would be the case with fx =x^2. And the other way of applying the chain rule is to use substitution of the variable such as would be the case for taking e^x.
So you are saying the chain rule can be used, it just depends on how you apply the chain rule?