You are not logged in.
Pages: 1
i find it easy to find the sum of series of numbers raised to powers but when i need to find the sum of series like 1/n or 1/n^2 and so on it becomes tough i googled it but didn't find any satisfactory way to find such sum of series. so can anybody help me and please explain how to find those formula i don't like a list of formula which i will never remember
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
Hi;
find the sum of series like 1/n or 1/n^2
You should never describe a sum without stating the indices of summation.
There are various proofs of that.
Has been known since the time of Euler and is done using Fourier series.
For other upper bounds than infinity there are additional methods.
i googled it but didn't find any satisfactory way to find such sum of series
Summation is considered to be tougher than integration and there is a branch of math called the summation calculus to deal with it. It requires a knowledge of differences. There are also numerical ideas, and tables are often used.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
but what if i just to find the sum of the series from 1 to n where n belongs to natural numbers... it's basically from a series summation problem.... where the limits are not infinity but some finite value n but thanks for the help can you help me find that sum of 1/i and 1/i^2 for
i=1 to n
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
Hi
Like in integration most sums can not be done in closed form so for this one they just invented a new function Hn, it is called the harmonic number.
Same thing for 1 / i^2.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
can you elaborate on harmonic number i went through Wikipedia it's just mind boggling is there any simple way to use this harmonic number to find the sum of such series?
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
That is the sum of the series.
that is how it is defined. Remember, there is no closed form known so they just went ahead and defined it as above.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
so you still end up having another function but no actual answer in terms of numbers?
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
You can estimate the answer to
using the methods of numerical analysis and thats where all this really belongs. But unless you add them all up manually you can not get the exact answer.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
okay so i still need to use my calculator to end up with an answer
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
Better yet, you will need your computer.
If we use numerical analysis we can estimate the sum to as many digits of precision as we require.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
ok cool thanks
"The man was just too bored so he invented maths for fun"
-some wise guy
Offline
For instance we can make use of this
to get a very good estimate to
The exact answer is
using 1) we get:
that is pretty close and we can do better...
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1