Difference between revisions of "Series (mathematics)"

From Conservapedia
Jump to: navigation, search
m (Finite series)
(Convergence: Spelling/Grammar Check, typos fixed: However → However,)
 
(15 intermediate revisions by 7 users not shown)
Line 2: Line 2:
  
 
==Summation notation==
 
==Summation notation==
 
 
If ever value in a sequence is denoted <math>a_{n}</math>, then the sum of ''N'' of these are denoted,
 
If ever value in a sequence is denoted <math>a_{n}</math>, then the sum of ''N'' of these are denoted,
  
 
<math>a_{1}+a_{2}+a_{3}+\dots+a_{N}=\sum^{N}_{n=1}a_{n}</math>
 
<math>a_{1}+a_{2}+a_{3}+\dots+a_{N}=\sum^{N}_{n=1}a_{n}</math>
  
This is usal pronounced "the sum of 1 to N of a n" (note that this is still an ambigous statement which is why mathematics is more riquerous written down).
+
This is usually pronounced "the sum of 1 to N of a n" (note that this is still an ambiguous statement which is why mathematics is more rigorous written down).
  
If we are conserned with particular number we can move the starting index. For example,
+
If we are concerned with particular number we can move the starting index. For example,
  
 
<math>\sum_{n=500}^{1000}n</math>
 
<math>\sum_{n=500}^{1000}n</math>
  
is the sum of the intergers from 500 to 1000.
+
is the sum of the integers from 500 to 1000.
  
 
==Finite series==
 
==Finite series==
 +
''For more detail see [[Finite series]].''
  
The sum of finite series is ingenral relativly straight forward to calculate it consist of mearly summing together all the numbers in a sequences. However this can be time consumming and in pre-computer mathematics many shortcuts were found.
+
The sum of finite series is in general relatively straight forward to calculate it consist of merely summing together all the numbers in a sequences. However this can be time consuming and in pre-computer mathematics many shortcuts were found.
  
Gauss once famously was given the assignment by his teacher to add the number between 1 and 100. The rest of the students were working hard adding carefully, but after less than a minute he correctly wrote 5050. This story whilst is allogorical leads to a key insight in finite sums,
+
Gauss once famously was given the assignment by his teacher to add the number between 1 and 100. The rest of the students were working hard adding carefully, but after less than a minute he correctly wrote 5050. This story whilst is allegorical leads to a key insight in finite sums,
  
 
:<math>\sum^{N}_{n=1}n=\frac{N(N+1)}{2}</math>
 
:<math>\sum^{N}_{n=1}n=\frac{N(N+1)}{2}</math>
  
 
==Infinite series==
 
==Infinite series==
The idea that an infinite number of additions lead to a finite number was intial seen as unsettling (see [[Zeno's paradox]]) however it is straigtforward to see why this could happen,
+
''For more detail see [[Infinite series]].''
 +
 
 +
The idea that an infinite number of additions lead to a finite number was initial seen as problematic or even impossible, (see [[Zeno's paradox]]). However it is straightforward to see why this could happen,
  
 
:Let <math>S=\sum^{\infty}_{n=1}\frac{1}{2^{n}}</math>
 
:Let <math>S=\sum^{\infty}_{n=1}\frac{1}{2^{n}}</math>
Line 36: Line 38:
 
:<math>S=1</math>
 
:<math>S=1</math>
  
This leads to an important class of infinties series called the geometric series.
+
This one of an important class of infinites series called the geometric series.
  
 
===Geometric series===
 
===Geometric series===
Line 45: Line 47:
  
 
===Convergence===
 
===Convergence===
However all infinite series don't converge,
+
''For more detail see [[Convergence]]''
 +
 
 +
However all infinite series don't converge, a famous example is,
  
 
:<math>\sum^{\infty}_{n}\frac{1}{n}=1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}+\dots</math>
 
:<math>\sum^{\infty}_{n}\frac{1}{n}=1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}+\dots</math>
  
:<math>\leq 1+\frac{1}{2}+\frac{1}{4}+\frac{1}{4}+\frac{1}{8}+\frac{1}{8}+\frac{1}{8}+\frac{1}{8}+\dots</math>
+
:<math>\geq 1+\frac{1}{2}+\frac{1}{4}+\frac{1}{4}+\frac{1}{8}+\frac{1}{8}+\frac{1}{8}+\frac{1}{8}+\dots</math>
  
:<math>=1+\frac{1}{2}+\frac{1}{2}+\dots</math>
+
:<math>=1+\frac{1}{2}+\frac{1}{2}+\frac{1}{2}+\dots</math>
  
Adding together an infinte string of halves will not give you a finite number so this sequence is said to '''diverge'''.
+
Adding together an infinite string of halves will not give you a finite number so this sequence is said to '''diverge'''.
  
A series will only converge if <math>\lim_{n\rightarrow\infty}a_{n}=0</math>. However there are two other conditions for real series,
+
A series will only converge if <math>\lim_{n\rightarrow\infty}a_{n}=0</math>. However, there are two other conditions for real series,
  
 
====Power Series convergence====
 
====Power Series convergence====
Line 65: Line 69:
 
This will converge if <math>\lim_{n\rightarrow\infty}|\frac{a_{n+1}}{a_{n}}|<1</math>.
 
This will converge if <math>\lim_{n\rightarrow\infty}|\frac{a_{n+1}}{a_{n}}|<1</math>.
  
====Alternating Sereies convergence====
+
====Alternating Series convergence====
  
 
An alternating series is of the form,
 
An alternating series is of the form,
Line 75: Line 79:
 
==Usage==
 
==Usage==
 
*[[Integral]]
 
*[[Integral]]
 
 
*[[Riemann Zeta function]]
 
*[[Riemann Zeta function]]
 
 
*[[Taylor series]]
 
*[[Taylor series]]
 +
*[[Fourier series]]
  
[[Category:mathemtics]]
+
[[Category:Mathematics]]

Latest revision as of 13:46, August 22, 2016

In mathematics a series is the sum of a sequence of numbers. This article is intended to give the reader some understanding on the summation of finite series and why some infinite series converge whilst others diverge.

Summation notation

If ever value in a sequence is denoted , then the sum of N of these are denoted,

This is usually pronounced "the sum of 1 to N of a n" (note that this is still an ambiguous statement which is why mathematics is more rigorous written down).

If we are concerned with particular number we can move the starting index. For example,

is the sum of the integers from 500 to 1000.

Finite series

For more detail see Finite series.

The sum of finite series is in general relatively straight forward to calculate it consist of merely summing together all the numbers in a sequences. However this can be time consuming and in pre-computer mathematics many shortcuts were found.

Gauss once famously was given the assignment by his teacher to add the number between 1 and 100. The rest of the students were working hard adding carefully, but after less than a minute he correctly wrote 5050. This story whilst is allegorical leads to a key insight in finite sums,

Infinite series

For more detail see Infinite series.

The idea that an infinite number of additions lead to a finite number was initial seen as problematic or even impossible, (see Zeno's paradox). However it is straightforward to see why this could happen,

Let

This one of an important class of infinites series called the geometric series.

Geometric series

Where denotes the absolute value of r.

Convergence

For more detail see Convergence

However all infinite series don't converge, a famous example is,

Adding together an infinite string of halves will not give you a finite number so this sequence is said to diverge.

A series will only converge if . However, there are two other conditions for real series,

Power Series convergence

A power series is of the form,

,

This will converge if .

Alternating Series convergence

An alternating series is of the form,

This will converge if .

Usage