let f(x) = (1/2)x^2 + (2/3)x^3 + (3/4)x^4 + ...
df/dx = x + 2 x^2 + 3x^3 + ... ....
= (x+x^2 + x^3...) + (x^2 + x^3 ...) + (x^3+x^4 + ....)
= x/(1-x) + x^2/(1-x) + ...
= x/(1-x)^2
= (1-x-1)/(1-x)^2
= 1/(1-x) - 1/(1-x)^2
integrating you get
f = log(1-x) + 1/(1-x) + constant of integration log(1-x) as 1- x > 0
this can be checked to be zero
so f(x) = 1/(1-x) + log(1-x)
No comments:
Post a Comment