Homework Statement
Office_Shredder said:
The key here isn't to use natural logs, it's to use properties of derivatives. Let me do a simpler example and you can try expanding it to this problem. Calculate the derivative of
s(t) = 3*(.5^t)+t
\frac{d}{dt} \left( 3*(.5^t)+t \right) = \frac{d}{dt} \left(3*.5^t \right) + \frac{d}{dt} \left( t \right)
= 3 \frac{d}{dt}(.5^t) + \frac{dt}{dt}
the derivative of t as a function of t is just t. To differentiate .5t we use the exponential rule d/dt(a^t) = \ln(a) a^t to get
= 3*\ln(.5) .5^t+1
------------------------------------------
So if I have s = .5^{t}
if I go right into differentiating, i'll get
ds/dt = t(.5)^{t-1}(0) so that
ds/dt = 0 , which is incorrect as we both agree.
-------------------------------------------------------
ln(s) = ln(.5^{t}) so that
ln(s) = t(ln(.5)) , then finally differentiating,
d/dt lns = d/dt (t(ln(.5))
d/dt lns = t'(ln(.5)) + t(ln(.5))'
d/dt lns = ln(.5) + t(1/5)(.5)'
d/dt lns = ln(.5)
(1/s)(s)' = ln(.5)
(s)' = ln(.5)(s)
(s)' = ln(.5)*(.5^{t})
Which can get messy and increase likelyhood of mistakes.
------------------------------------------------------------However, if I use the exponenent rule, i'll get
ds/dt = d/dt ln(.5^{t}) = ln(.5)*(.5^{t})
Which is the same answer, but much more effiecient.
------------------------------------------------------------So can it be said that when there's a constant to the power of the variable, you can't just do chain rule, or else you'll get an incorrect answer. You can technically take ln of both sides and then differentiate, but it will be messy and complicated. So the best approach would be to apply the exponental rule.
If that is correct, then my confusion now is how i would apply the exponential rule to various functions. For instance, in the original function: s(t) = (976(.835)^t - 1) +176t
Would I apply derivative rules as usual, except when I get to (.835^t), instead of using the chain rule, i use the exponent rule. Then, the 976 gets moved to the side by the constant multiple rule, the d/dx gets applied to .835^t and -1 and 176t. All the rules apply except instead of the chain rule on .835^t, the exponent rule is applied, therefore employing the use of the ln within that one term. The contant of (-1) disappears, the 176t becomes 176 and thus, the equation has been derived by using the exponent rule.
I think I understand it now, thanks! I feel like I've made tremendous progress here in understanding this new rule of differentiation. I think I've seen the property before, but i guess it faded away since I never actually had to apply it to a problem until today. Thanks.
EDIT: Well, i at least think I have it correct and fully understood. Could you let me know if I said it correctly in t