Author Topic: help with function → power series?  (Read 3496 times)

0 Members and 1 Guest are viewing this topic.

Offline Yeong

  • Not a bridge
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3739
  • Rating: +278/-12
  • Survivor of Apocalypse
    • View Profile
help with function → power series?
« on: December 11, 2012, 05:33:24 pm »
Well I did fine on other questions until I reached this:

f(x) = ln (11-x)
                                      inf.
It's supposed to be ln 11 + sigma SOMETHING.
                                      n=1

How could I get this "SOMETHING" ?
Sig wipe!

Offline Adriweb

  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1708
  • Rating: +229/-17
    • View Profile
    • TI-Planet.org
Re: help with function → power series?
« Reply #1 on: December 11, 2012, 07:14:41 pm »
Well, ln(11-x) = ln(11) + (- x/11 - x^2/242 - x^3/3993 - x^4/58564 - x^5/805255 ... )

and all that needs to be written in term of a sum...
not so sure how I can get there :/

looked at first like some kind of series development...

Maybe this can be of help :


More info here : http://www.wolframalpha.com/input/?i=ln%2811-x%29+-+ln%2811%29+


Edit : the denominator terms of the sum look like the one of  integral dx/(1+x)....
and its also linked to the binomial coeff of where you pick each time the 'n+1'th (or something) number of this serie http://oeis.org/A038325


Edit : from here : http://answers.yahoo.com/question/index?qid=20110124171309AAlDajr

  ∞
  Σ  -1/n (1/11)^n x^n + ln(11) = ln(11 - x)
n = 1
« Last Edit: December 11, 2012, 07:47:34 pm by adriweb »
My calculator programs
TI-Planet.org co-admin.
TI-Nspire Lua programming : Tutorials  |  API Documentation