How can I write the sum of a series in sigma notation and prove it by induction?

Seda
Messages
70
Reaction score
0
[SOLVED] Sigma notation of a series.

I have the formula

1+2+3+...+n = (n^2+n+1)/2,

and I thinkthat this is the formula for the sum of a series. I need to write this thing in sigma notation, and then prove it by induction. I'm usually good and proving things by induction, but I can't even figure out how to get this thing into sigma notation!

I think by pluging in values that this series is 3/2 + 2 + 3 + 4 + 5 + etc

This seems like it should be easy, but wow I have been stumped for awhile. Help is appreciated.
 
Last edited:
Physics news on Phys.org
This is how it works formally.

If you are given a list of numbers {a_1, a_2, a_3,..., a_n} and you consider their sum a_1 + a_2 + ... + a_n, then we write this is sigma notation as

\sum_{i=1}^n a_i

This being said, can you answer your question now?
 
And your formula is incorrect by the way. Its \frac{n(n+1)}{2}.
 
Well, that's how the problem was listed in by homework...

hmm, I guess I'll answer it "false" then...
 
I guess if u want extra credit, show the original statement is false, eg if you let n=1, it states 1 = 3/2. Then give them the right expression and then prove that one =]
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top