Summary
Description |
English: animation showing the Taylor series of the natural logarithm at x=1
|
Date |
7 August 2010 |
Source |
Own work |
Author |
Jakob.scholbach |
Mathematica source code
g2 = Table[
Plot[{Log[z], Sum[-(1 - z)^n/n, {n, 1, k}]},
{z, 0, 5},
ImageSize -> 300,
Ticks -> {{1, 2, 4}, {-2, -1, 0, 1, 3}},
AxesStyle ->
Directive[FontSize -> 12, FontFamily -> "Arial", Gray],
AxesLabel -> {"\!\(\*
StyleBox[\"x\",\nFontSlant->\"Italic\"]\)", "ln(\!\(\*
StyleBox[\"x\",\nFontSlant->\"Italic\"]\))"},
PlotStyle -> {{Black, Thickness[0.003]},
{RGBColor[0, 0.5, 0.2], Thickness[.015]}},
PlotRange -> {{0, 3}, {-3, 2}},
Epilog -> {
FontSize -> 12, FontFamily -> "Arial",
Inset["k = " <> ToString[k], {0.8, 1.2}]
}],
{k, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 99, 100}}]
Export["Taylor_approximation_of_natural_logarithm.gif", g2,
"DisplayDurations" -> {.4, 1, 1, 1, 1, 1, 1, 1, 1, .5, 1}]
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
|
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
|
You may select the license of your choice.
|
The following pages on Schools Wikipedia link to this image (list may be incomplete):