Taylor series: Difference between revisions
Jump to navigation
Jump to search
imported>Charles Blackham (formatting, begin trig) |
imported>Charles Blackham (structure, hyp f'ns) |
||
Line 19: | Line 19: | ||
===Trigonometric functions=== | ===Trigonometric functions=== | ||
:<math> | :<math> | ||
\sin x=x-\frac{x^3}{3!}+\frac{x^5}{5!} | \sin x=x-\frac{x^3}{3!}+\frac{x^5}{5!}-\cdots+(-1)^{r}\frac{x^{2r+1}}{(2r+1)!}+\cdots \qquad \forall x | ||
</math><br/><br/> | </math><br/><br/> | ||
:<math> | :<math> | ||
Line 26: | Line 26: | ||
===Inverse trigonometric functions=== | ===Inverse trigonometric functions=== | ||
===Hyperbolic functions=== | ===Hyperbolic functions=== | ||
:<math> | |||
\sinh x=x+\frac{x^3}{3!}+\frac{x^5}{5!}+\cdots+\frac{x^{2r+1}}{(2r+1)!}+\cdots \qquad \forall x | |||
</math><br/><br/> | |||
:<math> | |||
\cosh x=1+\frac{x^2}{2!}+\frac{x^4}{4!}+\cdots+\frac{x^{2r}}{(2r)!}+\cdots \qquad \forall x | |||
</math><br/><br/> | |||
===Inverse hyperbolic functions=== | ===Inverse hyperbolic functions=== | ||
==Calculation of Taylor series for more complicated functions== | |||
[[Category:CZ Live]] | [[Category:CZ Live]] | ||
[[Category:Mathematics Workgroup]] | [[Category:Mathematics Workgroup]] |
Revision as of 12:14, 26 April 2007
Taylor series are an infinite sum of polynomial terms to approximate a function in the region about a certain point . This is only possible is the function is behaving analytically in this neighbourhood. Such series about the point are known as Maclaurin series, after Scottish mathematician Colin Maclaurin. They work by ensuring that the approximate series matches the n^th derivative of the function being approximated when it is approximated by a polynomial of degree n.
Proof
See Taylor's theorem