Derivative of compound interest

lax1113
Messages
171
Reaction score
0

Homework Statement


f(x) = (1/x+1)^x, find f'(x)


Homework Equations


derivative of a^x = ln(a) a^x


The Attempt at a Solution


When I differentiate i get ln((1+x)/x)*((1+x)/x)^x... However, this solution does not match what I should be getting. Am i differentiating wrong at some point? or are my notes that claim a^x = lna*a^x wrong...
 
Physics news on Phys.org
Your formula for a^x assumes a is a constant. The easiest way to handle this one is to use (1/x+1)=exp(ln(1/x+1)) so f(x)=exp((ln(1/x+1))*x). Now just differentiate and don't forget the chain rule.
 
duh!


thanks so much dick I can't believe I stared at it for that long and didn't realize that.
 
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