Mathematical Induction Problem

mattflint50

Junior Member
Joined
Apr 25, 2005
Messages
60
Today when I was studying for my AP exam I came accross a mathematical induction problem that I coult figure out.

{n}= 1 , 2 , 3 , 4 , 5,............
{An}= 2 , 4 , 6 , 8 , 10,...........
{Sn}= 2 , 6 , 12 , 20 , 30,.............


I just cannot seem to find the relationship between {An} and {Sn}. Can you please help me.
 
mattflint50 said:
Today when I was studying for my AP exam I came accross a mathematical induction problem that I coult figure out.

{n}= 1 , 2 , 3 , 4 , 5,............
{An}= 2 , 4 , 6 , 8 , 10,...........
{Sn}= 2 , 6 , 12 , 20 , 30,.............


I just cannot seem to find the relationship between {An} and {Sn}. Can you please help me.

Not sure if this is what you are looking for...

S1=A1=2An=SnSn1\displaystyle S_1 = A_1 = 2 \\ A_{n} = S_n \, - \, S_{n-1}
 
mattflint50 said:
can you explain what your explanation means ?

Thank you
Its self explanatory, though I am still unsure if that was the original question, as it wasn't clear.

It says " For n>1 The nth element of the sequence A is equal to the nth element of S minus the (n-1)th element of S. "
 
Hello, mattflint50!

  n       1      2      3      4      5    \displaystyle \;n\;\;\;\,1\;\;\;2\;\;\;3\;\;\;4\;\;\;5\;\;\cdots
An      2      4      6      8    10    \displaystyle A_n\;\;\;2\;\;\;4\;\;\;6\;\;\;8\;\;10\;\;\cdots
Sn      2      6     12    20    30    \displaystyle S_n\;\;\;2\;\;\;6\;\;\,12\;\;20\;\;30\;\;\cdots

I just cannot seem to find the relationship between An\displaystyle A_n and Sn\displaystyle S_n.
An\displaystyle A_n seems to be just 2n.\displaystyle 2n.

And Sn\displaystyle S_n is the sum of the first n\displaystyle n terms.


Since An\displaystyle A_n is an arithmetic sequence
    \displaystyle \;\;with first term a=2\displaystyle a = 2 and common difference d=2\displaystyle d = 2

the nth\displaystyle n^{th} term is: An=2+2(n1)=2n\displaystyle \,A_n\:=\:2\,+\,2(n\,-\,1)\:=\:2n

and the nth\displaystyle n^{th} sum is: Sn=n2[4+2(n1)]=n(n+1)\displaystyle \,S_n\:=\:\frac{n}{2}[4\,+\,2(n\,-\,1)] \:=\:n(n\,+\,1)
 
Top