Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
General Discussion
»
Other Discussions
»
Math and Science
»
help with function → power series?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: help with function → power series? (Read 3887 times)
0 Members and 1 Guest are viewing this topic.
Yeong
Not a bridge
LV12
Extreme Poster (Next: 5000)
Posts: 3739
Rating: +278/-12
Survivor of Apocalypse
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" ?
Logged
Sig wipe!
Adriweb
Editor
LV10
31337 u53r (Next: 2000)
Posts: 1708
Rating: +229/-17
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
»
Logged
My calculator programs
TI-Planet.org
co-admin.
TI-Nspire Lua programming
:
Tutorials
|
API Documentation
Print
Pages: [
1
]
Go Up
« previous
next »
Omnimaga
»
Forum
»
General Discussion
»
Other Discussions
»
Math and Science
»
help with function → power series?